fe5a347b007c597e5e1956c7a5f699c80e562f1d
[gnulib.git] / ChangeLog
1 2008-12-19  Bruno Haible  <bruno@clisp.org>
2
3         * modules/mbsrtowcs-tests: New file.
4         * tests/test-mbsrtowcs1.sh: New file.
5         * tests/test-mbsrtowcs2.sh: New file.
6         * tests/test-mbsrtowcs3.sh: New file.
7         * tests/test-mbsrtowcs4.sh: New file.
8         * tests/test-mbsrtowcs.c: New file.
9
10         New module 'mbsrtowcs'.
11         * lib/wchar.in.h (mbsrtowcs): New declaration.
12         * lib/mbsrtowcs.c: New file.
13         * m4/mbsrtowcs.m4: New file.
14         * modules/mbsrtowcs: New file.
15         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
16         HAVE_MBSRTOWCS.
17         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18         HAVE_MBSRTOWCS.
19         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
20
21 2008-12-19  Bruno Haible  <bruno@clisp.org>
22
23         New module 'mbrlen'.
24         * lib/wchar.in.h (mbrlen): New declaration.
25         * lib/mbrlen.c: New file.
26         * m4/mbrlen.m4: New file.
27         * modules/mbrlen: New file.
28         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
29         HAVE_MBRLEN.
30         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
31         HAVE_MBRLEN.
32         * doc/posix-functions/mbrlen.texi: Document the new module.
33
34 2008-12-19  Bruno Haible  <bruno@clisp.org>
35
36         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
37         * modules/mbrtowc (Depends-on): Add verify.
38         Suggested by Paul Eggert.
39
40 2008-12-18  Bruno Haible  <bruno@clisp.org>
41
42         * modules/mbsinit-tests: New file.
43         * tests/test-mbsinit.sh: New file.
44         * tests/test-mbsinit.c: New file.
45
46 2008-12-18  Bruno Haible  <bruno@clisp.org>
47
48         * modules/mbrtowc-tests: New file.
49         * tests/test-mbrtowc1.sh: New file.
50         * tests/test-mbrtowc2.sh: New file.
51         * tests/test-mbrtowc3.sh: New file.
52         * tests/test-mbrtowc4.sh: New file.
53         * tests/test-mbrtowc.c: New file.
54
55         New module 'mbrtowc'.
56         * lib/wchar.in.h (mbstate_t): Override when the system does not have
57         mbsinit and mbrtowc.
58         (mbrtowc): New declaration.
59         * lib/mbrtowc.c: New file.
60         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
61         * modules/mbrtowc: New file.
62         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
63         HAVE_MBRTOWC.
64         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
65         HAVE_MBRTOWC.
66         * doc/posix-functions/mbrtowc.texi: Document the new module.
67
68 2008-12-18  Bruno Haible  <bruno@clisp.org>
69
70         New module 'wctob'.
71         * lib/wchar.in.h (wctob): New declaration.
72         * lib/wctob.c: New file.
73         * m4/wctob.m4: New file.
74         * modules/wctob: New file.
75         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
76         HAVE_WCTOB.
77         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
78         * doc/posix-functions/wctob.texi: Document the new module.
79
80 2008-12-18  Bruno Haible  <bruno@clisp.org>
81
82         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
83         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
84
85 2008-12-18  Simon Josefsson  <simon@josefsson.org>
86
87         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
88         G. Christensen" <tgc@jupiterrise.com>.
89
90         * lib/flock.c: Need to include errno.h.  Reported by "Tom
91         G. Christensen" <tgc@jupiterrise.com>.
92
93         * lib/flock.c: Need to include string.h.  Reported by "Tom
94         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
95         <ebb9@byu.net>.
96
97 2008-12-18  Bruno Haible  <bruno@clisp.org>
98
99         * m4/locale-ja.m4: New file, from GNU gettext.
100
101 2008-12-17  Bruno Haible  <bruno@clisp.org>
102
103         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
104         Suggested by Eric Blake.
105
106 2008-12-17  Bruno Haible  <bruno@clisp.org>
107
108         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
109
110 2008-12-17  Bruno Haible  <bruno@clisp.org>
111
112         * lib/mbsinit.c: Include verify.h. Verify an assumption.
113         * modules/mbsinit (Depends-on): Add verify.
114         Suggested by Paul Eggert.
115
116 2008-12-17  Bruno Haible  <bruno@clisp.org>
117
118         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
119         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
120         gl_FUNC_MBRTOWC.
121         * m4/mbiter.m4 (gl_MBITER): LIkewise.
122         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
123         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
124         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
125         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
126         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
127         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
128         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
129         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
130         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
131         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
132         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
133         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
134         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
135         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
136         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
137         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
138         * modules/trim (configure.ac): Likewise.
139
140 2008-12-17  Bruno Haible  <bruno@clisp.org>
141
142         * modules/btowc-tests: New file.
143         * tests/test-btowc1.sh: New file.
144         * tests/test-btowc2.sh: New file.
145         * tests/test-btowc.c: New file.
146
147         New module 'btowc'.
148         * lib/wchar.in.h (btowc): New declaration.
149         * lib/btowc.c: New file.
150         * m4/btowc.m4: New file.
151         * modules/btowc: New file.
152         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
153         HAVE_BTOWC.
154         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
155         * doc/posix-functions/btowc.texi: Document the new module.
156
157 2008-12-17  Bruno Haible  <bruno@clisp.org>
158
159         New module 'mbsinit'.
160         * lib/wchar.in.h (mbsinit): New declaration.
161         * lib/mbsinit.c: New file.
162         * m4/mbsinit.m4: New file.
163         * modules/mbsinit: New file.
164         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
165         HAVE_MBSINIT.
166         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
167         HAVE_MBSINIT.
168         * doc/posix-functions/mbsinit.texi: Document the new module.
169
170 2008-12-16  Bruno Haible  <bruno@clisp.org>
171
172         * lib/unistd.in.h: Add comment.
173         * tests/test-environ.c: Don't include <stdlib.h>.
174
175 2008-12-16  Bruno Haible  <bruno@clisp.org>
176
177         * lib/parse-duration.h (parse_duration): Document return value
178         convention.
179         * lib/parse-duration.c: Include specification header first. Add
180         comments.
181         (_): Remove macro.
182         (parse_year_month_day, parse_hour_minute_second): Move side effects
183         outside of strchr call.
184         (parse_non_iso8601): Move side effects outside of isspace call.
185         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
186         call.
187
188 2008-12-16  Bruno Haible  <bruno@clisp.org>
189
190         * tests/test-parse-duration.sh: Produce no output when the test
191         succeeds.
192
193 2008-12-16  Bruno Haible  <bruno@clisp.org>
194
195         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
196         expressions.
197
198 2008-12-15  Bruno Haible  <bruno@clisp.org>
199
200         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
201         * doc/glibc-functions/flistxattr.texi: Likewise.
202         * doc/glibc-functions/fopencookie.texi: Likewise.
203         * doc/glibc-functions/fremovexattr.texi: Likewise.
204         * doc/glibc-functions/fsetxattr.texi: Likewise.
205         * doc/glibc-functions/getxattr.texi: Likewise.
206         * doc/glibc-functions/lgetxattr.texi: Likewise.
207         * doc/glibc-functions/listxattr.texi: Likewise.
208         * doc/glibc-functions/llistxattr.texi: Likewise.
209         * doc/glibc-functions/lremovexattr.texi: Likewise.
210         * doc/glibc-functions/lsetxattr.texi: Likewise.
211         * doc/glibc-functions/removexattr.texi: Likewise.
212         * doc/glibc-functions/setxattr.texi: Likewise.
213         * doc/posix-functions/open_memstream.texi: Likewise.
214
215 2008-12-15  Eric Blake  <ebb9@byu.net>
216
217         Update doc for cygwin 1.7.
218         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
219         functions.
220         * doc/posix-functions/fchmodat.texi: Likewise.
221         * doc/posix-functions/fchownat.texi: Likewise.
222         * doc/posix-functions/fdopendir.texi: Likewise.
223         * doc/posix-functions/fmemopen.texi: Likewise.
224         * doc/posix-functions/freeaddrinfo.texi: Likewise.
225         * doc/posix-functions/fstatat.texi: Likewise.
226         * doc/posix-functions/futimens.texi: Likewise.
227         * doc/posix-functions/gai_strerror.texi: Likewise.
228         * doc/posix-functions/getaddrinfo.texi: Likewise.
229         * doc/posix-functions/getnameinfo.texi: Likewise.
230         * doc/posix-functions/if_freenameindex.texi: Likewise.
231         * doc/posix-functions/if_indextoname.texi: Likewise.
232         * doc/posix-functions/if_nameindex.texi: Likewise.
233         * doc/posix-functions/if_nametoindex.texi: Likewise.
234         * doc/posix-functions/insque.texi: Likewise.
235         * doc/posix-functions/linkat.texi: Likewise.
236         * doc/posix-functions/llrint.texi: Likewise.
237         * doc/posix-functions/llrintf.texi: Likewise.
238         * doc/posix-functions/llrintl.texi: Likewise.
239         * doc/posix-functions/lockf.texi: Likewise.
240         * doc/posix-functions/lrintl.texi: Likewise.
241         * doc/posix-functions/mkdirat.texi: Likewise.
242         * doc/posix-functions/mkfifoat.texi: Likewise.
243         * doc/posix-functions/mknodat.texi: Likewise.
244         * doc/posix-functions/mq_close.texi: Likewise.
245         * doc/posix-functions/mq_getattr.texi: Likewise.
246         * doc/posix-functions/mq_notify.texi: Likewise.
247         * doc/posix-functions/mq_open.texi: Likewise.
248         * doc/posix-functions/mq_receive.texi: Likewise.
249         * doc/posix-functions/mq_send.texi: Likewise.
250         * doc/posix-functions/mq_setattr.texi: Likewise.
251         * doc/posix-functions/mq_timedreceive.texi: Likewise.
252         * doc/posix-functions/mq_timedsend.texi: Likewise.
253         * doc/posix-functions/mq_unlink.texi: Likewise.
254         * doc/posix-functions/open_memstream.texi: Likewise.
255         * doc/posix-functions/openat.texi: Likewise.
256         * doc/posix-functions/posix_fadvise.texi: Likewise.
257         * doc/posix-functions/posix_fallocate.texi: Likewise.
258         * doc/posix-functions/posix_madvise.texi: Likewise.
259         * doc/posix-functions/posix_memalign.texi: Likewise.
260         * doc/posix-functions/posix_openpt.texi: Likewise.
261         * doc/posix-functions/readlinkat.texi: Likewise.
262         * doc/posix-functions/remque.texi: Likewise.
263         * doc/posix-functions/renameat.texi: Likewise.
264         * doc/posix-functions/rintl.texi: Likewise.
265         * doc/posix-functions/sem_unlink.texi: Likewise.
266         * doc/posix-functions/shm_open.texi: Likewise.
267         * doc/posix-functions/shm_unlink.texi: Likewise.
268         * doc/posix-functions/signgam.texi: Likewise.
269         * doc/posix-functions/sigset.texi: Likewise.
270         * doc/posix-functions/stpcpy.texi: Likewise.
271         * doc/posix-functions/stpncpy.texi: Likewise.
272         * doc/posix-functions/strerror.texi: Likewise.
273         * doc/posix-functions/strtod.texi: Likewise.
274         * doc/posix-functions/symlinkat.texi: Likewise.
275         * doc/posix-functions/unlinkat.texi: Likewise.
276         * doc/posix-functions/utimensat.texi: Likewise.
277         * doc/glibc-functions/bindresvport.texi: Likewise.
278         * doc/glibc-functions/dn_expand.texi: Likewise.
279         * doc/glibc-functions/exp10.texi: Likewise.
280         * doc/glibc-functions/exp10f.texi: Likewise.
281         * doc/glibc-functions/fgetxattr.texi: Likewise.
282         * doc/glibc-functions/flistxattr.texi: Likewise.
283         * doc/glibc-functions/fopencookie.texi: Likewise.
284         * doc/glibc-functions/freeifaddrs.texi: Likewise.
285         * doc/glibc-functions/fremovexattr.texi: Likewise.
286         * doc/glibc-functions/fsetxattr.texi: Likewise.
287         * doc/glibc-functions/getifaddrs.texi: Likewise.
288         * doc/glibc-functions/getxattr.texi: Likewise.
289         * doc/glibc-functions/lgetxattr.texi: Likewise.
290         * doc/glibc-functions/listxattr.texi: Likewise.
291         * doc/glibc-functions/llistxattr.texi: Likewise.
292         * doc/glibc-functions/lremovexattr.texi: Likewise.
293         * doc/glibc-functions/lsetxattr.texi: Likewise.
294         * doc/glibc-functions/pow10.texi: Likewise.
295         * doc/glibc-functions/pow10f.texi: Likewise.
296         * doc/glibc-functions/rcmd_af.texi: Likewise.
297         * doc/glibc-functions/removexattr.texi: Likewise.
298         * doc/glibc-functions/res_init.texi: Likewise.
299         * doc/glibc-functions/res_mkquery.texi: Likewise.
300         * doc/glibc-functions/res_query.texi: Likewise.
301         * doc/glibc-functions/res_querydomain.texi: Likewise.
302         * doc/glibc-functions/res_send.texi: Likewise.
303         * doc/glibc-functions/rresvport_af.texi: Likewise.
304         * doc/glibc-functions/setxattr.texi: Likewise.
305         * doc/glibc-functions/strcasestr.texi: Likewise.
306
307 2008-12-15  Bruno Haible  <bruno@clisp.org>
308
309         Fix compilation error on OSF/1 4.0.
310         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
311         <sys/time.h>, simply delegate to the system header.
312         Reported by Daniel Richard G. <oss@teragram.com>.
313
314 2008-12-15  Bruno Haible  <bruno@clisp.org>
315
316         * doc/posix-functions/openat.texi: Mention the 'openat' module.
317         * doc/posix-functions/fchmodat.texi: Likewise.
318         * doc/posix-functions/fchownat.texi: Likewise.
319         * doc/posix-functions/fdopendir.texi: Likewise.
320         * doc/posix-functions/fstatat.texi: Likewise.
321         * doc/posix-functions/mkdirat.texi: Likewise.
322         * doc/posix-functions/unlinkat.texi: Likewise.
323
324 2008-12-14  Bruno Haible  <bruno@clisp.org>
325
326         Update doc for POSIX:2008.
327         * doc/posix-functions/faccessat.texi: New file.
328         * doc/posix-functions/fchmodat.texi: New file.
329         * doc/posix-functions/fchownat.texi: New file.
330         * doc/posix-functions/fdopendir.texi: New file.
331         * doc/posix-functions/fstatat.texi: New file.
332         * doc/posix-functions/futimens.texi: New file.
333         * doc/posix-functions/linkat.texi: New file.
334         * doc/posix-functions/mkdirat.texi: New file.
335         * doc/posix-functions/mkfifoat.texi: New file.
336         * doc/posix-functions/mknodat.texi: New file.
337         * doc/posix-functions/open_wmemstream.texi: New file.
338         * doc/posix-functions/openat.texi: New file.
339         * doc/posix-functions/psiginfo.texi: New file.
340         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
341         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
342         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
343         * doc/posix-functions/readlinkat.texi: New file.
344         * doc/posix-functions/renameat.texi: New file.
345         * doc/posix-functions/strerror_l.texi: New file.
346         * doc/posix-functions/symlinkat.texi: New file.
347         * doc/posix-functions/unlinkat.texi: New file.
348         * doc/posix-functions/utimensat.texi: New file.
349         * doc/gnulib.texi (Function Substitutes): Add these subsections.
350
351 2008-12-14  Bruno Haible  <bruno@clisp.org>
352
353         Update doc for POSIX:2008.
354         * doc/posix-functions/alphasort.texi: Renamed from
355         doc/glibc-functions/alphasort.texi.
356         * doc/posix-functions/dirfd.texi: Renamed from
357         doc/glibc-functions/dirfd.texi.
358         * doc/posix-functions/dprintf.texi: Renamed from
359         doc/glibc-functions/dprintf.texi.
360         * doc/posix-functions/duplocale.texi: Renamed from
361         doc/glibc-functions/duplocale.texi.
362         * doc/posix-functions/fexecve.texi: Renamed from
363         doc/glibc-functions/fexecve.texi.
364         * doc/posix-functions/fmemopen.texi: Renamed from
365         doc/glibc-functions/fmemopen.texi.
366         * doc/posix-functions/freelocale.texi: Renamed from
367         doc/glibc-functions/freelocale.texi.
368         * doc/posix-functions/getdate_err.texi: Renamed from
369         doc/glibc-functions/getdate_err.texi.
370         * doc/posix-functions/isalnum_l.texi: Renamed from
371         doc/glibc-functions/isalnum_l.texi.
372         * doc/posix-functions/isalpha_l.texi: Renamed from
373         doc/glibc-functions/isalpha_l.texi.
374         * doc/posix-functions/isblank_l.texi: Renamed from
375         doc/glibc-functions/isblank_l.texi.
376         * doc/posix-functions/iscntrl_l.texi: Renamed from
377         doc/glibc-functions/iscntrl_l.texi.
378         * doc/posix-functions/isdigit_l.texi: Renamed from
379         doc/glibc-functions/isdigit_l.texi.
380         * doc/posix-functions/isgraph_l.texi: Renamed from
381         doc/glibc-functions/isgraph_l.texi.
382         * doc/posix-functions/islower_l.texi: Renamed from
383         doc/glibc-functions/islower_l.texi.
384         * doc/posix-functions/isprint_l.texi: Renamed from
385         doc/glibc-functions/isprint_l.texi.
386         * doc/posix-functions/ispunct_l.texi: Renamed from
387         doc/glibc-functions/ispunct_l.texi.
388         * doc/posix-functions/isspace_l.texi: Renamed from
389         doc/glibc-functions/isspace_l.texi.
390         * doc/posix-functions/isupper_l.texi: Renamed from
391         doc/glibc-functions/isupper_l.texi.
392         * doc/posix-functions/iswalnum_l.texi: Renamed from
393         doc/glibc-functions/iswalnum_l.texi.
394         * doc/posix-functions/iswalpha_l.texi: Renamed from
395         doc/glibc-functions/iswalpha_l.texi.
396         * doc/posix-functions/iswblank_l.texi: Renamed from
397         doc/glibc-functions/iswblank_l.texi.
398         * doc/posix-functions/iswcntrl_l.texi: Renamed from
399         doc/glibc-functions/iswcntrl_l.texi.
400         * doc/posix-functions/iswctype_l.texi: Renamed from
401         doc/glibc-functions/iswctype_l.texi.
402         * doc/posix-functions/iswdigit_l.texi: Renamed from
403         doc/glibc-functions/iswdigit_l.texi.
404         * doc/posix-functions/iswgraph_l.texi: Renamed from
405         doc/glibc-functions/iswgraph_l.texi.
406         * doc/posix-functions/iswlower_l.texi: Renamed from
407         doc/glibc-functions/iswlower_l.texi.
408         * doc/posix-functions/iswprint_l.texi: Renamed from
409         doc/glibc-functions/iswprint_l.texi.
410         * doc/posix-functions/iswpunct_l.texi: Renamed from
411         doc/glibc-functions/iswpunct_l.texi.
412         * doc/posix-functions/iswspace_l.texi: Renamed from
413         doc/glibc-functions/iswspace_l.texi.
414         * doc/posix-functions/iswupper_l.texi: Renamed from
415         doc/glibc-functions/iswupper_l.texi.
416         * doc/posix-functions/iswxdigit_l.texi: Renamed from
417         doc/glibc-functions/iswxdigit_l.texi.
418         * doc/posix-functions/isxdigit_l.texi: Renamed from
419         doc/glibc-functions/isxdigit_l.texi.
420         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
421         doc/glibc-functions/mbsnrtowcs.texi.
422         * doc/posix-functions/mkdtemp.texi: Renamed from
423         doc/glibc-functions/mkdtemp.texi.
424         * doc/posix-functions/newlocale.texi: Renamed from
425         doc/glibc-functions/newlocale.texi.
426         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
427         doc/glibc-functions/nl_langinfo_l.texi.
428         * doc/posix-functions/open_memstream.texi: Renamed from
429         doc/glibc-functions/open_memstream.texi.
430         * doc/posix-functions/opterr.texi: Renamed from
431         doc/glibc-functions/opterr.texi.
432         * doc/posix-functions/optind.texi: Renamed from
433         doc/glibc-functions/optind.texi.
434         * doc/posix-functions/optopt.texi: Renamed from
435         doc/glibc-functions/optopt.texi.
436         * doc/posix-functions/psignal.texi: Renamed from
437         doc/glibc-functions/psignal.texi.
438         * doc/posix-functions/scandir.texi: Renamed from
439         doc/glibc-functions/scandir.texi.
440         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
441         doc/glibc-functions/sched_get_priority_min.texi.
442         * doc/posix-functions/signgam.texi: Renamed from
443         doc/glibc-functions/signgam.texi.
444         * doc/posix-functions/stpcpy.texi: Renamed from
445         doc/glibc-functions/stpcpy.texi.
446         * doc/posix-functions/stpncpy.texi: Renamed from
447         doc/glibc-functions/stpncpy.texi.
448         * doc/posix-functions/strcasecmp_l.texi: Renamed from
449         doc/glibc-functions/strcasecmp_l.texi.
450         * doc/posix-functions/strcoll_l.texi: Renamed from
451         doc/glibc-functions/strcoll_l.texi.
452         * doc/posix-functions/strfmon_l.texi: Renamed from
453         doc/glibc-functions/strfmon_l.texi.
454         * doc/posix-functions/strftime_l.texi: Renamed from
455         doc/glibc-functions/strftime_l.texi.
456         * doc/posix-functions/strncasecmp_l.texi: Renamed from
457         doc/glibc-functions/strncasecmp_l.texi.
458         * doc/posix-functions/strndup.texi: Renamed from
459         doc/glibc-functions/strndup.texi.
460         * doc/posix-functions/strnlen.texi: Renamed from
461         doc/glibc-functions/strnlen.texi.
462         * doc/posix-functions/strsignal.texi: Renamed from
463         doc/glibc-functions/strsignal.texi.
464         * doc/posix-functions/strxfrm_l.texi: Renamed from
465         doc/glibc-functions/strxfrm_l.texi.
466         * doc/posix-functions/timer_gettime.texi: Renamed from
467         doc/glibc-functions/timer_gettime.texi.
468         * doc/posix-functions/tolower_l.texi: Renamed from
469         doc/glibc-functions/tolower_l.texi.
470         * doc/posix-functions/toupper_l.texi: Renamed from
471         doc/glibc-functions/toupper_l.texi.
472         * doc/posix-functions/towctrans_l.texi: Renamed from
473         doc/glibc-functions/towctrans_l.texi.
474         * doc/posix-functions/towlower_l.texi: Renamed from
475         doc/glibc-functions/towlower_l.texi.
476         * doc/posix-functions/towupper_l.texi: Renamed from
477         doc/glibc-functions/towupper_l.texi.
478         * doc/posix-functions/uselocale.texi: Renamed from
479         doc/glibc-functions/uselocale.texi.
480         * doc/posix-functions/vdprintf.texi: Renamed from
481         doc/glibc-functions/vdprintf.texi.
482         * doc/posix-functions/wcpcpy.texi:
483         Renamed from doc/glibc-functions/wcpcpy.texi.
484         * doc/posix-functions/wcpncpy.texi: Renamed from
485         doc/glibc-functions/wcpncpy.texi.
486         * doc/posix-functions/wcscasecmp.texi: Renamed from
487         doc/glibc-functions/wcscasecmp.texi.
488         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
489         doc/glibc-functions/wcscasecmp_l.texi.
490         * doc/posix-functions/wcscoll_l.texi: Renamed from
491         doc/glibc-functions/wcscoll_l.texi.
492         * doc/posix-functions/wcsdup.texi: Renamed from
493         doc/glibc-functions/wcsdup.texi.
494         * doc/posix-functions/wcsncasecmp.texi: Renamed from
495         doc/glibc-functions/wcsncasecmp.texi.
496         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
497         doc/glibc-functions/wcsncasecmp_l.texi.
498         * doc/posix-functions/wcsnlen.texi: Renamed from
499         doc/glibc-functions/wcsnlen.texi.
500         * doc/posix-functions/wcsnrtombs.texi: Renamed from
501         doc/glibc-functions/wcsnrtombs.texi.
502         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
503         doc/glibc-functions/wcsxfrm_l.texi.
504         * doc/posix-functions/wctrans_l.texi: Renamed from
505         doc/glibc-functions/wctrans_l.texi.
506         * doc/posix-functions/wctype_l.texi: Renamed from
507         doc/glibc-functions/wctype_l.texi.
508         * doc/gnulib.texi (Function Substitutes): Add these subsections.
509         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
510         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
511         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
512         these subsections.
513         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
514         Remove sections.
515
516 2008-12-14  Bruno Haible  <bruno@clisp.org>
517
518         Update doc for POSIX:2008.
519         * doc/posix-functions/*.texi: Update URL of POSIX specification.
520
521 2008-12-14  Bruno Haible  <bruno@clisp.org>
522
523         Update doc for POSIX:2008.
524         * doc/pastposix-functions/bcmp.texi: Renamed from
525         doc/posix-functions/bcmp.texi.
526         * doc/pastposix-functions/bcopy.texi: Renamed from
527         doc/posix-functions/bcopy.texi.
528         * doc/pastposix-functions/bsd_signal.texi: Renamed from
529         doc/posix-functions/bsd_signal.texi.
530         * doc/pastposix-functions/bzero.texi: Renamed from
531         doc/posix-functions/bzero.texi.
532         * doc/pastposix-functions/ecvt.texi: Renamed from
533         doc/posix-functions/ecvt.texi.
534         * doc/pastposix-functions/fcvt.texi: Renamed from
535         doc/posix-functions/fcvt.texi.
536         * doc/pastposix-functions/ftime.texi: Renamed from
537         doc/posix-functions/ftime.texi.
538         * doc/pastposix-functions/gcvt.texi: Renamed from
539         doc/posix-functions/gcvt.texi.
540         * doc/pastposix-functions/getcontext.texi: Renamed from
541         doc/posix-functions/getcontext.texi.
542         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
543         doc/posix-functions/gethostbyaddr.texi.
544         * doc/pastposix-functions/gethostbyname.texi: Renamed from
545         doc/posix-functions/gethostbyname.texi.
546         * doc/pastposix-functions/getwd.texi: Renamed from
547         doc/posix-functions/getwd.texi.
548         * doc/pastposix-functions/h_errno.texi: Renamed from
549         doc/posix-functions/h_errno.texi.
550         * doc/pastposix-functions/index.texi: Renamed from
551         doc/posix-functions/index.texi.
552         * doc/pastposix-functions/makecontext.texi: Renamed from
553         doc/posix-functions/makecontext.texi.
554         * doc/pastposix-functions/mktemp.texi: Renamed from
555         doc/posix-functions/mktemp.texi.
556         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
557         doc/posix-functions/pthread_attr_getstackaddr.texi.
558         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
559         doc/posix-functions/pthread_attr_setstackaddr.texi.
560         * doc/pastposix-functions/rindex.texi: Renamed from
561         doc/posix-functions/rindex.texi.
562         * doc/pastposix-functions/scalb.texi: Renamed from
563         doc/posix-functions/scalb.texi.
564         * doc/pastposix-functions/setcontext.texi: Renamed from
565         doc/posix-functions/setcontext.texi.
566         * doc/pastposix-functions/swapcontext.texi: Renamed from
567         doc/posix-functions/swapcontext.texi.
568         * doc/pastposix-functions/ualarm.texi: Renamed from
569         doc/posix-functions/ualarm.texi.
570         * doc/pastposix-functions/usleep.texi: Renamed from
571         doc/posix-functions/usleep.texi.
572         * doc/pastposix-functions/vfork.texi: Renamed from
573         doc/posix-functions/vfork.texi.
574         * doc/pastposix-functions/wcswcs.texi: Renamed from
575         doc/posix-functions/wcswcs.texi.
576         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
577         (Function Substitutes): Update.
578
579 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
580
581         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
582         m4/strerror.m4.
583
584 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
585             Bruno Haible  <bruno@clisp.org>
586
587         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
588
589 2008-12-13  Bruno Haible  <bruno@clisp.org>
590
591         * modules/strtoull (Depends-on): Remove unistd.
592
593 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
594
595         * modules/strtoull (Depends-on): Add stdlib.
596
597 2008-12-11  Simon Josefsson  <simon@josefsson.org>
598
599         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
600
601 2008-12-10  Jim Meyering  <meyering@redhat.com>
602
603         gl_ASSERT: don't say assertions are disabled when they're not
604         * m4/assert.m4 (gl_ASSERT): Do not make configure report
605         "checking whether to enable assertions... no", when they are in
606         fact enabled.  This is solely a bug in the output of configure.
607         In spite of saying "no", NDEBUG was not defined in that case.
608         Also, as noted by Eric Blake, leave assertions enabled upon
609         --enable-assert=INVALID.
610
611 2008-12-10  Bruno Haible  <bruno@clisp.org>
612
613         Change MODULES.html to refer to POSIX:2008 where possible.
614         * MODULES.html.sh (POSIX2008_URL): New variable.
615         (posix_headers): Remove sys/timeb, ucontext.
616         (posix2001_headers): New variable.
617         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
618         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
619         index, makecontext, mktemp, pthread_attr_getstackaddr,
620         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
621         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
622         (posix2001_functions): New variable.
623         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
624         otherwise.
625
626 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
627
628         add missing include to parse-duration.c
629         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
630         * modules/parse-duration (Depends-on): Add xalloc.
631
632         fix sed script reading maint.mk
633         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
634         (syntax-check-rules): Use it.
635
636 2008-12-09  Bruno Haible  <bruno@clisp.org>
637
638         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
639         MacOS X 10.4/PowerPC.
640         Reported by Simon Josefsson.
641
642 2008-12-08  Jim Meyering  <meyering@redhat.com>
643
644         work around mingw's lack of some S_IF definitions
645         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
646         Reported by Simon Josefsson.
647
648 2008-12-08  Bruno Haible  <bruno@clisp.org>
649
650         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
651         applied to variables. Needed on MacOS X 10.4/PowerPC.
652         Reported by Simon Josefsson.
653
654 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
655         and Eric Blake  <ebb9@byu.net>
656
657         assert: honor --enable-assert
658         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
659         order to honor --enable-assert, rather than treating it as a
660         synonym for --disable-assert.
661
662 2008-12-08  Jim Meyering  <meyering@redhat.com>
663
664         * lib/posixtm.c: Remove now-useless declaration of mktime.
665
666         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
667
668 2008-12-07  Bruno Haible  <bruno@clisp.org>
669
670         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
671         test_once): Mark functions as static.
672         * tests/test-tls.c (test_tls): Likewise.
673
674 2008-12-07  Bruno Haible  <bruno@clisp.org>
675
676         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
677         iconv_register_autodetect.
678
679 2008-12-07  Jim Meyering  <meyering@redhat.com>
680
681         posixtm.c: avoid a warning
682         * lib/posixtm.c (posixtime): Don't initialize tm0.
683         It's no longer needed to placate gcc4's -Wuninitialized,
684         and the attempt to placate would elicit a new warning.
685
686         unicodeio.c: mark unused parameters
687         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
688         (fallback_failure_callback): Likewise.
689
690 2008-12-07  Bruno Haible  <bruno@clisp.org>
691
692         * gnulib-tool (func_create_testdir): When building the tests
693         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
694         Reported by Simon Josefsson.
695
696 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
697
698         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
699
700 2008-12-06  Bruno Haible  <bruno@clisp.org>
701
702         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
703         Suggested by Eric Blake.
704
705 2008-12-06  Bruno Haible  <bruno@clisp.org>
706
707         Fix a c-stack test failure on MacOS X.
708         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
709         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
710         handler for SIGBUS as well.
711         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
712         install a signal handler for SIGBUS as well.
713         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
714
715 2008-12-06  Bruno Haible  <bruno@clisp.org>
716
717         Advocacy documentation.
718         * doc/gnulib-intro.texi (Benefits): New section.
719         * doc/gnulib.texi: Update.
720
721 2008-12-06  Bruno Haible  <bruno@clisp.org>
722
723         Document the 'manywarnings' module.
724         * doc/manywarnings.texi: New file.
725         * doc/gnulib.texi: Include it.
726
727 2008-12-05  Eric Blake  <ebb9@byu.net>
728
729         tests: silence some gcc warnings
730         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
731         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
732         type mismatches.
733
734 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
735             Bruno Haible  <bruno@clisp.org>
736
737         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
738
739 2008-11-29  Jim Meyering  <meyering@redhat.com>
740
741         unicodeio.c: mark unused parameters
742         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
743         (fallback_failure_callback): Likewise.
744
745         fts: fix a thinko
746         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
747         (set_stat_type): Return S_IF*-valued "type" directly.
748         Prompted by James Youngman's spotting a related bug.
749         Confirmed by further testing through find.
750
751         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
752         * lib/fts.c (D_TYPE): Define.
753         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
754         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
755         (s_ifmt_shift_bits): New function.
756         (set_stat_type): New function.
757         (fts_build): When not calling fts_stat, call set_stat_type
758         to propagate dirent.d_type info to fts_read caller.
759         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
760         fts_statp->st_mode type information may be valid.
761
762 2008-11-28  Simon Josefsson  <simon@josefsson.org>
763
764         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
765         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
766         <sds@gnu.org>.
767
768 2008-11-20  Bruno Haible  <bruno@clisp.org>
769
770         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
771         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
772         INCLUDE_NEXT.
773         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
774         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
775         * modules/math (Makefile.am): Substitute
776         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
777         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
778
779 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
780             Bruno Haible  <bruno@clisp.org>
781
782         * lib/stdint.in.h: Define all type macros so that their expansion is
783         a single typedef'ed token. Fixes a compilation failure in Boost which
784         does "using ::int8_t;".
785
786 2008-11-18  Simon Josefsson  <simon@josefsson.org>
787
788         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
789         gl_MANYWARN_ALL_GCC.
790         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
791         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
792         * modules/manywarnings: New file.
793         * MODULES.html.sh: Mention manywarnings module.
794
795 2008-11-18  Bruno Haible  <bruno@clisp.org>
796
797         * doc/gnulib-tool.texi (Unit tests): New section.
798
799 2008-11-18  Simon Josefsson  <simon@josefsson.org>
800
801         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
802         paths like 'lib/po/foo.po'.
803
804 2008-11-17  Simon Josefsson  <simon@josefsson.org>
805
806         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
807         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
808
809 2008-11-17  Simon Josefsson  <simon@josefsson.org>
810
811         * m4/warnings.m4: Use CPPFLAGS to really check whether the
812         parameter works.
813
814 2008-11-17  Simon Josefsson  <simon@josefsson.org>
815
816         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
817
818 2008-11-17  Bruce Korb  <bkorb@gnu.org>
819
820         * modules/parse-duration-tests: New file.
821         * tests/test-parse-duration.sh: New file.
822         * tests/test-parse-duration.c: New file.
823
824         New module 'parse-duration'.
825         * lib/parse-duration.h: New file.
826         * lib/parse-duration.c: New file.
827         * modules/parse-duration: New file.
828
829 2008-11-17  Bruno Haible  <bruno@clisp.org>
830
831         * tests/test-select-out.sh: Comment out the first pipe test.
832         Reported by Simon Josefsson.
833
834 2008-11-17  Bruno Haible  <bruno@clisp.org>
835
836         * modules/getaddrinfo (Depends-on): Add servent, hostent.
837         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
838         gl_HOSTENT.
839
840 2008-11-17  Bruno Haible  <bruno@clisp.org>
841
842         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
843         -lnetwork and -lnet. Needed for Haiku and BeOS.
844
845 2008-11-16  Bruno Haible  <bruno@clisp.org>
846
847         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
848
849 2008-11-16  Bruno Haible  <bruno@clisp.org>
850
851         Avoid test failure on Haiku.
852         * tests/test-fsync.c: Include <errno.h>.
853         (main): Don't require that fsync (0) fails.
854
855 2008-11-15  Bruno Haible  <bruno@clisp.org>
856
857         New module 'hostent'.
858         * modules/hostent: New file.
859         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
860
861 2008-11-15  Bruno Haible  <bruno@clisp.org>
862
863         New module 'servent'.
864         * modules/servent: New file.
865         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
866
867 2008-11-15  Bruno Haible  <bruno@clisp.org>
868
869         Avoid generating same test program with two different rules.
870         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
871         test-frexp to test-frexp-nolibm.
872         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
873         test-frexpl to test-frexpl-nolibm.
874
875 2008-11-15  Bruno Haible  <bruno@clisp.org>
876
877         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
878         $(FREXPL_LIBM).
879
880 2008-11-15  Bruno Haible  <bruno@clisp.org>
881
882         * lib/netdb.in.h: Activate the definitions also when the system's
883         <netdb.h> has 'struct addrinfo'.
884         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
885         EAI_OVERFLOW or AI_NUMERICSERV.
886         * doc/posix-headers/netdb.texi: Document the problem.
887
888 2008-11-15  Bruno Haible  <bruno@clisp.org>
889
890         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
891
892         Make the 'sched' module work on platforms where <sched.h> exists but
893         is incomplete (such as Haiku).
894         * lib/sched.in.h; Include the system's <sched.h> if it exists.
895         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
896         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
897         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
898         HAVE_STRUCT_SCHED_PARAM.
899         * modules/sched (Depends-on): Add include_next.
900         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
901         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
902         * doc/posix-headers/sched.texi: Document the issue.
903
904 2008-11-13  Jim Meyering  <meyering@redhat.com>
905
906         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
907         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
908         test would fail due to the difference in the Report bugs to ...
909         line.  The expected address is empty, "<>", while the actual
910         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
911
912 2008-11-12  Bruno Haible  <bruno@clisp.org>
913
914         lstat: don't compile lstat.c on systems lacking lstat
915         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
916         which don't have lstat; this is handled by lib/sys_stat.in.h already.
917         Reported by Daniel P. Berrange via Jim Meyering.
918
919 2008-11-12  Jim Meyering  <meyering@redhat.com>
920
921         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
922
923 2008-11-12  Simon Josefsson  <simon@josefsson.org>
924
925         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
926         instead.
927
928 2008-11-12  Bruno Haible  <bruno@clisp.org>
929
930         * lib/unicodeio.c: Include unistr.h.
931         (utf8_wctomb): Remove function.
932         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
933
934 2008-11-12  Simon Josefsson  <simon@josefsson.org>
935
936         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
937         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
938         <bruno@clisp.org>.
939         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
940
941 2008-11-12  Simon Josefsson  <simon@josefsson.org>
942
943         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
944         * doc/gnulib.texi: Add section for warnings.
945
946 2008-11-11  Bruno Haible  <bruno@clisp.org>
947
948         * lib/sockets.h: Add a comment.
949
950 2008-11-11  Karl Berry  <karl@gnu.org>
951
952         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
953
954 2008-11-11  Eric Blake  <ebb9@byu.net>
955
956         fdl.texi: avoid git symlinks
957         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
958
959 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
960
961         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
962
963 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
964
965         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
966         (gl_WARN_ADD): Substitute $2 if literal.
967
968 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
969
970         * m4/warning.m4: Remove.
971
972 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
973
974         * m4/warnings.m4: Almost complete rewrite. :-)
975
976 2008-11-10  Simon Josefsson  <simon@josefsson.org>
977
978         * modules/warnings: New module.
979         * m4/warnings.m4: New file.
980         * MODULES.html.sh: Mention warnings module.
981         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
982         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
983
984 2008-11-10  Eric Blake  <ebb9@byu.net>
985
986         fdl.texi: make a symlink to the latest version
987         * doc/standards.texi: Revert today's earlier change.
988         * doc/fdl-1.2.texi: Rename from old fdl.texi...
989         * doc/fdl.texi: ...and replace this with a symlink to the newer
990         fdl-1.3.texi.
991
992 2008-11-10  Bruno Haible  <bruno@clisp.org>
993
994         * tests/test-select-fd.c (main): Accept the result file name as fourth
995         argument.
996         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
997         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
998
999 2008-11-10  Bruno Haible  <bruno@clisp.org>
1000
1001         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
1002         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
1003         as autoconf-substituted macros.
1004         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
1005         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
1006         gl_NETDB_H_DEFAULTS. Set these variables.
1007         * modules/netdb (Makefile.am): Substitute these variables.
1008
1009 2008-11-10  Eric Blake  <ebb9@byu.net>
1010
1011         standards.texi: include correct file for FDL 1.3
1012         * doc/standards.texi (GNU Free Documentation License): Change
1013         include file to pull in FDL 1.3, not 1.2.
1014
1015         fdl.texi: revert accidental change to license
1016         * doc/fdl.texi: This is FDL 1.2, not 1.3.
1017
1018 2008-11-10  Bruno Haible  <bruno@clisp.org>
1019
1020         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
1021         cross-compiling guesses also when the native compile gives no result.
1022
1023 2008-11-10  Bruno Haible  <bruno@clisp.org>
1024
1025         * lib/spawni.c (__spawni): Force variable into the stack.
1026
1027 2008-11-10  Bruno Haible  <bruno@clisp.org>
1028
1029         Add support for Haiku.
1030         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
1031         glibc and BeOS, but also on Haiku.
1032         * lib/fpurge.c (fpurge): Likewise.
1033         * lib/freadable.c (freadable): Likewise.
1034         * lib/freadahead.c (freadahead): Likewise.
1035         * lib/freading.c (freading): Likewise.
1036         * lib/freadptr.c (freadptr): Likewise.
1037         * lib/freadseek.c (freadptrinc): Likewise.
1038         * lib/fseeko.c (rpl_fseeko): Likewise.
1039         * lib/fseterr.c (fseterr): Likewise.
1040         * lib/fwritable.c (fwritable): Likewise.
1041         * lib/fwriting.c (fwriting): Likewise.
1042         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
1043
1044 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1045
1046         * lib/config.charset: Treat Haiku like BeOS.
1047
1048 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1049
1050         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
1051         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
1052
1053 2008-11-08  Bruno Haible  <bruno@clisp.org>
1054
1055         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
1056         AC_CACHE_CHECK.
1057
1058 2008-11-08  Bruno Haible  <bruno@clisp.org>
1059
1060         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
1061
1062 2008-11-08  Bruno Haible  <bruno@clisp.org>
1063
1064         * tests/test-select-fd.c: New file.
1065         * tests/test-select-in.sh: New file.
1066         * tests/test-select-out.sh: New file.
1067         * tests/test-select-stdin.c: New file.
1068         * modules/select-tests (Files): Add the new files.
1069         (Depends-on): Add gettimeofday.
1070         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
1071         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
1072         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
1073
1074 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
1075             Bruno Haible  <bruno@clisp.org>
1076
1077         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
1078
1079 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1080
1081         * build-aux/pmccabe2html: Added support for C++ source files.
1082
1083 2008-11-05  Ben Pfaff  <blp@gnu.org>
1084
1085         Fix lib/close.c build on Windows.
1086         * modules/close (Files): Add lib/w32sock.h.
1087
1088 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1089
1090         Accept Bison's NEWS format.
1091         * build-aux/announce-gen (print_news_deltas): Tweak
1092         $re_prefix.
1093
1094 2008-11-04  Bruno Haible  <bruno@clisp.org>
1095
1096         * modules/random_r (Maintainer): Add glibc.
1097
1098 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1099
1100         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1101         by karl@freefriends.org (Karl Berry).
1102         * doc/alloca.texi: Likewise.
1103         * doc/c-ctype.texi: Likewise.
1104         * doc/c-strcase.texi: Likewise.
1105         * doc/c-strcaseeq.texi: Likewise.
1106         * doc/c-strcasestr.texi: Likewise.
1107         * doc/c-strstr.texi: Likewise.
1108         * doc/c-strtod.texi: Likewise.
1109         * doc/c-strtold.texi: Likewise.
1110         * doc/ctime.texi: Likewise.
1111         * doc/error.texi: Likewise.
1112         * doc/fdl.texi: Likewise.
1113         * doc/gcd.texi: Likewise.
1114         * doc/getdate.texi: Likewise.
1115         * doc/gnulib-intro.texi: Likewise.
1116         * doc/gnulib-tool.texi: Likewise.
1117         * doc/gnulib.texi: Likewise.
1118         * doc/inet_ntoa.texi: Likewise.
1119         * doc/maintain.texi: Likewise.
1120         * doc/make-stds.texi: Likewise.
1121         * doc/quote.texi: Likewise.
1122         * doc/regexprops-generic.texi: Likewise.
1123         * doc/standards.texi: Likewise.
1124         * doc/verify.texi: Likewise.
1125         * doc/visibility.texi: Likewise.
1126         * doc/gnulib.texi (GNU Free Documentation License): Include
1127         fdl-1.3.texi instead of fdl.texi.
1128
1129 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1130
1131         * doc/fdl-1.3.texi: New file, from
1132         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1133         * modules/fdl-1.3: Add.
1134         * MODULES.html.sh: Add fdl-1.3.
1135
1136 2008-11-03  Bruno Haible  <bruno@clisp.org>
1137
1138         Make determination of absolute name of header file work with AIX xlc.
1139         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1140         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1141         preprocessing.
1142         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1143         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1144
1145 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1146
1147         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1148         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1149         <ludo@gnu.org>.
1150
1151 2008-11-02  Bruno Haible  <bruno@clisp.org>
1152
1153         Mark 'strpbrk' obsolete.
1154         * modules/strpbrk (Status, Notice): New sections.
1155         * modules/strtok_r (Depends-on): Add strpbrk.
1156
1157 2008-11-02  Bruno Haible  <bruno@clisp.org>
1158
1159         Mark 'strdup' obsolete.
1160         * modules/strdup (Status, Notice): New sections.
1161         * modules/findprog (Depends-on): Add strdup.
1162         * modules/getaddrinfo (Depends-on): Likewise.
1163         * modules/localename (Depends-on): Likewise.
1164         * modules/relocatable-lib (Depends-on): Likewise.
1165         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1166         * modules/relocatable-prog (Depends-on): Likewise.
1167         * modules/trim (Depends-on): Likewise.
1168         * modules/unictype/gen-ctype (Depends-on): Likewise.
1169         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1170
1171 2008-11-02  Bruno Haible  <bruno@clisp.org>
1172
1173         Mark 'strcspn' obsolete.
1174         * modules/strcspn (Status, Notice): New sections.
1175
1176 2008-11-02  Bruno Haible  <bruno@clisp.org>
1177
1178         Mark 'rmdir' obsolete.
1179         * modules/rmdir (Status, Notice): New sections.
1180         * modules/clean-temp (Depends-on): Add rmdir.
1181         * modules/openat (Depends-on): Likewise.
1182
1183 2008-11-02  Bruno Haible  <bruno@clisp.org>
1184
1185         Mark 'raise' obsolete.
1186         * modules/raise (Status, Notice): New sections.
1187         (Include): Specify <signal.h>.
1188         * modules/stdio (Depends-on): Add raise.
1189         * modules/write (Depends-on): Likewise.
1190
1191 2008-11-02  Bruno Haible  <bruno@clisp.org>
1192
1193         Mark 'memset' obsolete.
1194         * modules/memset (Status, Notice): New sections.
1195
1196 2008-11-02  Bruno Haible  <bruno@clisp.org>
1197
1198         Mark 'memmove' obsolete.
1199         * modules/memmove (Status, Notice): New sections.
1200         * modules/argp (Depends-on): Add memmove.
1201         * modules/argz (Depends-on): Likewise.
1202         * modules/canonicalize (Depends-on): Likewise.
1203         * modules/canonicalize-lgpl (Depends-on): Likewise.
1204         * modules/fts (Depends-on): Likewise.
1205         * modules/getcwd (Depends-on): Likewise.
1206         * modules/human (Depends-on): Likewise.
1207         * modules/regex (Depends-on): Likewise.
1208         * modules/striconveh (Depends-on): Likewise.
1209         * modules/trim (Depends-on): Likewise.
1210         * modules/unistr/u8-move (Depends-on): Likewise.
1211         * modules/unistr/u16-move (Depends-on): Likewise.
1212         * modules/unistr/u32-move (Depends-on): Likewise.
1213
1214 2008-11-02  Bruno Haible  <bruno@clisp.org>
1215
1216         Mark 'memcpy' obsolete.
1217         * modules/memcpy (Status, Notice): New sections.
1218
1219 2008-11-02  Bruno Haible  <bruno@clisp.org>
1220
1221         Mark 'memcmp' obsolete.
1222         * modules/memcmp (Status, Notice): New sections.
1223         * modules/argmatch (Depends-on): Add memchr.
1224         * modules/backupfile (Depends-on): Likewise.
1225         * modules/c-strcasestr (Depends-on): Likewise.
1226         * modules/crypto/des (Depends-on): Likewise.
1227         * modules/csharpcomp (Depends-on): Likewise.
1228         * modules/fnmatch (Depends-on): Likewise.
1229         * modules/git-merge-changelog (Depends-on): Likewise.
1230         * modules/isnand (Depends-on): Likewise.
1231         * modules/isnand-nolibm (Depends-on): Likewise.
1232         * modules/isnanf (Depends-on): Likewise.
1233         * modules/isnanf-nolibm (Depends-on): Likewise.
1234         * modules/isnanl (Depends-on): Likewise.
1235         * modules/isnanl-nolibm (Depends-on): Likewise.
1236         * modules/mbchar (Depends-on): Likewise.
1237         * modules/memcoll (Depends-on): Likewise.
1238         * modules/quotearg (Depends-on): Likewise.
1239         * modules/regex (Depends-on): Likewise.
1240         * modules/relocatable-prog (Depends-on): Likewise.
1241         * modules/same (Depends-on): Likewise.
1242         * modules/signbit (Depends-on): Likewise.
1243         * modules/strcasestr-simple (Depends-on): Likewise.
1244         * modules/unictype/gen-ctype (Depends-on): Likewise.
1245         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1246         * modules/uniname/uniname (Depends-on): Likewise.
1247         * modules/unistr/u8-cmp (Depends-on): Likewise.
1248
1249 2008-11-02  Bruno Haible  <bruno@clisp.org>
1250
1251         Mark 'memchr' obsolete.
1252         * modules/memchr (Status, Notice): New sections.
1253         * modules/argp (Depends-on): Add memchr.
1254         * modules/base64 (Depends-on): Likewise.
1255         * modules/c-strcasestr (Depends-on): Likewise.
1256         * modules/chdir-long (Depends-on): Likewise.
1257         * modules/fnmatch (Depends-on): Likewise.
1258         * modules/getsubopt (Depends-on): Likewise.
1259         * modules/git-merge-changelog (Depends-on): Likewise.
1260         * modules/glob (Depends-on): Likewise.
1261         * modules/strcasestr-simple (Depends-on): Likewise.
1262         * modules/strnlen (Depends-on): Likewise.
1263
1264 2008-11-02  Bruno Haible  <bruno@clisp.org>
1265
1266         Mark 'atexit' obsolete.
1267         * modules/atexit (Status, Notice): New sections.
1268         * modules/chdir-long (Depends-on): Add atexit.
1269         * modules/wait-process (Depends-on): Likewise.
1270
1271 2008-11-02  Bruno Haible  <bruno@clisp.org>
1272
1273         * gnulib-tool: New option --with-obsolete.
1274         (func_usage): Document it.
1275         (func_modules_transitive_closure): Drop obsolete dependencies if
1276         incobsolete is not true.
1277         (func_import): Read and save the incobsolete variable to the cache.
1278
1279 2008-11-02  Bruno Haible  <bruno@clisp.org>
1280
1281         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1282         * gnulib-tool: New option --extract-status.
1283         (func_usage): Document it.
1284         (sed_extract_prog): Recognize it.
1285         (func_get_status): New function.
1286
1287 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1288
1289         * modules/sockets (License): Change from LGPL to LGPLv2+.
1290
1291 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1292
1293         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1294
1295 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1296
1297         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1298         Mention times and sys_times.
1299         * modules/sys_times, modules/sys_times-tests: New modules.
1300         * modules/times, modules/times-tests: Likewise
1301         * m4/sys_times_h.m4: New file.
1302         * lib/sys_times.in.h: Likewise
1303         * lib/times.c: Likewise.
1304         * tests/test-sys_times.c: Likewise.
1305         * tests/test-times.c: Likewise.
1306         * doc/posix-headers/sys_times.texi: Update.
1307         * doc/posix-functions/times.texi: Update.
1308
1309 2008-10-28  Jim Meyering  <meyering@redhat.com>
1310
1311         * modules/tempname (Depends-on): Add lstat.
1312
1313         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1314
1315 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1316
1317         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1318         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1319         using idiom used elsewhere in gnulib.
1320
1321 2008-10-27  Jim Meyering  <meyering@redhat.com>
1322
1323         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1324
1325 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1326
1327         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1328         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1329         programs.
1330         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1331
1332 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1333
1334         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1335
1336 2008-10-27  Bruno Haible  <bruno@clisp.org>
1337
1338         * tests/test-lstat.c: Include <stdio.h>.
1339
1340 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1341
1342         * modules/lstat-tests: New module.
1343         * tests/test-lstat.c: New file.
1344
1345 2008-10-26  Jim Meyering  <meyering@redhat.com>
1346
1347         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1348
1349 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1350             Bruno Haible  <bruno@clisp.org>
1351
1352         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1353         * modules/configmake (Include): Add a note that the include must come
1354         after all system headers.
1355         * lib/javaversion.c: Include configmake.h after all other includes.
1356
1357 2008-10-26  Bruno Haible  <bruno@clisp.org>
1358
1359         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1360         HAVE_STRUCT_RANDOM_DATA to 1.
1361         (gl_STDLIB_H): Simplify.
1362
1363 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1364
1365         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1366         substitute HAVE_STRUCT_RANDOM_DATA.
1367         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1368         random_data.
1369         * modules/stdlib (Makefile.am): Substitute
1370         HAVE_STRUCT_RANDOM_DATA.
1371
1372 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1373
1374         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1375         * doc/gnulib-intro.texi (Copyright): Likewise.
1376
1377 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1378
1379         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1380         findings.
1381
1382 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1383             Bruno Haible  <bruno@clisp.org>
1384
1385         * lib/unistd.in.h: Include <winsock2.h>.
1386         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1387         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1388         Provide dummy declarations.
1389         (gethostname): Override.
1390         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1391         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1392         gl_PREREQ_SYS_H_WINSOCK2.
1393         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1394         * doc/posix-functions/gethostname.texi: More details.
1395
1396 2008-10-25  Bruno Haible  <bruno@clisp.org>
1397
1398         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1399         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1400         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1401
1402         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1403         here ...
1404         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1405         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1406         gl_UNISTD_H_DEFAULTS.
1407
1408 2008-10-25  Eric Blake  <ebb9@byu.net>
1409
1410         signbit: avoid spurious compiler failure
1411         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1412         declarations inside function.
1413
1414 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1415             Bruno Haible  <bruno@clisp.org>
1416
1417         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1418         * modules/random_r (Depends-on): Add stdint.
1419
1420 2008-10-24  Bruno Haible  <bruno@clisp.org>
1421
1422         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1423         Eggert.
1424         * modules/strerror (License): Likewise.
1425
1426 2008-10-24  Jim Meyering  <meyering@redhat.com>
1427
1428         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1429         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1430
1431 2008-10-24  Eric Blake  <ebb9@byu.net>
1432
1433         getgroups: fix compilation when getgroups is available
1434         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1435         but with <config.h> override of getgroups disabled.
1436
1437 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1438
1439         * doc/gnulib.texi (Header files): Add note about C++ problems.
1440         Explained by Bruno Haible <bruno@clisp.org>.
1441
1442 2008-10-23  Bruno Haible  <bruno@clisp.org>
1443
1444         Define a dummy SA_NODEFER macro on Interix.
1445         * lib/signal.in.h (SA_NODEFER): Define fallback.
1446         Reported by Aleksey Cheusov <cheusov@tut.by> via
1447         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1448
1449 2008-10-23  Bruno Haible  <bruno@clisp.org>
1450
1451         * modules/freadahead (License): Change to LGPLv2+.
1452         Suggested by Simon Josefsson.
1453
1454 2008-10-23  Jim Meyering  <meyering@redhat.com>
1455
1456         random_r: new module
1457         * modules/random_r: New file.
1458         * m4/random_r.m4: New file.
1459         * lib/random_r.c: New file, from glibc.
1460         * modules/random_r-tests: New file.
1461         * tests/test-random_r.c: New file.
1462         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1463          Declare.
1464         (RAND_MAX): Define.
1465         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1466         * modules/stdlib: Substitute them, too.
1467         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1468         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1469         * doc/glibc-functions/random_r.texi: Likewise.
1470         * doc/glibc-functions/setstate_r.texi: Likewise.
1471         * doc/glibc-functions/srandom_r.texi: Likewise.
1472         * config/srclist.txt: Mention it.
1473
1474 2008-10-23  David Lutterkort  <lutter@redhat.com>
1475
1476         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1477         link requirement
1478
1479 2008-10-23  Jim Meyering  <meyering@redhat.com>
1480
1481         selinux-h: mark parameters of stub functions as intentionally unused
1482         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1483         * lib/se-context.in.h: Likewise.
1484
1485 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1486
1487         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1488
1489 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1490
1491         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1492
1493 2008-10-22  Eric Blake  <ebb9@byu.net>
1494
1495         glthread/thread: avoid compiler warning
1496         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1497         Add unreachable abort to silence compiler.
1498
1499 2008-10-22  Eric Blake  <ebb9@byu.net>
1500
1501         netdb: also supply struct addrinfo for cygwin 1.5.x
1502         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1503         older cygwin.
1504         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1505         cygwin.
1506         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1507
1508 2008-10-22  Bruno Haible  <bruno@clisp.org>
1509
1510         * users.txt: Update entry about pspp.
1511
1512 2008-10-21  Bruno Haible  <bruno@clisp.org>
1513
1514         Simplification.
1515         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1516         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1517
1518         Simplification.
1519         * lib/ioctl.c (ioctl): Don't undefine.
1520         * lib/socket.c (socket): Don't undefine.
1521
1522         Remove unused module indicator macros.
1523         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1524         GNULIB_$1 as a C macro.
1525
1526         * doc/posix-functions/close.texi: Undo last change.
1527         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1528         Windows platforms.
1529
1530 2008-10-21  Bruno Haible  <bruno@clisp.org>
1531
1532         Add gethostname() declaration to <unistd.h>.
1533         * lib/unistd.in.h (gethostname): New declaration.
1534         * lib/gethostname.c: Include <unistd.h>.
1535         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1536         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1537         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1538         and HAVE_GETHOSTNAME.
1539         * modules/gethostname (Depends-on): Add unistd.
1540         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1541         (Include): Specify <unistd.h>.
1542         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1543         HAVE_GETHOSTNAME.
1544         * tests/test-gethostname.c: Include <unistd.h> first.
1545
1546 2008-10-21  Bruno Haible  <bruno@clisp.org>
1547
1548         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1549         * modules/select-tests (Depends-on): Likewise.
1550         Reported by Simon Josefsson.
1551
1552 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1553
1554         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1555         * lib/accept.c: New file, based on winsock.c.
1556         * lib/bind.c: New file, based on winsock.c.
1557         * lib/connect.c: New file, based on winsock.c.
1558         * lib/getpeername.c: New file, based on winsock.c.
1559         * lib/getsockname.c: New file, based on winsock.c.
1560         * lib/getsockopt.c: New file, based on winsock.c.
1561         * lib/ioctl.c: New file, based on winsock.c.
1562         * lib/listen.c: New file, based on winsock.c.
1563         * lib/recv.c: New file, based on winsock.c.
1564         * lib/recvfrom.c: New file, based on winsock.c.
1565         * lib/send.c: New file, based on winsock.c.
1566         * lib/sendto.c: New file, based on winsock.c.
1567         * lib/setsockopt.c: New file, based on winsock.c.
1568         * lib/shutdown.c: New file, based on winsock.c.
1569         * lib/socket.c: New file, based on winsock.c.
1570         * lib/w32sock.h: New file, based on winsock.c.
1571         * lib/winsock.c: Remove file.
1572         * modules/accept: Likewise.
1573         * modules/bind: Likewise.
1574         * modules/connect: Likewise.
1575         * modules/getpeername: Likewise.
1576         * modules/getsockname: Likewise.
1577         * modules/getsockopt: Likewise.
1578         * modules/ioctl: Likewise.
1579         * modules/listen: Likewise.
1580         * modules/recv: Likewise.
1581         * modules/recvfrom: Likewise.
1582         * modules/send: Likewise.
1583         * modules/sendto: Likewise.
1584         * modules/setsockopt: Likewise.
1585         * modules/shutdown: Likewise.
1586         * modules/socket: Use socket.c instead of winsock.c.
1587         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1588         * doc/posix-functions/accept.texi: Doc fix.
1589         * doc/posix-functions/bind.texi: Doc fix.
1590         * doc/posix-functions/close.texi: Doc fix.
1591         * doc/posix-functions/connect.texi: Doc fix.
1592         * doc/posix-functions/getpeername.texi: Doc fix.
1593         * doc/posix-functions/getsockname.texi: Doc fix.
1594         * doc/posix-functions/getsockopt.texi: Doc fix.
1595         * doc/posix-functions/ioctl.texi: Doc fix.
1596         * doc/posix-functions/listen.texi: Doc fix.
1597         * doc/posix-functions/recv.texi: Doc fix.
1598         * doc/posix-functions/recvfrom.texi: Doc fix.
1599         * doc/posix-functions/send.texi: Doc fix.
1600         * doc/posix-functions/sendto.texi: Doc fix.
1601         * doc/posix-functions/setsockopt.texi: Doc fix.
1602         * doc/posix-functions/shutdown.texi: Doc fix.
1603         * doc/posix-functions/socket.texi: Doc fix.
1604
1605 2008-10-20  Bruno Haible  <bruno@clisp.org>
1606
1607         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1608         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1609         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1610         as an alias for SIGABRT.
1611         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1612         (sigaction): Map it to SIGABRT.
1613         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1614
1615 2008-10-20  Bruno Haible  <bruno@clisp.org>
1616
1617         * lib/fts.c: Don't include lstat.h.
1618         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1619
1620         Move the lstat() declaration to <sys/stat.h>.
1621         * lib/lstat.h: Remove file.
1622         * lib/sys_stat.in.h: Add special invocation convention.
1623         (lstat): New declaration.
1624         * lib/lstat.c (orig_lstat): New function.
1625         (rpl_lstat): Use orig_lstat instead of lstat.
1626         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1627         AC_C_INLINE. Set REPLACE_LSTAT.
1628         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1629         and REPLACE_LSTAT.
1630         * modules/lstat (Files): Remove lib/lstat.h.
1631         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1632         (Include): Specify <sys/stat.h> instead of lstat.h.
1633         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1634         REPLACE_LSTAT.
1635         * NEWS: Mention the change.
1636
1637 2008-10-20  Bruno Haible  <bruno@clisp.org>
1638
1639         * modules/posix_spawn-tests: New file.
1640         * tests/test-posix_spawn3.c: New file.
1641
1642 2008-10-20  Bruno Haible  <bruno@clisp.org>
1643
1644         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1645         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1646         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1647         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1648         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1649
1650 2008-10-20  Bruno Haible  <bruno@clisp.org>
1651
1652         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1653         of posix_spawn on AIX 5.3.
1654
1655 2008-10-20  Bruno Haible  <bruno@clisp.org>
1656
1657         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1658
1659 2008-10-20  Bruno Haible  <bruno@clisp.org>
1660
1661         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1662         of AC_LANG_PROGRAM.
1663
1664 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1665
1666         * lib/netdb.in.h: Don't define GNU specific constants until they
1667         are supported or needed.  Reported by Bruno Haible
1668         <bruno@clisp.org>.
1669
1670 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1671
1672         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1673
1674 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1675
1676         * lib/getaddrinfo.h: Remove file.
1677         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1678         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1679         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1680         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1681         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1682         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1683         * tests/test-getaddrinfo.c: Likewise.
1684         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1685         * NEWS: Mention change.
1686
1687 2008-10-19  Bruno Haible  <bruno@clisp.org>
1688
1689         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1690
1691 2008-10-19  Bruno Haible  <bruno@clisp.org>
1692
1693         * lib/wait-process.c: Include simply <sys/wait.h>.
1694         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1695         WIFSTOPPED): Remove fallback definitions.
1696         * modules/wait-process (Depends-on): Add sys_wait.
1697
1698         New module 'sys_wait'.
1699         * modules/sys_wait: New file.
1700         * lib/sys_wait.in.h: New file, partially copied from
1701         lib/wait-process.c.
1702         * m4/sys_wait_h.m4: New file.
1703         * doc/posix-headers/sys_wait.texi: Mention the new module.
1704
1705 2008-10-19  Bruno Haible  <bruno@clisp.org>
1706
1707         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1708
1709 2008-10-19  Bruno Haible  <bruno@clisp.org>
1710
1711         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1712         * lib/wait-process.c (WAIT_T): Remove type.
1713         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1714         (wait_subprocess): Update.
1715
1716 2008-10-19  Bruno Haible  <bruno@clisp.org>
1717
1718         New module 'atoll'.
1719         * modules/atoll: New file.
1720         * lib/stdlib.in.h (atoll): New declaration.
1721         * lib/atoll.c: New file, from glibc with modifications.
1722         * m4/atoll.m4: New file.
1723         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1724         HAVE_ATOLL.
1725         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1726         * doc/posix-functions/atoll.texi: Mention the new module.
1727
1728 2008-10-19  Bruno Haible  <bruno@clisp.org>
1729
1730         Add strtoull() declaration to <stdlib.h>.
1731         * lib/stdlib.in.h (strtoull): New declaration.
1732         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1733         Set HAVE_STRTOULL.
1734         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
1735         HAVE_STRTOULL.
1736         * modules/strtoull (Depends-on): Add stdlib.
1737         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1738         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
1739         HAVE_STRTOULL.
1740
1741 2008-10-19  Bruno Haible  <bruno@clisp.org>
1742
1743         Add strtoll() declaration to <stdlib.h>.
1744         * lib/stdlib.in.h (strtoll): New declaration.
1745         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1746         Set HAVE_STRTOLL.
1747         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
1748         HAVE_STRTOLL.
1749         * modules/strtoll (Depends-on): Add stdlib.
1750         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1751         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
1752
1753 2008-10-19  Bruno Haible  <bruno@clisp.org>
1754
1755         * modules/bcopy (Depends-on): Add strings.
1756         (Include): Specify <strings.h>.
1757
1758 2008-10-19  Bruno Haible  <bruno@clisp.org>
1759
1760         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
1761
1762 2008-10-19  Bruno Haible  <bruno@clisp.org>
1763
1764         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
1765         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
1766         mingw.
1767
1768 2008-10-19  Bruno Haible  <bruno@clisp.org>
1769
1770         * lib/atanl.c: Don't include isnanl.h.
1771         * lib/cosl.c: Likewise.
1772         * lib/ldexpl.c: Likewise.
1773         * lib/logl.c: Likewise.
1774         * lib/sinl.c: Likewise.
1775         * lib/sqrtl.c: Likewise.
1776         * lib/tanl.c: Likewise.
1777
1778         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
1779         * lib/isnanf.h: Remove file.
1780         * lib/isnand.h: Remove file.
1781         * lib/isnanl.h: Remove file.
1782         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
1783         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
1784         macros.
1785         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
1786         HAVE_ISNANF, don't define it as a C macro.
1787         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
1788         HAVE_ISNAND, don't define it as a C macro.
1789         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
1790         HAVE_ISNANL, don't define it as a C macro.
1791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
1792         HAVE_ISNAN[FDL].
1793         * modules/isnanf (Files): Remove lib/isnanf.h.
1794         (Depends-on): Add math.
1795         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1796         (Include): Specify <math.h> instead of isnanf.h.
1797         * modules/isnand (Files): Remove lib/isnand.h.
1798         (Depends-on): Add math.
1799         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1800         (Include): Specify <math.h> instead of isnand.h.
1801         * modules/isnanl (Files): Remove lib/isnanl.h.
1802         (Depends-on): Add math.
1803         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1804         (Include): Specify <math.h> instead of isnanl.h.
1805         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
1806         HAVE_ISNAN[FDL].
1807         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
1808         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
1809         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
1810         * NEWS: Mention the change.
1811
1812 2008-10-18  Bruno Haible  <bruno@clisp.org>
1813
1814         Add getusershell(), setusershell(), endusershell() declarations to
1815         <unistd.h>.
1816         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
1817         declarations.
1818         * lib/getusershell.c: Include unistd.h.
1819         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
1820         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1821         HAVE_GETUSERSHELL.
1822         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
1823         and HAVE_GETUSERSHELL.
1824         * modules/getusershell (Depends-on): Add unistd, extensions.
1825         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1826         (Include): Specify <unistd.h>.
1827         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
1828         HAVE_GETUSERSHELL.
1829
1830 2008-10-18  Bruno Haible  <bruno@clisp.org>
1831
1832         Add a getloadavg() declaration to <stdlib.h>.
1833         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
1834         getloadavg declaration.
1835         (getloadavg): New declaration.
1836         * lib/getloadavg.c: Include <stdlib.h> first.
1837         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
1838         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
1839         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
1840         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
1841         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1842         * modules/getloadavg (Depends-on): Add stdlib, extensions.
1843         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1844         (Include): Specify <stdlib.h>.
1845         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
1846         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1847
1848 2008-10-18  Bruno Haible  <bruno@clisp.org>
1849
1850         * lib/dirchownmod.c: Don't include lchmod.h.
1851
1852         Move the lchmod() declaration to <sys/stat.h>.
1853         * lib/lchmod.h: Remove file.
1854         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
1855         (lchmod): New declaration, moved here from lib/lchown.h.
1856         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
1857         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
1858         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
1859         and HAVE_LCHMOD.
1860         * modules/lchmod (Files): Remove lib/lchmod.h.
1861         (Depends-on): Add sys_stat, extensions.
1862         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1863         (Include): Specify <sys/stat.h> instead of lchmod.h.
1864         * modules/sys_stat (Depends-on): Add link-warning.
1865         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
1866         definition of GL_LINK_WARNING.
1867         * NEWS: Mention the change.
1868
1869 2008-10-18  Bruno Haible  <bruno@clisp.org>
1870
1871         * lib/fchdir.c: Don't include dirfd.h.
1872         * lib/fts.c: Likewise.
1873         * lib/getcwd.c: Likewise.
1874         * lib/glob.c: Likewise.
1875
1876         Move the dirfd() declaration to <dirent.h>.
1877         * lib/dirfd.h: Remove file.
1878         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
1879         (dirfd): New declaration.
1880         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
1881         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
1882         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
1883         HAVE_DECL_DIRFD.
1884         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
1885         HAVE_DECL_DIRFD.
1886         * modules/dirfd (Files): Remove lib/dirfd.h.
1887         (Depends-on): Add dirent, extensions.
1888         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
1889         (Include): Specify <dirent.h> instead of dirfd.h.
1890         * modules/dirent (Depends-on): Add link-warning.
1891         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
1892         definition of GL_LINK_WARNING.
1893         * NEWS: Mention the change.
1894
1895 2008-10-18  Bruno Haible  <bruno@clisp.org>
1896
1897         Move the euidaccess() declaration to <unistd.h>.
1898         * lib/euidaccess.h: Remove file.
1899         * lib/unistd.in.h (euidaccess): New declaration.
1900         * lib/euidaccess.c: Don't include euidaccess.h.
1901         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
1902         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
1903         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
1904         and HAVE_EUIDACCESS.
1905         * modules/euidaccess (Files): Remove lib/euidaccess.h.
1906         (Depends-on): Add unistd.
1907         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1908         (Include): Specify <unistd.h> instead of euidaccess.h.
1909         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
1910         HAVE_EUIDACCESS.
1911         * NEWS: Mention the change.
1912
1913 2008-10-18  Bruno Haible  <bruno@clisp.org>
1914
1915         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1916
1917         Move the getdomainname() declaration to <unistd.h>.
1918         * lib/getdomainname.h: Remove file.
1919         * lib/unistd.in.h (getdomainname): New declaration.
1920         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1921         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1922         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1923         HAVE_GETDOMAINNAME.
1924         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1925         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1926         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1927         (Depends-on): Add unistd, extensions.
1928         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1929         (Includes): Specify <unistd.h> instead of getdomainname.h.
1930         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1931         HAVE_GETDOMAINNAME.
1932         * NEWS: Mention the change.
1933
1934 2008-10-18  Bruno Haible  <bruno@clisp.org>
1935
1936         * modules/dirent: New file.
1937         * m4/dirent_h.m4: New file.
1938         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1939         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1940         * modules/fchdir (Files): Remove lib/dirent.in.h.
1941         (Depends-on): Add dirent.
1942         (Makefile.am): Move rules to modules/dirent.
1943         * doc/posix-headers/dirent.texi: Mention the new module.
1944
1945 2008-10-18  Bruno Haible  <bruno@clisp.org>
1946
1947         Avoid -Wunused-parameter warnings in public gnulib header files.
1948         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1949         macro.
1950         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1951
1952 2008-10-18  Bruno Haible  <bruno@clisp.org>
1953
1954         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1955         * doc/glibc-functions/error.texi: Mention the module 'error'.
1956         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1957         * doc/glibc-functions/getdomainname.texi: Mention the module
1958         'getdomainname'.
1959         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1960         * doc/glibc-functions/getpagesize.texi: Mention the module
1961         'getpagesize'.
1962         * doc/glibc-functions/getusershell.texi: Mention the module
1963         'getusershell'.
1964         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1965         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1966         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1967         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1968         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1969         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1970         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1971         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1972         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1973         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1974         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1975         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1976         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1977         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1978
1979 2008-10-17  Bruno Haible  <bruno@clisp.org>
1980
1981         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1982         HP-UX and IRIX, use -0.0L.
1983         * tests/test-ceill.c (minus_zero): Likewise.
1984         * tests/test-floorl.c (minus_zero): Likewise.
1985         * tests/test-frexpl.c (minus_zero): Likewise.
1986         * tests/test-isnan.c (minus_zerol): Likewise.
1987         * tests/test-isnanl.h (minus_zero): Likewise.
1988         * tests/test-ldexpl.c (minus_zero): Likewise.
1989         * tests/test-roundl.c (minus_zero): Likewise.
1990         * tests/test-signbit.c (minus_zerol): Likewise.
1991         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1992         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1993         * tests/test-truncl.c (minus_zero): Likewise.
1994         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1995         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1996         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1997         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1998
1999 2008-10-17  Bruno Haible  <bruno@clisp.org>
2000
2001         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
2002         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
2003         that it gets activated only for gcc >= 3.0.
2004         * lib/dirent.in.h: Likewise.
2005         * lib/errno.in.h: Likewise.
2006         * lib/fcntl.in.h: Likewise.
2007         * lib/float.in.h: Likewise.
2008         * lib/iconv.in.h: Likewise.
2009         * lib/inttypes.in.h: Likewise.
2010         * lib/locale.in.h: Likewise.
2011         * lib/math.in.h: Likewise.
2012         * lib/netdb.in.h: Likewise.
2013         * lib/netinet_in.in.h: Likewise.
2014         * lib/search.in.h: Likewise.
2015         * lib/signal.in.h: Likewise.
2016         * lib/spawn.in.h: Likewise.
2017         * lib/stdarg.in.h: Likewise.
2018         * lib/stdint.in.h: Likewise.
2019         * lib/stdio.in.h: Likewise.
2020         * lib/stdlib.in.h: Likewise.
2021         * lib/string.in.h: Likewise.
2022         * lib/strings.in.h: Likewise.
2023         * lib/sys_file.in.h: Likewise.
2024         * lib/sys_ioctl.in.h: Likewise.
2025         * lib/sys_select.in.h: Likewise.
2026         * lib/sys_socket.in.h: Likewise.
2027         * lib/sys_stat.in.h: Likewise.
2028         * lib/sys_time.in.h: Likewise.
2029         * lib/sysexits.in.h: Likewise.
2030         * lib/time.in.h: Likewise.
2031         * lib/unistd.in.h: Likewise.
2032         * lib/wchar.in.h: Likewise.
2033         * lib/wctype.in.h: Likewise.
2034         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2035
2036 2008-10-17  Jim Meyering  <meyering@redhat.com>
2037
2038         ignore-value: don't depend on inline module
2039         * modules/ignore-value (Depends-on): Remove 'inline'.
2040         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
2041         Suggestion from Bruno Haible.
2042
2043 2008-10-17  Bruno Haible  <bruno@clisp.org>
2044
2045         New implementation of condition variables for Win32.
2046         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
2047         (gl_linked_waitqueue_t): New type.
2048         (gl_cond_t): Use it.
2049         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
2050         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
2051         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
2052         (glthread_cond_init_func, glthread_cond_wait_func,
2053         glthread_cond_timedwait_func, glthread_cond_signal_func,
2054         glthread_cond_broadcast_func, glthread_cond_destroy_func):
2055         Reimplemented on the basis of gl_linked_waitqueue_t.
2056         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
2057         gl_waitqueue_t.
2058         (gl_rwlock_t): Update.
2059         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
2060
2061 2008-10-17  Simon Josefsson  <simon@josefsson.org>
2062
2063         * modules/recvfrom (Depends-on): Add dependency on getpeername.
2064         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2065
2066 2008-10-17  Jim Meyering  <meyering@redhat.com>
2067
2068         ignore-value: new module
2069         * modules/ignore-value: New file.
2070         * lib/ignore-value.h: New file.
2071         * MODULES.html.sh (Compiler warning management): New section,
2072         just for this module.  More to come.
2073
2074 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2075
2076         open-safer.c: avoid 'signed and unsigned in conditional...' warning
2077         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
2078         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
2079
2080 2008-10-16  Jim Meyering  <meyering@redhat.com>
2081
2082         openat-die.c: avoid 'no previous prototype' warning
2083         * lib/openat-die.c: Include "openat.h".
2084         Reported by Reuben Thomas <rrt@sc3d.org>.
2085
2086 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2087
2088         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2089         * lib/netdb.in.h: Fix typo.
2090         Reported by Bruno Haible  <bruno@clisp.org>
2091
2092         * lib/netdb.in.h: Include sys/socket.h for platforms without
2093         netdb.h, to get structures like hostent on MinGW.
2094         * modules/netdb (Depends-on): Add sys_socket.
2095
2096 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2097
2098         * modules/netdb, modules/netdb-tests: New file.
2099         * m4/netdb_h.m4: New file.
2100         * lib/netdb.in.h: Add, currently just an empty file pending
2101         definitions.
2102         * tests/test-netdb.c: New file.
2103         * doc/posix-headers/netdb.texi: Mention that we replace it if
2104         needed.
2105         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2106         netdb.
2107
2108 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2109
2110         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2111         with code.
2112
2113 2008-10-13  Bruno Haible  <bruno@clisp.org>
2114
2115         * lib/glthread/cond.c (glthread_cond_wait_func,
2116         glthread_cond_timedwait_func): Add a comment.
2117
2118 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2119
2120         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2121         * tests/test-select.c: Likewise,
2122
2123 2008-10-13  Bruno Haible  <bruno@clisp.org>
2124
2125         * lib/glthread/cond.c (glthread_cond_wait_func,
2126         glthread_cond_timedwait_func): Fix variable name.
2127         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2128
2129 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2130
2131         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2132         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2133         struct sockaddr.sa_len.
2134         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2135
2136 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2137
2138         * build-aux/pmccabe2html: Add css and css_url parameters.
2139
2140 2008-10-12  Bruno Haible  <bruno@clisp.org>
2141
2142         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2143         calling aclx_get.
2144         Reported by Rainer Tammer <tammer@tammer.net>.
2145
2146 2008-10-12  Bruno Haible  <bruno@clisp.org>
2147
2148         Use msvcrt aware primitives for creation/termination of Win32 threads.
2149         * lib/glthread/thread.c: Include <process.h>.
2150         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2151         (wrapper_func): Update signature.
2152         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2153
2154 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2155             Bruno Haible  <bruno@clisp.org>
2156
2157         Provide a Win32 implementation of the 'cond' module.
2158         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2159         * lib/glthread/cond.c (glthread_cond_init_func,
2160         glthread_cond_wait_func, glthread_cond_timedwait_func,
2161         glthread_cond_signal_func, glthread_cond_broadcast_func,
2162         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2163         * modules/cond (Dependencies): Add gettimeofday.
2164
2165 2008-10-11  Bruno Haible  <bruno@clisp.org>
2166
2167         Make sleep work on older versions of mingw.
2168         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2169         only whether it exists.
2170         * doc/posix-functions/sleep.texi: Mention the problem with older
2171         versions of mingw.
2172
2173 2008-10-11  Bruno Haible  <bruno@clisp.org>
2174
2175         New module 'shutdown'.
2176         * modules/shutdown: New file.
2177         * lib/sys_socket.in.h (shutdown): New declaration.
2178         * lib/winsock.c (shutdown): New function.
2179         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2180         GNULIB_SHUTDOWN.
2181         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2182         * doc/posix-functions/shutdown.texi: Document the new module.
2183
2184 2008-10-11  Jim Meyering  <meyering@redhat.com>
2185
2186         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2187
2188 2008-10-11  Bruno Haible  <bruno@clisp.org>
2189
2190         New module 'fclose'.
2191         * modules/fclose: New file.
2192         * lib/stdio.in.h (fclose): New declaration.
2193         * lib/fclose.c: New file.
2194         * m4/fclose.m4: New file.
2195         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2196         REPLACE_FCLOSE.
2197         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2198         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2199         REPLACE_FCLOSE.
2200         * modules/close (Depends-on): fclose.
2201         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2202
2203 2008-10-11  Bruno Haible  <bruno@clisp.org>
2204
2205         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2206         set errno and don't call _close.
2207
2208 2008-10-10  Bruno Haible  <bruno@clisp.org>
2209
2210         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2211         ACL, not afterwards. Fixes test failure on Cygwin.
2212
2213 2008-10-09  Ben Pfaff  <blp@gnu.org>
2214
2215         * build-aux/announce-gen: Fix gnulib version related part of usage
2216         message.  Die with a useful error message if no tarballs are
2217         found.
2218
2219 2008-10-10  Jim Meyering  <meyering@redhat.com>
2220
2221         bootstrap: use git's --depth=N option only if it's supported
2222         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2223         recognize the --depth option.  Reported by Pádraig Brady.
2224
2225 2008-10-09  Bruno Haible  <bruno@clisp.org>
2226
2227         New module 'ioctl'.
2228         * modules/ioctl: New file.
2229         * lib/sys_socket.in.h (ioctl): Remove declaration.
2230         * lib/winsock.c: Include <sys/ioctl.h>.
2231         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2232         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2233         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2234         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2235         * doc/posix-functions/ioctl.texi: Mention the new module.
2236
2237 2008-10-09  Bruno Haible  <bruno@clisp.org>
2238
2239         New module 'sys_ioctl'.
2240         * lib/sys_ioctl.in.h: New file.
2241         * m4/sys_ioctl_h.m4: New file.
2242         * modules/sys_ioctl: New file.
2243         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2244
2245 2008-10-09  Bruno Haible  <bruno@clisp.org>
2246
2247         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2248         * lib/winsock.c: Include <stdarg.h>.
2249         (rpl_ioctl): Change to second argument 'int' and then varargs.
2250
2251 2008-10-09  Bruno Haible  <bruno@clisp.org>
2252
2253         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2254         when the sys_socket module is present and the system has <winsock2.h>.
2255
2256 2008-10-09  Bruno Haible  <bruno@clisp.org>
2257
2258         * doc/posix-functions/close.texi: Mention module 'close' instead of
2259         module 'sys_socket'.
2260
2261 2008-10-09  Bruno Haible  <bruno@clisp.org>
2262
2263         * doc/glibc-headers/sys_ioctl.texi: New file.
2264         * doc/gnulib.texi: Include it.
2265
2266 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2267             Bruno Haible  <bruno@clisp.org>
2268
2269         Combine the two replacements of 'close'.
2270         * lib/sys_socket.in.h (close): Define to a reminder to include
2271         <unistd.h>.
2272         (_gl_close_fd_maybe_socket): New declaration.
2273         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2274         * lib/winsock.c (close): Remove undefinition.
2275         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2276         needed for the gnulib module 'close'.
2277         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2278         define to an error symbol or to a warning, if suitable.
2279         * lib/close.c: Include <sys/socket.h>.
2280         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2281         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2282         UNISTD_H_HAVE_WINSOCK2_H.
2283         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2285         UNISTD_H_HAVE_WINSOCK2_H.
2286         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2287         (configure.ac): Set a module indicator.
2288         (Makefile.am): Substitute GNULIB_CLOSE.
2289         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2290         * modules/poll-tests (Depends-on): Add close.
2291         * modules/select-tests (Depends-on): Likewise.
2292
2293 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2294             Bruno Haible  <bruno@clisp.org>
2295
2296         New module 'close'.
2297         * modules/close: New file.
2298         * lib/unistd.in.h (close): Move declaration out of the
2299         FCHDIR_REPLACEMENT scope.
2300         (_gl_unregister_fd): New declaration.
2301         * lib/close.c: New file.
2302         * lib/fchdir.c (rpl_close): Remove function.
2303         * m4/close.m4: New file.
2304         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2305         close.
2306         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2307         REPLACE_CLOSE.
2308         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2309         REPLACE_CLOSE.
2310         * modules/fchdir (Depends-on): Add close.
2311
2312 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2313             Bruno Haible  <bruno@clisp.org>
2314
2315         * lib/fcntl.in.h (open): Simplify conditionals.
2316         (_gl_register_fd): New declaration.
2317         * lib/fchdir.c (rpl_open): Remove function.
2318         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2319         also.
2320         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2321         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2322         open.
2323
2324 2008-10-09  Jim Meyering  <meyering@redhat.com>
2325
2326         GNUmakefile: use the more name-space-friendly "_version"
2327         * top/GNUmakefile (_dummy): Update.
2328         (_version): Rename from "version".
2329
2330 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2331             Bruno Haible  <bruno@clisp.org>
2332
2333         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2334         rpl_close.
2335         (_gl_register_fd): New function, extracted from rpl_open.
2336         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2337         (rpl_open, rpl_opendir): Use _gl_register_fd.
2338
2339 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2340
2341         Fix organization of 'open' replacement.
2342         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2343         (gl_FUNC_OPEN): Use it.
2344         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2345
2346 2008-10-08  Bruno Haible  <bruno@clisp.org>
2347
2348         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2349
2350 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2351
2352         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2353         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2354         listen).
2355
2356 2008-10-08  Eric Blake  <ebb9@byu.net>
2357
2358         GNUmakefile: add 'make version' target
2359         * top/GNUmakefile (_curr-ver): Split version update rules...
2360         (version): ...into a target.
2361
2362 2008-10-07  Bruno Haible  <bruno@clisp.org>
2363
2364         Use a more portable replacement expression for -0.0L.
2365         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2366         instead of -0.0L. Fix m4 quotation.
2367
2368         * tests/test-signbit.c: Include <float.h>.
2369         (minus_zero): New variable.
2370         (test_signbitl): Use minus_zero instead of -zero.
2371         * modules/signbit-tests (Depends-on): Add float.
2372
2373         * tests/test-ceill.c: Include <float.h>.
2374         (zero): Remove variable.
2375         (minus_zero): New variable.
2376         (main): Use minus_zero instead of -zero.
2377         * modules/ceill-tests (Depends-on): Add float.
2378
2379         * tests/test-floorl.c: Include <float.h>.
2380         (zero): Remove variable.
2381         (minus_zero): New variable.
2382         (main): Use minus_zero instead of -zero.
2383         * modules/floorl-tests (Depends-on): Add float.
2384
2385         * tests/test-roundl.c: Include <float.h>.
2386         (zero): Remove variable.
2387         (minus_zero): New variable.
2388         (main): Use minus_zero instead of -zero.
2389         * modules/roundl-tests (Depends-on): Add float.
2390
2391         * tests/test-truncl.c: Include <float.h>.
2392         (zero): Remove variable.
2393         (minus_zero): New variable.
2394         (main): Use minus_zero instead of -zero.
2395         * modules/truncl-tests (Depends-on): Add float.
2396
2397         * tests/test-frexpl.c (zero): Remove variable.
2398         (minus_zero): New variable.
2399         (main): Use minus_zero instead of -zero.
2400         * modules/frexpl-tests (Depends-on): Add float.
2401
2402         * tests/test-isnan.c (zerol): Remove variable.
2403         (minus_zerol): New variable.
2404         (test_long_double): Use minus_zerol instead of -zerol.
2405         * modules/isnan-tests (Depends-on): Add float.
2406
2407         * tests/test-isnanl.h (zero): Remove variable.
2408         (minus_zero): New variable.
2409         (main): Use minus_zero instead of -zero.
2410         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2411         * modules/isnanl-tests (Depends-on): Add float.
2412
2413         * tests/test-ldexpl.c (zero): Remove variable.
2414         (minus_zero): New variable.
2415         (main): Use minus_zero instead of -zero.
2416         * modules/ldexpl-tests (Depends-on): Add float.
2417
2418         * tests/test-snprintf-posix.h (zerol): Remove variable.
2419         (minus_zerol): New variable.
2420         (test_function): Use minus_zerol instead of -zerol.
2421         * modules/snprintf-posix-tests (Depends-on): Add float.
2422         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2423
2424         * tests/test-sprintf-posix.h (zerol): Remove variable.
2425         (minus_zerol): New variable.
2426         (test_function): Use minus_zerol instead of -zerol.
2427         * modules/sprintf-posix-tests (Depends-on): Add float.
2428         * modules/vsprintf-posix-tests (Depends-on): Add float.
2429
2430         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2431         (minus_zerol): New variable.
2432         (test_function): Use minus_zerol instead of -zerol.
2433         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2434
2435         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2436         (minus_zerol): New variable.
2437         (test_function): Use minus_zerol instead of -zerol.
2438         * modules/vasprintf-posix-tests (Depends-on): Add float.
2439
2440 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2441
2442         * MODULES.html.sh (Support for building documentation): Mention
2443         pmccabe2html.  Sort entries.
2444
2445         Add pmccabe2html module, from gnupdf.
2446         * build-aux/pmccabe.css: New file.
2447         * build-aux/pmccabe2html: New file.
2448         * m4/pmccabe2html.m4: New file.
2449         * modules/pmccabe2html: New file.
2450
2451 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2452
2453         flock: new module
2454         * MODULES.html.sh: Add to list of modules.
2455         * lib/flock.c: flock implementation for Windows and Unix systems
2456         which have fcntl.
2457         * doc/glibc-functions/flock.texi: Update documentation.
2458         * lib/sys_file.in.h: <sys/file.h> header file.
2459         * m4/flock.m4: M4 macros.
2460         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2461         * modules/flock: flock module.
2462         * modules/flock-tests: flock tests module.
2463         * modules/sys_file: sys/file.h module.
2464         * tests/test-flock.c: test suite for flock.
2465
2466 2008-10-06  Jim Meyering  <meyering@redhat.com>
2467
2468         bootstrap: check for LT_INIT more portably still ;-)
2469         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2470         Spotted by Bruno Haible.
2471
2472 2008-10-06  Eric Blake  <ebb9@byu.net>
2473
2474         test-signbit: avoid tripping Irix cc bug on -0.0L
2475         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2476         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2477         entire testsuite consistent and avoids an Irix 6.2 bug.
2478
2479 2008-10-05  Bruno Haible  <bruno@clisp.org>
2480             Jim Meyering  <jim@meyering.net>
2481
2482         Add an option for ignoring EPIPE during close_stdout.
2483         * lib/closeout.h: Include <stdbool.h>.
2484         (close_stdout_set_ignore_EPIPE): New declaration.
2485         * lib/closeout.c: Include <stdbool.h>.
2486         (ignore_EPIPE): New variable.
2487         (close_stdout_set_ignore_EPIPE): New function.
2488         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2489         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2490         failure.
2491         * modules/closeout (Depends-on): Add stdbool.
2492
2493 2008-10-05  Bruno Haible  <bruno@clisp.org>
2494
2495         * modules/accept: New file.
2496         * modules/bind: New file.
2497         * modules/connect: New file.
2498         * modules/getpeername: New file.
2499         * modules/getsockname: New file.
2500         * modules/getsockopt: New file.
2501         * modules/listen: New file.
2502         * modules/recv: New file.
2503         * modules/recvfrom: New file.
2504         * modules/send: New file.
2505         * modules/sendto: New file.
2506         * modules/setsockopt: New file.
2507         * modules/socket: New file.
2508         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2509         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2510         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2511         the particular module is requested. Add a link warning when the
2512         particular module is not requested.
2513         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2514         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2515         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2516         the particular module is requested.
2517         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2518         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2519         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2520         * modules/sys_socket (Depends-on): Add link-warning.
2521         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2522         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2523         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2524         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2525         GL_LINK_WARNING.
2526         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2527         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2528         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2529         * doc/posix-functions/getpeername.texi: Mention the new module
2530         'getpeername'.
2531         * doc/posix-functions/getsockname.texi: Mention the new module
2532         'getsockname'.
2533         * doc/posix-functions/getsockopt.texi: Mention the new module
2534         'getsockopt'.
2535         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2536         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2537         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2538         * doc/posix-functions/send.texi: Mention the new module 'send'.
2539         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2540         * doc/posix-functions/setsockopt.texi: Mention the new module
2541         'setsockopt'.
2542         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2543         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2544         listen, connect, accept.
2545         * modules/select-tests (Depends-on): Likewise.
2546
2547 2008-10-05  Bruno Haible  <bruno@clisp.org>
2548
2549         * lib/winsock.c (strerror): Remove unused #undef.
2550         (rpl_close): Remove unused local variable.
2551
2552         * modules/sys_socket (Depends-on); Add errno.
2553
2554 2008-10-05  Bruno Haible  <bruno@clisp.org>
2555
2556         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2557         (select): Add a link warning when the 'select' module is not used.
2558         * modules/sys_select (Depends-on): Add link-warning.
2559         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2560         Suggested by Paolo Bonzini.
2561
2562 2008-10-05  Jim Meyering  <meyering@redhat.com>
2563
2564         bootstrap: check for LT_INIT more portably
2565         * build-aux/bootstrap: Avoid using grep -E, since it's not
2566         portable enough.  Suggestion from Bruno Haible.
2567
2568 2008-10-05  Bruno Haible  <bruno@clisp.org>
2569
2570         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2571         as being fixed by gnulib.
2572
2573 2008-10-05  Bruno Haible  <bruno@clisp.org>
2574
2575         * modules/select-tests: New file, mostly copied from
2576         modules/sys_select-tests.
2577         * tests/test-select.c: New file, mostly copied from
2578         tests/test-sys_select.c.
2579         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2580         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2581         (Makefile.am): Remove test_sys_select_LDADD.
2582
2583         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2584         to an undefined symbol, for an error message.
2585         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2586         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2587         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2588         winsock-select.c here.
2589         * modules/sys_select (Files): Remove lib/winsock-select.c.
2590         (Depends-on): Remove alloca.
2591         (Makefile.am): Substitute GNULIB_SELECT.
2592         * modules/select: New file.
2593         * doc/posix-functions/select.texi: Update.
2594
2595 2008-10-05  Bruno Haible  <bruno@clisp.org>
2596
2597         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2598         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2599         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2600         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2601         getdtablesize.
2602         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2603         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2604
2605 2008-10-05  Bruno Haible  <bruno@clisp.org>
2606
2607         * modules/getdtablesize-tests: New file.
2608         * tests/test-getdtablesize.c: New file.
2609
2610         New module 'getdtablesize'.
2611         * lib/unistd.in.h (getdtablesize): New declaration.
2612         * lib/getdtablesize.c: New file.
2613         * m4/getdtablesize.m4: New file.
2614         * modules/getdtablesize: New file.
2615         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2616         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2617         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2618         HAVE_GETDTABLESIZE.
2619         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2620
2621 2008-10-05  Bruno Haible  <bruno@clisp.org>
2622
2623         * modules/sched (Makefile.am): Fix typo.
2624         Reported by Simon Josefsson.
2625
2626 2008-10-05  Jim Meyering  <meyering@redhat.com>
2627
2628         bootstrap: check for LT_INIT, too
2629         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2630         are deprecated.  Suggestion from Ralf Wildenhues.
2631
2632 2008-10-05  Bruno Haible  <bruno@clisp.org>
2633
2634         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2635         overriding them by ours.
2636         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2637
2638 2008-10-05  Jim Meyering  <meyering@redhat.com>
2639
2640         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2641         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2642         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2643
2644 2008-10-04  Bruno Haible  <bruno@clisp.org>
2645
2646         * modules/dup2 (License): Change to LGPLv2+.
2647         * modules/sleep (License): Likewise.
2648         * modules/perror (License): Likewise.
2649         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2650         Blake.
2651         * modules/signal (License): Likewise.
2652         * modules/sigprocmask (License): Likewise.
2653         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2654         Meyering.
2655
2656 2008-10-04  Bruno Haible  <bruno@clisp.org>
2657
2658         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2659         Reported by Rainer Tammer <tammer@tammer.net>.
2660
2661 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2662             Bruno Haible  <bruno@clisp.org>
2663
2664         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2665         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2666         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2667
2668 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2669
2670         filevercmp: new module
2671         * lib/filevercmp.h: New function filevercmp comparing version strings.
2672         * lib/filevercmp.c: Implementation of filevercmp function.
2673         * modules/filevercmp: Module metadata.
2674         * tests/test-filevercmp.c: Unit test for new module.
2675         * modules/filevercmp-tests: Unit test metadata.
2676         * MODULES.html.sh: Add filevercmp module.
2677
2678 2008-10-03  Bruno Haible  <bruno@clisp.org>
2679
2680         * lib/c-ctype.h: Add comment.
2681         Reported by Jim Meyering.
2682
2683 2008-10-02  Bruno Haible  <bruno@clisp.org>
2684
2685         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2686
2687 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2688
2689         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2690         name of bootstrap.conf accordingly.
2691
2692 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2693
2694         * build-aux/bootstrap: Install git-merge-changelog configuration
2695         items into .gitconfig if needed.
2696
2697 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2698
2699         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2700         git repository, and initialize/update it accordingly.
2701
2702 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2703
2704         * modules/fsync-tests: New file.
2705         * tests/test-fsync.c: New file.
2706
2707         New module 'fsync'.
2708         * lib/fsync.c: New file.
2709         * m4/fsync.m4: New file.
2710         * modules/fsync: New file.
2711         * lib/unistd.in.h (fsync): New declaration.
2712         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2713         GNULIB_FSYNC and HAVE_FSYNC.
2714         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2715         * MODULES.html.sh (posix_functions): Add fsync.
2716         * doc/posix-functions/fsync.texi: Mention the new module.
2717
2718 2008-10-02  Jim Meyering  <meyering@redhat.com>
2719
2720         fts.c: sync with similar code from coreutils' remove.c
2721         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2722         Guard also with "#if defined __linux__", since for now at least,
2723         this code is Linux-kernel-specific.
2724
2725 2008-10-02  Jim Meyering  <meyering@redhat.com>
2726
2727         fts: bug fixes
2728         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2729         Include <sys/vfs.h>, not <sys/statfs.h>.
2730
2731         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
2732         Include <sys/vfs.h>, not <sys/statfs.h>.
2733
2734 2008-10-01  Bruno Haible  <bruno@clisp.org>
2735
2736         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
2737         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
2738         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
2739         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
2740         * doc/posix-functions/posix_spawnp.texi: Likewise.
2741         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
2742         whether posix_spawn actually works.
2743         * m4/pipe.m4 (gl_PIPE): Likewise.
2744         * modules/execute (Files): Add m4/posix_spawn.m4.
2745         * modules/pipe (Files): Add m4/posix_spawn.m4.
2746         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
2747
2748 2008-10-01  Jim Meyering  <meyering@redhat.com>
2749
2750         remove trailing spaces
2751         * NEWS: Likewise.
2752         * lib/poll.c (poll): Likewise.
2753         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
2754         * lib/winsock.c (rpl_close): Likewise.
2755         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
2756         * modules/yield: Likewise.
2757         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
2758         * tests/test-sys_select.c (connect_to_socket): Likewise.
2759
2760         fts.c: adjust a new interface to be more generally useful
2761         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
2762         (fts_build): Adjust caller.
2763
2764 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2765
2766         * modules/cond-tests: New file.
2767         * tests/test-cond.c: New file.
2768
2769 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2770             Bruno Haible  <bruno@clisp.org>
2771
2772         * modules/cond (Dependencies): Add errno, time.
2773         * lib/glthread/cond.h: Include <time.h>.
2774         (gl_cond_define, gl_cond_define_initialized): Use the same definition
2775         across platforms.
2776
2777 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2778             Bruno Haible  <bruno@clisp.org>
2779
2780         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
2781
2782 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2783             Bruno Haible  <bruno@clisp.org>
2784
2785         * modules/tls-tests (Depends-on): Add thread, yield.
2786         (configure.ac): Remove all checks.
2787         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
2788         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2789         gl_thread_self): Remove definitions. Include glthread/thread.h and
2790         glthread/yield.h instead.
2791         (test_tls): Pass an additional NULL argument to gl_thread_join.
2792
2793 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2794             Bruno Haible  <bruno@clisp.org>
2795
2796         * modules/lock-tests (Depends-on): Add thread, yield.
2797         (configure.ac): Remove all checks.
2798         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
2799         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2800         gl_thread_self): Remove definitions. Include glthread/thread.h and
2801         glthread/yield.h instead.
2802         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
2803         additional NULL argument to gl_thread_join.
2804
2805 2008-09-30  Bruno Haible  <bruno@clisp.org>
2806
2807         Fix the Win32 implementation of the 'thread' module.
2808         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
2809         pointer type.
2810         (gl_thread_self): Invoke gl_thread_self_func.
2811         (gl_thread_self_func): New declaration.
2812         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
2813         (do_init_self_key, init_self_key): New functions.
2814         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
2815         Remove some fields.
2816         (running_threads, running_lock): Remove variables.
2817         (get_current_thread_handle): New function.
2818         (gl_thread_self_func, wrapper_func, glthread_create_func,
2819         glthread_join_func, gl_thread_exit_func): Largely rewritten and
2820         simplified.
2821
2822 2008-09-30  Bruno Haible  <bruno@clisp.org>
2823
2824         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
2825         files.
2826
2827 2008-09-30  Jim Meyering  <meyering@redhat.com>
2828
2829         fts.m4: correct the test for statfs.f_type
2830         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
2831         when checking for statfs.f_type.
2832
2833 2008-09-15  Simon Josefsson  <simon@josefsson.org>
2834
2835         tests: avoid some compiler warnings
2836         * tests/test-memchr.c (main): Pass NULL indirectly.
2837         * tests/test-getdate.c (main): Remove unused variable 'ret'.
2838
2839 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
2840
2841         getdate.y: disallow countable dayshifts like "4 yesterday ago"
2842         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
2843         exactly specified dayshifts.
2844         (dayshift): New rule.
2845         (rel): Add dayshift.
2846         (relative_time_table) [tomorrow, yesterday, today, now]:
2847         Use tDAY_SHIFT in place of tDAY_UNIT.
2848         * tests/test-getdate.c: Add tests for now-disallowed countable
2849         dayshifts, e.g., "4 yesterday ago".
2850
2851 2008-09-29  Bruno Haible  <bruno@clisp.org>
2852
2853         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
2854         * tests/test-posix_spawn1.in.sh: Renamed from
2855         tests/test-posix_spawn.in.sh.
2856         * tests/test-posix_spawn2.c: New file.
2857         * tests/test-posix_spawn2.in.sh: New file.
2858         * modules/posix_spawnp-tests (Files): Update.
2859         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
2860
2861 2008-09-29  Bruno Haible  <bruno@clisp.org>
2862
2863         Propagate effects of putenv/setenv/unsetenv to child processes.
2864         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
2865         * lib/pipe.c (create_pipe): Likewise.
2866
2867 2008-09-29  Bruno Haible  <bruno@clisp.org>
2868
2869         Enable use of shell scripts as executables in mingw.
2870         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
2871         run the program as a shell script.
2872         * lib/pipe.c (create_pipe): Likewise.
2873         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
2874         resulting array.
2875
2876 2008-09-29  Eric Blake  <ebb9@byu.net>
2877
2878         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
2879
2880 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
2881
2882         * doc/posix-functions/accept.texi: Update mingw problems.
2883         * doc/posix-functions/bind.texi: Update mingw problems.
2884         * doc/posix-functions/close.texi: Update mingw problems.
2885         * doc/posix-functions/connect.texi: Update mingw problems.
2886         * doc/posix-functions/getpeername.texi: Update mingw problems.
2887         * doc/posix-functions/getsockname.texi: Update mingw problems.
2888         * doc/posix-functions/getsockopt.texi: Update mingw problems.
2889         * doc/posix-functions/ioctl.texi: Update mingw problems.
2890         * doc/posix-functions/listen.texi: Update mingw problems.
2891         * doc/posix-functions/recv.texi: Update mingw problems.
2892         * doc/posix-functions/recvfrom.texi: Update mingw problems.
2893         * doc/posix-functions/select.texi: Update mingw problems.
2894         * doc/posix-functions/send.texi: Update mingw problems.
2895         * doc/posix-functions/sendto.texi: Update mingw problems.
2896         * doc/posix-functions/setsockopt.texi: Update mingw problems.
2897         * doc/posix-functions/socket.texi: Update mingw problems.
2898
2899 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
2900             Bruno Haible  <bruno@clisp.org>
2901
2902         * lib/sys_select.in.h: Include sys/time.h.
2903         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
2904         * modules/sys_select: Depend on sys_time.
2905         * tests/test-sys_select.c: Test that sys/select.h defines struct
2906         timeval fully.
2907
2908 2008-09-29  Bruno Haible  <bruno@clisp.org>
2909
2910         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2911         * lib/sys_select.in.h: Likewise.
2912
2913 2008-09-29  Bruno Haible  <bruno@clisp.org>
2914
2915         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2916
2917 2008-09-29  Bruno Haible  <bruno@clisp.org>
2918
2919         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2920         Set LIBSOCKET instead of augmenting LIBS.
2921         * modules/sockets (Link): New section.
2922         * modules/sockets-tests (test_sockets_LDADD): New variable.
2923         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2924         * modules/poll-tests (test_poll_LDADD): New variable.
2925         * NEWS: Document the change.
2926
2927 2008-09-29  Bruno Haible  <bruno@clisp.org>
2928
2929         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2930         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2931         ARPA_INET_H directly.
2932         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2933
2934 2008-09-28  Bruno Haible  <bruno@clisp.org>
2935
2936         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2937         from gl_HEADER_SYS_SOCKET.
2938         (gl_HEADER_SYS_SOCKET): Invoke it.
2939         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2940
2941 2008-09-28  Bruno Haible  <bruno@clisp.org>
2942
2943         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2944         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2945         Needed on OSF/1 4.0.
2946
2947 2008-09-28  Bruno Haible  <bruno@clisp.org>
2948
2949         Override open more carefully.
2950         * lib/open.c (orig_open): New function.
2951         (rpl_open): Use orig_open instead of open.
2952         * lib/fcntl.in.h: Add special invocation convention.
2953         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2954         (gl_FUNC_OPEN): Invoke it.
2955
2956         Override freopen more carefully.
2957         * lib/freopen.c (orig_freopen): New function.
2958         (rpl_freopen): Use orig_freopen instead of freopen.
2959         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2960         (gl_FUNC_FREOPEN): Invoke it.
2961
2962         Override fopen more carefully.
2963         * lib/fopen.c (orig_fopen): New function.
2964         (rpl_fopen): Use orig_fopen instead of fopen.
2965         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2966         (gl_FUNC_FOPEN): Invoke it.
2967         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2968
2969 2008-09-28  Bruno Haible  <bruno@clisp.org>
2970
2971         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2972         SIGPIPE.
2973
2974 2008-09-28  Bruno Haible  <bruno@clisp.org>
2975
2976         * tests/test-sigaction.c (handler, main): Disable the check whether
2977         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2978         glibc systems with LinuxThreads.
2979
2980 2008-09-28  Bruno Haible  <bruno@clisp.org>
2981
2982         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2983
2984         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2985         with AIX xlc.
2986         * lib/fcntl.in.h (open): Likewise.
2987         Reported by Rainer Tammer <tammer@tammer.net>.
2988
2989 2008-09-28  Bruno Haible  <bruno@clisp.org>
2990
2991         * modules/posix_spawnp-tests: New file.
2992         * tests/test-posix_spawn.c: New file.
2993         * tests/test-posix_spawn.in.sh: New file.
2994
2995         New module 'posix_spawnp'.
2996         * modules/posix_spawnp: New file.
2997         * lib/spawnp.c: New file, from GNU libc with modifications.
2998         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2999
3000         New module 'posix_spawn'.
3001         * modules/posix_spawn: New file.
3002         * lib/spawn.c: New file, from GNU libc with modifications.
3003         * doc/posix-functions/posix_spawn.texi: Mention the new module.
3004
3005         New module 'posix_spawnattr_destroy'.
3006         * modules/posix_spawnattr_destroy: New file.
3007         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
3008         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
3009         module.
3010
3011         New module 'posix_spawnattr_setsigmask'.
3012         * modules/posix_spawnattr_setsigmask: New file.
3013         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
3014         modifications.
3015         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
3016         new module.
3017
3018         New module 'posix_spawnattr_getsigmask'.
3019         * modules/posix_spawnattr_getsigmask: New file.
3020         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
3021         modifications.
3022         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
3023         new module.
3024
3025         New module 'posix_spawnattr_setsigdefault'.
3026         * modules/posix_spawnattr_setsigdefault: New file.
3027         * lib/spawnattr_setdefault.c: New file, from GNU libc with
3028         modifications.
3029         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
3030         new module.
3031
3032         New module 'posix_spawnattr_getsigdefault'.
3033         * modules/posix_spawnattr_getsigdefault: New file.
3034         * lib/spawnattr_getdefault.c: New file, from GNU libc with
3035         modifications.
3036         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
3037         new module.
3038
3039         New module 'posix_spawnattr_setschedpolicy'.
3040         * modules/posix_spawnattr_setschedpolicy: New file.
3041         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
3042         modifications.
3043         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
3044         new module.
3045
3046         New module 'posix_spawnattr_getschedpolicy'.
3047         * modules/posix_spawnattr_getschedpolicy: New file.
3048         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
3049         modifications.
3050         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
3051         new module.
3052
3053         New module 'posix_spawnattr_setschedparam'.
3054         * modules/posix_spawnattr_setschedparam: New file.
3055         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
3056         modifications.
3057         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
3058         new module.
3059
3060         New module 'posix_spawnattr_getschedparam'.
3061         * modules/posix_spawnattr_getschedparam: New file.
3062         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
3063         modifications.
3064         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
3065         new module.
3066
3067         New module 'posix_spawnattr_setpgroup'.
3068         * modules/posix_spawnattr_setpgroup: New file.
3069         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
3070         modifications.
3071         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
3072         module.
3073
3074         New module 'posix_spawnattr_getpgroup'.
3075         * modules/posix_spawnattr_getpgroup: New file.
3076         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
3077         modifications.
3078         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
3079         module.
3080
3081         New module 'posix_spawnattr_setflags'.
3082         * modules/posix_spawnattr_setflags: New file.
3083         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3084         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3085         module.
3086
3087         New module 'posix_spawnattr_getflags'.
3088         * modules/posix_spawnattr_getflags: New file.
3089         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3090         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3091         module.
3092
3093         New module 'posix_spawnattr_init'.
3094         * modules/posix_spawnattr_init: New file.
3095         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3096         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3097         module.
3098
3099         New module 'posix_spawn_file_actions_destroy'.
3100         * modules/posix_spawn_file_actions_destroy: New file.
3101         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3102         modifications.
3103         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3104         the new module.
3105
3106         New module 'posix_spawn_file_actions_addopen'.
3107         * modules/posix_spawn_file_actions_addopen: New file.
3108         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3109         modifications.
3110         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3111         the new module.
3112
3113         New module 'posix_spawn_file_actions_adddup2'.
3114         * modules/posix_spawn_file_actions_adddup2: New file.
3115         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3116         modifications.
3117         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3118         the new module.
3119
3120         New module 'posix_spawn_file_actions_addclose'.
3121         * modules/posix_spawn_file_actions_addclose: New file.
3122         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3123         modifications.
3124         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3125         the new module.
3126
3127         New module 'posix_spawn_file_actions_init'.
3128         * modules/posix_spawn_file_actions_init: New file.
3129         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3130         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3131         new module.
3132
3133         New module 'posix_spawn-internal'.
3134         * modules/posix_spawn-internal: New file.
3135         * lib/spawn_int.h: New file, from GNU libc with modifications.
3136         * lib/spawni.c: New file, from GNU libc with modifications.
3137         * m4/posix_spawn.m4: New file.
3138
3139         New module 'spawn'.
3140         * modules/spawn: New file.
3141         * lib/spawn.in.h: New file, from GNU libc with modifications.
3142         * m4/spawn_h.m4: New file.
3143         * doc/posix-headers/spawn.texi: Mention the new module.
3144
3145 2008-09-28  Bruno Haible  <bruno@clisp.org>
3146
3147         * modules/sched-tests: New file.
3148         * tests/test-sched.c: New file.
3149
3150         New module 'sched'.
3151         * modules/sched: New file.
3152         * lib/sched.in.h: New file.
3153         * m4/sched_h.m4: New file.
3154         * doc/posix-headers/sched.texi: Mention the new module.
3155
3156 2008-09-27  Eric Blake  <ebb9@byu.net>
3157
3158         Fix previous patch, and tweak references to $0.
3159         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3160         (func_version, func_gnulib_dir): Don't call this program
3161         gnulib-tool.
3162         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3163         with using $0 in function.
3164         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3165         (func_fatal_error): Reuse the name the user invoked us with.
3166
3167 2008-09-27  Bruno Haible  <bruno@clisp.org>
3168
3169         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3170         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3171         (gl_ICONV_H): Not here.
3172         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3173         instead of assigning ICONV_H directly.
3174
3175         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3176         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3177         WCHAR_H directly.
3178
3179 2008-09-27  Bruno Haible  <bruno@clisp.org>
3180
3181         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3182         * modules/arpa_inet (Depends-on): Add link-warning.
3183         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3184         * modules/unistd (Makefile.am): Likewise.
3185
3186 2008-09-26  Bruno Haible  <bruno@clisp.org>
3187
3188         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3189         variables.
3190         (func_version): Essentially copied from gnulib-tool.
3191         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3192         func_readlink): Copied from gnulib-tool.
3193
3194 2008-09-26  Bruno Haible  <bruno@clisp.org>
3195
3196         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3197         invoking git-version-gen.
3198
3199 2008-09-26  Bruno Haible  <bruno@clisp.org>
3200
3201         * posix-modules: Update to directory names changed on 2008-01-19.
3202         Remove commas in output before splitting into words. No more need to
3203         avoid 'ftruncate' since 2007-02-19.
3204
3205 2008-09-26  Bruno Haible  <bruno@clisp.org>
3206
3207         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3208
3209 2008-09-26  Bruno Haible  <bruno@clisp.org>
3210
3211         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3212         * modules/fwriteerror (Depends-on): Add errno.
3213
3214 2008-09-26  Bruno Haible  <bruno@clisp.org>
3215
3216         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3217         * tests/test-vc-list-files-cvs.sh: Likewise.
3218
3219 2008-09-26  Bruno Haible  <bruno@clisp.org>
3220
3221         * doc/posix-headers/sys_resource.texi: Reorder items.
3222
3223 2008-09-26  Jim Meyering  <meyering@redhat.com>
3224
3225         fts: tweak inode comparison function
3226         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3227         inode numbers, as documented.
3228
3229         fts: sort dirent entries on inode number before traversing
3230         This avoids a quadratic, seek-related performance penalty when
3231         operating on a directory containing many entries (measurable at 10k;
3232         3.5 hours at 2 million entries with a cold cache) on certain types
3233         of file systems, including ext3 and ext4, but not tmpfs.
3234         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3235         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3236         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3237         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3238         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3239         (fts_build): Set the stat.st_ino member from D_INO.
3240         If it is likely to be useful, sort dirent entries on inode number.
3241
3242         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3243         and the struct statfs.f_type member.
3244         * modules/fts (Depends-on): Add d-ino.
3245
3246 2008-09-26  Bruno Haible  <bruno@clisp.org>
3247
3248         * modules/sigpipe-die (Depends-on): Add sigpipe.
3249
3250         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3251         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3252         and GNULIB_STDIO_H_SIGPIPE are set.
3253         * lib/stdio-write.c: New file.
3254         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3255         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3256         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3257         REPLACE_STDIO_WRITE_FUNCS.
3258         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3259         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3260         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3261         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3262         * modules/stdio (Files): Add lib/stdio-write.c.
3263         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3264         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3265         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3266         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3267         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3268         REPLACE_FPRINTF_POSIX.
3269         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3270         REPLACE_PRINTF_POSIX.
3271         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3272         REPLACE_VFPRINTF_POSIX.
3273         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3274         REPLACE_VPRINTF_POSIX.
3275         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3276         SIGPIPE issue.
3277         * doc/posix-functions/fputc.texi: Likewise.
3278         * doc/posix-functions/fputs.texi: Likewise.
3279         * doc/posix-functions/fwrite.texi: Likewise.
3280         * doc/posix-functions/printf.texi: Likewise.
3281         * doc/posix-functions/putc.texi: Likewise.
3282         * doc/posix-functions/putchar.texi: Likewise.
3283         * doc/posix-functions/puts.texi: Likewise.
3284         * doc/posix-functions/vfprintf.texi: Likewise.
3285         * doc/posix-functions/vprintf.texi: Likewise.
3286
3287         * modules/safe-write (Depends-on): Add write.
3288
3289         * modules/sigpipe-tests: New file.
3290         * tests/test-sigpipe.c: New file.
3291         * tests/test-sigpipe.sh: New file.
3292
3293         * modules/write: New file.
3294         * lib/unistd.in.h: Include <sys/types.h>.
3295         (write): New declaration.
3296         * lib/write.c: New file.
3297         * m4/write.m4: New file.
3298         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3299         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3300         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3301         GNULIB_WRITE, REPLACE_WRITE.
3302         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3303         and the SIGPIPE issue.
3304
3305         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3306         (raise): New declaration.
3307         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3308         (ext_signal): New function.
3309         (rpl_raise): New function.
3310         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3311         GNULIB_SIGNAL_H_SIGPIPE.
3312         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3313         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3314
3315         * modules/sigpipe: New file.
3316         * m4/sigpipe.m4: New file.
3317
3318 2008-09-25  Derek Price  <derek@ximbiot.com>
3319             Bruno Haible  <bruno@clisp.org>
3320
3321         * gnulib-tool (func_import): Report all license incompatibilities, not
3322         just the first one.
3323
3324 2008-09-25  Bruno Haible  <bruno@clisp.org>
3325
3326         * gnulib-tool (func_import): When computing the edits, consider not
3327         only the Makefile.ams that exist but also those that will be generated.
3328
3329 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3330
3331         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3332         fixes gnulib-tool --test warning about duplicate dependency.
3333
3334 2008-09-25  Bruno Haible  <bruno@clisp.org>
3335
3336         * gnulib-tool: Don't ask the user to perform edits in the generated
3337         Makefile.ams.
3338         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3339         apply to the Makefile.am being generated.
3340         (func_emit_tests_Makefile_am): Execute edits that apply to the
3341         Makefile.am being generated.
3342         (func_import): Setup list of Makefile.am edits before emitting the
3343         Makefile.ams, not at the end.
3344         (func_create_testdir): Update.
3345         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3346
3347 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3348
3349         * gnulib-tool (func_import): Store the --tests-base option in the
3350         comment in gnulib-cache.m4.
3351
3352 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3353
3354         * NEWS: Document increased portability that sys_select now provides.
3355
3356         * lib/sys_select.in.h: Install select wrapper.
3357         * lib/sys_socket.in.h: Use more descriptive name when there is no
3358         select wrapper.
3359         * lib/winsock-select.c: New.
3360         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3361         Require gl_HEADER_SYS_SOCKET.
3362         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3363         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3364         * tests/test-sys_select.c: Add functional tests.
3365
3366 2008-09-24  Eric Blake  <ebb9@byu.net>
3367
3368         open, fopen: close fd leak in last patch
3369         * lib/open.c (rpl_open): Close fd before returning error.
3370         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3371         * doc/posix-functions/open.texi (open): Document that Irix also
3372         has the bug.
3373         * doc/posix-functions/fopen.texi (fopen): Likewise.
3374         Reported by Paolo Bonzini.
3375
3376 2008-09-24  Bruno Haible  <bruno@clisp.org>
3377
3378         Ensure that a filename ending in a slash cannot be used to access a
3379         non-directory.
3380         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3381         to check whether it's really a directory.
3382         * lib/fopen.c: Include fcntl.h, unistd.h.
3383         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3384         and fdopen().
3385         * modules/fopen (Depends-on): Add unistd.
3386         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3387         * tests/test-fopen.c (main): Likewise.
3388         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3389         * doc/posix-functions/fopen.texi: Likewise.
3390         Reported by Eric Blake.
3391
3392 2008-09-23  Eric Blake  <ebb9@byu.net>
3393
3394         c-stack: avoid compiler optimizations when provoking overflow
3395         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3396         recursion harder to optimize, to ensure a stack overflow occurs.
3397         * tests/test-c-stack.c (recurse): Likewise.
3398         Borrowed from libsigsegv.
3399
3400         c-stack: work around Irix sigaltstack bug
3401         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3402         whether sigaltstack uses wrong end of stack_t (copied in part from
3403         libsigsegv).
3404         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3405         Irix bug, without requiring an over-allocation.
3406         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3407         bug.
3408
3409         fopen: document mingw bug on directories
3410         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3411         not allowing a stream visiting a directory, even though reading
3412         from such a stream is not portable.
3413
3414 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3415
3416         * lib/poll.c: Rewrite.
3417         * modules/poll: Depend on alloca.
3418
3419 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3420
3421         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3422         instead define prototypes for a full set of wrappers.  Ensure
3423         that Cygwin does not use the compatibility code, which is only
3424         for MinGW.
3425         * lib/winsock.c: New.
3426         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3427         * modules/sys_socket: Add lib/winsock.c.
3428
3429         * modules/poll-tests: Add errno and perror.
3430         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3431
3432 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3433
3434         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3435
3436 2008-09-23  Bruno Haible  <bruno@clisp.org>
3437
3438         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3439         * doc/glibc-functions/*: Likewise.
3440
3441 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3442
3443         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3444         success.
3445
3446 2008-09-22  Eric Blake  <ebb9@byu.net>
3447             Bruno Haible  <bruno@clisp.org>
3448
3449         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3450         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3451         supply %A but mishandle pseudo-NaN.
3452         Reported by Simon Josefsson.
3453
3454 2008-09-21  Bruno Haible  <bruno@clisp.org>
3455
3456         * tests/test-lock.c (main): Tweak skip message.
3457         * tests/test-tls.c (main): Likewise.
3458
3459 2008-09-21  Bruno Haible  <bruno@clisp.org>
3460
3461         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3462         whether 'struct sigaction' has sa_sigaction here...
3463         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3464         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3465
3466 2008-09-21  Bruno Haible  <bruno@clisp.org>
3467
3468         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3469         section.
3470         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3471         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3472         the new section.
3473         (Support for obsolete systems lacking POSIX:2001): New section.
3474         (String handling <string.h>): Move strdup to the new section.
3475         Suggested by Simon Josefsson and Paolo Bonzini.
3476
3477 2008-09-21  Bruno Haible  <bruno@clisp.org>
3478
3479         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3480         exponents in %e and %g results on 'long double'. Needed for mingw's
3481         improved *printf functions.
3482         * tests/test-vasprintf-posix.c (test_function): Likewise.
3483         * tests/test-snprintf-posix.h (test_function): Likewise.
3484         * tests/test-sprintf-posix.h (test_function): Likewise.
3485         Reported by Eric Blake.
3486
3487 2008-09-21  Bruno Haible  <bruno@clisp.org>
3488
3489         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3490         * tests/test-sprintf-posix.h (test_function): Likewise.
3491
3492 2008-09-21  Bruno Haible  <bruno@clisp.org>
3493
3494         * modules/getpass (Depends-on): Add strdup-posix.
3495
3496         New module 'strdup-posix'.
3497         * modules/strdup-posix: New file.
3498         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3499         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3500         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3501         REPLACE_STRDUP.
3502         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3503         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3504         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3505         strdup-posix.
3506
3507         * modules/strdup (Depends-on): Remove malloc-posix.
3508
3509 2008-09-20  Bruno Haible  <bruno@clisp.org>
3510
3511         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3512         Wildenhues.
3513
3514 2008-09-20  Bruno Haible  <bruno@clisp.org>
3515
3516         Ensure that wint_t gets defined on IRIX 5.3.
3517         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3518         * lib/wctype.in.h (wint_t): Likewise.
3519         (__wctype_wint_t): Remove type.
3520         (isw*): Use wint_t instead of __wctype_wint_t.
3521         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3522         * modules/wchar (Files): Add m4/wint_t.m4.
3523         (Makefile.am): Substitute HAVE_WINT_T.
3524         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3525         * tests/test-wctype.c: Check that wint_t is defined.
3526         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3527         * doc/posix-headers/wctype.texi: Likewise.
3528         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3529
3530 2008-09-18  Bruno Haible  <bruno@clisp.org>
3531
3532         * gnulib-tool (func_exit): Update comment.
3533
3534 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3535
3536         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3537         assumes strdup exists and does not depend on strdup to return
3538         ENOMEM on out of memory conditions.
3539
3540 2008-09-18  Bruno Haible  <bruno@clisp.org>
3541
3542         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3543         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3544         digits for the exponent.
3545
3546 2008-09-18  Jim Meyering  <meyering@redhat.com>
3547             Bruno Haible  <bruno@clisp.org>
3548
3549         * lib/vasnprintf.c (decimal_point_char): Define also if
3550         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3551
3552 2008-09-16  Bruno Haible  <bruno@clisp.org>
3553         and Eric Blake  <ebb9@byu.net>
3554
3555         vasnprintf: support Irix 5.3
3556         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3557         that mishandle long double infinity.
3558         Reported by Tom G. Christensen.
3559
3560 2008-09-16  Bruno Haible  <bruno@clisp.org>
3561
3562         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3563         Solaris 9.
3564         * doc/glibc-functions/alphasort.texi: Likewise.
3565         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3566
3567 2008-09-16  Jim Meyering  <meyering@redhat.com>
3568
3569         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3570         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3571         a umask modification leak out of a subshell.  Otherwise, the
3572         opensolaris /bin/sh would be accepted and thus cause unwarranted
3573         failures in the coreutils test suite.
3574
3575 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3576
3577         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3578         to succeed.
3579
3580 2008-09-16  Jim Meyering  <meyering@redhat.com>
3581
3582         avoid spurious test failure when library is built without ACL support
3583         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3584         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3585         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3586         * tests/test-copy-acl.sh: Likewise.
3587
3588 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3589
3590         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3591         based on character occurrence counts.
3592
3593 2008-09-15  Eric Blake  <ebb9@byu.net>
3594
3595         tests: avoid some compiler warnings
3596         * tests/test-memchr.c (main): Pass NULL indirectly.
3597         * tests/test-closein.c (main): Avoid unused variable.
3598
3599 2008-09-15  Bruno Haible  <bruno@clisp.org>
3600
3601         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3602         are missing on OpenBSD 4.0 individually.
3603         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3604
3605 2008-09-15  Bruno Haible  <bruno@clisp.org>
3606
3607         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3608         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3609         * doc/posix-functions/perror.texi: Likewise.
3610         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3611         is missing.
3612         Reported by Eric Blake.
3613
3614         * lib/errno.in.h: Use replacement values >= 2000.
3615         Reported by Eric Blake.
3616
3617 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3618
3619         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3620         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3621         limit.
3622         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3623         compareseq was aborted.
3624
3625 2008-09-14  Bruno Haible  <bruno@clisp.org>
3626
3627         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3628         yvec_edit_count.
3629         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3630         (fstrcmp_bounded): Simplify result computation accordingly.
3631
3632 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3633
3634         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3635         (fstrcmp): Define in terms of fstrcmp_bounded.
3636         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3637         lower_bound argument.
3638         Return quickly if the result is certainly < lower_bound.
3639         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3640
3641 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3642
3643         * lib/diffseq.h (EARLY_ABORT): New macro.
3644         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3645         evaluates to true.
3646
3647 2008-09-14  Bruno Haible  <bruno@clisp.org>
3648
3649         * modules/perror-tests: New file.
3650         * tests/test-perror.sh: New file.
3651         * tests/test-perror.c: New file.
3652
3653         New module 'perror'.
3654         * lib/stdio.in.h (perror): New declaration.
3655         * lib/perror.c: New file.
3656         * m4/perror.m4: New file.
3657         * modules/perror: New file.
3658         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3659         * doc/posix-functions/perror.texi: Mention the perror module.
3660         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3661         REPLACE_PERROR.
3662         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3663         REPLACE_PERROR.
3664
3665 2008-09-14  Bruno Haible  <bruno@clisp.org>
3666
3667         * modules/stdio (Makefile.am): Reorder to match the order in
3668         lib/stdio.in.h.
3669         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3670
3671 2008-09-13  Bruno Haible  <bruno@clisp.org>
3672
3673         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3674
3675 2008-09-13  Bruno Haible  <bruno@clisp.org>
3676
3677         Extend strerror to cover the added errno values.
3678         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3679         (rpl_strerror): Provide error messages for the added errno values and
3680         for the WSA* values.
3681         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3682         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3683         strerror.
3684         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3685         * modules/strerror (Depends-on): Add errno.
3686         * doc/posix-functions/strerror.texi: Document the change.
3687         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3688         and EOVERFLOW.
3689
3690 2008-09-13  Bruno Haible  <bruno@clisp.org>
3691
3692         * modules/EOVERFLOW: Remove file.
3693         * m4/eoverflow.m4: Remove file.
3694         * modules/EOVERFLOW-tests: Remove file.
3695         * tests/test-EOVERFLOW.c: Remove file.
3696         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3697         * modules/ftell (Depends-on): Likewise.
3698         * modules/getdelim (Depends-on): Likewise.
3699         * modules/getugroups (Depends-on): Likewise.
3700         * modules/poll (Depends-on): Likewise.
3701         * modules/snprintf (Depends-on): Likewise.
3702         * modules/sprintf-posix (Depends-on): Likewise.
3703         * modules/vasnprintf (Depends-on): Likewise.
3704         * modules/vasprintf (Depends-on): Likewise.
3705         * modules/vfprintf-posix (Depends-on): Likewise.
3706         * modules/vsnprintf (Depends-on): Likewise.
3707         * modules/vsprintf-posix (Depends-on): Likewise.
3708         * modules/xvasprintf (Depends-on): Likewise.
3709         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3710         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3711         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3712         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3713         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3714         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3715         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3716         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3717         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3718         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3719         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3720         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3721         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3722         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3723         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3724         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3725         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3726         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3727         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3728         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3729         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3730         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3731         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
3732         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
3733         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
3734         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3735         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
3736         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
3737         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
3738         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
3739         * MODULES.html.sh: Remove EOVERFLOW.
3740         * NEWS: Mention the change.
3741
3742 2008-09-13  Bruno Haible  <bruno@clisp.org>
3743
3744         * modules/errno-tests: New file.
3745         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
3746
3747         * lib/errno.in.h: New file.
3748         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
3749         * modules/errno: New file.
3750         * doc/posix-headers/errno.texi: Update documentation.
3751         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
3752
3753 2008-09-13  Bruno Haible  <bruno@clisp.org>
3754
3755         * tests/test-poll.c: Use #if for native Windows, rather than testing
3756         __MSVCRT__.
3757
3758 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3759             Bruno Haible  <bruno@clisp.org>
3760
3761         * lib/glob.c: Don't include <pwd.h> on native Windows.
3762         (WINDOWS32): New macro.
3763         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
3764
3765 2008-09-13  Bruno Haible  <bruno@clisp.org>
3766
3767         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
3768         (ETIMEDOUT): Remove macro.
3769         (glthread_cond_timedwait_multithreaded): New declaration.
3770         (glthread_cond_timedwait): Use it.
3771         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
3772         (glthread_cond_timedwait_multithreaded): New function.
3773
3774 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3775
3776         * modules/poll-tests: Do not check for io.h.
3777         * tests/test-poll.c: Check for __MSVCRT__ instead.
3778
3779 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3780
3781         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
3782         * modules/poll-tests: Add inet_pton, stdbool, sockets.
3783         * tests/test-poll.c: Use them.  Use _pipe on Windows.
3784
3785 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3786
3787         * modules/poll-tests: New.
3788         * tests/test-poll.c: New.
3789
3790 2008-09-12  Eric Blake  <ebb9@byu.net>
3791
3792         frexp: test for NetBSD failure on -0.0
3793         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
3794         not all, bugs from NetBSD 3.0 have been fixed.
3795         * doc/posix-functions/frexp.texi (frexp): Document bug.
3796         Reported by Thomas Klausner.
3797
3798         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
3799         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
3800         literal -0.0.
3801         Reported by Jonathan C. Patschke <jp@centtech.com>.
3802
3803 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3804
3805         * lib/glthread/cond.h: Use dummy implementation also if
3806         USE_WIN32_THREADS.
3807
3808 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3809
3810         * modules/fnmatch-posix (License): Change to LGPLv2+.
3811         * modules/fnmatch-gnu (License): Likewise.
3812
3813 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3814
3815         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
3816
3817 2008-09-11  Jim Meyering  <meyering@redhat.com>
3818
3819         * users.txt: Add gtk-vnc.
3820
3821 2008-09-08  Simon Josefsson  <simon@josefsson.org>
3822
3823         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
3824         rotate amounts.
3825
3826         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
3827         required for 16-bit and 8-bit rotates.
3828         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
3829         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
3830         UINT8_MAX instead of hard-coded constants.
3831         Suggested by Paul Eggert.
3832
3833 2008-09-07  Bruno Haible  <bruno@clisp.org>
3834
3835         * tests/test-striconveh.c (main): Check behaviour when converting from
3836         UTF-7.
3837
3838         Make striconveh work better with stateful encodings.
3839         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
3840         that iconv does not increment the inptr when returning -1/EINVAL.
3841
3842 2008-09-07  Bruno Haible  <bruno@clisp.org>
3843
3844         * build-aux/config.rpath: Update according to libtool-2.2.6.
3845         * build-aux/config.libpath: Likewise.
3846
3847 2008-09-06  Bruno Haible  <bruno@clisp.org>
3848
3849         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
3850         * lib/freadptr.c (freadptr): Likewise.
3851         * lib/freadseek.c (freadptrinc): Likewise.
3852         Reported by Simon Josefsson.
3853
3854 2008-09-06  Bruno Haible  <bruno@clisp.org>
3855
3856         * modules/freadptr (License): Change to LGPLv2+.
3857         * modules/freadseek (License): Likewise.
3858         Suggested by Eric Blake.
3859
3860         * modules/memchr2 (License): Change to LGPLv2+.
3861         Approved by Eric Blake.
3862
3863 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3864             Bruno Haible  <bruno@clisp.org>
3865
3866         Make gnulib-tool work with native 'sed' on AIX.
3867         * gnulib-tool (sed_noop): New variable.
3868         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
3869         func_add_or_update, func_create_testdir): Use it to initialize sed
3870         script variables.
3871         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3872
3873 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
3874             Bruno Haible  <bruno@clisp.org>
3875
3876         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
3877         also works after #include directives.
3878
3879 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
3880
3881         getdate.y: reject an out-of-range timezone value
3882         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
3883         the range [-24...+24].  When specified with only one or two digits,
3884         * tests/test-getdate.c: Tests for the fix.
3885         * doc/getdate.texi: Document this change.
3886
3887 2008-09-03  Bruno Haible  <bruno@clisp.org>
3888
3889         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
3890
3891 2008-09-02  Simon Josefsson  <simon@josefsson.org>
3892
3893         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
3894         <bruce.korb@gmail.com> with ideas from Ben Pfaff
3895         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
3896         Blake <ebb9@byu.net>.
3897
3898         * tests/test-bitrotate.c: Add more test vectors.
3899
3900 2008-09-02  Eric Blake  <ebb9@byu.net>
3901
3902         vasnprintf-posix: handle large precision via %.*d
3903         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
3904         when handling it ourselves.
3905         * tests/test-vasnprintf-posix.c (test_function): Add test.
3906         * tests/test-snprintf-posix.h (test_function): Likewise.
3907         * tests/test-sprintf-posix.h (test_function): Likewise.
3908         * tests/test-vasprintf-posix.c (test_function): Likewise.
3909         Reported by Alain Guibert.
3910
3911 2008-09-01  Eric Blake  <ebb9@byu.net>
3912
3913         c-stack: make configure-time check more robust
3914         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3915         successful sigaction call.
3916         Reported by Tom G. Christensen.
3917
3918 2008-09-01  Bruno Haible  <bruno@clisp.org>
3919
3920         New module 'findprog-lgpl'.
3921         * modules/findprog-lgpl: New file.
3922         * lib/findprog-lgpl.c: New file.
3923         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3924         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3925         to decide whether to use strdup or xstrdup, concatenated_filename or
3926         xconcatenated_filename.
3927
3928 2008-09-01  Bruno Haible  <bruno@clisp.org>
3929
3930         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3931         'xconcat-filename' (GPL).
3932         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3933         (License): Change to LGPLv2+.
3934         * modules/xconcat-filename: New file.
3935         * lib/concat-filename.h (concatenated_filename): Change specification.
3936         (xconcatenated_filename): New declaration.
3937         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3938         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3939         memory situations.
3940         * lib/xconcat-filename.c: New file.
3941         * NEWS: Mention the change.
3942         * lib/findprog.c: Include concat-filename.h, not filename.h.
3943         (find_in_path): Use xconcatenated_filename instead of
3944         concatenated_filename.
3945         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3946         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3947         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3948         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3949         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3950         instead of concatenated_filename.
3951         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3952         (execute_java_class): Use xconcatenated_filename instead of
3953         concatenated_filename.
3954         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3955         * modules/javacomp (Depends-on): Likewise.
3956         * modules/javaexec (Depends-on): Likewise.
3957
3958 2008-09-01  Bruno Haible  <bruno@clisp.org>
3959
3960         Split module 'filename' into 'filename' and 'concat-filename'.
3961         * modules/filename: Keep only lib/filename.h.
3962         (License): Change to LGPLv2+.
3963         * modules/concat-filename: New file, extracted from modules/filename.
3964         * lib/filename.h (concatenated_filename): Remove declaration.
3965         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3966         * lib/concat-filename.c: Include concat-filename.h.
3967         * NEWS: Mention the change.
3968
3969 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3970
3971         * lib/bitrotate.h (rotl8, rotr8): Add.
3972
3973         * modules/bitrotate (configure.ac): Need
3974         AC_REQUIRE([AC_C_INLINE]).
3975         (Description): Mention stdint.h.  Reported by Bruno Haible
3976         <bruno@clisp.org>.
3977
3978         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3979         Paolo Bonzini <bonzini@gnu.org>.
3980
3981 2008-08-31  Bruno Haible  <bruno@clisp.org>
3982
3983         Assume Solaris specific bi-arch conventions on Solaris systems.
3984         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3985         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3986         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3987         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3988         like acl_libdirstem.
3989         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3990         acl_libdirstem.
3991         * NEWS: Mention the change.
3992         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3993
3994 2008-08-31  Jim Meyering  <meyering@redhat.com>
3995
3996         * lib/strftime.h: Add comments describing the two added arguments.
3997
3998         remove duplicate #include directives
3999         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
4000         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
4001
4002 2008-08-31  Bruno Haible  <bruno@clisp.org>
4003
4004         New module 'sigpipe-die'.
4005         * modules/sigpipe-die: New file.
4006         * lib/sigpipe-die.h: New file.
4007         * lib/sigpipe-die.c: New file.
4008         * MODULES.html.sh (Signal handling): Add sigpipe-die.
4009
4010 2008-08-31  Bruno Haible  <bruno@clisp.org>
4011
4012         Don't override previously installed signal handlers.
4013         * lib/fatal-signal.c (saved_sigactions): New variable.
4014         (uninstall_handlers): Reset the signal to the saved handler, not
4015         to SIG_DFL (except when ignored).
4016         (install_handlers): Save the previous handlers.
4017
4018 2008-08-30  Bruno Haible  <bruno@clisp.org>
4019
4020         * gnulib-tool (func_reset_sigpipe): New function.
4021         (func_get_automake_snippet, func_modules_transitive_closure,
4022         func_import): Invoke it before a join command that reads from stdin,
4023         to avoid "echo: write error: Broken pipe" error messages on stderr.
4024         Reported by Sam Steingold <sds@gnu.org>.
4025
4026 2008-08-30  Bruno Haible  <bruno@clisp.org>
4027
4028         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
4029         Code copied from m4/open.m4.
4030         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
4031         access and the filename ends in a slash. Code copied from lib/open.c.
4032         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
4033         * tests/test-fopen.c (main): Check against bug with trailing slash.
4034
4035 2008-08-29  Bruno Haible  <bruno@clisp.org>
4036
4037         Avoid some "gcc -pedantic" warnings.
4038         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
4039         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
4040         * lib/dirent.in.h: Likewise.
4041         * lib/fcntl.in.h: Likewise.
4042         * lib/float.in.h: Likewise.
4043         * lib/iconv.in.h: Likewise.
4044         * lib/inttypes.in.h: Likewise.
4045         * lib/locale.in.h: Likewise.
4046         * lib/math.in.h: Likewise.
4047         * lib/netinet_in.in.h: Likewise.
4048         * lib/search.in.h: Likewise.
4049         * lib/signal.in.h: Likewise.
4050         * lib/stdarg.in.h: Likewise.
4051         * lib/stdint.in.h: Likewise.
4052         * lib/stdio.in.h: Likewise.
4053         * lib/stdlib.in.h: Likewise.
4054         * lib/string.in.h: Likewise.
4055         * lib/strings.in.h: Likewise.
4056         * lib/sys_select.in.h: Likewise.
4057         * lib/sys_socket.in.h: Likewise.
4058         * lib/sys_stat.in.h: Likewise.
4059         * lib/sys_time.in.h: Likewise.
4060         * lib/sysexits.in.h: Likewise.
4061         * lib/time.in.h: Likewise.
4062         * lib/unistd.in.h: Likewise.
4063         * lib/wchar.in.h: Likewise.
4064         * lib/wctype.in.h: Likewise.
4065         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
4066         * modules/fchdir (Makefile.am): Likewise.
4067         * modules/fcntl (Makefile.am): Likewise.
4068         * modules/float (Makefile.am): Likewise.
4069         * modules/iconv_open (Makefile.am): Likewise.
4070         * modules/inttypes (Makefile.am): Likewise.
4071         * modules/locale (Makefile.am): Likewise.
4072         * modules/math (Makefile.am): Likewise.
4073         * modules/netinet_in (Makefile.am): Likewise.
4074         * modules/search (Makefile.am): Likewise.
4075         * modules/signal (Makefile.am): Likewise.
4076         * modules/stdarg (Makefile.am): Likewise.
4077         * modules/stdint (Makefile.am): Likewise.
4078         * modules/stdio (Makefile.am): Likewise.
4079         * modules/stdlib (Makefile.am): Likewise.
4080         * modules/string (Makefile.am): Likewise.
4081         * modules/strings (Makefile.am): Likewise.
4082         * modules/sys_select (Makefile.am): Likewise.
4083         * modules/sys_socket (Makefile.am): Likewise.
4084         * modules/sys_stat (Makefile.am): Likewise.
4085         * modules/sys_time (Makefile.am): Likewise.
4086         * modules/sysexits (Makefile.am): Likewise.
4087         * modules/time (Makefile.am): Likewise.
4088         * modules/unistd (Makefile.am): Likewise.
4089         * modules/wchar (Makefile.am): Likewise.
4090         * modules/wctype (Makefile.am): Likewise.
4091         Reported by Reuben Thomas <rrt@sc3d.org>.
4092
4093 2008-08-29  Bruno Haible  <bruno@clisp.org>
4094
4095         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4096         any more.
4097
4098 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4099
4100         * MODULES.html.sh (Misc): Add bitrotate.
4101
4102         * modules/bitrotate: New file.
4103
4104         * lib/bitrotate.h: New file.
4105
4106         * modules/bitrotate-tests: New file.
4107
4108         * tests/test-bitrotate.c: New file.
4109
4110         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4111         on the bitrotate module.
4112
4113         * lib/arctwo.c: Use new bitrotate module.
4114
4115 2008-08-29  Jim Meyering  <meyering@redhat.com>
4116
4117         bootstrap: merge changes from coreutils
4118         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4119         of copied files.  Remove a kludge, now that this is fixed.
4120         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4121         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4122         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4123
4124 2008-08-29  Bruno Haible  <bruno@clisp.org>
4125
4126         * MODULES.html.sh: Remove --cvs-urls option.
4127
4128 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4129
4130         maint.mk: adjust to file name change
4131         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4132
4133 2008-08-28  Jim Meyering  <meyering@redhat.com>
4134
4135         * modules/getndelim2 (License): Relicense to LGPLv2+.
4136         Approved by Richard Stallman for the version of 1995, and by
4137         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4138
4139 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4140
4141         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4142         dummy if one is not available.  Do not touch them if
4143         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4144         (getc_maybe_unlocked): New.
4145         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4146
4147 2008-08-26  Eric Blake  <ebb9@byu.net>
4148
4149         doc/INSTALL: resync from autoconf
4150         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4151         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4152         moving...
4153         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4154         * INSTALL: Regenerate.
4155         * INSTALL.ISO: New file.
4156         * INSTALL.UTF-8: Likewise.
4157
4158 2008-08-26  Jim Meyering  <meyering@redhat.com>
4159
4160         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4161         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4162         these definitions conditional, so that they may be overridden, too.
4163
4164 2008-08-26  Bruno Haible  <bruno@clisp.org>
4165
4166         Generate INSTALL file variants with prettier quotes.
4167         * doc/Makefile (INSTALL_PRELUDE): New macro.
4168         (INSTALL): Use it.
4169         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4170
4171 2008-08-26  Bruno Haible  <bruno@clisp.org>
4172
4173         Run makeinfo in an English locale.
4174         * doc/Makefile (MAKEINFO): New variable.
4175
4176 2008-08-26  Bruno Haible  <bruno@clisp.org>
4177
4178         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4179         Suggested by Eric Blake.
4180
4181 2008-08-25  Bruno Haible  <bruno@clisp.org>
4182
4183         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4184
4185 2008-08-25  Eric Blake  <ebb9@byu.net>
4186
4187         c-stack: test that stack overflow can be caught
4188         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4189         that platform allows handling stack overflow; at least OS/2 EMX
4190         has sigaltstack, but crashes before transferring control to
4191         handler on stack overflow.
4192         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4193         check for HAVE_STACK_OVERFLOW_HANDLING.
4194         Reported by Elbert Pol.
4195
4196 2008-08-25  Bruno Haible  <bruno@clisp.org>
4197
4198         * doc/posix-functions/strftime.texi: Fix description of strftime
4199         module.
4200
4201 2008-08-24  Bruno Haible  <bruno@clisp.org>
4202
4203         * tests/uniwidth/test-uc_width2.c: New file.
4204         * tests/uniwidth/test-uc_width2.sh: New file.
4205         * modules/uniwidth/width-tests (Files): Add the new files.
4206         (TESTS): Add uniwidth/test-uc_width2.sh.
4207         (TESTS_ENVIRONMENT): New variable.
4208         (check_PROGRAMS): Add test-uc_width2.
4209         (test_uc_width2_SOURCES): New variable.
4210
4211         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4212         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4213         not 0x00AB.
4214         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4215
4216 2008-08-22  Eric Blake  <ebb9@byu.net>
4217
4218         test-lock, test-tls: mention why a test is skipped
4219         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4220         skipped.
4221         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4222
4223         count-one-bits: relax license
4224         * modules/count-one-bits (License): Relicense to LGPLv2+.
4225         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4226
4227 2008-08-22  Andreas Schwab  <schwab@suse.de>
4228
4229         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4230         Remove spurious space in assignment.
4231
4232 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4233
4234         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4235         Paul Eggert <eggert@CS.UCLA.EDU>.
4236
4237 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4238
4239         * modules/gettext: Add m4/threadlib.m4.
4240
4241 2008-08-19  Eric Blake  <ebb9@byu.net>
4242
4243         test-c-stack: fix compilation failure on FreeBSD 5.0
4244         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4245         headers before <sys/resource.h>.
4246         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4247         the bug.
4248         Reported by Nelson H. F. Beebe.
4249
4250         strverscmp: migrate from "strverscmp.h" to <string.h>
4251         * modules/string (Makefile.am): Add new hooks.
4252         * modules/strverscmp (Files): Remove strverscmp.h.
4253         (Depends-on): Add string.
4254         (configure.ac): Add indicator.
4255         (Include): Mention new header.
4256         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4257         defaults.
4258         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4259         results.
4260         * lib/strverscmp.h: Delete.
4261         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4262         * tests/test-strverscmp.c (includes): Adjust client.
4263         * lib/check-version.c (includes): Likewise.
4264         * NEWS: Document the change.
4265
4266         strverscmp: add unit test
4267         * modules/strverscmp-tests: New file.
4268         * tests/test-strverscmp.c: Likewise.
4269
4270 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4271
4272         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4273         regarding Windows crypto stuff, from Mono.
4274
4275 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4276
4277         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4278         if present, for intel RND.  Return error on failures.
4279
4280 2008-08-18  Ben Pfaff  <blp@gnu.org>
4281
4282         gitlog-to-changelog: give better diagnostic for failed pipe-open
4283         * build-aux/gitlog-to-changelog: Improve error message: suggest
4284         that the version of Git may be too old.
4285
4286 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4287
4288         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4289         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4290
4291 2008-08-18  Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4294         pthread_in_use().
4295
4296 2008-08-18  Bruno Haible  <bruno@clisp.org>
4297
4298         * lib/glthread/threadlib.c: Include <pthread.h>.
4299
4300 2008-08-18  Bruno Haible  <bruno@clisp.org>
4301
4302         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4303         glthread_recursive_lock_* macros.
4304         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4305         Fix syntax error.
4306
4307 2008-08-18  Bruno Haible  <bruno@clisp.org>
4308
4309         * lib/glthread/thread.c: Avoid forcing a context switch right after
4310         thread creation.
4311
4312 2008-08-17  Bruno Haible  <bruno@clisp.org>
4313
4314         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4315         * lib/glthread/thread.h: Provide Win32 specific implementation.
4316         * modules/thread (Files): Add lib/glthread/thread.c.
4317         (Depends-on): Add lock.
4318         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4319
4320 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4321
4322         New module 'yield'.
4323         * modules/yield: New file.
4324         * lib/glthread/yield.h: New file.
4325         * m4/yield.m4: New file.
4326         * MODULES.html.sh (Multithreading): Add yield.
4327
4328 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4329
4330         New module 'thread'.
4331         * modules/thread: New file.
4332         * lib/glthread/thread.h: New file.
4333         * m4/thread.m4: New file.
4334         * MODULES.html.sh (Multithreading): Add thread.
4335
4336 2008-08-17  Bruno Haible  <bruno@clisp.org>
4337
4338         * lib/glthread/lock.h: Include <stdlib.h> always.
4339         * lib/glthread/tls.h: Likewise.
4340         * lib/glthread/cond.h: Likewise.
4341
4342 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4343
4344         New module 'cond'.
4345         * modules/cond: New file.
4346         * lib/glthread/cond.h: New file.
4347         * lib/glthread/cond.c: New file.
4348         * m4/cond.m4: New file.
4349         * MODULES.html.sh (Multithreading): Add cond.
4350
4351 2008-08-16  Eric Blake  <ebb9@byu.net>
4352
4353         c-stack: fix regression on Irix 5.3 from 2008-06-21
4354         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4355         sa_sigaction...
4356         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4357         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4358         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4359         * modules/signal (Makefile.am): Use the value.
4360         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4361         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4362         * doc/posix-headers/signal.texi (signal.h): Document this
4363         portability issue.
4364         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4365         Reported by Tom G. Christensen.
4366
4367 2008-08-17  Bruno Haible  <bruno@clisp.org>
4368
4369         New module 'threadlib'.
4370         * modules/threadlib: New file.
4371         * lib/glthread/threadlib.c: New file, extracted from
4372         lib/glthread/lock.c.
4373         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4374         functions.
4375         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4376         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4377         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4378         macros.
4379         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4380         (gl_DISABLE_THREADS): Remove macro.
4381         * modules/lock (Files): Remove build-aux/config.rpath.
4382         (Depends-on): Remove havelib. Add threadlib.
4383         (configure.ac-early): Remove section.
4384         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4385         * modules/tls (Depends-on): Remove lock. Add threadlib.
4386         (Link): New section, copied from threadlib.
4387         * MODULES.html.sh (Multithreading): Add threadlib.
4388
4389 2008-08-14  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4392         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4393         glthread_rwlock_unlock, glthread_rwlock_destroy,
4394         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4395         glthread_recursive_lock_destroy): Define as macros always.
4396         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4397         glthread_lock_lock.
4398         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4399         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4400         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4401         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4402         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4403         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4404         (glthread_recursive_lock_lock_func): Renamed from
4405         glthread_recursive_lock_lock.
4406         (glthread_recursive_lock_unlock_func): Renamed from
4407         glthread_recursive_lock_unlock.
4408         (glthread_recursive_lock_destroy_func): Renamed from
4409         glthread_recursive_lock_destroy.
4410
4411 2008-08-14  Bruno Haible  <bruno@clisp.org>
4412
4413         * lib/glthread/lock.h: Renamed from lib/lock.h.
4414         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4415         * lib/glthread/tls.h: Renamed from lib/tls.h.
4416         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4417         * lib/fstrcmp.c: Update includes.
4418         * lib/strsignal.c: Update includes.
4419         * modules/lock (Files, Makefile.am): Update.
4420         (Include): Change to "glthread/lock.h".
4421         * modules/tls (Files, Makefile.am): Update.
4422         (Include): Change to "glthread/tls.h".
4423         * tests/test-lock.c: Update includes.
4424         * tests/test-tls.c: Update includes.
4425         * NEWS: Mention the renamed header files.
4426
4427 2008-08-11  Jim Meyering  <meyering@redhat.com>
4428
4429         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4430
4431 2008-08-11  Eric Blake  <ebb9@byu.net>
4432
4433         test-c-stack: avoid C99-ism
4434         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4435         before statement.
4436         Reported by Alain Guibert.
4437
4438 2008-08-10  Jim Meyering  <meyering@redhat.com>
4439
4440         ensure that return value of uinttostr et al are not ignored
4441         * lib/inttostr.h (__GNUC_PREREQ): Define.
4442         (__attribute_warn_unused_result__): Define.
4443         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4444
4445 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4446
4447         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4448         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4449
4450 2008-08-07  Jim Meyering  <meyering@redhat.com>
4451
4452         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4453
4454         * modules/mkstemp (License): Relicense under LGPLv2+.
4455         * modules/tempname (License): Likewise.
4456
4457 2008-08-06  Bruno Haible  <bruno@clisp.org>
4458
4459         * lib/poll.c (poll): Further micro-optimization.
4460
4461 2008-08-06  Jim Meyering  <meyering@redhat.com>
4462
4463         inet_pton.c: use locale-independent tolower
4464         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4465         (inet_pton6): Use c_tolower rather than tolower.
4466         * modules/inet_pton (Depends-on): Add c-ctype.
4467
4468 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4469
4470         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4471         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4472
4473 2008-08-06  Jim Meyering  <meyering@redhat.com>
4474
4475         * modules/inet_pton (License): Relicense under LGPLv2+.
4476
4477 2008-08-03  Bruno Haible  <bruno@clisp.org>
4478
4479         Additional non-aborting API for lock and tls.
4480         * lib/lock.h: Include <errno.h>.
4481         (glthread_lock_init): New macro/function.
4482         (gl_lock_init): Define as wrapper around glthread_lock_init.
4483         (glthread_lock_lock): New macro/function.
4484         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4485         (glthread_lock_unlock): New macro/function.
4486         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4487         (glthread_lock_destroy): New macro/function.
4488         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4489         (glthread_rwlock_init): New macro/function.
4490         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4491         (glthread_rwlock_rdlock): New macro/function.
4492         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4493         (glthread_rwlock_wrlock): New macro/function.
4494         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4495         (glthread_rwlock_unlock): New macro/function.
4496         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4497         (glthread_rwlock_destroy): New macro/function.
4498         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4499         (glthread_recursive_lock_init): New macro/function.
4500         (gl_recursive_lock_init): Define as wrapper around
4501         glthread_recursive_lock_init.
4502         (glthread_recursive_lock_lock): New macro/function.
4503         (gl_recursive_lock_lock): Define as wrapper around
4504         glthread_recursive_lock_lock.
4505         (glthread_recursive_lock_unlock): New macro/function.
4506         (gl_recursive_lock_unlock): Define as wrapper around
4507         glthread_recursive_lock_unlock.
4508         (glthread_recursive_lock_destroy): New macro/function.
4509         (gl_recursive_lock_destroy): Define as wrapper around
4510         glthread_recursive_lock_destroy.
4511         (glthread_once): New macro/function.
4512         (gl_once): Define as wrapper around glthread_once.
4513         Update function declarations.
4514         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4515         glthread_rwlock_init. Return error code.
4516         (glthread_rwlock_rdlock_multithreaded): Renamed from
4517         glthread_rwlock_rdlock. Return error code.
4518         (glthread_rwlock_wrlock_multithreaded): Renamed from
4519         glthread_rwlock_wrlock. Return error code.
4520         (glthread_rwlock_unlock_multithreaded): Renamed from
4521         glthread_rwlock_unlock. Return error code.
4522         (glthread_rwlock_destroy_multithreaded): Renamed from
4523         glthread_rwlock_destroy. Return error code.
4524         (glthread_recursive_lock_init_multithreaded): Renamed from
4525         glthread_recursive_lock_init. Return error code.
4526         (glthread_recursive_lock_lock_multithreaded): Renamed from
4527         glthread_recursive_lock_lock. Return error code.
4528         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4529         glthread_recursive_lock_unlock. Return error code.
4530         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4531         glthread_recursive_lock_destroy. Return error code.
4532         (glthread_once_call): Make static.
4533         (glthread_once_multithreaded): Renamed from glthread_once.
4534         * lib/tls.h: Include <errno.h>.
4535         (glthread_tls_key_init): New macro/function.
4536         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4537         (glthread_tls_set): New macro/function.
4538         (gl_tls_set): Define as wrapper around glthread_tls_set.
4539         (glthread_tls_key_destroy): New macro/function.
4540         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4541         Update function declarations.
4542         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4543         glthread_tls_get.
4544         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4545
4546 2008-08-04  Eric Blake  <ebb9@byu.net>
4547
4548         gnumakefile: use space, not TAB, outside of targets
4549         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4550
4551 2008-08-02  Jim Meyering  <meyering@redhat.com>
4552
4553         getdate.y: avoid locale-dependent date parsing failure
4554         In Turkish locales, getdate would fail to recognize keywords
4555         containing a lowercase "i".  The solution is not to rely on
4556         locale-sensitive case-conversion.
4557         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4558         (lookup_word): Use c_toupper in place of toupper.
4559         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4560         Reported by Vefa Bicakci <bicave@superonline.com> in
4561         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4562         * modules/getdate (Depends-on): Add c-ctype.
4563
4564 2008-08-02  Bruno Haible  <bruno@clisp.org>
4565
4566         * gnulib-tool (func_import): When updating or creating a .gitignore
4567         file, prepend each added line with a slash, and ignore leading slashes
4568         from the existing lines.
4569         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4570
4571 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4572
4573         Portability fix for GNU make 3.79.1.
4574         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4575         versions do not understand.
4576
4577 2008-08-01  Bruno Haible  <bruno@clisp.org>
4578
4579         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4580         * tests/test-isnanf.h (zero): New variable.
4581         (main): Avoid literal -0.0f.
4582         * tests/test-isnand.h (zero): New variable.
4583         (main): Avoid literal -0.0.
4584         * tests/test-isnanl.h (zero): New variable.
4585         (main): Avoid literal -0.0L.
4586         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4587         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4588         -0.0, -0.0L.
4589         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4590         (test_signbitd): Avoid literal -0.0.
4591         (test_signbitl): Avoid literal -0.0L.
4592         * tests/test-ceilf1.c (zero): New variable.
4593         (main): Avoid literal -0.0f.
4594         * tests/test-ceill.c (zero): New variable.
4595         (main): Avoid literal -0.0L.
4596         * tests/test-floorf1.c (zero): New variable.
4597         (main): Avoid literal -0.0f.
4598         * tests/test-floorl.c (zero): New variable.
4599         (main): Avoid literal -0.0L.
4600         * tests/test-roundf1.c (zero): New variable.
4601         (main): Avoid literal -0.0f.
4602         * tests/test-round1.c (zero): New variable.
4603         (main): Avoid literal -0.0.
4604         * tests/test-roundl.c (zero): New variable.
4605         (main): Avoid literal -0.0L.
4606         * tests/test-truncf1.c (zero): New variable.
4607         (main): Avoid literal -0.0f.
4608         * tests/test-trunc1.c (zero): New variable.
4609         (main): Avoid literal -0.0.
4610         * tests/test-truncl.c (zero): New variable.
4611         (main): Avoid literal -0.0L.
4612         * tests/test-frexp.c (zero): New variable.
4613         (main): Avoid literal -0.0.
4614         * tests/test-frexpl.c (zero): New variable.
4615         (main): Avoid literal -0.0L.
4616         * tests/test-ldexpl.c (zero): New variable.
4617         (main): Avoid literal -0.0L.
4618         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4619         (zerod, zerol): New variables.
4620         (test_function): Avoid literals -0.0, -0.0L.
4621         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4622         (zerod, zerol): New variables.
4623         (test_function): Avoid literals -0.0, -0.0L.
4624         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4625         (zerod, zerol): New variables.
4626         (test_function): Avoid literals -0.0, -0.0L.
4627         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4628         (zerod, zerol): New variables.
4629         (test_function): Avoid literals -0.0, -0.0L.
4630         * tests/test-strtod.c (zero): New variable.
4631         (main): Avoid literal -0.0.
4632         Reported by Jonathan C. Patschke <jp@centtech.com>.
4633
4634 2008-07-31  Jim Meyering  <meyering@redhat.com>
4635
4636         sha256.h: correct definition of SHA224_DIGEST_SIZE
4637         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4638         Reported by Paulie Pena IV <paulie4@gmail.com>.
4639         Define as 224 / 8, rather than as a literal.
4640         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4641         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4642         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4643
4644 2008-07-31  Bruno Haible  <bruno@clisp.org>
4645
4646         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4647         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4648         Reported by Jonathan Patschke <jp@centtech.com>.
4649
4650 2008-07-31  Bruno Haible  <bruno@clisp.org>
4651
4652         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4653         Reported by Paolo Bonzini <bonzini@gnu.org>.
4654
4655 2008-07-30  Eric Blake  <ebb9@byu.net>
4656
4657         test-strtod: allow compilation without -lm
4658         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4659         Reported by Dennis Clarke <blastwave@gmail.com>.
4660
4661 2008-07-28  Jim Meyering  <meyering@redhat.com>
4662
4663         bootstrap: work also when there are no .po files in po/
4664         * build-aux/bootstrap (update_po_files): Complete the change
4665         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4666
4667 2008-07-27  Jim Meyering  <meyering@redhat.com>
4668
4669         * users.txt: Add zile.
4670
4671 2008-07-26  Ben Pfaff  <blp@gnu.org>
4672
4673         Add missing dependencies on new m4/exponent[fdl].m4 files.
4674         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4675         * modules/isnand-nolibm: Add m4/exponentd.m4.
4676         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4677         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4678         m4/isnan[fdl].m4, because the macros actually used moved.
4679         Reported by Jim Meyering.
4680
4681 2008-07-14  Ben Pfaff  <blp@gnu.org>
4682
4683         Add isinf module.
4684         * lib/isinf.c: New file.
4685         * lib/math.in.h: Define isinf macro if we have decided to replace
4686         it.
4687         * m4/isinf.m4: New file.
4688         * m4/math_h.m4: Initialize and substitute variables for isinf
4689         module.
4690         * modules/isinf: New file.
4691         * modules/isinf-tests: New file.
4692         * modules/math: Add substitutions for new module.
4693         * tests/test-isinf.c: New file.
4694         * doc/posix-functions/isinf.texi: Mention new module.
4695         * MODULES.html.sh: Mention new module.
4696
4697 2008-07-14  Ben Pfaff  <blp@gnu.org>
4698
4699         Factor out some macros for use by additional modules.
4700         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4701         exponentf.m4.
4702         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4703         exponentd.m4.
4704         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4705         file exponentl.m4.
4706         * m4/exponentf.m4: New file.
4707         * m4/exponentd.m4: New file.
4708         * m4/exponentl.m4: New file.
4709         * modules/isnanf: Use new file m4/exponentf.m4.
4710         * modules/isnand: Use new file m4/exponentd.m4.
4711         * modules/isnanl: Use new file m4/exponentl.m4.
4712
4713 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4714
4715         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4716         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4717         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4718         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4719
4720         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4721         readlink on platforms without PATH_MAX.
4722
4723 2008-07-21  Eric Blake  <ebb9@byu.net>
4724
4725         Warn, not fail, on stale version.
4726         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4727
4728         Don't allow installation with stale devel version number.
4729         * top/GNUmakefile (_is-install-target): New macro.
4730         (_curr-ver): Forbid installation with stale version number.
4731
4732 2008-07-20  Bruno Haible  <bruno@clisp.org>
4733
4734         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
4735         TESTS_ENVIRONMENT.
4736         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
4737
4738 2008-07-20  Bruno Haible  <bruno@clisp.org>
4739
4740         * lib/c-stack.h (c_stack_action): Add documentation.
4741         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
4742
4743 2008-07-20  Bruno Haible  <bruno@clisp.org>
4744
4745         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
4746         * modules/readlink (License): Likewise.
4747
4748 2008-07-17  Eric Blake  <ebb9@byu.net>
4749
4750         * modules/c-stack (Link): Fix typo.
4751
4752         Make c-stack use libsigsegv, when available.
4753         * modules/c-stack (Depends-on): Add libsigsegv.
4754         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
4755         needed.
4756         * lib/c-stack.c (SIGSTKSZ): Define fallback.
4757         (segv_handler, overflow_handler, c_stack_action)
4758         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
4759         implementation when libsigsegv is available, but only when using
4760         the library is necessary.
4761         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
4762         comment, explaining why XSI check fails on Linux.
4763         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
4764         * tests/test-c-stack2.sh: Tweak skip message.
4765         * NEWS: Document new link-time requirements.
4766
4767 2008-07-16  Eric Blake  <ebb9@byu.net>
4768
4769         c-stack: Expose false positives when not using libsigsegv.
4770         * modules/c-stack-tests (Files): Expand test.
4771         * tests/test-c-stack.c (main): Add means to conditionally trigger
4772         non-overflow SIGSEGV.
4773         * tests/test-c-stack2.sh: New file.
4774
4775 2008-07-14  Bruno Haible  <bruno@clisp.org>
4776
4777         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
4778         Reported by Eric Blake.
4779
4780 2008-07-14  Sam Steingold  <sds@gnu.org>
4781             Bruno Haible  <bruno@clisp.org>
4782
4783         New module libsigsegv.
4784         * modules/libsigsegv: New file.
4785         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
4786         modifications.
4787         * MODULES.html.sh (Signal handling): New section.
4788
4789 2008-07-14  Bruno Haible  <bruno@clisp.org>
4790
4791         * modules/unictype/ctype-* (Description): Add the word "function".
4792         Improves the resulting doc in MODULES.html.
4793
4794 2008-07-12  Ben Pfaff  <blp@gnu.org>
4795
4796         Add longlong module.
4797         * modules/longlong: New file.
4798
4799 2008-07-12  Bruno Haible  <bruno@clisp.org>
4800
4801         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
4802         to empty.
4803
4804 2008-07-10  Ben Pfaff  <blp@gnu.org>
4805
4806         Add isnan module.
4807         * doc/posix-functions/isnan.texi: Mention new module.
4808         * lib/math.in.h: Define isnan macro if we have decided to replace
4809         it.
4810         * m4/isnan.m4: New file.
4811         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
4812         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
4813         also.
4814         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
4815         redundancy.
4816         * m4/math_h.m4: Initialize and substitute variables for isnan
4817         module.
4818         * modules/isnan: New file.
4819         * modules/isnan-tests: New file.
4820         * modules/math: Add substitutions for new module.
4821         * tests/test-isnan.c: New file.
4822         * MODULES.html.sh: Mention new module.
4823
4824 2008-07-10  Ben Pfaff  <blp@gnu.org>
4825
4826         Add isnanf module.
4827         * lib/isnanf.m4: New file.
4828         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
4829         (gl_HAVE_ISNANF_IN_LIBM): New macro.
4830         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
4831         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
4832         * modules/isnanf: New file.
4833         * modules/isnanf-tests: New file.
4834         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
4835         files.
4836         * tests/test-isnanf-nolibm.c: factored most of its contents into
4837         new file tests/test-isnanf.h.
4838         * tests/test-isnanf.h: New file.
4839         * tests/test-isnanf.c: New file.
4840         * MODULES.html.sh: Mention new module.
4841         * doc/glibc-functions/isnanf.texi: Mention new module.
4842
4843 2008-07-10  Ben Pfaff  <blp@gnu.org>
4844
4845         Add isnand module.
4846         * lib/isnand.h: New file.
4847         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
4848         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
4849         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
4850         functionality also.
4851         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
4852         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
4853         (gl_HAVE_ISNAND_IN_LIBM): New macro.
4854         * modules/isnand: New file.
4855         * modules/isnand-tests: New file.
4856         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
4857         files.
4858         * tests/test-isnand-nolibm.c: factored most of its contents into
4859         new file tests/test-isnand.h.
4860         * tests/test-isnand.h: New file.
4861         * tests/test-isnand.c: New file.
4862         * MODULES.html.sh: Mention new module.
4863
4864 2008-07-10  Ben Pfaff  <blp@gnu.org>
4865
4866         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
4867         * lib/isnand.h: Rename lib/isnand-nolibm.h.
4868         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
4869         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
4870         * modules/isnanf-nolibm: Update references to renamed files.
4871         * modules/isnand-nolibm: Likewise.
4872         * modules/isnanf-nolibm-tests: Likewise.
4873         * modules/isnand-nolibm-tests: Likewise.
4874         * lib/frexp.c: Likewise.
4875         * lib/isfinite.c: Likewise.
4876         * lib/signbitd.c: Likewise.
4877         * lib/signbitf.c: Likewise.
4878         * lib/vasnprintf.c: Likewise.
4879         * tests/test-ceilf1.c: Likewise.
4880         * tests/test-ceilf2.c: Likewise.
4881         * tests/test-floorf1.c: Likewise.
4882         * tests/test-floorf2.c: Likewise.
4883         * tests/test-frexp.c: Likewise.
4884         * tests/test-round1.c: Likewise.
4885         * tests/test-round2.c: Likewise.
4886         * tests/test-roundf1.c: Likewise.
4887         * tests/test-strtod.c: Likewise.
4888         * tests/test-trunc1.c: Likewise.
4889         * tests/test-trunc2.c: Likewise.
4890         * tests/test-truncf1.c: Likewise.
4891         * tests/test-truncf2.c: Likewise.
4892         * NEWS: Mention the renamed header files.
4893
4894 2008-07-11  Jim Meyering  <meyering@redhat.com>
4895
4896         vc-list-files: make the last-resort awk code more portable
4897         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
4898         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
4899         does not support it.
4900
4901 2008-07-10  Eric Blake  <ebb9@byu.net>
4902
4903         Work with tar's bootstrap.
4904         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
4905         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
4906         an m4 comment.
4907
4908 2008-07-09  Jim Meyering  <meyering@redhat.com>
4909
4910         posix-shell.m4: fix typo that made this test malfunction
4911         * m4/posix-shell.m4: Remove capitalization in variable name.
4912
4913 2008-07-08  Bruno Haible  <bruno@clisp.org>
4914
4915         * m4/onceonly.m4: Update comments.
4916         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4917
4918 2008-07-04  Jim Meyering  <meyering@redhat.com>
4919
4920         * users.txt: Add vc-dwim.
4921         (bison, coreutils): Use the gitweb URL.
4922
4923 2008-07-03  Jim Meyering  <meyering@redhat.com>
4924
4925         * users.txt: Add libffcall.  From Sam Steingold.
4926
4927 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
4928
4929         getdate.y: do not ignore TZ with relative day, month or year offset
4930         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4931         relative-date-handling, since otherwise, the latter would clobber the
4932         sole output (an updated Start value) of the tz-handling block.
4933         * tests/test-getdate.c: Tests for the fix
4934
4935 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4936
4937         Recognize 'foo_LIBRARIES += libgnu.a'.
4938         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4939         makefile snippet has already specified an installation location,
4940         also using '+='.
4941
4942 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
4943
4944         getdate.y: factor out common actions
4945         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4946         Use them in place of open-coded actions.
4947
4948 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4949
4950         Add self-test for getdate module.
4951         * modules/getdate-tests: New file.
4952         * tests/test-getdate.c: New file.
4953
4954 2008-06-29  Bruno Haible  <bruno@clisp.org>
4955
4956         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4957         .gitignore.
4958         Reported by Sylvain Beucler <beuc@beuc.net>.
4959
4960 2008-06-29  Bruno Haible  <bruno@clisp.org>
4961
4962         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4963         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4964
4965 2008-06-29  Bruno Haible  <bruno@clisp.org>
4966
4967         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4968         EXTRA_DIST.
4969         Reported by Sylvain Beucler <beuc@beuc.net>.
4970
4971 2008-06-26  Jim Meyering  <meyering@redhat.com>
4972
4973         make several modules depend on the "open" module
4974         This provides slightly increased consistency when opening-for-write
4975         the name of a non-directory spelled with a trailing slash.
4976         * modules/chdir-safer: Likewise.
4977         * modules/chown: Likewise.
4978         * modules/clean-temp: Likewise.
4979         * modules/copy-file: Likewise.
4980         * modules/fchdir: Likewise.
4981         * modules/fcntl-safer: Likewise.
4982         * modules/pipe: Likewise.
4983         * modules/utime: Likewise.
4984         Prompted by Eric Blake and Bruno Haible.
4985
4986 2008-06-24  Andreas Schwab  <schwab@suse.de>
4987
4988         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4989         literals can be used as initializers for global variables.
4990
4991 2008-06-23  Eric Blake  <ebb9@byu.net>
4992
4993         Make gnulib-cache.m4 easier to diff.
4994         * gnulib-tool (func_import): Allow newlines when reading cached
4995         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4996
4997 2008-06-23  Bruno Haible  <bruno@clisp.org>
4998
4999         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
5000         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
5001         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
5002         m4/signalblocking.m4.
5003         (gl_PREREQ_SIGACTION): Don't invoke it.
5004         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
5005         gl_PREREQ_SIG_HANDLER_H.
5006         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5007         Don't check for sigaction here.
5008
5009 2008-06-23  Bruno Haible  <bruno@clisp.org>
5010
5011         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
5012         (install_handlers): Don't set the SA_RESETHAND flag.
5013
5014 2008-06-23  Bruno Haible  <bruno@clisp.org>
5015
5016         * m4/sigaction.m4: Comment fixes.
5017         * lib/signal.in.h: Likewise.
5018
5019 2008-06-23  Eric Blake  <ebb9@byu.net>
5020
5021         Fix typo.
5022         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
5023
5024         Avoid SA_ namespace.
5025         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
5026         Reported by Ralf Wildenhues.
5027
5028         Avoid test failure due to SA_RESTORER.
5029         * tests/test-sigaction.c (SA_MASK): New macro.
5030         (main): Avoid failing due to extension flags being set.
5031         Reported by Jim Meyering.
5032
5033         Revert use of sig-handler.h in sigprocmask.c.
5034         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
5035         it requires the existence of struct sigaction.
5036         * lib/sigprocmask.c (handler_t): Restore typedef.
5037         (rpl_signal, old_handlers): Use local type.
5038
5039 2008-06-22  Bruno Haible  <bruno@clisp.org>
5040
5041         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
5042         conditionally.
5043         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5044
5045 2008-06-22  Bruno Haible  <bruno@clisp.org>
5046
5047         * doc/posix-functions/siginterrupt.texi: Move note.
5048
5049         * lib/signal.in.h (SA_RESTART): New macro.
5050         * lib/sigaction.c: Update comment.
5051
5052         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
5053
5054         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
5055         (gl_PREREQ_SIGPROCMASK): Invoke it.
5056         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
5057
5058         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
5059
5060         * lib/sigprocmask.c: Update a comment.
5061
5062 2008-06-21  Eric Blake  <ebb9@byu.net>
5063
5064         Use sigaction module rather than signal().
5065         * modules/c-stack (Depends-on): Add sigaction.
5066         * modules/fatal-signal (Depends-on): Likewise.
5067         * modules/nanosleep (Depends-on): Likewise.
5068         * modules/sigprocmask (Files): Add sig-handler.h.
5069         * modules/sigaction (Files): Likewise.
5070         * lib/sig-handler.h (get_handler): New file, suggested by Paul
5071         Eggert.
5072         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
5073         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
5074         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
5075         (init_fatal_signals): Likewise.
5076         * lib/nanosleep.c (rpl_nanosleep): Likewise.
5077         (siginterrupt): Delete fallback.
5078         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
5079         instead.
5080         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
5081         siginterrupt.
5082
5083         New module sigaction, for mingw.
5084         * modules/sigaction: New module...
5085         * modules/sigaction-tests: ...and its test.
5086         * m4/sigaction.m4: New file.
5087         * lib/sigaction.c: Likewise.
5088         * tests/test-sigaction.c: Likewise.
5089         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5090         * modules/signal (Makefile.am): Likewise.
5091         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5092         needed.
5093         * doc/posix-headers/signal.texi (signal.h): Mention provided
5094         types.
5095         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5096         that sigaction is preferable.
5097         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5098         module.
5099         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5100         sigaction.
5101
5102         Improve robustness of sigprocmask by overriding signal.
5103         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5104         is in use.
5105         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5106         (SIGKILL, SIGSTOP): Provide fallbacks.
5107         (rpl_signal): Implement.
5108         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5109         signal can be called inside handlers.
5110
5111         Fix nanosleep module on mingw.
5112         * modules/nanosleep (Depends-on): Add sys_select.
5113         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5114
5115         Fix licensing of sigprocmask.
5116         * modules/raise (License): Relicense as LGPL.
5117
5118 2008-06-21  Bruno Haible  <bruno@clisp.org>
5119
5120         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5121         result if it contains question marks.
5122         Reported by Michael Geng <linux@michaelgeng.de>.
5123
5124 2008-06-19  Bruno Haible  <bruno@clisp.org>
5125
5126         Fix CVS-ism.
5127         * doc/gnulib.texi: Include updated-stamp.texi.
5128         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5129         (updated-stamp.texi): New rule.
5130         (gnulib.info): Depend on it.
5131         * doc/.gitignore: Add updated-stamp.texi.
5132         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5133
5134 2008-06-19  Bruno Haible  <bruno@clisp.org>
5135
5136         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5137         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5138
5139 2008-06-19  Eric Blake  <ebb9@byu.net>
5140
5141         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5142         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5143         Reported by Stepan Kasal.
5144
5145 2008-06-18  Bruno Haible  <bruno@clisp.org>
5146
5147         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5148         Reported by Eric Blake.
5149
5150 2008-06-18  Eric Blake  <ebb9@byu.net>
5151
5152         Work around cygwin 1.5.25 strsignal bug.
5153         * tests/test-strsignal.c: Allow for const char *.
5154         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5155
5156 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5157
5158         * users.txt: Update URL to article and add author/date
5159         information.
5160
5161 2008-06-17  Bruno Haible  <bruno@clisp.org>
5162
5163         New macro gl_DISABLE_THREADS.
5164         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5165         if the user did not pass --enable-threads or --disable-threads option.
5166         (gl_DISABLE_THREADS): New macro.
5167         Reported by Eric Blake <ebb9@byu.net>.
5168
5169 2008-06-17  Bruno Haible  <bruno@clisp.org>
5170
5171         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5172         when the macro ignores it.
5173         Based on a patch by Eric Blake <ebb9@byu.net>.
5174
5175 2008-06-17  Bruno Haible  <bruno@clisp.org>
5176
5177         * modules/tls (License): Change to LGPLv2+.
5178         Reported by Eric Blake.
5179
5180 2008-06-17  Eric Blake  <ebb9@byu.net>
5181
5182         Simplify c-stack prerequisites.
5183         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5184         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5185         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5186         check.
5187         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5188         <sys/resource.h>.
5189
5190         Move c-stack test into testsuite.
5191         * modules/c-stack-tests: New file.
5192         * lib/c-stack.c [DEBUG]: Move test program...
5193         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5194         fail test if sigaltstack is lacking.
5195         * tests/test-c-stack.sh: New driver file.
5196
5197 2008-06-16  Eric Blake  <ebb9@byu.net>
5198
5199         Use raise module consistently.
5200         * modules/fatal-signal (Depends-on): Add raise.
5201         * modules/sigprocmask (Depends-on): Likewise.
5202         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5203         * lib/sigprocmask.c (sigprocmask): Likewise.
5204         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5205         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5206
5207         Fix compliance bug in sigpending.
5208         * lib/sigprocmask.c (sigpending): Return pending array via
5209         parameter, not return value.
5210
5211 2008-06-14  Eric Blake  <ebb9@byu.net>
5212
5213         Improve obstack-printf test code.
5214         * tests/test-obstack-printf.c (test_function): Fix comment, and
5215         simplify usage of obstack_* in macros.  Add a test for coverage.
5216         Reported by Bruno Haible.
5217
5218 2008-06-14  Bruno Haible  <bruno@clisp.org>
5219
5220         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5221         array size as a constant, not as a const variable.
5222         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5223         AC_USE_SYSTEM_EXTENSIONS.
5224         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5225         Test whether the obstack_printf function actually exists.
5226         * modules/obstack-printf (Depends-on): Add extensions.
5227         (Include): Remove obstack.h.
5228         * modules/obstack-printf-posix (Depends-on): Add extensions.
5229         (Include): Remove obstack.h.
5230
5231 2008-06-13  Eric Blake  <ebb9@byu.net>
5232
5233         Add obstack-printf and obstack-printf-posix modules.
5234         * modules/obstack-printf: New file.
5235         * modules/obstack-printf-posix: Likewise.
5236         * MODULES.html.sh (Misc): Mention them.
5237         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5238         Likewise.
5239         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5240         Likewise.
5241         * modules/stdio (Makefile.am): Accomodate new modules.
5242         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5243         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5244         Declare.
5245         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5246         functions.
5247         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5248         (gl_REPLACE_OBSTACK_PRINTF): New macros
5249         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5250         * tests/test-obstack-printf.c: New file.
5251         * modules/obstack-printf-tests: Likewise.
5252         * modules/obstack-printf-posix-tests: Likewise.
5253
5254 2008-06-11  Bruno Haible  <bruno@clisp.org>
5255
5256         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5257         * lib/open.c: Include errno.h.
5258         (open): Fail when attempting to write to a file that has a trailing
5259         slash.
5260         * tests/test-open.c (main): Test against trailing slash bug.
5261         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5262
5263 2008-06-10  Bruno Haible  <bruno@clisp.org>
5264
5265         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5266         for $? to work inside the trap command, with various /bin/sh-s.
5267         * tests/test-vc-list-files-cvs.sh: Likewise.
5268
5269 2008-06-10  Bruno Haible  <bruno@clisp.org>
5270
5271         * lib/acl-internal.h: Don't include gettext.h here.
5272         * lib/set-mode-acl.c: Include gettext.h here.
5273         * lib/copy-acl.c: Likewise.
5274
5275 2008-06-10  Bruno Haible  <bruno@clisp.org>
5276
5277         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5278         * lib/wait-process.c (wait_subprocess): Likewise.
5279         * lib/execute.h (execute): Add termsigp argument.
5280         * lib/execute.c (execute): Likewise.
5281         * lib/csharpcomp.c (compile_csharp_using_pnet,
5282         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5283         * lib/csharpexec.c (execute_csharp_using_pnet,
5284         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5285         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5286         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5287         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5288         is_jikes_present): Update.
5289         * lib/javaexec.c (execute_java_class): Update.
5290         * lib/javaversion.c (execute_and_read_line): Update.
5291         * NEWS: Document the changes.
5292         Reported by Eric Blake.
5293
5294 2008-06-10  Eric Blake  <ebb9@byu.net>
5295
5296         Add missing include.
5297         * tests/test-strstr.c (includes): Add <signal.h>.
5298         * tests/test-strcasestr.c (includes): Likewise.
5299         * tests/test-memmem.c (includes): Likewise.
5300
5301 2008-06-10  Bruno Haible  <bruno@clisp.org>
5302
5303         * lib/wait-process.c (wait_subprocess): Add an assertion.
5304
5305 2008-06-10  Bruno Haible  <bruno@clisp.org>
5306
5307         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5308
5309 2008-06-10  Bruno Haible  <bruno@clisp.org>
5310
5311         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5312         using alarm().
5313         * tests/test-strcasestr.c (main): Likewise.
5314         * tests/test-strstr.c (main): Likewise.
5315
5316 2008-06-09  Bruno Haible  <bruno@clisp.org>
5317
5318         Work around the Solaris 10 ACE ACLs ABI change.
5319         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5320         declare if ACL_NO_TRIVIAL is present.
5321         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5322         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5323         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5324         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5325         define if ACL_NO_TRIVIAL is present.
5326         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5327         and use the current ABI.
5328         (file_has_acl): Use same #if condition as elsewhere.
5329         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5330         in use, and use the current ABI.
5331         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5332         Reported by Jim Meyering.
5333
5334 2008-06-09  Eric Blake  <ebb9@byu.net>
5335
5336         Work around environments that (stupidly) ignore SIGALRM.
5337         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5338         before using alarm().
5339         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5340         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5341         Reported by Ian Beckwith <ianb@erislabs.net>.
5342
5343         Produce autobuild blurb earlier in log.
5344         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5345
5346 2008-06-09  Jim Meyering  <meyering@redhat.com>
5347         and OndÅ™ej Vašík  <ovasik@redhat.com>
5348
5349         utimens.c: correct kernel bug work-around
5350         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5351         failure, not success, and the kernel bug we're trying to work
5352         around affects not just the utimensat call, but also the fallback
5353         futimens call.
5354         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5355         not success.
5356         [HAVE_FUTIMENS]: Use the same work-around, here.
5357
5358 2008-06-09  Jim Meyering  <meyering@redhat.com>
5359
5360         add more guards around definition of ACE_-related code
5361         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5362         ALLOW and ACE_OWNER are also defined.
5363
5364 2008-06-08  Bruno Haible  <bruno@clisp.org>
5365
5366         * lib/acl-internal.h: Add me as co-author.
5367         * lib/file-has-acl.c: Likewise.
5368         * lib/set-mode-acl.c: Likewise.
5369         * lib/copy-acl.c: Likewise.
5370
5371 2008-06-08  Bruno Haible  <bruno@clisp.org>
5372
5373         Add support for AIX ACLs.
5374         * lib/acl-internal.h (acl_nontrivial): New declaration.
5375         * lib/file-has-acl.c (acl_nontrivial): New function.
5376         (file_has_acl): Add implementation using AIX 4 ACL API.
5377         * lib/set-mode-acl.c (qset_acl): Likewise.
5378         * lib/copy-acl.c (qcopy_acl): Likewise.
5379
5380 2008-06-08  Bruno Haible  <bruno@clisp.org>
5381
5382         Add support for HP-UX ACLs.
5383         * lib/acl-internal.h (acl_nontrivial): New declaration.
5384         * lib/file-has-acl.c (acl_nontrivial): New function.
5385         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5386         * lib/set-mode-acl.c (qset_acl): Likewise.
5387         * lib/copy-acl.c (qcopy_acl): Likewise.
5388
5389 2008-06-08  Bruno Haible  <bruno@clisp.org>
5390
5391         Add support for Cygwin ACLs.
5392         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5393         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5394         the chmod_or_fchmod call.
5395         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5396
5397 2008-06-08  Bruno Haible  <bruno@clisp.org>
5398
5399         Fix bug with setuid modes in Solaris 10+ code.
5400         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5401         succeeded, when the mode contains some special bits.
5402
5403 2008-06-08  Bruno Haible  <bruno@clisp.org>
5404
5405         Add support for Solaris 7..10 ACLs.
5406         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5407         declarations.
5408         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5409         functions.
5410         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5411         * lib/set-mode-acl.c (qset_acl): Likewise.
5412         * lib/copy-acl.c (qcopy_acl): Likewise.
5413
5414 2008-06-08  Bruno Haible  <bruno@clisp.org>
5415
5416         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5417         declaration.
5418         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5419         (acl_access_nontrivial): Remove MacOS X case.
5420         (file_has_acl): Use acl_extended_nontrivial.
5421         * lib/copy-acl.c (qcopy_acl): Likewise.
5422
5423 2008-06-08  Bruno Haible  <bruno@clisp.org>
5424
5425         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5426
5427 2008-06-08  Jim Meyering  <meyering@redhat.com>
5428
5429         * modules/acl (Maintainer): Add Bruno Haible.
5430
5431 2008-06-07  Bruno Haible  <bruno@clisp.org>
5432
5433         Improve support for Tru64 ACLs.
5434         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5435         ACL on OSF/1.
5436
5437 2008-06-07  Bruno Haible  <bruno@clisp.org>
5438
5439         Add support for MacOS X ACLs.
5440         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5441         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5442         * lib/set-mode-acl.c (qset_acl): Likewise.
5443         * lib/copy-acl.c (qcopy_acl): Likewise.
5444
5445 2008-06-07  Bruno Haible  <bruno@clisp.org>
5446
5447         Fix memory leak introduced on 2008-05-22.
5448         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5449         use.
5450
5451 2008-06-07  Bruno Haible  <bruno@clisp.org>
5452
5453         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5454         to construct an empty ACL.
5455
5456 2008-06-07  Bruno Haible  <bruno@clisp.org>
5457
5458         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5459         precisely.
5460         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5461
5462 2008-06-07  Bruno Haible  <bruno@clisp.org>
5463
5464         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5465         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5466
5467 2008-06-07  Bruno Haible  <bruno@clisp.org>
5468
5469         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5470         regardless of POSIX.
5471         * doc/posix-functions/_longjmp.texi: Likewise.
5472         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5473         SystemV platform in this case.
5474
5475 2008-06-06  Eric Blake  <ebb9@byu.net>
5476
5477         Document abort() bugs.
5478         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5479
5480         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5481         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5482         sigsetjmp.
5483         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5484         siglongjmp, but only as a macro.
5485         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5486         is obsolete.
5487         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5488
5489         Tweak documentation to cover cygwin argz bugs.
5490         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5491         argz bug fix; no code change needed since no cygwin releases
5492         occurred between the last fix and the bug being tested.
5493         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5494         module and recently fixed cygwin bugs.
5495         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5496         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5497         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5498         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5499         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5500         Likewise.
5501         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5502         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5503         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5504         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5505         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5506         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5507         Likewise.
5508
5509         Avoid gcc warning on cygwin.
5510         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5511         !ACL_NO_TRIVIAL]: Avoid unused variable.
5512
5513 2008-06-05  Eric Blake  <ebb9@byu.net>
5514
5515         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5516         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5517         git-version-gen fails to come up with a version.
5518         Reported by Simon Josefsson.
5519
5520 2008-06-05  Jim Meyering  <meyering@redhat.com>
5521             Paul Eggert  <eggert@cs.ucla.edu>
5522
5523         utimens.c: work around a probable Linux kernel bug
5524         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5525         appears to be a kernel bug that causes utimensat to return 280
5526         instead of 0, indicating success.
5527
5528 2008-06-04  Bruno Haible  <bruno@clisp.org>
5529
5530         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5531         2008-06-01 commit.
5532
5533 2008-06-04  Bruno Haible  <bruno@clisp.org>
5534
5535         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5536         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5537         (file_has_acl): Use it. Save errno afterwards.
5538         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5539
5540 2008-06-03  Bruno Haible  <bruno@clisp.org>
5541
5542         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5543         draft code. Simplify #ifs.
5544         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5545         Put Solaris code after POSIX-draft code. Fix comments regarding
5546         Solaris 10, HP-UX. Mention Cygwin.
5547         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5548
5549 2008-06-03  Eric Blake  <ebb9@byu.net>
5550
5551         Provide fallback for older kernels.
5552         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5553         Provide runtime fallback if kernel lacks support.
5554         Reported by Mike Frysinger.
5555
5556 2008-06-02  Bruno Haible  <bruno@clisp.org>
5557
5558         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5559         it exists.
5560
5561 2008-06-02  Bruno Haible  <bruno@clisp.org>
5562
5563         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5564         * lib/copy-acl.c (qcopy_acl): Update comment.
5565
5566 2008-06-02  Bruno Haible  <bruno@clisp.org>
5567
5568         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5569         like ACL APIs.
5570
5571 2008-06-02  Bruno Haible  <bruno@clisp.org>
5572
5573         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5574         * tests/test-set-mode-acl.sh: Likewise.
5575         * tests/test-copy-acl.sh: Likewise.
5576         * tests/test-copy-file.sh: Likewise.
5577
5578 2008-06-02  Bruno Haible  <bruno@clisp.org>
5579
5580         * tests/test-file-has-acl.sh: Remove unused code.
5581
5582 2008-06-01  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5585         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5586         messages.
5587         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5588
5589 2008-06-01  Bruno Haible  <bruno@clisp.org>
5590
5591         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5592         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5593         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5594         APIs.
5595         * modules/acl-tests (configure.ac): Remove tests now contained in
5596         m4/acl.m4.
5597
5598 2008-06-02  Jim Meyering  <meyering@redhat.com>
5599
5600         announce-gen: use a better key-server host name
5601         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5602         it may be more consistently reliable.  Suggested by Werner Koch
5603         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5604
5605 2008-06-01  Bruno Haible  <bruno@clisp.org>
5606
5607         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5608         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5609
5610 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5611
5612         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5613
5614 2008-06-01  Bruno Haible  <bruno@clisp.org>
5615
5616         New ACL tests.
5617         * tests/test-file-has-acl.sh: New file.
5618         * tests/test-file-has-acl.c: New file.
5619         * tests/test-set-mode-acl.sh: New file.
5620         * tests/test-set-mode-acl.c: New file.
5621         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5622         * tests/test-copy-acl.c: New file.
5623         * modules/acl-tests: New file, based on modules/copy-file-tests.
5624         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5625         (Depends-on): Add acl-tests.
5626         (configure.ac): Remove checks.
5627         (Makefile.am): Don't create test-sameacls program here any more.
5628
5629 2008-06-01  Bruno Haible  <bruno@clisp.org>
5630
5631         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5632         * tests/test-sameacls.c: Include progname.h.
5633         (main): Invoke set_program_name. Portability fixes for MacOS X,
5634         Solaris, HP-UX.
5635
5636 2008-06-01  Bruno Haible  <bruno@clisp.org>
5637
5638         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5639         function.
5640         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5641
5642 2008-06-01  Bruno Haible  <bruno@clisp.org>
5643
5644         * modules/rpmatch (Depends-on): Add strdup.
5645
5646 2008-06-01  Bruno Haible  <bruno@clisp.org>
5647
5648         * lib/pipe.c: Include unistd-safer.h.
5649         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5650         * modules/pipe (Depends-on): Add unistd-safer.
5651
5652 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5653
5654         * modules/autobuild (configure.ac): Call AB_INIT.
5655
5656 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5657
5658         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5659         Suggested by Bruno Haible <bruno@clisp.org>.
5660
5661 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5662
5663         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5664         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5665         <bruno@clisp.org>.
5666
5667 2008-05-29  Eric Blake  <ebb9@byu.net>
5668
5669         Prefer new POSIX 200x interfaces over futimesat.
5670         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5671         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5672         when available.
5673         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5674
5675 2008-05-28  Bruno Haible  <bruno@clisp.org>
5676
5677         * modules/stpcpy (License): Change to LGPLv2+.
5678         Requested by David Lutterkort <dlutter@redhat.com>.
5679
5680 2008-05-27  Bruno Haible  <bruno@clisp.org>
5681
5682         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5683         current mingw.
5684         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5685
5686 2008-05-27  Bruno Haible  <bruno@clisp.org>
5687
5688         * modules/iconv_open (Link): New section, from module 'iconv'.
5689         * modules/striconv (Link): Likewise.
5690         * modules/striconveh (Link): Likewise.
5691         * modules/xstriconv (Link): Likewise.
5692         * modules/unicodeio (Link): Likewise.
5693         * modules/propername (Link): Likewise.
5694         Reported by Jim Meyering.
5695
5696 2008-05-26  Jim Meyering  <meyering@redhat.com>
5697
5698         sha256: do not artificially restrict buffer length to be < 2^32
5699         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5700         uint32_t to size_t.
5701         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5702         to match.
5703
5704         avoid unaligned access errors, e.g., on sparc
5705         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5706         direct access through a possibly-unaligned uint64* pointer.
5707         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5708         direct access through a possibly-unaligned uint32* pointer.
5709         Prompted by this patch from Tom "spot" Callaway:
5710         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5711
5712         sha512.c: fix typo in comment
5713         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5714
5715 2008-05-25  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5718         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5719         (Makefile.am): Update lib_SOURCES.
5720
5721 2008-05-25  Bruno Haible  <bruno@clisp.org>
5722
5723         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5724
5725 2008-05-25  Jim Meyering  <meyering@redhat.com>
5726
5727         useless-if-before-free: freed expr may have white-space differences
5728         * build-aux/useless-if-before-free: Recognize cases in which the
5729         freed expression differs from the tested one in embedded white
5730         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5731         $1 was used, so we can't make any regexp shy.  Improved tests now
5732         detect this.
5733
5734         useless-if-before-free: accept white space in the expression.
5735         * build-aux/useless-if-before-free: For now, any white space
5736         in the expression must be identical in the free argument.
5737
5738         useless-if-before-free: efficiency tweak
5739         * build-aux/useless-if-before-free: Make the expression-matching
5740         regexp "shy".
5741         Make the *outer* regexp shy, not the expr-matching one.
5742
5743         update code-in-comment to accept cast of free arg
5744         * build-aux/useless-if-before-free: Update regexp.
5745
5746 2008-05-25  Bruno Haible  <bruno@clisp.org>
5747
5748         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
5749         * modules/copy-file-tests (Files, Makefile.am): Update.
5750         * tests/test-copy-file.c (func_test_copy): Update.
5751
5752 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
5753
5754         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
5755
5756 2008-05-23  Bruno Haible  <bruno@clisp.org>
5757
5758         Improve support for ACLs on OSF/1.
5759         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
5760         Remove fallback for unknown flavors of ACLs.
5761
5762 2008-05-22  Bruno Haible  <bruno@clisp.org>
5763
5764         Add support for ACLs on OSF/1.
5765         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
5766         replacements.
5767         (acl_free_text): New macro fallback.
5768         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
5769         acl_free.
5770         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
5771         acl_free_text function. Require AC_C_INLINE.
5772
5773 2008-05-22  Bruno Haible  <bruno@clisp.org>
5774
5775         Make copy_acl work on MacOS X 10.5.
5776         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
5777         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
5778         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
5779         If MODE_INSIDE_ACL, don't assume that every system has the same text
5780         representation for ACLs as FreeBSD.
5781         * lib/copy-acl.c (copy_acl): Add support for platforms with
5782         !MODE_INSIDE_ACL.
5783         * lib/file-has-acl.c (file_has_acl): Likewise.
5784         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
5785         FreeBSD, MacOS X, or IRIX, respectively.
5786
5787 2008-05-22  Bruno Haible  <bruno@clisp.org>
5788
5789         * lib/acl.h: Don't include <sys/acl.h>.
5790         (GETACLCNT): Move fallback to lib/acl-internal.h.
5791         * lib/acl-internal.h: Include <sys/acl.h> here.
5792         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
5793
5794 2008-05-22  Bruno Haible  <bruno@clisp.org>
5795
5796         Split off copy_acl function to separate file.
5797         * lib/copy-acl.c: New file, extracted from lib/acl.c.
5798         * lib/acl.c (copy_acl): Moved function to separate file.
5799         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
5800         * modules/acl (Files): Add lib/copy-acl.c.
5801         (Makefiles.am): Augment lib_SOURCES.
5802
5803 2008-05-22  Bruno Haible  <bruno@clisp.org>
5804
5805         * modules/copy-file-tests: New file.
5806         * tests/test-copy-file.sh: New file.
5807         * tests/test-copy-file.c: New file.
5808         * tests/test-copy-file-sameacls.c: New file.
5809
5810 2008-05-22  Eric Blake  <ebb9@byu.net>
5811
5812         Avoid gcc warning.
5813         * tests/test-memcmp.c (main): Pass NULL indirectly.
5814
5815 2008-05-21  Bruno Haible  <bruno@clisp.org>
5816
5817         Add reference doc about ACLs.
5818         * doc/acl-resources.txt: New file.
5819         * doc/acl-cygwin.txt: New file.
5820
5821 2008-05-21  Bruno Haible  <bruno@clisp.org>
5822
5823         Avoid one more warning from gcc.
5824         * lib/vasnprintf.c (IF_LINT): Update comments.
5825         (VASNPRINTF): Use it also for the 'prefix' array initializer.
5826
5827 2008-05-21  Jim Meyering  <meyering@redhat.com>
5828
5829         avoid a warning from gcc
5830         * lib/vasnprintf.c (IF_LINT): Define.
5831         (scale10_round_decimal_long_double):
5832         Use it to avoid a "may be used uninitialized" warning.
5833         (scale10_round_decimal_double): Likewise.
5834
5835 2008-05-21  Simon Josefsson  <simon@josefsson.org>
5836
5837         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
5838         declared.
5839
5840 2008-05-20  Bruno Haible  <bruno@clisp.org>
5841
5842         * tests/test-memcmp.c (main): Test also the sign of the result. Test
5843         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
5844
5845 2008-05-20  Simon Josefsson  <simon@josefsson.org>
5846
5847         * modules/memcmp-tests: New file.
5848         * tests/test-memcmp.c: New file.
5849
5850 2008-05-19  Bruno Haible  <bruno@clisp.org>
5851
5852         * modules/propername (Notice, configure.ac): Put quoted "..." into
5853         --keyword option.
5854         * lib/propername.h: Update comments accordingly.
5855         Reported by Eric Blake.
5856
5857 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
5858
5859         * modules/getpass-gnu (Depends-on): Add fseeko.
5860
5861 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5862
5863         * modules/base64-tests: New file.
5864
5865 2008-05-19  Bo Borgerson <gigabo@gmail.com>
5866
5867         * lib/base64.c (base64_decode_ctx): If a decode context structure
5868         was passed in use it to ignore newlines.  If a context structure
5869         was _not_ passed in, continue to treat newlines as garbage (this
5870         is the historical behavior).  Formerly base64_decode.
5871         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5872         takes a decode context structure.
5873         * lib/base64.h (base64_decode): Macro for four-argument calls.
5874         (base64_decode_alloc): Likewise.
5875         * lib/base64.c (base64_decode_ctx): If a decode context structure
5876         was passed in use it to ignore newlines.  If a context structure
5877         was _not_ passed in, continue to treat newlines as garbage (this
5878         is the historical behavior).  Formerly base64_decode.
5879         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5880         takes a decode context structure.
5881         * lib/base64.h (base64_decode): Macro for four-argument calls.
5882         (base64_decode_alloc): Likewise.
5883
5884 2008-05-19  Jim Meyering  <meyering@redhat.com>
5885
5886         avoid a warning from gcc
5887         * lib/trim.c (IF_LINT): Define.
5888         (trim2): Use it to avoid a "may be used uninitialized" warning.
5889
5890         Fix doc typo.
5891         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
5892
5893 2008-05-19  Bruno Haible  <bruno@clisp.org>
5894
5895         * doc/glibc-functions/getpass.texi: Document limits of other
5896         implementations.
5897
5898 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5899             Bruno Haible <bruno@clisp.org>
5900
5901         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
5902
5903 2008-05-18  Bruno Haible  <bruno@clisp.org>
5904
5905         * modules/propername: New file, from GNU gettext.
5906         * lib/propername.h: New file, from GNU gettext.
5907         * lib/propername.c: New file, from GNU gettext.
5908         * MODULES.html.sh (Internationalization functions): Add propername.
5909
5910 2008-05-16  Jim Meyering  <meyering@redhat.com>
5911             Bruno Haible  <bruno@clisp.org>
5912
5913         Avoid some warnings from "gcc -Wshadow".
5914         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5915
5916 2008-05-15  Eric Blake  <ebb9@byu.net>
5917
5918         Extend previous patch to cygwin 1.7.0.
5919         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5920         fast implementation in cygwin >= 1.7.0.
5921         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5922         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5923
5924 2008-05-15  Bruno Haible  <bruno@clisp.org>
5925
5926         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5927         implementation in glibc >= 2.9.
5928         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5929         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5930
5931 2008-05-15  Bruno Haible  <bruno@clisp.org>
5932
5933         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5934         (Unicode string functions): Add unilbrk/*.
5935         Reported by Karl Berry.
5936
5937 2008-05-15  Eric Blake  <ebb9@byu.net>
5938
5939         Fix violation of <stdbool.h> replacement in regex.
5940         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5941         * lib/regexec.c (re_search_internal): Likewise.
5942         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5943
5944 2008-05-15  Jim Meyering  <meyering@redhat.com>
5945
5946         avoid distracting test output when git or cvs is not found
5947         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5948         * tests/test-vc-list-files-git.sh: Likewise.
5949
5950 2008-05-15  Eric Blake  <ebb9@byu.net>
5951
5952         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5953         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5954         glibc version.
5955         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5956         * doc/posix-functions/strstr.texi (strstr): Likewise.
5957         * lib/str-two-way.h (MAX): Sychronize with glibc.
5958
5959 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5960
5961         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5962         opr.ctx_type.
5963         (calc_first): Initialize constraint field.
5964         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5965         Fix grammar.
5966         (duplicate_node): Merge constraint field for all node types.
5967         (calc_eclosure_iter): Look at constraint field for all node types.
5968         * lib/regex_internal.c (create_cd_newstate): Don't look at
5969         opr.ctx_type.
5970
5971 2008-05-14  Bruno Haible  <bruno@clisp.org>
5972
5973         Help GCC to do better code generation.
5974         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5975         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5976         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5977         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5978         Declare with attribute 'malloc' if supported.
5979
5980 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5981
5982         use "echo STR|wc -c" rather than unportable "expr length STR"
5983         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5984         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5985
5986 2008-05-14  Jim Meyering  <meyering@redhat.com>
5987
5988         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5989         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5990         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5991         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5992         via Collin Lasse.
5993
5994 2008-05-14  Eric Blake  <ebb9@byu.net>
5995
5996         Avoid quadratic growth in gl_LIBSOURCES.
5997         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5998         Suggested by Bruno Haible.
5999
6000         Test xmemdup0.
6001         * modules/xmemdup0-tests: New file.
6002         * tests/test-xmemdup0.c: Likewise.
6003
6004 2008-05-13  Eric Blake  <ebb9@byu.net>
6005
6006         Split xmemdup0 into its own module.
6007         * modules/xmemdup0: New file.
6008         * lib/xmemdup0.h: Likewise.
6009         * lib/xmemdup0.c: Likewise.
6010         * MODULES.html.sh (Memory management functions): Add xmemdup0.
6011         * lib/xalloc.h (xmemdup0): Remove.
6012         * lib/xmalloc.c (xmemdup0): Likewise.
6013
6014 2008-05-13  Eric Blake  <ebb9@byu.net>
6015             Bruno Haible  <bruno@clisp.org>
6016
6017         Reduce number of forks required during autoconf.
6018         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
6019         and gl_LIBSOURCES_DIR.
6020         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
6021         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
6022         m4_syscmd per file.
6023         <m4_foreach_w>: Move...
6024         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
6025
6026 2008-05-13  Eric Blake  <ebb9@byu.net>
6027
6028         * gnulib-tool: Fix various comment typos.
6029
6030 2008-05-12  Bruno Haible  <bruno@clisp.org>
6031
6032         Tailor the linebreaking algorithm.
6033         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
6034
6035 2008-05-12  Bruno Haible  <bruno@clisp.org>
6036
6037         Update to Unicode 5.0.0.
6038         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6039         LBP_JV, LBP_JT. Redistribute values.
6040         (unilbrk_table): Change size.
6041         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
6042         Unicode TR#14 rev. 22.
6043         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6044         LBP_JV, LBP_JT. Redistribute values.
6045         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
6046         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
6047         Update.
6048         * lib/unilbrk/lbrkprop1.h: Regenerated.
6049         * lib/unilbrk/lbrkprop2.h: Regenerated.
6050         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
6051         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
6052         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
6053         Likewise.
6054         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
6055         Likewise.
6056         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
6057         result.
6058         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
6059         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
6060         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
6061         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
6062         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
6063         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
6064
6065 2008-05-11  Bruno Haible  <bruno@clisp.org>
6066
6067         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
6068
6069 2008-05-11  Bruno Haible  <bruno@clisp.org>
6070
6071         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
6072         * modules/unilbrk/gen-lbrk: New file.
6073
6074 2008-05-11  Bruno Haible  <bruno@clisp.org>
6075
6076         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
6077         * m4/sha512.m4 (gl_SHA512): Likewise.
6078
6079 2008-05-11  Jim Meyering  <meyering@redhat.com>
6080
6081         New modules: crypto/sha256, crypto/sha512 (from coreutils)
6082         * modules/crypto/sha256: New file.
6083         * modules/crypto/sha512: Likewise.
6084         * lib/sha256.c: Likewise.
6085         * lib/sha256.h: Likewise.
6086         * lib/sha512.c: Likewise.
6087         * lib/sha512.h: Likewise.
6088         * lib/u64.h: Likewise.
6089         * m4/sha256.m4: Likewise.
6090         * m4/sha512.m4: Likewise.
6091         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6092
6093 2008-05-10  Bruno Haible  <bruno@clisp.org>
6094
6095         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6096         (Input/Output <stdio.h>): Add xprintf.
6097         (Signal handling <signal.h>): Add strsignal.
6098         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6099         (Core language properties): Add func.
6100         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6101         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6102         strings.
6103         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6104         (Input/output): New section.
6105         (File system functions): Add openat-die, stat-macros.
6106         (Networking functions): Add sockets.
6107         (Unicode string functions): Add unictype/*.
6108         (Support for building libraries and executables): Add gperf.
6109         (Support for building documentation): Add agpl-3.0.
6110         (Misc): Add nocrash.
6111
6112 2008-05-10  Bruno Haible  <bruno@clisp.org>
6113
6114         * modules/unictype/gen-ctype: New file.
6115
6116 2008-05-10  Jim Meyering  <meyering@redhat.com>
6117
6118         Make chdir-safer.c more efficient on a system with no symlinks.
6119         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6120         also if ELOOP is zero.  Suggested by Bruno Haible.
6121
6122         Make chdir-safer.c slightly safer.
6123         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6124         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6125
6126         Avoid compile failure on systems without ELOOP (like mingw).
6127         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6128         Reported by Bruno Haible.
6129
6130 2008-05-10  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6133         (is_utf8_encoding): Use a case-insensitive comparison.
6134         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6135         streq.
6136
6137 2008-05-10  Bruno Haible  <bruno@clisp.org>
6138
6139         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6140         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6141         * lib/unilbrk/ulc-common.h (iconv_string_length,
6142         iconv_string_keeping_offsets): Remove declarations.
6143         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6144         Don't include <iconv.h>, streq.h, xsize.h.
6145         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6146         conversion.
6147         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6148         <iconv.h>, streq.h, xsize.h.
6149         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6150         conversion.
6151         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6152         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6153         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6154         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6155
6156 2008-05-10  Bruno Haible  <bruno@clisp.org>
6157
6158         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6159         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6160
6161         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6162         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6163
6164         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6165         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6166
6167         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6168         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6169
6170         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6171         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6172
6173         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6174         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6175
6176         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6177         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6178
6179         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6180         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6181
6182 2008-05-10  Bruno Haible  <bruno@clisp.org>
6183
6184         Split up 'linebreak' module.
6185         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6186         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6187         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6188         modifications.
6189         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6190         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6191         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6192         lib/linebreak.c.
6193         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6194         lib/linebreak.c.
6195         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6196         lib/linebreak.c.
6197         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6198         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6199         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6200         lib/linebreak.c.
6201         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6202         lib/linebreak.c.
6203         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6204         lib/linebreak.c.
6205         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6206         lib/linebreak.c.
6207         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6208         lib/linebreak.c.
6209         * modules/unilbrk/base: New file.
6210         * modules/unilbrk/tables: New file.
6211         * modules/unilbrk/u8-possible-linebreaks: New file.
6212         * modules/unilbrk/u16-possible-linebreaks: New file.
6213         * modules/unilbrk/u32-possible-linebreaks: New file.
6214         * modules/unilbrk/ulc-common: New file.
6215         * modules/unilbrk/ulc-possible-linebreaks: New file.
6216         * modules/unilbrk/u8-width-linebreaks: New file.
6217         * modules/unilbrk/u16-width-linebreaks: New file.
6218         * modules/unilbrk/u32-width-linebreaks: New file.
6219         * modules/unilbrk/ulc-width-linebreaks: New file.
6220         * lib/linebreak.h: Remove file.
6221         * lib/linebreak.c: Remove file.
6222         * m4/linebreak.m4: Remove file.
6223         * modules/linebreak: Remove file.
6224         * NEWS: Mention the changes.
6225
6226 2008-05-09  Eric Blake  <ebb9@byu.net>
6227
6228         Add xmemdup0.
6229         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6230         implementation.
6231         * lib/xmalloc.c (xmemdup0): New C implementation.
6232
6233 2008-05-08  Bruno Haible  <bruno@clisp.org>
6234
6235         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6236
6237 2008-05-07  Eric Blake  <ebb9@byu.net>
6238
6239         Support cross-compilation of <wctype.h>.
6240         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6241         AC_CACHE_CHECK.
6242
6243 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6244
6245         * build-aux/vc-list-files: Add support for bzr.
6246
6247 2008-05-03  Jim Meyering  <meyering@redhat.com>
6248
6249         avoid failed assertion with tight malloc
6250         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6251
6252 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6253
6254         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6255         are needed from arpa/inet.h.
6256         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6257         Reported by Bruno Haible.
6258
6259 2008-05-02  Jim Meyering  <meyering@redhat.com>
6260
6261         avoid compilation error on FreeBSD 6
6262         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6263
6264 2008-05-01  Jim Meyering  <meyering@redhat.com>
6265
6266         useless-if-before-free: correct --help's exit status description
6267         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6268         for one or more matches, etc.  Reported by Bruno Haible.
6269
6270         vc-list-files: make the stand-alone gnulib test work
6271         * modules/vc-list-files-tests (configure.ac):
6272         Define and AC_SUBST abs_aux_dir.
6273         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6274         $(abs_top_srcdir) to each script and having each of them
6275         duplicate the work of setting PATH, set PATH here, using
6276         the new variable, abs_aux_dir instead.
6277         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6278         * tests/test-vc-list-files-git.sh: Likewise.
6279         Reported by Bruno Haible.
6280
6281 2008-05-01  Bruno Haible  <bruno@clisp.org>
6282
6283         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6284         reallocation. Rename 'done' to 'found_delimiter'.
6285
6286 2008-05-01  Jim Meyering  <meyering@redhat.com>
6287
6288         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6289         * build-aux/vc-list-files: Use `...`, not $(...).
6290
6291 2008-04-30  Jim Meyering  <meyering@redhat.com>
6292
6293         add tests for vc-list-files
6294         * modules/vc-list-files-tests: New module.
6295         * tests/test-vc-list-files-cvs.sh: New file.
6296         * tests/test-vc-list-files-git.sh: New file.
6297
6298         avoid a warning from gcc
6299         * lib/getndelim2.c (IF_LINT): Define.
6300         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6301
6302         vc-list-files: work properly with build-aux/cvsu, too
6303         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6304         to all cvs-based clauses.
6305
6306         vc-list-files: work properly in the CVS+awk case, too
6307         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6308
6309         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6310         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6311         take more than one file argument, so .  Add quotes, just in case $dir
6312         ever contains a shell meta-character.  Prompted by Soren Hansen in
6313         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6314
6315 2008-04-29  Eric Blake  <ebb9@byu.net>
6316
6317         Optimize getndelim2 to use block operations when possible.
6318         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6319         freadseek, and memchr2.
6320         * lib/getndelim2.c (getndelim2): Use them for block reads.
6321
6322 2008-04-29  Bruno Haible  <bruno@clisp.org>
6323
6324         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6325         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6326         * modules/inet_ntop (Depends-on): Add extensions.
6327         * modules/inet_pton (Depends-on): Likewise.
6328         Reported by Simon Josefsson.
6329
6330 2008-04-29  Jim Meyering  <meyering@redhat.com>
6331
6332         When the is more than one match in a block, match all of them.
6333         * build-aux/useless-if-before-free: Iterate through each block
6334         until there are no more matches.
6335
6336         Fix broken useless-if-before-free script.
6337         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6338         the expression to match cast of argument to free-like function.
6339
6340 2008-04-29  Eric Blake  <ebb9@byu.net>
6341
6342         Use new header.
6343         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6344
6345 2008-04-29  Jim Meyering  <meyering@redhat.com>
6346
6347         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6348         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6349         by gnulib to exist and to declare e.g., inet_ntop.
6350         Don't include "inet_ntop.h", now removed.
6351
6352         * m4/arpa_inet_h.m4: Remove trailing blanks.
6353
6354 2008-04-29  Eric Blake  <ebb9@byu.net>
6355
6356         Silence valgrind on safe reads beyond potential array bounds.
6357         * lib/rawmemchr.valgrind: New file.
6358         * lib/strchrnul.valgrind: Likewise.
6359         * modules/rawmemchr (Files): Distribute new file.
6360         * modules/strchrnul (Files): Likewise.
6361         Suggested by Bruno Haible.
6362
6363 2008-04-29  Bruno Haible  <bruno@clisp.org>
6364
6365         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6366         (inet_ntop, inet_pton): Change portability warning's wording.
6367         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6368         Invoke gl_CHECK_NEXT_HEADERS.
6369         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6370         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6371         set ARPA_INET_H.
6372         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6373         * modules/arpa_inet (Description): No longer only for systems that
6374         lack it.
6375         (Depends-on): Add include_next.
6376         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6377         HAVE_ARPA_INET_H.
6378
6379 2008-04-29  Jim Meyering  <meyering@redhat.com>
6380
6381         * modules/mkdir (License): Re-license as LGPLv2+.
6382
6383 2008-04-29  Bruno Haible  <bruno@clisp.org>
6384
6385         * modules/rawmemchr (Maintainer): Set to Eric.
6386         * modules/strchrnul (Maintainer): Likewise.
6387
6388 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6389
6390         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6391         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6392
6393         * modules/arpa_inet (arpa/inet.h): Use them.
6394
6395 2008-04-28  Eric Blake  <ebb9@byu.net>
6396
6397         Test getndelim2.
6398         * modules/getndelim2-tests: New file.
6399         * tests/test-getndelim2.c: Likewise.
6400         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6401         stream.
6402         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6403
6404         * MODULES.html.sh: Document new module.
6405
6406 2008-04-20  Bruno Haible  <bruno@clisp.org>
6407
6408         * lib/c-stack.c (die): Use raise.
6409         * modules/c-stack (Depends-on): Add raise.
6410
6411 2008-04-28  Bruno Haible  <bruno@clisp.org>
6412
6413         Expect rpmatch to be declared.
6414         * lib/yesno.c (rpmatch): Remove declaration.
6415
6416         Declare rpmatch.
6417         * lib/stdlib.in.h (rpmatch): New declaration.
6418         * lib/rpmatch.c: Include <stdlib.h> first.
6419         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6420         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6421         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6422         HAVE_RPMATCH.
6423         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6424         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6425         (Include): Set to <stdlib.h>.
6426         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6427         HAVE_RPMATCH.
6428         * NEWS: Document the change.
6429
6430 2008-04-28  Bruno Haible  <bruno@clisp.org>
6431
6432         Change rpmatch to use nl_langinfo when appropriate.
6433         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6434         (N_): New macro.
6435         (localized_pattern): New function/macro.
6436         (try): Remove match, nomatch arguments. Copy the pattern into safe
6437         memory before caching it.
6438         (rpmatch): Use localized_pattern. Add translator comments.
6439         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6440         Suggested by Eric Blake.
6441         * modules/rpmatch (Depends-on): Add stdbool.
6442
6443 2008-04-28  Eric Blake  <ebb9@byu.net>
6444
6445         Add rawmemchr module, matching glibc.
6446         * modules/string (Makefile.am): New indicator.
6447         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6448         * lib/string.in.h (rawmemchr): Declare when appropriate.
6449         * modules/rawmemchr: New file.
6450         * m4/rawmemchr.m4: Likewise.
6451         * lib/rawmemchr.c: Likewise.
6452         * modules/rawmemchr-tests: Likewise.
6453         * tests/test-rawmemchr.c: Likewise.
6454         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6455         module.
6456         * modules/strchrnul (Depends-on): Add rawmemchr.
6457         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6458
6459         Whitespace cleanup.
6460         * tests/test-strchrnul.c: Reindent.
6461         * lib/strchrnul.c: Likewise.
6462
6463         Optimize and test strchrnul.
6464         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6465         * modules/strchrnul-tests: New file.
6466         * tests/test-strchrnul.c: Likewise.
6467
6468         Remove intprops dependency.
6469         * modules/memchr (Depends-on): Remove intprops.
6470         * modules/memrchr (Depends-on): Likewise.
6471         * modules/memchr2 (Depends-on): Likewise.
6472         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6473         * lib/memrchr.c (__memrchr): Likewise.
6474         * lib/memrchr2.c (memchr2): Likewise.
6475         Reported by Simon Josefsson.
6476
6477 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6478
6479         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6480         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6481
6482 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6483
6484         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6485
6486         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6487
6488         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6489
6490         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6491         declarations.
6492         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6493
6494         * m4/inet_pton.m4: Don't check for header files.
6495
6496         * m4/inet_ntop.m4: Don't check for header files.
6497
6498 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6499
6500         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6501         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6502         trigger for cygwin).
6503         Reported by Bruno Haible  <bruno@clisp.org>.
6504
6505 2008-04-28  Bruno Haible  <bruno@clisp.org>
6506
6507         * doc/posix-functions/strdup.texi: Mention mingw problem.
6508
6509 2008-04-27  Bruno Haible  <bruno@clisp.org>
6510
6511         * modules/stat-time-tests (Depends-on): Add sleep.
6512         * tests/test-stat-time.c (force_unlink): New function.
6513         (cleanup): Use it.
6514         (test_mtime): Remove the ctime related tests.
6515         (test_ctime): New function, containing the ctime related tests.
6516         (main): Call test_ctime, except on native Windows platforms.
6517
6518 2008-04-27  Bruno Haible  <bruno@clisp.org>
6519
6520         * lib/rpmatch.c (rpmatch): Add some comments.
6521         Reported by James Youngman <jay@gnu.org>.
6522
6523 2008-04-27  Bruno Haible  <bruno@clisp.org>
6524
6525         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6526         quiet NaNs.
6527
6528 2008-04-27  Bruno Haible  <bruno@clisp.org>
6529
6530         Make test-yesno.sh work on mingw.
6531         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6532         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6533         (main): Set stdin to binary mode.
6534         * modules/yesno-tests (Depends-on): Add binary-io.
6535
6536 2008-04-27  Bruno Haible  <bruno@clisp.org>
6537
6538         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6539         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6540         argument that lie outside the IEEE 854 domain.
6541         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6542         (gl_ISFINITE): Use it.
6543         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6544
6545 2008-04-27  Bruno Haible  <bruno@clisp.org>
6546
6547         Allow local renaming in config.h.
6548         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6549
6550 2008-04-27  Bruno Haible  <bruno@clisp.org>
6551
6552         * lib/memchr.c (__memchr): Change type of 'i'.
6553         * lib/memchr2.c (memchr2): Likewise.
6554
6555 2008-04-26  Eric Blake  <ebb9@byu.net>
6556         and Bruno Haible  <bruno@clisp.org>
6557
6558         Optimize and test memrchr.
6559         * modules/memrchr (Depends-on): Add intprops.
6560         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6561         * modules/memrchr-tests: New file.
6562         * tests/test-memrchr.c: New file.
6563
6564 2008-04-26  Bruno Haible  <bruno@clisp.org>
6565
6566         Add tentative support for DragonFly BSD.
6567         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6568         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6569         fp.
6570         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6571         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6572         * lib/fpurge.c (fpurge): Likewise.
6573         * lib/freadable.c (freaadable): Likewise.
6574         * lib/freadahead.c (freadahead): Likewise.
6575         * lib/freading.c (freading): Likewise.
6576         * lib/freadptr.c (freadptr): Likewise.
6577         * lib/freadseek.c (freadptrinc): Likewise.
6578         * lib/fseeko.c (fseeko): Likewise.
6579         * lib/fseterr.c (fseterr): Likewise.
6580         * lib/fwritable.c (fwritable): Likewise.
6581         * lib/fwriting.c (fwriting): Likewise.
6582
6583 2008-04-26  Bruno Haible  <bruno@clisp.org>
6584
6585         * lib/stdio-impl.h: New file.
6586         * lib/fbufmode.c: Include stdio-impl.h.
6587         (fbufmode): Use fp_, remove redundant #defines.
6588         * lib/fflush.c: Include stdio-impl.h.
6589         (clear_ungetc_buffer): Remove redundant #defines.
6590         * lib/fpurge.c: Include stdio-impl.h.
6591         (fpurge): Remove redundant #defines.
6592         * lib/freadable.c: Include stdio-impl.h.
6593         (freadable): Remove redundant #defines.
6594         * lib/freadahead.c: Include stdio-impl.h.
6595         (freadahead): Remove redundant #defines.
6596         * lib/freading.c: Include stdio-impl.h.
6597         (freading): Remove redundant #defines.
6598         * lib/freadptr.c: Include stdio-impl.h.
6599         (freadptr): Remove redundant #defines.
6600         * lib/freadseek.c: Include stdio-impl.h.
6601         (freadptrinc): Remove redundant #defines.
6602         * lib/fseeko.c: Include stdio-impl.h.
6603         (rpl_fseeko): Remove redundant #defines.
6604         * lib/fseterr.c: Include stdio-impl.h.
6605         (fseterr): Remove redundant #defines.
6606         * lib/fwritable.c: Include stdio-impl.h.
6607         (fwritable: Remove redundant #defines.
6608         * lib/fwriting.c: Include stdio-impl.h.
6609         (fwriting): Remove redundant #defines.
6610         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6611         * modules/fflush (Files): Likewise.
6612         * modules/fpurge (Files): Likewise.
6613         * modules/freadable (Files): Likewise.
6614         * modules/freadahead (Files): Likewise.
6615         * modules/freading (Files): Likewise.
6616         * modules/freadptr (Files): Likewise.
6617         * modules/freadseek (Files): Likewise.
6618         * modules/fseeko (Files): Likewise.
6619         * modules/fseterr (Files): Likewise.
6620         * modules/fwritable (Files): Likewise.
6621         * modules/fwriting (Files): Likewise.
6622
6623 2008-04-26  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6626         restore_seek_optimization, update_fpos_cache): New functions, extracted
6627         from rpl_fflush.
6628         (rpl_fflush): Use them.
6629         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6630         (gl_REPLACE_FFLUSH): Use it.
6631
6632 2008-04-26  Bruno Haible  <bruno@clisp.org>
6633
6634         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6635         on Solaris.
6636         * tests/test-xstrtoimax.sh: Likewise.
6637         * tests/test-xstrtoumax.sh: Likewise.
6638         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6639
6640 2008-04-26  Bruno Haible  <bruno@clisp.org>
6641
6642         * modules/memchr-tests: New file.
6643         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6644
6645 2008-04-26  Eric Blake  <ebb9@byu.net>
6646             Bruno Haible  <bruno@clisp.org>
6647
6648         * lib/memchr.c: Include intprops.h.
6649         (__memchr): Optimize parallel detection of matching bytes. Rename local
6650         variables. Add explanatory comments.
6651
6652 2008-04-26  Bruno Haible  <bruno@clisp.org>
6653
6654         Fix module 'memchr', broken since 2000-10-28.
6655         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6656
6657 2008-04-26  Bruno Haible  <bruno@clisp.org>
6658
6659         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6660         comments.
6661
6662 2008-04-25  Eric Blake  <ebb9@byu.net>
6663
6664         Use native fstatat on cygwin 1.7.0.
6665         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6666         first.
6667
6668 2008-04-23  Eric Blake  <ebb9@byu.net>
6669
6670         Improve memchr2 performance.
6671         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6672         NUL bytes.
6673         * modules/memchr2 (Depends-on): Use intprops.h.
6674
6675 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6676
6677         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6678         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6679         <blp@cs.stanford.edu>.
6680
6681 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6682
6683         * lib/arpa_inet.in.h: New file.
6684
6685         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6686         (Makefile.am): Sed in substitute header file.
6687
6688         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6689         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6690
6691         * modules/inet_ntop (configure.ac): Use
6692         gl_ARPA_INET_MODULE_INDICATOR.
6693
6694         * modules/inet_pton (configure.ac): Use
6695         gl_ARPA_INET_MODULE_INDICATOR.
6696
6697 2008-04-22  Jim Meyering  <meyering@redhat.com>
6698
6699         * modules/verify (License): Re-license as LGPLv2+.
6700
6701 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6702
6703         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6704         parameter to void* as per POSIX standard (MinGW uses char*).
6705
6706 2008-04-21  Bruno Haible  <bruno@clisp.org>
6707
6708         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6709         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6710         Define to replacements if REPLACE_ISWCNTRL is 1.
6711         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6712         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6713         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6714         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6715         what it fixes.
6716         * doc/posix-functions/iswalpha.texi: Likewise.
6717         * doc/posix-functions/iswblank.texi: Likewise.
6718         * doc/posix-functions/iswcntrl.texi: Likewise.
6719         * doc/posix-functions/iswdigit.texi: Likewise.
6720         * doc/posix-functions/iswgraph.texi: Likewise.
6721         * doc/posix-functions/iswlower.texi: Likewise.
6722         * doc/posix-functions/iswprint.texi: Likewise.
6723         * doc/posix-functions/iswpunct.texi: Likewise.
6724         * doc/posix-functions/iswspace.texi: Likewise.
6725         * doc/posix-functions/iswupper.texi: Likewise.
6726         * doc/posix-functions/iswxdigit.texi: Likewise.
6727         Reported by Alain Guibert.
6728
6729 2008-04-21  Bruno Haible  <bruno@clisp.org>
6730
6731         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
6732         Patch by Alain Guibert.
6733
6734 2008-04-21  Bruno Haible  <bruno@clisp.org>
6735
6736         Fix test failures on mingw.
6737         * tests/test-xstrtol.c (print_no_progname): New function.
6738         (main): Install it in error_print_progname hook.
6739         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
6740         * tests/test-xstrtoimax.sh: Likewise.
6741         * tests/test-xstrtoumax.sh: Likewise.
6742
6743 2008-04-21  Bruno Haible  <bruno@clisp.org>
6744
6745         Fix test failure on mingw.
6746         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
6747
6748 2008-04-21  Bruno Haible  <bruno@clisp.org>
6749
6750         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
6751         Actually assign a value.
6752
6753 2008-04-20  Bruno Haible  <bruno@clisp.org>
6754
6755         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
6756         take 2.
6757         * lib/canonicalize.c (canonicalize_file_name): Elide if the
6758         'canonicalize-lgpl' module is also used.
6759         * lib/canonicalize-lgpl.c: Undo last change.
6760         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
6761
6762 2008-04-20  Bruno Haible  <bruno@clisp.org>
6763
6764         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
6765         config.h. Provide _mkdir based fallback for mingw.
6766         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
6767         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
6768         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
6769         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
6770         rather than defining mkdir in config.h.
6771         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
6772         (gl_SYS_STAT_H_DEFAULTS): New macro.
6773         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
6774         HAVE_IO_H any more.
6775         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
6776         HAVE_DECL_MKDIR and HAVE_IO_H.
6777
6778 2008-04-20  Bruno Haible  <bruno@clisp.org>
6779
6780         * lib/isapipe.c: Port to native Windows platforms.
6781
6782 2008-04-20  Bruno Haible  <bruno@clisp.org>
6783
6784         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
6785
6786 2008-04-21  Eric Blake  <ebb9@byu.net>
6787
6788         Work around preprocessors that don't handle UINTMAX_MAX.
6789         * lib/memchr2.c (memchr2): Avoid embedded #if.
6790         Reported by Alain Guibert, fix suggested by Bruno Haible.
6791
6792 2008-04-21  Simon Josefsson  <simon@josefsson.org>
6793
6794         * doc/posix-functions/strftime.texi (strftime): Explain better
6795         Windows incompatibility.  Suggested by Micah Cowan
6796         <micah@cowan.name>.
6797
6798 2008-04-20  Bruno Haible  <bruno@clisp.org>
6799
6800         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
6801         unistr/u8-mblen.
6802
6803 2008-04-20  Bruno Haible  <bruno@clisp.org>
6804
6805         Fix test failure on platforms with non-GNU iconv.
6806         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
6807         (U_TO_U8): Use it, rather than u16_to_u8.
6808         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
6809         units at the end of the input string.
6810         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
6811
6812 2008-04-20  Bruno Haible  <bruno@clisp.org>
6813
6814         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
6815         when the resulting length is 0.
6816         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
6817
6818 2008-04-20  Bruno Haible  <bruno@clisp.org>
6819
6820         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
6821         works.
6822         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
6823
6824 2008-04-20  Bruno Haible  <bruno@clisp.org>
6825
6826         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
6827         * modules/tsearch-tests (configure.ac): Test for initstate function.
6828
6829 2008-04-20  Bruno Haible  <bruno@clisp.org>
6830
6831         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
6832         for nlink_t if missing.
6833         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
6834
6835 2008-04-19  Bruno Haible  <bruno@clisp.org>
6836
6837         Work around snprintf bug on Linux libc5.
6838         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
6839         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6840         gl_SNPRINTF_SIZE1.
6841         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6842         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
6843         that test failed.
6844         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
6845         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
6846         * modules/snprintf (Files): Add m4/printf.m4.
6847         * modules/vsnprintf (Files): Likewise.
6848         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
6849         * doc/posix-functions/vsnprintf.texi: Likewise.
6850
6851 2008-04-19  Bruno Haible  <bruno@clisp.org>
6852
6853         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
6854         from 0.0058 to less than 10^-7.
6855
6856 2008-04-19  Bruno Haible  <bruno@clisp.org>
6857
6858         Fix rounding when a precision is given.
6859         * lib/vasnprintf.c (is_borderline): New function.
6860         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
6861         9...9x.
6862         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
6863         %e, %g.
6864         * tests/test-vasprintf-posix.c (test_function): Likewise.
6865         * tests/test-snprintf-posix.h (test_function): Likewise.
6866         * tests/test-sprintf-posix.h (test_function): Likewise.
6867         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
6868         * tests/test-printf-posix.h (test_function): Likewise.
6869         * tests/test-printf-posix.output: Update.
6870         Reported by John Darrington <john@darrington.wattle.id.au> via
6871         Ben Pfaff <blp@cs.stanford.edu>.
6872
6873 2008-04-18  Simon Josefsson  <simon@josefsson.org>
6874
6875         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
6876         Suggested by Bruno Haible <bruno@clisp.org>.
6877
6878 2008-04-17  Bruno Haible  <bruno@clisp.org>
6879
6880         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
6881         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
6882         implementation.
6883         Patch by Bruce Merry <bmerry@gmail.com>.
6884
6885 2008-04-17  Simon Josefsson  <simon@josefsson.org>
6886
6887         * doc/posix-functions/strftime.texi (strftime): Mention that %e
6888         doesn't work under Windows.
6889
6890 2008-04-16  Bruno Haible  <bruno@clisp.org>
6891
6892         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
6893         New macros.
6894         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
6895         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
6896         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
6897         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
6898         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
6899         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
6900         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
6901         macros.
6902         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
6903         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
6904         Northern Sotho, Uighur.
6905
6906 2008-04-16  Bruno Haible  <bruno@clisp.org>
6907
6908         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
6909         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
6910         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6911         Reported by Daniel Bergström <daniel@octocode.com>.
6912
6913 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6914             Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6917         function.
6918         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6919         New functions, mostly extracted from gl_locale_name_default.
6920         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6921
6922 2008-04-16  Eric Blake  <ebb9@byu.net>
6923
6924         Adjust strtod detection to catch glibc 2.7 bug.
6925         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6926         Reported by John Gatewood Ham.
6927
6928 2008-04-16  Bruno Haible  <bruno@clisp.org>
6929
6930         Add tentative support for Linux libc5.
6931         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6932         * lib/fpurge.c (fpurge): Likewise.
6933         * lib/freadable.c (freadable): Likewise.
6934         * lib/freadahead.c (freadahead): Likewise.
6935         * lib/freading.c (freading): Likewise.
6936         * lib/freadptr.c (freadptr): Likewise.
6937         * lib/freadseek.c (freadptrinc): Likewise.
6938         * lib/fseeko.c (rpl_fseeko): Likewise.
6939         * lib/fseterr.c (fseterr): Likewise.
6940         * lib/fwritable.c (fwritable): Likewise.
6941         * lib/fwriting.c (fwriting): Likewise.
6942         Reported by Alain Guibert <alguibert+bts@free.fr>.
6943
6944 2008-04-15  Bruno Haible  <bruno@clisp.org>
6945
6946         * modules/mathl (configure.ac): Define module indicator.
6947
6948 2008-04-15  Bruno Haible  <bruno@clisp.org>
6949
6950         * lib/logl.c (logl): Remove unused variables.
6951
6952 2008-04-15  Bruno Haible  <bruno@clisp.org>
6953
6954         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6955         fails.
6956
6957 2008-04-15  Bruno Haible  <bruno@clisp.org>
6958
6959         * lib/trim.c (trim2): Fix argument of isspace() macro.
6960
6961 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6962
6963         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6964         to 0.
6965         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6966
6967 2008-04-14  Bruno Haible  <bruno@clisp.org>
6968
6969         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6970         AC_LANG_PROGRAM argument.
6971         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6972         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6973         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6974         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6975         * m4/math_h.m4 (gl_MATH_H): Likewise.
6976         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6977         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6978         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6979         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6980         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6981         * m4/regex.m4 (gl_REGEX): Likewise.
6982         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6983         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6984         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6985         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6986         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6987         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6988         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6989         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6990
6991 2008-04-14  Jim Meyering  <meyering@redhat.com>
6992
6993         test-strtod: fix typos: s/abs/fabs/
6994         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6995
6996 2008-04-13  Bruno Haible  <bruno@clisp.org>
6997
6998         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6999         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
7000         module is also used and while not building the reloc-wrapper.
7001
7002 2008-04-13  Bruno Haible  <bruno@clisp.org>
7003
7004         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
7005
7006 2008-04-13  Bruno Haible  <bruno@clisp.org>
7007
7008         Fix AIX compilation failure introduced on 2008-04-02.
7009         * tests/test-frexp.c (exp): Undefine before redefining.
7010         * tests/test-frexpl.c (exp): Likewise.
7011
7012 2008-04-13  Bruno Haible  <bruno@clisp.org>
7013
7014         Work around a HP-UX stdio bug.
7015         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
7016         * tests/test-ftello.c (main): Likewise.
7017         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
7018         * doc/posix-functions/ftello.texi: Likewise.
7019
7020 2008-04-13  Bruno Haible  <bruno@clisp.org>
7021
7022         Make test-signbit pass on HP-UX/hppa.
7023         * tests/test-signbit.c (minus_zerol): New variable.
7024         (test_signbitl): Use it.
7025
7026 2008-04-13  Bruno Haible  <bruno@clisp.org>
7027
7028         Make truncl work on OSF/1 4.0.
7029         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
7030         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7031         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7032         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
7033         HAVE_DECL_TRUNCL.
7034         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
7035         HAVE_DECL_TRUNCL.
7036         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
7037
7038 2008-04-13  Bruno Haible  <bruno@clisp.org>
7039
7040         * lib/unictype.h: Remove trailing comma from enumeration definitions.
7041
7042 2008-04-13  Bruno Haible  <bruno@clisp.org>
7043
7044         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
7045         expression, so as to avoid HP-UX 11 cc compiler bug.
7046
7047 2008-04-13  Bruno Haible  <bruno@clisp.org>
7048
7049         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
7050
7051 2008-04-13  Bruno Haible  <bruno@clisp.org>
7052
7053         * lib/git-merge-changelog.c: Remove empty declaration outside of
7054         functions.
7055
7056 2008-04-13  Bruno Haible  <bruno@clisp.org>
7057
7058         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
7059
7060 2008-04-13  Bruno Haible  <bruno@clisp.org>
7061
7062         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
7063         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
7064         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
7065         also if it exists but lacks definitions of the SHUT_* macros.
7066         * modules/sys_socket (Description): Update.
7067         Reported by Elbert Pol <e.pol@chello.nl>.
7068
7069 2008-04-13  Bruno Haible  <bruno@clisp.org>
7070
7071         * lib/localcharset.c (OS2): Don't redefine if already defined.
7072         Reported by Elbert Pol <e.pol@chello.nl>.
7073
7074 2008-04-13  Bruno Haible  <bruno@clisp.org>
7075
7076         * lib/binary-io.h [__EMX__]: Include <io.h>.
7077         Reported by Elbert Pol <e.pol@chello.nl>.
7078
7079 2008-04-12  Bruno Haible  <bruno@clisp.org>
7080
7081         * lib/fpucw.h: Enable the definitions also for x86_64.
7082         Needed for NetBSD/x86_64.
7083         Reported by Thomas Klausner <tk@giga.or.at>.
7084
7085 2008-04-12  Bruno Haible  <bruno@clisp.org>
7086
7087         * tests/test-strtod.c: Include isnand.h.
7088         (main): Use isnand instead of isnan.
7089         Reported by Jim Meyering.
7090
7091 2008-04-12  Bruno Haible  <bruno@clisp.org>
7092
7093         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7094         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7095
7096 2008-04-12  Jim Meyering  <meyering@redhat.com>
7097
7098         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7099
7100 2008-04-12  Bruno Haible  <bruno@clisp.org>
7101
7102         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7103         Reported by Elbert Pol <e.pol@chello.nl>.
7104
7105 2008-04-12  Eric Blake  <ebb9@byu.net>
7106
7107         Work around Solaris 10 math.h bug.
7108         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7109         (gl_MATH_H_DEFAULTS): Set up default.
7110         * modules/math (Makefile.am): Replace new indicators.
7111         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7112         * tests/test-math.c (main): Test this.
7113         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7114         * doc/posix-headers/math.texi (math.h): Mention bug.
7115         Reported by Nelson H. F. Beebe and Jim Meyering.
7116
7117 2008-04-11  Bruno Haible  <bruno@clisp.org>
7118
7119         Adapt to future versions of Apple GCC.
7120         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7121         Reported by Peter O'Gorman <peter@pogma.com>.
7122
7123 2008-04-11  Bruno Haible  <bruno@clisp.org>
7124
7125         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7126
7127 2008-04-11  Bruno Haible  <bruno@clisp.org>
7128
7129         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7130
7131         * modules/getaddrinfo-tests (Makefile.am): Define
7132         test_getaddrinfo_LDADD.
7133
7134 2008-04-11  Bruno Haible  <bruno@clisp.org>
7135
7136         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7137         (init): Fix syntax error.
7138         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7139         is declared.
7140
7141 2008-04-11  Bruno Haible  <bruno@clisp.org>
7142
7143         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7144         * modules/glob (Depends-on): Add stdbool.
7145
7146 2008-04-11  Bruno Haible  <bruno@clisp.org>
7147
7148         * lib/trim.c: Include <string.h>.
7149
7150 2008-04-11  Eric Blake  <ebb9@byu.net>
7151
7152         Avoid compile failure on OS/2.
7153         * lib/regex_internal.h (internal_function): Disable optimization
7154         on OS/2 (__EMX__), where it caused compiler error.
7155         Reported by Elbert Pol.
7156
7157 2008-04-11  Bruno Haible  <bruno@clisp.org>
7158
7159         Flush the standard error stream before aborting. Needed on mingw.
7160         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7161         * tests/test-array_list.c (ASSERT): Likewise.
7162         * tests/test-array_oset.c (ASSERT): Likewise.
7163         * tests/test-avltree_list.c (ASSERT): Likewise.
7164         * tests/test-avltree_oset.c (ASSERT): Likewise.
7165         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7166         * tests/test-binary-io.c (ASSERT): Likewise.
7167         * tests/test-byteswap.c (ASSERT): Likewise.
7168         * tests/test-c-ctype.c (ASSERT): Likewise.
7169         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7170         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7171         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7172         * tests/test-c-strstr.c (ASSERT): Likewise.
7173         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7174         * tests/test-canonicalize.c (ASSERT): Likewise.
7175         * tests/test-carray_list.c (ASSERT): Likewise.
7176         * tests/test-ceilf1.c (ASSERT): Likewise.
7177         * tests/test-ceilf2.c (ASSERT): Likewise.
7178         * tests/test-ceill.c (ASSERT): Likewise.
7179         * tests/test-count-one-bits.c (ASSERT): Likewise.
7180         * tests/test-fbufmode.c (ASSERT): Likewise.
7181         * tests/test-fflush2.c (ASSERT): Likewise.
7182         * tests/test-floorf1.c (ASSERT): Likewise.
7183         * tests/test-floorf2.c (ASSERT): Likewise.
7184         * tests/test-floorl.c (ASSERT): Likewise.
7185         * tests/test-fopen.c (ASSERT): Likewise.
7186         * tests/test-fpending.c (ASSERT): Likewise.
7187         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7188         * tests/test-fpurge.c (ASSERT): Likewise.
7189         * tests/test-freadable.c (ASSERT): Likewise.
7190         * tests/test-freadahead.c (ASSERT): Likewise.
7191         * tests/test-freading.c (ASSERT): Likewise.
7192         * tests/test-freadptr.c (ASSERT): Likewise.
7193         * tests/test-freadptr2.c (ASSERT): Likewise.
7194         * tests/test-freadseek.c (ASSERT): Likewise.
7195         * tests/test-freopen.c (ASSERT): Likewise.
7196         * tests/test-frexp.c (ASSERT): Likewise.
7197         * tests/test-frexpl.c (ASSERT): Likewise.
7198         * tests/test-fseek.c (ASSERT): Likewise.
7199         * tests/test-fseeko.c (ASSERT): Likewise.
7200         * tests/test-fstrcmp.c (ASSERT): Likewise.
7201         * tests/test-ftell.c (ASSERT): Likewise.
7202         * tests/test-ftello.c (ASSERT): Likewise.
7203         * tests/test-func.c (ASSERT): Likewise.
7204         * tests/test-fwritable.c (ASSERT): Likewise.
7205         * tests/test-fwriting.c (ASSERT): Likewise.
7206         * tests/test-getdelim.c (ASSERT): Likewise.
7207         * tests/test-getline.c (ASSERT): Likewise.
7208         * tests/test-i-ring.c (ASSERT): Likewise.
7209         * tests/test-iconv-utf.c (ASSERT): Likewise.
7210         * tests/test-iconv.c (ASSERT): Likewise.
7211         * tests/test-isfinite.c (ASSERT): Likewise.
7212         * tests/test-isnand.c (ASSERT): Likewise.
7213         * tests/test-isnanf.c (ASSERT): Likewise.
7214         * tests/test-isnanl.h (ASSERT): Likewise.
7215         * tests/test-ldexpl.c (ASSERT): Likewise.
7216         * tests/test-linked_list.c (ASSERT): Likewise.
7217         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7218         * tests/test-localename.c (ASSERT): Likewise.
7219         * tests/test-lseek.c (ASSERT): Likewise.
7220         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7221         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7222         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7223         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7224         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7225         * tests/test-mbschr.c (ASSERT): Likewise.
7226         * tests/test-mbscspn.c (ASSERT): Likewise.
7227         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7228         * tests/test-mbspbrk.c (ASSERT): Likewise.
7229         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7230         * tests/test-mbsrchr.c (ASSERT): Likewise.
7231         * tests/test-mbsspn.c (ASSERT): Likewise.
7232         * tests/test-mbsstr1.c (ASSERT): Likewise.
7233         * tests/test-mbsstr2.c (ASSERT): Likewise.
7234         * tests/test-mbsstr3.c (ASSERT): Likewise.
7235         * tests/test-memchr2.c (ASSERT): Likewise.
7236         * tests/test-memmem.c (ASSERT): Likewise.
7237         * tests/test-open.c (ASSERT): Likewise.
7238         * tests/test-printf-frexp.c (ASSERT): Likewise.
7239         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7240         * tests/test-printf-posix.c (ASSERT): Likewise.
7241         * tests/test-quotearg.c (ASSERT): Likewise.
7242         * tests/test-rbtree_list.c (ASSERT): Likewise.
7243         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7244         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7245         * tests/test-round1.c (ASSERT): Likewise.
7246         * tests/test-roundf1.c (ASSERT): Likewise.
7247         * tests/test-roundl.c (ASSERT): Likewise.
7248         * tests/test-signbit.c (ASSERT): Likewise.
7249         * tests/test-sleep.c (ASSERT): Likewise.
7250         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7251         * tests/test-snprintf.c (ASSERT): Likewise.
7252         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7253         * tests/test-stat-time.c (ASSERT): Likewise.
7254         * tests/test-strcasestr.c (ASSERT): Likewise.
7255         * tests/test-strerror.c (ASSERT): Likewise.
7256         * tests/test-striconv.c (ASSERT): Likewise.
7257         * tests/test-striconveh.c (ASSERT): Likewise.
7258         * tests/test-striconveha.c (ASSERT): Likewise.
7259         * tests/test-strsignal.c (ASSERT): Likewise.
7260         * tests/test-strstr.c (ASSERT): Likewise.
7261         * tests/test-strtod.c (ASSERT): Likewise.
7262         * tests/test-trunc1.c (ASSERT): Likewise.
7263         * tests/test-trunc2.c (ASSERT): Likewise.
7264         * tests/test-truncf1.c (ASSERT): Likewise.
7265         * tests/test-truncf2.c (ASSERT): Likewise.
7266         * tests/test-truncl.c (ASSERT): Likewise.
7267         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7268         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7269         * tests/test-vasnprintf.c (ASSERT): Likewise.
7270         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7271         * tests/test-vasprintf.c (ASSERT): Likewise.
7272         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7273         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7274         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7275         * tests/test-vsnprintf.c (ASSERT): Likewise.
7276         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7277         * tests/test-wcwidth.c (ASSERT): Likewise.
7278         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7279         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7280         * tests/test-xvasprintf.c (ASSERT): Likewise.
7281         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7282         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7283         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7284         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7285         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7286         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7287         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7288         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7289         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7290         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7291         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7292         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7293         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7294         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7295         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7296         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7297         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7298         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7299         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7300         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7301         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7302         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7303         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7304         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7305         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7306         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7307         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7308         * tests/unictype/test-combining.c (ASSERT): Likewise.
7309         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7310         * tests/unictype/test-digit.c (ASSERT): Likewise.
7311         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7312         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7313         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7314         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7315         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7316         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7317         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7318         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7319         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7320         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7321         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7322         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7323         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7324         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7325         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7326         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7327         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7328         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7329         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7330         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7331         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7332         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7333         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7334         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7335         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7336         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7337         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7338         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7339         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7340         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7341         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7342         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7343         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7344         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7345         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7346         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7347         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7348         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7349         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7350         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7351         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7352         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7353         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7354         Reported by Eric Blake.
7355
7356 2008-04-11  Bruno Haible  <bruno@clisp.org>
7357
7358         * lib/wchar.in.h: Tweak comment.
7359
7360 2008-04-11  Bruno Haible  <bruno@clisp.org>
7361
7362         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7363         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7364         gl_COMMON.
7365         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7366
7367 2008-04-11  Bruno Haible  <bruno@clisp.org>
7368
7369         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7370
7371 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7372
7373         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7374         of attempting to use non-existing /dev/*random.  Based on patch
7375         from Adam Strzelecki <ono@java.pl> in
7376         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7377
7378 2008-04-08  Bruno Haible  <bruno@clisp.org>
7379
7380         Add tentative support for emx+gcc.
7381         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7382         * lib/fpurge.c (fpurge): Likewise.
7383         * lib/freadable.c (freadable): Likewise.
7384         * lib/freadahead.c (freadahead): Likewise.
7385         * lib/freading.c (freading): Likewise.
7386         * lib/freadptr.c (freadptr): Likewise.
7387         * lib/freadseek.c (freadptrinc): Likewise.
7388         * lib/fseeko.c (rpl_fseeko): Likewise.
7389         * lib/fseterr.c (fseterr): Likewise.
7390         * lib/fwritable.c (fwritable): Likewise.
7391         * lib/fwriting.c (fwriting): Likewise.
7392         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7393
7394 2008-04-09  Eric Blake  <ebb9@byu.net>
7395
7396         Avoid some autoconf warnings.
7397         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7398         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7399         * m4/afs.m4 (gl_AFS): Likewise.
7400         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7401         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7402         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7403         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7404         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7405         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7406         (AC_CHECK_DECLS_ONCE): Likewise.
7407         Rename file...
7408         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7409         gnulib-tool requires autoconf 2.59 or better.
7410         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7411
7412 2008-04-08  Eric Blake  <ebb9@byu.net>
7413
7414         Use 'git describe --match' if present (added in git 1.5.5).
7415         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7416         if possible.
7417
7418 2008-04-08  Bruno Haible  <bruno@clisp.org>
7419
7420         Add tentative support for OpenServer.
7421         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7422         _ptr, _cnt.
7423         * lib/fpurge.c (fpurge): Likewise.
7424         * lib/freadable.c (freadable): Likewise.
7425         * lib/freadahead.c (freadahead): Likewise.
7426         * lib/freading.c (freading): Likewise.
7427         * lib/freadptr.c (freadptr): Likewise.
7428         * lib/freadseek.c (freadptrinc): Likewise.
7429         * lib/fseeko.c (rpl_fseeko): Likewise.
7430         * lib/fseterr.c (fseterr): Likewise.
7431         * lib/fwritable.c (fwritable): Likewise.
7432         * lib/fwriting.c (fwriting): Likewise.
7433         Reported by Roger Cornelius <rac@tenzing.org> and
7434         Brian K. White <brian@aljex.com>.
7435
7436 2008-04-06  Jim Meyering  <meyering@redhat.com>
7437
7438         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7439
7440 2008-04-06  Bruno Haible  <bruno@clisp.org>
7441
7442         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7443         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7444         * tests/test-printf-posix.sh: Likewise.
7445         * tests/test-vfprintf-posix.sh: Likewise.
7446         * tests/test-vprintf-posix.sh: Likewise.
7447         * tests/test-xprintf-posix.sh: Likewise.
7448
7449 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7450
7451         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7452         hide error from 'ls', needed on OS/2.
7453         Report by Elbert Pol <elbert.pol@gmail.com>.
7454
7455 2008-04-04  Eric Blake  <ebb9@byu.net>
7456
7457         Make test-fseeko.c failures meaningful.
7458         * tests/test-fseeko.c: Print line number on failure.
7459         * tests/test-fseek.c: Likewise.
7460         Reported by Nelson H. F. Beebe.
7461
7462         Improve strtod bug detection check.
7463         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7464         required for Solaris 10.
7465         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7466
7467 2008-04-04  Bruno Haible  <bruno@clisp.org>
7468
7469         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7470         by m4/setenv.m4.
7471
7472 2008-04-03  Eric Blake  <ebb9@byu.net>
7473
7474         Ensure sane .version contents.
7475         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7476         version string.
7477         * build-aux/git-version-gen: Improve documentation.
7478
7479         Make GNU make output nicer.
7480         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7481         MAKECMDGOALS to enforce message for all command line targets.  Set
7482         srcdir for use in maint.mk.
7483
7484         Another maintainer tweak.
7485         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7486         a target that regenerates version.
7487
7488 2008-04-03  Jim Meyering  <meyering@redhat.com>
7489
7490         vc-list-files: don't cause coreutils "make po-check" failure
7491         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7492
7493 2008-04-03  Eric Blake  <ebb9@byu.net>
7494
7495         Allow VPATH usage of vc-list-files.
7496         * build-aux/vc-list-files (scriptversion): Add timestamp.
7497         (options): Add --help, --version, -C.
7498         (CVS): Support installed cvsu.
7499
7500 2008-04-02  Bruno Haible  <bruno@clisp.org>
7501
7502         Avoid some "statement with no effect" warnings from gcc.
7503         * tests/test-wctype.c (main): Explicitly ignore unused values.
7504         Reported by Jim Meyering.
7505
7506 2008-04-02  Jim Meyering  <meyering@redhat.com>
7507
7508         Avoid some warnings from "gcc -Wshadow".
7509         * tests/test-frexp.c (exp): Define to a different identifier.
7510         * tests/test-frexpl.c (exp): Likewise.
7511
7512 2008-04-03  Jim Meyering  <meyering@redhat.com>
7513
7514         bootstrap: remove dangling *.[ch] symlinks from lib
7515         * build-aux/bootstrap [dangling symlink removal]: Move find's
7516         -depth option to precede all others, to avoid a warning.
7517         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7518
7519 2008-04-02  Bruno Haible  <bruno@clisp.org>
7520
7521         Avoid some warnings from "gcc -Wshadow".
7522         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7523         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7524         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7525         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7526         Reported by Jim Meyering.
7527
7528 2008-04-01  Bruno Haible  <bruno@clisp.org>
7529
7530         Fix test to work on IRIX 6.5 with cc.
7531         * tests/test-math.c (numeric_equal): New function.
7532         (main): Use it.
7533
7534 2008-04-01  Bruno Haible  <bruno@clisp.org>
7535
7536         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7537
7538 2008-04-01  Bruno Haible  <bruno@clisp.org>
7539
7540         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7541         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7542         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7543         (Depends-on): Remove math.
7544
7545         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7546         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7547         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7548         (Depends-on): Remove math.
7549
7550         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7551         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7552         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7553         (Depends-on): Remove math.
7554         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7555         (Depends-on): Remove math.
7556
7557         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7558         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7559         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7560         (Depends-on): Remove math.
7561         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7562         (Depends-on): Remove math.
7563
7564         * tests/test-round1.c: Include nan.h.
7565         (main): Use NaNd instead of NAN.
7566         * modules/round-tests (Files): Add tests/nan.h.
7567
7568         * tests/test-trunc1.c: Include nan.h.
7569         (main): Use NaNd instead of NAN.
7570         * modules/trunc-tests (Files): Add tests/nan.h.
7571
7572         * tests/test-roundf1.c: Include nan.h.
7573         (main): Use NaNf instead of NAN.
7574         * modules/roundf-tests (Files): Add tests/nan.h.
7575
7576         * tests/test-truncf1.c: Include nan.h.
7577         (main): Use NaNf instead of NAN.
7578         * modules/truncf-tests (Files): Add tests/nan.h.
7579
7580         * tests/test-ceilf1.c: Include nan.h.
7581         (main): Use NaNf instead of NAN.
7582         * modules/ceilf-tests (Files): Add tests/nan.h.
7583
7584         * tests/test-floorf1.c: Include nan.h.
7585         (main): Use NaNf instead of NAN.
7586         * modules/floorf-tests (Files): Add tests/nan.h.
7587
7588         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7589         (main): Use NaNf instead of NAN.
7590         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7591
7592         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7593         (main): Use NaNd instead of NAN.
7594         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7595
7596         * tests/test-frexp.c: Include nan.h.
7597         (main): Use NaNd instead of NAN.
7598         * modules/frexp-tests (Files): Add tests/nan.h.
7599
7600         * lib/isnan.c: Don't include <math.h>.
7601         (FUNC): Don't use NAN macro.
7602         * modules/isnand-nolibm (Depends-on): Remove math.
7603         * modules/isnanf-nolibm (Depends-on): Remove math.
7604         * modules/isnanl (Depends-on): Remove math.
7605         * modules/isnanl-nolibm (Depends-on): Remove math.
7606
7607         * tests/nan.h: New file.
7608
7609 2008-04-01  Eric Blake  <ebb9@byu.net>
7610
7611         Fix typos.
7612         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7613         values to be the right type.
7614
7615         For now, cater to gnulib strtod inaccuracies.
7616         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7617         fractional results.  While not as nice from a QoI perspective, it
7618         is a quicker patch than correctly implementing decimal to binary
7619         rounding.
7620
7621 2008-03-31  Eric Blake  <ebb9@byu.net>
7622
7623         Guarantee a definition of NAN.
7624         * lib/math.in.h (NAN): Define if missing.
7625         * tests/test-math.c (main): Test it.
7626         * doc/posix-headers/math.texi (math.h): Document this.
7627         * lib/isnan.c (rpl_isnand): Use it.
7628         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7629         * tests/test-floorf1.c (NaN): Likewise.
7630         * tests/test-frexp.c (NaN): Likewise.
7631         * tests/test-isnand.c (NaN): Likewise.
7632         * tests/test-isnanf.c (NaN): Likewise.
7633         * tests/test-round1.c (NaN): Likewise.
7634         * tests/test-roundf1.c (NaN): Likewise.
7635         * tests/test-snprintf-posix.h (NaN): Likewise.
7636         * tests/test-sprintf-posix.h (NaN): Likewise.
7637         * tests/test-trunc1.c (NaN): Likewise.
7638         * tests/test-truncf1.c (NaN): Likewise.
7639         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7640         * tests/test-vasprintf-posix.c (NaN): Likewise.
7641         * modules/isnand-nolibm (Depends-on): Add math.
7642         * modules/isnanf-nolibm (Depends-on): Likewise.
7643         * modules/isnanl (Depends-on): Likewise.
7644         * modules/isnanl-nolibm (Depends-on): Likewise.
7645         * modules/snprintf-posix-tests (Depends-on): Likewise.
7646         * modules/sprintf-posix-tests (Depends-on): Likewise.
7647         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7648         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7649         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7650         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7651
7652 2008-03-31  Bruno Haible  <bruno@clisp.org>
7653
7654         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7655         * doc/posix-functions/strtod.texi: Likewise.
7656
7657 2008-03-31  Bruno Haible  <bruno@clisp.org>
7658
7659         * tests/test-strtod.c (main): Don't use C99 syntax.
7660
7661 2008-03-31  Bruno Haible  <bruno@clisp.org>
7662
7663         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7664         Reported by Eric Blake.
7665
7666 2008-03-31  Jim Meyering  <meyering@redhat.com>
7667
7668         Don't compare actual signbit return values.
7669         * tests/test-strtod.c (main): Rather, compare only their
7670         zero/non-zero nature.
7671
7672 2008-03-31  Eric Blake  <ebb9@byu.net>
7673
7674         More strtod documentation.
7675         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7676         failures as distinct bugs.
7677
7678 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7679
7680         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7681         Problem reported by Erik Benada in
7682         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7683
7684 2008-03-30  Bruno Haible  <bruno@clisp.org>
7685
7686         * tests/test-strtod.c: Add comments about which assertion fails on which
7687         platform.
7688         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7689
7690 2008-03-30  Eric Blake  <ebb9@byu.net>
7691
7692         Test signbit behavior on zeros.
7693         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7694         (test_signbitd, test_signbitl): Likewise.
7695
7696         More strtod touchups.
7697         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7698         sign of negative underflow, for now.  Use .5, not .1.
7699         * doc/posix-functions/strtod.texi (strtod): Mention these
7700         limitations.
7701         Reported by Jim Meyering.
7702
7703 2008-03-30  Bruno Haible  <bruno@clisp.org>
7704
7705         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7706         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7707
7708 2008-03-30  Bruno Haible  <bruno@clisp.org>
7709
7710         Avoid failure when attempting to return empty iconv results on some
7711         platforms.
7712         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7713         allocation, don't report ENOMEM when the resulting string is empty.
7714
7715 2008-03-30  Bruno Haible  <bruno@clisp.org>
7716
7717         Fix buffer overrun.
7718         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7719         Don't consider the width for tmp_length. Check count against tmp_length
7720         before doing the padding. Ensure enough allocation during padding.
7721
7722 2008-03-30  Eric Blake  <ebb9@byu.net>
7723
7724         strtod touchups.
7725         * lib/strtod.c (strtod): Avoid compiler warnings.
7726         Reported by Jim Meyering.
7727
7728 2008-03-30  Bruno Haible  <bruno@clisp.org>
7729
7730         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7731         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
7732         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
7733         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
7734         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
7735         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
7736         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
7737         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
7738
7739         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
7740         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
7741         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
7742         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
7743         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
7744         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
7745         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
7746         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
7747
7748         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
7749         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
7750         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
7751         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
7752         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
7753         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
7754         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
7755         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
7756
7757         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
7758         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
7759
7760         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
7761         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
7762
7763         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
7764         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
7765
7766         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
7767         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
7768         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
7769
7770         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
7771         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
7772         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
7773
7774         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
7775         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
7776         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
7777
7778         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
7779         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
7780         * modules/vasprintf (Depends-on): Add EOVERFLOW.
7781
7782         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
7783         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
7784         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
7785         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
7786         (Depends-on): Add EOVERFLOW.
7787         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
7788         (Depends-on): Add EOVERFLOW.
7789         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7790         (Depends-on): Add EOVERFLOW.
7791         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7792         (Depends-on): Add EOVERFLOW.
7793         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7794         (Depends-on): Add EOVERFLOW.
7795         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7796         (Depends-on): Add EOVERFLOW.
7797         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7798         (Depends-on): Add EOVERFLOW.
7799         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7800         (Depends-on): Add EOVERFLOW.
7801
7802         * lib/sprintf.c (EOVERFLOW): Remove fallback.
7803         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
7804         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
7805
7806         * lib/snprintf.c (EOVERFLOW): Remove fallback.
7807         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
7808         * modules/snprintf (Depends-on): Add EOVERFLOW.
7809
7810         * lib/poll.c (EOVERFLOW): Remove fallback.
7811         * modules/poll (Depends-on): Add EOVERFLOW.
7812
7813         * lib/getugroups.c (EOVERFLOW): Remove fallback.
7814         * modules/getugroups (Depends-on): Add EOVERFLOW.
7815
7816         * lib/getdelim.c (EOVERFLOW): Remove fallback.
7817         * modules/getdelim (Depends-on): Add EOVERFLOW.
7818
7819         * lib/ftell.c (EOVERFLOW): Remove fallback.
7820         * modules/ftell (Depends-on): Add EOVERFLOW.
7821
7822         * lib/fprintf.c (EOVERFLOW): Remove fallback.
7823         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
7824         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
7825
7826         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
7827
7828         * modules/EOVERFLOW-tests: New file.
7829         * tests/test-EOVERFLOW.c: New file.
7830
7831         * modules/EOVERFLOW: New file.
7832         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
7833
7834 2008-03-30  Bruno Haible  <bruno@clisp.org>
7835
7836         Fix bug introduced on 2007-06-10.
7837         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
7838         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
7839
7840 2008-03-30  Bruno Haible  <bruno@clisp.org>
7841
7842         Improve freadseek's efficiency after ungetc.
7843         * lib/freadseek.c: Include freadahead.h.
7844         (freadptrinc): New function, extracted from freadseek.
7845         (freadseek): Use it in a loop. Use freadahead to determine the number
7846         of loop iterations.
7847         * modules/freadseek (Depends-on): Add freadahead.
7848         (configure.ac): Require AC_C_INLINE.
7849
7850 2008-03-30  Bruno Haible  <bruno@clisp.org>
7851
7852         * lib/freadseek.c (freadseek): Don't ignore the return value of
7853         freadptr.
7854
7855 2008-03-29  Eric Blake  <ebb9@byu.net>
7856
7857         Add hex float support.
7858         * modules/strtod (Depends-on): Add c-ctype.
7859         (Link): Mention POW_LIB.
7860         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
7861         whitespace between 'e' and exponent.
7862         * tests/test-strtod.c (main): Enable hex float tests.
7863         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
7864         now provides.
7865
7866         Document various strtod bugs, with some fixes.
7867         * doc/posix-functions/strtod.texi (strtod): Document bugs with
7868         "-0x", "inf", "nan", and hex constants.
7869         * doc/posix-functions/atof.texi (atof): Likewise.
7870         * modules/stdlib (Makefile.am): Support strtod.
7871         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7872         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
7873         detect additional strtod bugs.
7874         * lib/stdlib.in.h (rpl_strtod): Add declarations.
7875         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
7876         bool where appropriate.  Parse 'inf' and 'nan'.
7877         * tests/test-strtod.c: New file.
7878         * modules/strtod (Depends-on): Add stdbool, stdlib.
7879         (configure.ac): Turn on module indicator.
7880         * modules/strtod-tests: New module.
7881
7882 2008-03-29  Eric Blake  <ebb9@byu.net>
7883
7884         Fix ftell on mingw.
7885         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
7886         * modules/ftell-tests (Depends-on): Add binary-io.
7887         * modules/ftello-tests (Depends-on): Likewise.
7888         * tests/test-ftell.c (main): Enhance test to cover behavior after
7889         ungetc.  Enforce binary mode.
7890         * tests/test-ftello.c (main): Likewise.
7891
7892         Pass test-freadseek on cygwin.
7893         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
7894         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
7895         ungetc buffer.
7896
7897         * tests/test-fflush2.c (main): Fix typo.
7898
7899 2008-03-29  Bruno Haible  <bruno@clisp.org>
7900
7901         * tests/test-fflush2.c (main): Temporarily disable the contents of
7902         this test.
7903         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
7904         Reported by Eric Blake.
7905
7906 2008-03-28  Simon Josefsson  <simon@josefsson.org>
7907
7908         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
7909         (GC_SHA224_DIGEST_SIZE): Add.
7910
7911         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7912         (gc_hash_digest_length): Likewise.
7913         (gc_hash_buffer): Likewise.
7914
7915 2008-03-25  Bruno Haible  <bruno@clisp.org>
7916
7917         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7918         detail which gettext release to use.
7919         Reported by Simon Josefsson.
7920
7921 2008-03-26  Jim Meyering  <meyering@redhat.com>
7922
7923         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7924         * modules/gnumakefile (clean-GNUmakefile): Also, use
7925         test ... && ... || : syntax rather than if-then ... fi.
7926
7927         gnumakefile: Don't double-quote-expand $(VPATH) value.
7928         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7929
7930 2008-03-24  Eric Blake  <ebb9@byu.net>
7931
7932         Alter GNUmakefile to install into top directory.
7933         * modules/maintainer-makefile: Split, and add dependency...
7934         * modules/gnumakefile: to this new module.
7935         * build-aux/GNUmakefile: Move...
7936         * top/GNUmakefile: ...here.
7937         * build-aux/maint.mk: Move...
7938         * top/maint.mk: ...here.
7939         * MODULES.html.sh (Support for maintaining...): Document new
7940         module.
7941
7942 2008-03-23  Bruno Haible  <bruno@clisp.org>
7943
7944         * gnulib-tool: New options --vc-files, --no-vc-files.
7945         (func_usage): Document them.
7946         (vc_files): New variable.
7947         (func_import): Consider vc_files.
7948         (func_create_testdir): Set vc_files to empty.
7949         Suggested by Jim Meyering and Karl Berry.
7950
7951 2008-03-23  Bruno Haible  <bruno@clisp.org>
7952
7953         Fix regex compilation error on HP-UX 11.
7954         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7955         * modules/regex (Files): Add m4/mbstate_t.m4.
7956         Reported by Ton Voon <ton.voon@altinity.com>.
7957
7958 2008-03-23  Bruno Haible  <bruno@clisp.org>
7959
7960         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7961
7962 2008-03-23  Eric Blake  <ebb9@byu.net>
7963             Bruno Haible  <bruno@clisp.org>
7964
7965         Install files from top/ in the destination directory.
7966         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7967         augmentation also for the files from top/.
7968         (func_import, func_create_testdir): Rewrite file names:
7969         top/filename -> filename.
7970
7971 2008-03-23  Bruno Haible  <bruno@clisp.org>
7972
7973         Tweak "gnulib --version" output.
7974         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7975
7976 2008-03-23  Bruno Haible  <bruno@clisp.org>
7977
7978         Tweak "gnulib --version" output.
7979         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7980         rather than contents of ChangeLog, when possible.
7981
7982 2008-03-21  Eric Blake  <ebb9@byu.net>
7983
7984         More --version tweaks.
7985         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7986         date of last ChangeLog entry.
7987
7988 2008-03-21  Jim Meyering  <meyering@redhat.com>
7989
7990         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7991
7992 2008-03-20  Eric Blake  <ebb9@byu.net>
7993
7994         VPATH fix.
7995         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7996
7997 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7998
7999         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
8000         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
8001
8002 2008-03-20  Eric Blake  <ebb9@byu.net>
8003
8004         Sync GNUmakefile with coreutils.
8005         * build-aux/GNUmakefile (have-Makefile): Rename...
8006         (_have-Makefile): ...to this, for namespace consideration.
8007         (GNUmakefile.cfg): Include, if present.
8008         (_autoreconf): Define a default.
8009         (_is-dist-target): New rule for rebuilds to pick up intra-release
8010         version.
8011         (maint-cfg.mk): Rename...
8012         (cfg.mk): ...to this.
8013
8014 2008-03-18  Jim Meyering  <meyering@redhat.com>
8015
8016         New script and module: mktempd
8017         * MODULES.html.sh (maint+release support): Add mktempd.
8018         * build-aux/mktempd: New file.
8019         * modules/mktempd: New file.
8020
8021 2008-03-15  Jim Meyering  <meyering@redhat.com>
8022
8023         Undo last change.
8024         * lib/sha1.c, lib/md5.c: 63 != ~63.
8025         Reported by Andreas Schwab.
8026
8027         sha1.c, md5.c: Hoist a redundant expression.
8028         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
8029         "ctx->buflen" only once, before calling *_process_block.
8030         * lib/md5.c (md5_process_bytes): Likewise.
8031
8032 2008-03-14  Eric Blake  <ebb9@byu.net>
8033
8034         Bump copyright year in files generated by gnulib-tool.
8035         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
8036         gnulib-tool, rather than hard-coding it.
8037
8038         Fix 'gnulib-tool --version' output to work with git.
8039         * gnulib-tool (func_gnulib_dir): New function, extracted from...
8040         (startup): ...here.
8041         (func_version): Use it to invoke git-version-gen, rather than
8042         relying on CVS keyword expansion.  Modernize wording.
8043         (cvsdatestamp, last_checkin_date, version): Kill unused
8044         variables.
8045
8046 2008-03-12  Jim Meyering  <meyering@redhat.com>
8047
8048         Recognize optional cast of the argument to free.
8049         * build-aux/useless-if-before-free: Update regexps.
8050
8051         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
8052
8053 2008-03-11  Bruno Haible  <bruno@clisp.org>
8054
8055         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8056         by a single package.
8057         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
8058         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
8059         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
8060         Reported by Sam Steingold <sds@gnu.org>.
8061
8062 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8063
8064         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
8065         repositories.
8066
8067 2008-03-11  Bruno Haible  <bruno@clisp.org>
8068
8069         Avoid conflicts between local macro definitions.
8070         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8071         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
8072
8073 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
8074             Bruno Haible  <bruno@clisp.org>
8075
8076         Make va_copy work with some version of xlc on AIX 5.1.
8077         * lib/stdarg.in.h: New file.
8078         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
8079         On AIX, use a <stdarg.h> file substitute.
8080         * modules/stdarg (Files): Add lib/stdarg.in.h.
8081         (Depends-on): Add include_next.
8082         (Makefile.am): Build a stdarg.h substitute if requested.
8083         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8084
8085 2008-03-10  Bruno Haible  <bruno@clisp.org>
8086
8087         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8088         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8089         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8090
8091 2008-03-10  Bruno Haible  <bruno@clisp.org>
8092
8093         * modules/stdlib (Depends-on): Add include_next, remove
8094         absolute-header.
8095
8096 2008-03-09  Bruno Haible  <bruno@clisp.org>
8097
8098         * lib/freadahead.h (freadahead): Document more precisely.
8099         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8100         the sum of both buffer sizes.
8101         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8102         * NEWS: Document the change.
8103
8104 2008-03-09  Bruno Haible  <bruno@clisp.org>
8105
8106         Extend freadptr to return also the buffer size.
8107         * lib/freadptr.h (freadptr): Add sizep argument.
8108         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8109         (freadptr): Add sizep argument. Determine buffer size like freadahead
8110         does.
8111         * tests/test-freadptr.c: Don't include freadahead.h.
8112         (main): Adapt for new calling convention of freadptr.
8113         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8114         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8115         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8116         tests/test-freadptr2.sh.
8117         (Depends): Remove freadahead.
8118         (TESTS): Add test-freadptr2.sh.
8119         (check_PROGRAMS): Add test-freadptr2.
8120
8121 2008-03-09  Bruno Haible  <bruno@clisp.org>
8122
8123         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8124         Report and solution by Simon Josefsson.
8125
8126 2008-03-06  Bruno Haible  <bruno@clisp.org>
8127
8128         Make fflush after ungetc work on BSD platforms.
8129         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8130         * tests/test-fflush2.c: New file.
8131         * tests/test-fflush2.sh: New file.
8132         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8133         tests/test-fflush2.c.
8134         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8135         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8136
8137 2008-03-06  Eric Blake  <ebb9@byu.net>
8138
8139         Likewise for ftello.
8140         * modules/ftello (Dependencies): Add extensions.
8141         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8142
8143 2008-03-06  Bruno Haible  <bruno@clisp.org>
8144
8145         * modules/fseeko (Dependencies): Add extensions.
8146         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8147         Needed on glibc systems.
8148
8149 2008-03-06  Bruno Haible  <bruno@clisp.org>
8150
8151         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8152         email address.
8153         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8154
8155 2008-03-06  Bruno Haible  <bruno@clisp.org>
8156
8157         * users.txt: Add libgnupdf.
8158
8159 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8160
8161         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8162         (Header File Substitutes, Function Substitutes,
8163         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8164         (Build robot for gnulib): Fix typo.
8165
8166 2008-03-06  Bruno Haible  <bruno@clisp.org>
8167
8168         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8169         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8170
8171 2008-03-06  Bruno Haible  <bruno@clisp.org>
8172
8173         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8174         * doc/gnulib.texi: Include it.
8175
8176 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8177
8178         * modules/func (License): Change license to unlimited; there was
8179         no LGPL parts in the module anyway.
8180
8181 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8182
8183         * modules/__func__: Renamed to modules/func.
8184         * modules/__func__-tests: Renamed to modules/func-tests.
8185         * tests/test-__func__.c: Renamed to tests/test-func.c.
8186         * m4/__func__.m4: Renamed to m4/func.m4.
8187         * doc/gnulib.texi (__func__): Section renamed to func.
8188         Suggested by Eric Blake <ebb9@byu.net>.
8189
8190 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8191
8192         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8193         about __func__.  Make example self-contained.  Suggested by Eric
8194         Blake <ebb9@byu.net>.
8195
8196         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8197         Suggested by Eric Blake <ebb9@byu.net>.
8198
8199 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8200
8201         * modules/__func__: New file.
8202         * modules/__func__-tests: New file.
8203         * tests/test-__func__.c: New file.
8204         * m4/__func__.m4: New file.
8205         * doc/gnulib.texi (__func__): Document __func__ module.
8206
8207 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8208
8209         * modules/byteswap (License): Re-license as LGPLv2+.
8210
8211 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8212
8213         * doc/Makefile: Add pdf target.
8214
8215 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8216
8217         * modules/inline (License): Use 'unlimited', since there are only
8218         *.m4 files in this module.
8219
8220 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8221             Bruno Haible  <bruno@clisp.org>
8222
8223         Add support for HP C 7.1 on OpenVMS 8.3.
8224         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8225
8226 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8227
8228         Update VMS specifics.
8229         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8230
8231 2008-03-02  Jim Meyering  <meyering@redhat.com>
8232
8233         Remove the last dependency on the "free" module.
8234         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8235         Reported by Bob Proulx.
8236
8237         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8238
8239         Remove useless "if" tests before free.  Deprecate "free" module.
8240         * doc/posix-functions/free.texi: Mention that this
8241         module is no longer useful.
8242         * modules/free (Notice): Say this module is obsolete.
8243         * modules/readutmp (Depends-on): Remove free.
8244         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8245         * lib/putenv.c (putenv): Likewise.
8246         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8247         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8248         * tests/test-c-strcasestr.c (main): Likewise.
8249         * tests/test-c-strstr.c (main): Likewise.
8250         * tests/test-mbscasestr1.c (main): Likewise.
8251         * tests/test-mbscasestr2.c (main): Likewise.
8252         * tests/test-mbsstr1.c (main): Likewise.
8253         * tests/test-mbsstr2.c (main): Likewise.
8254         * tests/test-memmem.c (main): Likewise.
8255         * tests/test-strcasestr.c (main): Likewise.
8256         * tests/test-striconv.c (main): Likewise.
8257         * tests/test-striconveh.c (main): Likewise.
8258         * tests/test-striconveha.c (main): Likewise.
8259         * tests/test-strstr.c (main): Likewise.
8260
8261         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8262
8263         bootstrap: sync from coreutils again
8264         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8265
8266 2008-03-01  Jim Meyering  <meyering@redhat.com>
8267
8268         bootstrap: sync from coreutils
8269         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8270         also when the target doesn't exist.
8271
8272 2008-03-01  Eric Blake  <ebb9@byu.net>
8273
8274         Fix bugs in last patch.
8275         * lib/memchr2.c (memchr2): Fix typo.
8276         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8277         extension.
8278         Reported by Bruce Korb.
8279
8280         New module 'memchr2'.
8281         * modules/memchr2: New file.
8282         * modules/memchr2-tests: Likewise.
8283         * lib/memchr2.h: Likewise.
8284         * lib/memchr2.c: Likewise, based on memchr.c.
8285         * tests/test-memchr2.c: New test.
8286         * MODULES.html.sh (String handling): Add memchr2.
8287
8288 2008-02-29  Bruno Haible  <bruno@clisp.org>
8289
8290         * modules/freadseek-tests: New file.
8291         * tests/test-freadseek.sh: New file.
8292         * tests/test-freadseek.c: New file.
8293
8294         New module 'freadseek'.
8295         * modules/freadseek: New file.
8296         * lib/freadseek.h: New file.
8297         * lib/freadseek.c: New file.
8298         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8299
8300 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8301
8302         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8303         wydawca.
8304
8305         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8306         program_invocation_name and program_invocation_short_name are
8307         present.
8308
8309 2008-02-28  Bruno Haible  <bruno@clisp.org>
8310
8311         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8312         * tests/test-freadptr.sh: Also test non-seekable stdin.
8313
8314 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8315
8316         * build-aux/bootstrap (source_base, m4_base)
8317         (doc_base, tests_base): New variables.
8318         (gnulib_tool_options): Do not hardcode base directories, use
8319         the above variables instead.
8320
8321 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8322
8323         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8324
8325 2008-02-28  Bruno Haible  <bruno@clisp.org>
8326
8327         * modules/freadptr-tests: New file.
8328         * tests/test-freadptr.sh: New file.
8329         * tests/test-freadptr.c: New file.
8330
8331         New module 'freadptr'.
8332         * modules/freadptr: New file.
8333         * lib/freadptr.h: New file.
8334         * lib/freadptr.c: New file.
8335         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8336
8337 2008-02-26  Karl Berry  <karl@freefriends.org>
8338
8339         Sync from Libtool:
8340         * libltdl/argz.c (argz_add, argz_count): New functions.
8341         * libltdl/argz.in.h: Declare them.
8342         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8343
8344 2008-02-22  Bruno Haible  <bruno@clisp.org>
8345
8346         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8347         is a pointer type.  Needed for HP-UX 10.
8348         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8349         * doc/posix-functions/gmtime_r.texi: Likewise.
8350         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8351
8352 2008-02-24  Bruno Haible  <bruno@clisp.org>
8353
8354         * modules/environ-tests: New file.
8355         * tests/test-environ.c: New file.
8356
8357         New module 'environ'.
8358         * modules/environ: New file.
8359         * lib/unistd.in.h (environ): New declaration.
8360         * m4/environ.m4: New file.
8361         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8362         after use.
8363         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8364         HAVE_DECL_ENVIRON.
8365         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8366         HAVE_DECL_ENVIRON.
8367         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8368         wrong claim that 'environ' is missing on some systems.
8369         * modules/execute (Depends-on): Add environ.
8370         * lib/execute.c (environ): Remove fallback declaration.
8371         * modules/pipe (Depends-on): Add environ.
8372         * lib/pipe.c (environ): Remove fallback declaration.
8373         * modules/setenv (Depends-on): Add environ.
8374         * lib/setenv.c (environ): Remove fallback declaration.
8375         * modules/unsetenv (Depends-on): Add environ.
8376         * lib/unsetenv.c (environ): Remove fallback declaration.
8377         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8378         m4/environ.m4.
8379         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8380         (gl_PREREQ_UNSETENV): Likewise.
8381
8382 2008-02-24  Bruno Haible  <bruno@clisp.org>
8383
8384         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8385
8386 2008-02-20  Bob Proulx  <bob@proulx.com>
8387
8388         Enable use of older two part flavor 'git describe'.
8389         * build-aux/git-version-gen: If using the older two part flavor of
8390         git version then recreate the third part now present in the
8391         newer three part flavor of git describe.
8392
8393 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8394
8395         * lib/fts.c (fts_build): Typo correction to comment.
8396
8397 2008-02-17  Bruno Haible  <bruno@clisp.org>
8398
8399         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8400         generating no-op conflicts.
8401
8402 2008-02-17  Bruno Haible  <bruno@clisp.org>
8403
8404         Speed up by 10%.
8405         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8406         result_entries, rather than an index-based loop.
8407
8408 2008-02-17  Bruno Haible  <bruno@clisp.org>
8409
8410         Speed up by 25%.
8411         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8412         'hashcode_cached'.
8413         (entry_create): New function.
8414         (entry_hashcode): Use the cached hashcode if possible.
8415         (read_changelog_file, try_split_merged_entry): Use entry_create.
8416
8417 2008-02-17  Bruno Haible  <bruno@clisp.org>
8418
8419         Speed up from O(n^2) to O(n) for long ChangeLog files.
8420         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8421         (read_changelog_file): Change implementation of entries_reversed list
8422         to rbtreehash.
8423         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8424
8425 2008-02-17  Bruno Haible  <bruno@clisp.org>
8426
8427         New option --split-merged-entry.
8428         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8429         (find_paragraph_end, try_split_merged_entry): New functions.
8430         (long_options): Add option --split-merged-entry.
8431         (usage): Document option --split-merged-entry.
8432         (main): Implement option --split-merged-entry.
8433         Reported by Eric Blake.
8434
8435 2008-02-17  Bruno Haible  <bruno@clisp.org>
8436
8437         * lib/git-merge-changelog.c: Include c-strstr.h.
8438         (main): Support the "git pull --rebase" situation.
8439         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8440         Reported by Eric Blake.
8441
8442 2008-02-16  Eric Blake  <ebb9@byu.net>
8443
8444         Avoid doubling \ in common case of "c-maybe" quoting style.
8445         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8446         eliding outer quotes.
8447         * lib/quotearg.h: Document this.
8448         * tests/test-quotearg.c (result_strings, inputs, results_g)
8449         (flag_results, locale_results): Test it by adding a new string to
8450         each test group.
8451         (compare_strings): Test new string.
8452
8453 2008-02-13  Eric Blake  <ebb9@byu.net>
8454
8455         Avoid trigraph quoting in default output.
8456         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8457         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8458         unless explicitly requested.
8459         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8460
8461 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8462
8463         Don't rely on signed integer overflowing to negative value.
8464         * lib/getugroups.c (getugroups): Include <limits.h>.
8465         Instead, compare against INT_MAX, and increment only if the test passes.
8466
8467 2008-02-13  Jim Meyering  <meyering@redhat.com>
8468         and Eric Blake  <ebb9@byu.net>
8469
8470         Avoid shadowing warning and compile errors on Linux.
8471         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8472         forwarding macros on Linux.
8473         (dcgettext): Define a stub, for Linux.
8474         (results_g, main): Avoid warnings.
8475
8476 2008-02-12  Eric Blake  <ebb9@byu.net>
8477
8478         Silence warning in last patch.
8479         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8480
8481         Quotearg part 4: add tests, fix c-maybe colon quoting.
8482         * lib/quotearg.h: Improve documentation.
8483         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8484         escapes when adding outer quotes.  When quoting trigraphs, use
8485         valid C notation.  When quoting NUL, omit extra characters if next
8486         character is not digit.  Alter prototype.
8487         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8488         callers.
8489         * modules/quotearg-tests: New module.
8490         * tests/test-quotearg.c: New test.
8491
8492 2008-02-07  Eric Blake  <ebb9@byu.net>
8493
8494         Quotearg part 3: add flag to control outer quote elision.
8495         * lib/quotearg.h (c_maybe_quoting_style): New style.
8496         (enum quoting_flags): Better documentation of flags.
8497         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8498         c-maybe style.
8499         (quotearg_buffer_restyled): Handle new flag to elide outer
8500         quotes.
8501
8502         Quotearg part 2: add flag that can control NUL elision.
8503         * lib/quotearg.h (set_quoting_flags): New prototype.
8504         * lib/quotearg.c (struct quoting_options): Add flag field.
8505         (set_quoting_flags): New function.
8506         (quotearg_buffer_restyled): Add flags parameter.
8507         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8508         (quotearg_n_options): Set the flag, since length cannot be
8509         returned.
8510         (quoting_options_from_style): Default flags correctly.
8511
8512         Quotearg part 1: more wrappers, restore quotearg_char state.
8513         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8514         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8515         (quotearg_colon_mem): New wrappers.
8516         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8517         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8518         functions.
8519         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8520         (quotearg_colon_mem): New functions.
8521
8522 2008-02-11  Bruno Haible  <bruno@clisp.org>
8523
8524         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8525         library in the current directory: it does not work with parallel make.
8526         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8527
8528 2008-02-11  Bruno Haible  <bruno@clisp.org>
8529
8530         * .gitattributes: New file.
8531
8532 2008-02-11  Jim Meyering  <meyering@redhat.com>
8533
8534         useless-if-before-free: Fix reversed exit values.
8535         * build-aux/useless-if-before-free: Use correct values
8536         for EXIT_MATCH and EXIT_NO_MATCH.
8537
8538         * build-aux/useless-if-before-free: Close stdout carefully.
8539
8540 2008-02-10  Bruno Haible  <bruno@clisp.org>
8541
8542         New module 'git-merge-changelog'.
8543         * modules/git-merge-changelog: New file.
8544         * lib/git-merge-changelog.c: New file.
8545
8546 2008-02-10  Jim Meyering  <meyering@redhat.com>
8547
8548         useless-if-before-free: New option: --list (-l).
8549
8550         useless-if-before-free: Don't exit immediately upon open failure.
8551         * build-aux/useless-if-before-free: Exit 2 for errors.
8552         Upon failure to open a file, don't exit immediately.
8553         Rather, just warn and continue with any remaining files.
8554
8555 2008-02-10  Bruno Haible  <bruno@clisp.org>
8556
8557         New abstract list operation 'node_set_value'.
8558         * lib/gl_list.h (gl_list_node_set_value): New function.
8559         (struct gl_list_implementation): New field node_set_value.
8560         * lib/gl_list.c (gl_list_node_set_value): New function.
8561         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8562         (gl_array_list_implementation): Update.
8563         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8564         (gl_carray_list_implementation): Update.
8565         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8566         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8567         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8568         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8569         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8570         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8571         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8572         Update.
8573         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8574         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8575         (gl_sublist_list_implementation): Update.
8576
8577 2008-02-10  Bruno Haible  <bruno@clisp.org>
8578
8579         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8580         Needed when ELEMENT is #defined to 'some_type *'.
8581
8582 2008-02-10  Jim Meyering  <meyering@redhat.com>
8583
8584         New script and module: useless-if-before-free
8585         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8586         * build-aux/useless-if-before-free: New file.
8587         * modules/useless-if-before-free: New file.
8588
8589         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8590
8591         xstrtol_error: Fix typo.
8592         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8593         s/exit_failure/exit_status/.
8594
8595 2008-02-09  Jim Meyering  <meyering@redhat.com>
8596
8597         New script and module: gitlog-to-changelog
8598         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8599         * modules/gitlog-to-changelog: New file.
8600         * build-aux/gitlog-to-changelog: New file.
8601
8602 2008-02-08  Jim Meyering  <meyering@redhat.com>
8603
8604         Avoid two "parameter unused" warnings.
8605         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8606         Mark "st" as used.
8607
8608         Use "git COMMAND", not "git-COMMAND".
8609         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8610         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8611         * build-aux/git-version-gen: Use "git status", not "git-status".
8612
8613 2008-02-07  Bruno Haible  <bruno@clisp.org>
8614
8615         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8616         Avoids a crash on Windows Vista.
8617         Reported by Adam Strzelecki <ono@java.pl> via
8618         Simon Josefsson <simon@josefsson.org>.
8619
8620 2008-02-06  Bruno Haible  <bruno@clisp.org>
8621
8622         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8623         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8624         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8625         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8626         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8627         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8628         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8629         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8630         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8631         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8632         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8633         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8634         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8635         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8636         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8637         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8638         left-adjust flag.
8639         * tests/test-snprintf-posix.h (test_function): Likewise.
8640         * tests/test-sprintf-posix.h (test_function): Likewise.
8641         * tests/test-vasprintf-posix.c (test_function): Likewise.
8642         * doc/posix-functions/fprintf.texi: Update.
8643         * doc/posix-functions/printf.texi: Update.
8644         * doc/posix-functions/snprintf.texi: Update.
8645         * doc/posix-functions/sprintf.texi: Update.
8646         * doc/posix-functions/vfprintf.texi: Update.
8647         * doc/posix-functions/vprintf.texi: Update.
8648         * doc/posix-functions/vsnprintf.texi: Update.
8649         * doc/posix-functions/vsprintf.texi: Update.
8650         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8651
8652 2008-02-06  Bruno Haible  <bruno@clisp.org>
8653
8654         Fix bug introduced on 2008-01-26.
8655         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8656
8657 2008-02-06  Bruno Haible  <bruno@clisp.org>
8658
8659         Fix bug introduced on 2007-06-10.
8660         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8661         !NEED_PRINTF_FLAG_ZERO.
8662
8663 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8664
8665         getloadavg: use libperfstat on AIX5
8666         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8667
8668 2008-02-03  Bruno Haible  <bruno@clisp.org>
8669
8670         * lib/diffseq.h: Add comments about required #includes.
8671         Reported by Michael Biggs <gnulib@doubleplum.net>.
8672
8673 2008-02-01  Bruno Haible  <bruno@clisp.org>
8674
8675         * users.txt: Add gnuit.
8676
8677 2008-01-31  Bruno Haible  <bruno@clisp.org>
8678
8679         * lib/md4.c (set_uint32): Mark as inline.
8680         * lib/md5.c (set_uint32): Likewise.
8681         * lib/sha1.c (set_uint32): Likewise.
8682         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8683         * m4/md5.m4 (gl_MD5): Likewise.
8684         * m4/sha1.m4 (gl_SHA1): Likewise.
8685
8686 2008-01-31  Jim Meyering  <meyering@redhat.com>
8687
8688         Use "sizeof VAR", rather than a literal "4".
8689         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8690         * lib/md4.c (md4_read_ctx): Likewise.
8691         * lib/sha1.c (sha1_read_ctx): Likewise.
8692
8693 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8694
8695         * tests/test-sha1.c: New file, based on test-md5.c.
8696
8697         * modules/crypto/sha1-tests: New file.
8698
8699 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8700
8701         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8702
8703 2008-01-31  Jim Meyering  <meyering@redhat.com>
8704
8705         Prefer "sizeof v" over the equivalent "4".
8706         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8707         * lib/md5.c (set_uint32): Likewise.
8708         * lib/sha1.c (set_uint32): Likewise.
8709
8710 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8711
8712         * lib/sha1.c (set_uint32): Mark function as static.
8713
8714 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8715
8716         md2: clarify comments to say that alignment is not required.
8717         * lib/md2.h: Remove warning about alignment in comment.
8718         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8719         never been required.
8720
8721 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8722
8723         md4: adapt alignment constraint fix from sha1.
8724         * lib/md4.c (set_uint32): New function, from sha1.c
8725         (md4_read_ctx): Use it.
8726         (md4_finish_ctx): Doc fix.
8727         * lib/md4.h: Doc fix.
8728
8729 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8730
8731         md5: adapt alignment constraint fix from sha1.
8732         * lib/md5.c (set_uint32): New function, from sha1.c
8733         (md5_read_ctx): Use it.
8734         (md5_finish_ctx): Doc fix.
8735         * lib/md5.h: Doc fix.
8736
8737 2008-01-30  Peter Palfrader  <weasel@debian.org>
8738
8739         sha1: remove the result buffer alignment constraint
8740         * lib/sha1.c (set_uint32): New function.
8741         (sha1_read_ctx): Rewrite to remove the result buffer alignment
8742         constraint.
8743         (sha1_finish_ctx): Remove comment warning about alignment constraint.
8744         * lib/sha1.h: Likewise.
8745
8746 2008-01-30  Andreas Schwab  <schwab@suse.de>
8747             Bruno Haible  <bruno@clisp.org>
8748
8749         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
8750         correct definition of LDBL_MIN_EXP.
8751
8752 2008-01-30  Karl Berry  <karl@gnu.org>
8753
8754         * config/srclist-update: try to preserve x bit on updates.
8755         * config/srclistvars.sh: update for karl.
8756
8757 2008-01-29  Jim Meyering  <meyering@redhat.com>
8758
8759         vasnprintf.c: Avoid warning about unused label
8760         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
8761         "overflow" label definition and associated code with the
8762         same cpp condition that guards the sole use of that label.
8763
8764 2008-01-26  Bruno Haible  <bruno@clisp.org>
8765
8766         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
8767         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
8768         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
8769         * lib/isnanl-nolibm.h (isnanl): Likewise.
8770         Reported by Paul Eggert <eggert@cs.ucla.edu>.
8771
8772 2008-01-26  Bruno Haible  <bruno@clisp.org>
8773
8774         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
8775         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
8776
8777 2008-01-26  Bruno Haible  <bruno@clisp.org>
8778
8779         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
8780         GCC >= 4.0 built-in.
8781         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
8782
8783 2008-01-26  Bruno Haible  <bruno@clisp.org>
8784
8785         Rename isnan, applicable to 'double' only, to isnand.
8786         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
8787         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
8788         (configure.ac): Update.
8789         (Include): Replace "isnan.h" with "isnand.h".
8790         * m4/isnand.m4: Renamed from m4/isnan.m4.
8791         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
8792         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
8793         instead of isnan.c.
8794         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
8795         instead of HAVE_ISNAN_IN_LIBC.
8796         (isnand): Renamed from isnan.
8797         * lib/isnand.c: New file.
8798         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
8799         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
8800         (Makefile.am): Update.
8801         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
8802         Include isnand.h instead of isnan.h.
8803         (main): Test isnand instead of isnan.
8804         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
8805         isnan-nolibm.
8806         * modules/frexp (Depends-on): Likewise.
8807         * modules/frexp-tests (Depends-on): Likewise.
8808         * modules/frexp-nolibm (Depends-on): Likewise.
8809         * modules/frexp-nolibm-tests (Depends-on): Likewise.
8810         * modules/isfinite (Depends-on): Likewise.
8811         * modules/round-tests (Depends-on): Likewise.
8812         * modules/signbit (Depends-on): Likewise.
8813         * modules/signbit-tests (Depends-on): Likewise.
8814         * modules/snprintf-posix (Depends-on): Likewise.
8815         * modules/sprintf-posix (Depends-on): Likewise.
8816         * modules/trunc-tests (Depends-on): Likewise.
8817         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8818         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8819         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8820         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8821         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8822         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8823         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8824         * modules/vasnprintf-posix (Depends-on): Likewise.
8825         * modules/vasprintf-posix (Depends-on): Likewise.
8826         * modules/vfprintf-posix (Depends-on): Likewise.
8827         * modules/vsnprintf-posix (Depends-on): Likewise.
8828         * modules/vsprintf-posix (Depends-on): Likewise.
8829         * lib/frexp.c: Include isnand.h instead of isnan.h.
8830         (ISNAN): Set to isnand instead of isnan.
8831         * lib/isfinite.c: Include isnand.h instead of isnan.h.
8832         (gl_isfinited): Use isnand instead of isnan.
8833         * lib/signbitd.c: Include isnand.h instead of isnan.h.
8834         (gl_signbitd): Use isnand instead of isnan.
8835         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
8836         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
8837         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
8838         (main): Use isnand instead of isnan.
8839         * tests/test-round1.c: Include isnand.h.
8840         (main): Use isnand instead of isnan.
8841         * tests/test-round2.c: Include isnand.h instead of isnan.h.
8842         (ISNAN): Set to isnand instead of isnan.
8843         * tests/test-trunc1.c: Include isnand.h.
8844         (main): Use isnand instead of isnan.
8845         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
8846         (equal): Use isnand instead of isnan.
8847         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
8848         isnand-nolibm.
8849         * NEWS: Mention the change.
8850
8851 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8852             Bruno Haible  <bruno@clisp.org>
8853
8854         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
8855         the GCC builtins for signbits are present and set
8856         REPLACE_SIGNBIT_USING_GCC if so.
8857         * lib/math.in.h (signbit): Define using GCC builtins if
8858         REPLACE_SIGNBIT_USING_GCC is set.
8859         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
8860         REPLACE_SIGNBIT_USING_GCC.
8861         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
8862
8863 2008-01-25  Jim Meyering  <meyering@redhat.com>
8864
8865         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
8866         * lib/poll.c: Include <config.h>, not "config.h".
8867         * tests/test-getaddrinfo.c: Likewise.
8868
8869 2008-01-25  Simon Josefsson  <simon@josefsson.org>
8870
8871         * modules/sockets-tests: New file.
8872
8873 2008-01-24  Simon Josefsson  <simon@josefsson.org>
8874
8875         * modules/sockets: New module, can be used to call WSA_Startup and
8876         WSA_Cleanup when needed.
8877
8878         * lib/sockets.h, lib/sockets.c: New files.
8879
8880         * m4/sockets.m4: New file.
8881
8882         * tests/test-sockets.c: New file.
8883
8884 2008-01-19  Bruno Haible  <bruno@clisp.org>
8885
8886         * doc/posix-headers: Renamed from doc/headers.
8887         * doc/posix-functions: Renamed from doc/functions.
8888         * doc/gnulib.texi: Update.
8889
8890 2008-01-19  Bruno Haible  <bruno@clisp.org>
8891
8892         * doc/glibc-functions/strcasestr.texi: Include contents of
8893         doc/functions/strcasestr.texi, fixing the list of platforms.
8894         * doc/functions/strcasestr.texi: Remove file.
8895
8896 2008-01-19  Bruno Haible  <bruno@clisp.org>
8897
8898         * doc/glibc-functions/memmem.texi: Include contents of
8899         doc/functions/memmem.texi.
8900         * doc/functions/memmem.texi: Remove file.
8901
8902 2008-01-18  Bruno Haible  <bruno@clisp.org>
8903
8904         * doc/glibc-functions/*.texi: New files.
8905         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
8906         to use the new files.
8907
8908 2008-01-17  Bruno Haible  <bruno@clisp.org>
8909
8910         * tests/test-gethostname.c (main): Fix printf statement.
8911
8912 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8913
8914         * modules/gethostname-tests: New file.
8915
8916         * tests/test-gethostname.c: New file.
8917
8918 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8919
8920         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8921         used by the UNAME case.  Reported by Bruno Haible
8922         <bruno@clisp.org>.
8923
8924 2008-01-17  Eric Blake  <ebb9@byu.net>
8925
8926         Convert c-strcasestr to be more efficient.
8927         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8928         (Depends-on): Add c-strcase, remove malloca, strnlen.
8929         * tests/test-c-strcasestr.c (main): Enhance test.
8930         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8931
8932 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8933
8934         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8935         Use it in creating po/Makevars.
8936
8937 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8938
8939         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8940         Applications that requires it should initialize libgcrypt
8941         manually.
8942
8943 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8944
8945         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8946
8947 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8948
8949         Fix problem with getdate on mingw32 reported by Simon Josefsson
8950         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8951         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8952         tzname", when deciding whether to declare tzname.
8953         * lib/strftime.c (tzname): Likewise.
8954
8955 2008-01-15  Bruno Haible  <bruno@clisp.org>
8956
8957         Work around a MacOS X 10.5 bug in frexpl().
8958         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8959         * doc/functions/frexpl.texi: Document the bug.
8960         Reported by Elias Pipping <pipping@gentoo.org>.
8961
8962 2008-01-14  Eric Blake  <ebb9@byu.net>
8963
8964         Touch up previous patch.
8965         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8966         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8967
8968         Convert strcasestr module to use Two-Way algorithm.
8969         * modules/strcasestr-simple: New module, based on the old
8970         strcasestr, but with Two-Way rather than KMP.
8971         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8972         * lib/string.in.h (rpl_strcasestr): Declare.
8973         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8974         performance.
8975         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8976         * modules/string (Makefile.am): Support strcasestr.
8977         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8978         * modules/strcasestr-tests (Depends-on): Check for alarm.
8979         * tests/test-strcasestr.c: Augment test.
8980         * lib/str-two-way.h: Clean up stray macro.
8981         * NEWS: Document new module.
8982         * MODULES.html.sh (string handling): Likewise.
8983         * doc/functions/strcasestr.texi: New file.
8984         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8985         here, since it is not a POSIX function.
8986
8987 2008-01-14  Colin Watson  <cjwatson@debian.org>
8988             Bruno Haible  <bruno@clisp.org>
8989
8990         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8991         works fine; if not, set REPLACE_STRSIGNAL.
8992         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8993         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8994         REPLACE_STRSIGNAL.
8995         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8996         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8997         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8998
8999 2008-01-14  Bruno Haible  <bruno@clisp.org>
9000
9001         * modules/strsignal (Include): Change to <string.h>.
9002
9003 2008-01-14  Colin Watson  <cjwatson@debian.org>
9004
9005         * modules/argp (Notice): Add a notice recommending to change
9006         XGETTEXT_OPTIONS.
9007         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
9008
9009 2008-01-13  Colin Watson  <cjwatson@debian.org>
9010
9011         * modules/strsignal-tests: New file.
9012         * tests/test-strsignal.c: New file.
9013
9014         * lib/strsignal.c: New file, from glibc with modifications.
9015         * lib/siglist.h: New file, from glibc with modifications.
9016         * lib/string.in.h (strsignal): New declaration.
9017         * m4/strsignal.m4: New file.
9018         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9019         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
9020         * modules/strsignal: New file.
9021         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
9022         HAVE_DECL_STRSIGNAL.
9023
9024 2008-01-13  Bruno Haible  <bruno@clisp.org>
9025
9026         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
9027         locale encoding is not ASCII. Needed for OpenBSD 4.0.
9028         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9029         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9030
9031 2008-01-13  Bruno Haible  <bruno@clisp.org>
9032
9033         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
9034         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
9035         * lib/argp.h (__attribute__): Likewise.
9036         * lib/c-stack.c (__attribute__): Likewise.
9037         * lib/error.h (__attribute__): Likewise.
9038         * lib/fts.c (__attribute__): Likewise.
9039         * lib/openat.h (__attribute__): Likewise.
9040         * lib/stdio.in.h (__attribute__): Likewise.
9041         * lib/string.in.h (__attribute__): Likewise.
9042         * lib/utimens.c (__attribute__): Likewise.
9043         * lib/vasnprintf.h (__attribute__): Likewise.
9044         * lib/xalloc.h (__attribute__): Likewise.
9045         * lib/xprintf.h (__attribute__): Likewise.
9046         * lib/xstrtol.h (__attribute__): Likewise.
9047         * lib/xvasprintf.h (__attribute__): Likewise.
9048
9049 2008-01-12  Bruno Haible  <bruno@clisp.org>
9050
9051         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
9052         * doc/glibc-headers/a.out.texi: New file.
9053         * doc/glibc-headers/aliases.texi: New file.
9054         * doc/glibc-headers/alloca.texi: New file.
9055         * doc/glibc-headers/ar.texi: New file.
9056         * doc/glibc-headers/argp.texi: New file.
9057         * doc/glibc-headers/argz.texi: New file.
9058         * doc/glibc-headers/byteswap.texi: New file.
9059         * doc/glibc-headers/crypt.texi: New file.
9060         * doc/glibc-headers/endian.texi: New file.
9061         * doc/glibc-headers/envz.texi: New file.
9062         * doc/glibc-headers/err.texi: New file.
9063         * doc/glibc-headers/error.texi: New file.
9064         * doc/glibc-headers/execinfo.texi: New file.
9065         * doc/glibc-headers/fpu_control.texi: New file.
9066         * doc/glibc-headers/fstab.texi: New file.
9067         * doc/glibc-headers/fts.texi: New file.
9068         * doc/glibc-headers/getopt.texi: New file.
9069         * doc/glibc-headers/ieee754.texi: New file.
9070         * doc/glibc-headers/ifaddrs.texi: New file.
9071         * doc/glibc-headers/libintl.texi: New file.
9072         * doc/glibc-headers/mcheck.texi: New file.
9073         * doc/glibc-headers/mntent.texi: New file.
9074         * doc/glibc-headers/obstack.texi: New file.
9075         * doc/glibc-headers/paths.texi: New file.
9076         * doc/glibc-headers/printf.texi: New file.
9077         * doc/glibc-headers/pty.texi: New file.
9078         * doc/glibc-headers/resolv.texi: New file.
9079         * doc/glibc-headers/shadow.texi: New file.
9080         * doc/glibc-headers/sysexits.texi: New file.
9081         * doc/glibc-headers/ttyent.texi: New file.
9082
9083 2008-01-12  Jim Meyering  <meyering@redhat.com>
9084
9085         announce-gen: emit Gnulib's git-based version string.
9086         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9087         New option --gnulib-version=V, where V is expected to be
9088         the output of running git describe in the gnulib directory.
9089         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9090         not useful, and plan to stop publishing an xdelta file with each
9091         coreutils release.
9092
9093         * build-aux/announce-gen: Also check for lzma-compressed files.
9094
9095 2008-01-11  Bruno Haible  <bruno@clisp.org>
9096
9097         * tests/test-memmem.c (main): Increase maximum allowed time.
9098         * tests/test-strstr.c (main): Likewise.
9099
9100 2008-01-11  Bruno Haible  <bruno@clisp.org>
9101
9102         * doc/functions/memmem.texi: Add more precisions about platforms.
9103         * doc/functions/strstr.texi: Likewise.
9104
9105 2008-01-10  Eric Blake  <ebb9@byu.net>
9106
9107         * m4/strstr.m4: Delete cruft from copy-n-paste.
9108         Reported by Bruno Haible.
9109
9110 2008-01-10  Bruno Haible  <bruno@clisp.org>
9111
9112         Make c-strstr rely on strstr.
9113         * lib/c-strstr.c: Don't include str-kmp.h.
9114         (c_strstr): Define in terms of strstr.
9115         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9116         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9117
9118 2008-01-10  Bruno Haible  <bruno@clisp.org>
9119
9120         * doc/gnulib.texi (String Functions in C Locale): New section.
9121         * doc/c-ctype.texi: New file.
9122         * doc/c-strcase.texi: New file.
9123         * doc/c-strcaseeq.texi: New file.
9124         * doc/c-strcasestr.texi: New file.
9125         * doc/c-strstr.texi: New file.
9126         * doc/c-strtod.texi: New file.
9127         * doc/c-strtold.texi: New file.
9128
9129 2008-01-10  Eric Blake  <ebb9@byu.net>
9130
9131         * lib/relocatable.h: Fix a comment.
9132
9133 2008-01-10  Eric Blake  <ebb9@byu.net>
9134
9135         Share two-way algorithm.
9136         * lib/str-two-way.h: New file, merged from...
9137         * lib/memmem.c: ...here...
9138         * lib/strstr.c: ...and here.
9139         * modules/memmem (Files): Use it.
9140         * modules/strstr (Files): Likewise.
9141
9142         Avoid quadratic strstr implementations.
9143         * lib/strstr.c: New file.
9144         * m4/strstr.m4: Likewise.
9145         * modules/strstr: Likewise.
9146         * modules/strstr-tests: Likewise.
9147         * tests/test-strstr.c: Likewise.
9148         * lib/string.in.h (rpl_strstr): Declare.
9149         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9150         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9151         * modules/string (Makefile.am): Likewise.
9152         * MODULES.html.sh (string handling): Mention new module.
9153         * doc/functions/strstr.texi (strstr): Document the bug.
9154
9155 2008-01-10  Bruno Haible  <bruno@clisp.org>
9156
9157         * lib/relocatable.h (relocate): State whether result is freshly
9158         allocated or not.
9159         * lib/relocatable.c (relocate): Return a freshly allocated string
9160         instead of a pointer to a privately held string.
9161         Reported by Sylvain Beucler <beuc@gnu.org>.
9162
9163 2008-01-10  Colin Watson  <cjwatson@debian.org>
9164
9165         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9166         s/S_ISNLK/S_ISLNK/.
9167
9168 2008-01-09  Bruno Haible  <bruno@clisp.org>
9169
9170         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9171         and other files.
9172         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9173         if it's only a guess.
9174         * modules/memmem: Simplify by depending on memmem-simple.
9175
9176 2008-01-09  Bruno Haible  <bruno@clisp.org>
9177
9178         Work around OpenBSD 4.0 tdelete() bug.
9179         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9180         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9181         macros and don't redefine the enum values.
9182         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9183         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9184         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9185
9186 2008-01-09  Bruno Haible  <bruno@clisp.org>
9187
9188         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9189         (main): Don't perform the tests if setlocale did not install a UTF-8
9190         locale. Needed on OpenBSD 4.0.
9191         * modules/wcwidth-tests (Depends-on): Add localcharset.
9192
9193 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9196         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9197         * NEWS: announce this.
9198         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9199
9200 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9201         and Eric Blake  <ebb9@byu.net>
9202
9203         Add memmem-simple module.
9204         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9205         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9206         * modules/memmem-simple: New file.
9207         * modules/memmem (Description): Tweak.
9208         * MODULES.html.sh (string handling): Mention new module.
9209         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9210         addressed by memmem-simple.
9211         * NEWS: Document the difference.
9212
9213 2008-01-09  Eric Blake  <ebb9@byu.net>
9214
9215         Give gcc some memmem optimization hints.
9216         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9217         (strcasestr): Declare as pure.
9218         * modules/memmem (Maintainer): Claim my implementation.
9219
9220 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9221
9222         Support AIX 6.1 and higher.
9223         * build-aux/config.libpath: Likewise.
9224         * build-aux/config.rpath: Likewise.
9225
9226 2008-01-08  Jim Meyering  <meyering@redhat.com>
9227             Bruno Haible  <bruno@clisp.org>
9228
9229         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9230         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9231         Reported by Peter Fales in
9232         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9233
9234 2008-01-08  Bruno Haible  <bruno@clisp.org>
9235
9236         * modules/unictype/category-of (Depends-on): Add
9237         unictype/category-none.
9238         * modules/unictype/category-and-tests (Depends-on): Add
9239         unictype/category-{L,N,Lu,Nd}.
9240         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9241         * modules/unictype/category-or-tests (Depends-on): Add
9242         unictype/category-{L,N}.
9243         * modules/unictype/category-name-tests (Depends-on): Add
9244         unictype/category-{Z,Nl}.
9245         Reported by Simon Josefsson.
9246
9247 2008-01-08  Bruno Haible  <bruno@clisp.org>
9248
9249         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9250         convention better.
9251         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9252         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9253         Reported by Peter Miller <millerp@canb.auug.org.au>.
9254
9255 2008-01-08  Eric Blake  <ebb9@byu.net>
9256
9257         Rewrite memmem to guarantee linear complexity without malloc.
9258         * lib/memmem.c (memmem): Use Two-Way rather than
9259         Knuth-Morris-Pratt, to allow O(1) space usage.
9260         (critical_factorization, two_way_short_needle)
9261         (two_way_long_needle): New functions.
9262         (knuth_morris_pratt): Delete.
9263         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9264         Add stdint.
9265         * tests/test-memmem.c (main): Add tests for periodic needle and
9266         sublinear performance.
9267         * doc/functions/memmem.texi (memmem): Document other deficiencies
9268         in cygwin and older glibc.
9269
9270 2008-01-08  Bruno Haible  <bruno@clisp.org>
9271
9272         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9273         augmentation.
9274
9275 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9276
9277         Add a configure time option: --disable-acl.
9278         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9279         AC_ARG_ENABLE(acl).
9280
9281 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9282
9283         * tests/test-localename.c: Don't include obsolete "setenv.h".
9284
9285         * modules/localename-tests (Depends-on): Need unsetenv.
9286
9287 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9288
9289         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9290
9291 2008-01-06  Colin Watson  <cjwatson@debian.org>
9292
9293         * users.txt: Add man-db.
9294
9295 2008-01-07  Bruno Haible  <bruno@clisp.org>
9296
9297         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9298         previous section name.
9299
9300 2008-01-07  Bruno Haible  <bruno@clisp.org>
9301
9302         * lib/progname.c (set_program_name): Don't strip off a leading
9303         "lt-" prefix outside a .libs directory.
9304         Suggested by Paul Eggert.
9305
9306 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9307             Bruno Haible  <bruno@clisp.org>
9308
9309         Improve memory cleanup in 'relocatable' module.
9310         * lib/relocatable.h (compute_curr_prefix): Change return type to
9311         'char *'.
9312         * lib/relocatable.c (compute_curr_prefix): Change return type to
9313         'char *'. Free curr_installdir after use.
9314         (relocate): Free curr_prefix_better after use.
9315         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9316
9317 2008-01-01  Bruno Haible  <bruno@clisp.org>
9318
9319         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9320         failure on older glibc systems.
9321         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9322
9323 2008-01-05  Eric Blake  <ebb9@byu.net>
9324
9325         Avoid quadratic system memmem.
9326         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9327         Reported by Ralf Wildenhues.
9328
9329         Fix memmem test for mingw.
9330         * modules/memmem-tests (configure.ac): Check for alarm.
9331         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9332         it.
9333         * doc/functions/memmem.texi: New file.
9334         * doc/gnulib.texi (Function Substitutes): Add memmem.
9335         Reported by Bruno Haible.
9336
9337 2008-01-04  Bruno Haible  <bruno@clisp.org>
9338
9339         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9340         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9341         gl_HEADER_STRING_H_DEFAULTS.
9342
9343 2008-01-04  Eric Blake  <ebb9@byu.net>
9344
9345         Shorten duration of memmem test.
9346         * tests/test-memmem.c (main): Use alarm to declare failure if test
9347         is taking too long.
9348         Reported by Ralf Wildenhues.
9349
9350 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9351
9352         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9353         string, needed by strerror.
9354
9355 2008-01-03  Colin Watson  <cjwatson@debian.org>
9356             Bruno Haible  <bruno@clisp.org>
9357
9358         * doc/gnulib-tool.texi (Localization): New section.
9359
9360 2008-01-02  Bruno Haible  <bruno@clisp.org>
9361
9362         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9363         variables to 'unsigned char *' type.
9364         Reported by Paul Eggert.
9365
9366 2008-01-02  Jim Meyering  <jim@meyering.net>
9367
9368         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9369
9370 2007-12-31  Jim Meyering  <jim@meyering.net>
9371
9372         Avoid use of private FTS type name.
9373         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9374
9375 2007-12-30  Karl Berry  <karl@gnu.org>
9376
9377         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9378         work around defect in Texinfo and/or the standalone Info browser.
9379
9380 2007-12-30  Bruno Haible  <bruno@clisp.org>
9381
9382         Unify 5 copies of the KMP code.
9383         * lib/str-kmp.h: New file.
9384         * lib/c-strcasestr.c: Include str-kmp.h.
9385         (knuth_morris_pratt): Remove function.
9386         (c_strcasestr): Update.
9387         * lib/c-strstr.c: Include str-kmp.h.
9388         (knuth_morris_pratt): Remove function.
9389         (c_strcasestr): Update.
9390         * lib/mbscasestr.c: Include str-kmp.h.
9391         (knuth_morris_pratt_unibyte): Remove function.
9392         * lib/mbsstr.c: Include str-kmp.h.
9393         (knuth_morris_pratt_unibyte): Remove function.
9394         * lib/strcasestr.c: Include str-kmp.h.
9395         (knuth_morris_pratt): Remove function.
9396         (strcasestr): Update.
9397         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9398         * modules/c-strstr (Files): Likewise.
9399         * modules/mbscasestr (Files): Likewise.
9400         * modules/mbsstr (Files): Likewise.
9401         * modules/strcasestr (Files): Likewise.
9402         Suggested by Paul Eggert.
9403
9404 2007-12-30  Bruno Haible  <bruno@clisp.org>
9405
9406         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9407         defined.
9408
9409 2007-12-30  Bruno Haible  <bruno@clisp.org>
9410
9411         * lib/xmalloca.h: Include xalloc.h.
9412         (xnmalloca): New macro.
9413
9414 2007-12-30  Bruno Haible  <bruno@clisp.org>
9415
9416         * lib/malloca.h (nmalloca): New macro.
9417         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9418         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9419         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9420         knuth_morris_pratt_multibyte): Likewise.
9421         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9422         knuth_morris_pratt_multibyte): Likewise.
9423         * lib/memmem.c (knuth_morris_pratt): Likewise.
9424         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9425
9426 2007-12-25  Bruno Haible  <bruno@clisp.org>
9427
9428         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9429         * lib/glob.c: Don't include openat.h.
9430         (link_exists2_p): Add back the code that deals with the
9431         !GLOB_ALTDIRFUNC case.
9432         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9433         let it do the filename concatenation.
9434         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9435         * modules/glob (Depends-on): Remove openat.
9436
9437 2007-12-31  Bruno Haible  <bruno@clisp.org>
9438
9439         * modules/dirfd (License): Change to LGPLv2+.
9440         Approved by Jim Meyering.
9441
9442 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9443
9444         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9445         when multiplying M by sizeof (size_t).
9446
9447 2007-12-10  Martin Lambers  <marlam@marlam.de>
9448
9449         Override getpagesize on mingw.
9450         * lib/getpagesize.c: New file.
9451         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9452         * modules/getpagesize (Files): Add lib/getpagesize.c.
9453         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9454         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9455         REPLACE_GETPAGESIZE.
9456         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9457
9458 2007-12-25  Bruno Haible  <bruno@clisp.org>
9459
9460         * modules/localcharset (Notice): New field.
9461         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9462         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9463
9464 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9465             Bruno Haible  <bruno@clisp.org>
9466
9467         Avoid using the syntax symbol() in formatted documentation.
9468         * MODULES.html.sh (func_module): When replacing symbol() with a
9469         hyperlink, remove the parentheses. Show an error if some remain.
9470         Recognize and render the '...' syntax.
9471         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9472         Rework. Add paragraph about GCC's inlining.
9473         * doc/alloca.texi: Likewise.
9474         * doc/error.texi: Remove parentheses from symbol reference.
9475         * doc/gnulib-intro.texi: Likewise.
9476         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9477         * modules/fnmatch (Description): Reword to say "the ... function".
9478         * modules/full-read (Description): Likewise.
9479         * modules/full-write (Description): Likewise.
9480         * modules/safe-read (Description): Likewise.
9481         * modules/safe-write (Description): Likewise.
9482         * modules/strchrnul (Description): Likewise.
9483         * modules/trim (Description): Likewise.
9484         * modules/error (Description): Remove parentheses from symbol
9485         references.
9486         * modules/verror (Description): Likewise.
9487         Reported by Karl Berry.
9488
9489 2007-12-25  Bruno Haible  <bruno@clisp.org>
9490
9491         Fixup after 2007-10-16 commit.
9492         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9493
9494 2007-12-24  Bruno Haible  <bruno@clisp.org>
9495
9496         Make --enable-relocatable work with DESTDIR.
9497         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9498         to compute installdir from destprog.
9499         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9500         also set the RELOC_DESTDIR variable.
9501         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9502
9503 2007-12-24  Bruno Haible  <bruno@clisp.org>
9504
9505         Fix link error due to xalloc_die().
9506         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9507         of xreadlink.
9508         * lib/relocwrapper.c: Update comments.
9509         * build-aux/install-reloc: Remove xreadlink.c from file list.
9510         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9511         xreadlink.c.
9512         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9513
9514 2007-12-24  Bruno Haible  <bruno@clisp.org>
9515
9516         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9517         * lib/setenv.h: Remove file.
9518         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9519         lib/setenv.h.
9520         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9521         (Depends-on): Add stdlib.
9522         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9523         gl_FUNC_UNSETENV.
9524         (Include): Replace setenv.h with <stdlib.h>.
9525         * modules/unsetenv: New file.
9526         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9527         * lib/unsetenv.c: Include <stdlib.h> first.
9528         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9529         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9530         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9531         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9532         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9533         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9534         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9535         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9536         * doc/functions/unsetenv.texi: Update.
9537         * modules/xsetenv (Depends-on): Add unsetenv.
9538         * modules/getdate (Depends-on): Likewise.
9539         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9540         * lib/xsetenv.c: Don't include setenv.h.
9541         * lib/getdate.y: Likewise.
9542         * lib/relocwrapper.c: Likewise.
9543         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9544         (Depends-on): Add stdlib.
9545         * NEWS: Mention the changes.
9546         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9547
9548 2007-12-23  Bruno Haible  <bruno@clisp.org>
9549
9550         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9551         indentation.
9552
9553 2007-12-23  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/c-strcasestr.c: Add more comments.
9556         * lib/c-strstr.c: Likewise.
9557         * lib/mbscasestr.c: Likewise.
9558         * lib/mbsstr.c: Likewise.
9559         * lib/strcasestr.c: Likewise.
9560         * lib/memmem.c: Likewise.
9561
9562 2007-12-23  Bruno Haible  <bruno@clisp.org>
9563
9564         * tests/test-memmem.c: Include <string.h> first.
9565
9566 2007-12-22  Bruno Haible  <bruno@clisp.org>
9567
9568         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9569         the contents of $testsbase.
9570         Reported by Ralf Wildenhues.
9571
9572 2007-12-22  Bruno Haible  <bruno@clisp.org>
9573
9574         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9575         two variables local_ldadd_before, local_ldadd_last.
9576
9577 2007-12-20  Eric Blake  <ebb9@byu.net>
9578
9579         Work around circular library issue when cross-compiling.
9580         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9581         that progname.o does not need to pull in rpl_memcmp.
9582
9583 2007-12-19  Eric Blake  <ebb9@byu.net>
9584
9585         Fix memmem to avoid O(n^2) worst-case complexity.
9586         * lib/memmem.c (knuth_morris_pratt): New function.
9587         (memmem): Use it if first few naive iterations fail.
9588         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9589         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9590         * modules/memchr (License): Likewise.
9591         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9592         malloca.
9593         * tests/test-memmem.c: Rewrite, borrowing ideas from
9594         test-mbsstr1.c; the old version wouldn't even compile!
9595         * modules/memmem-tests: New file.
9596         * lib/string.in.h (rpl_memmem): Add declaration.
9597         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9598         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9599         REPLACE_MEMMEM.
9600
9601 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9602
9603         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9604         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9605         before any system include files, and undef after them all.  This
9606         should fix a problem on VMS reported by John E. Malmberg in
9607         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9608
9609 2007-12-17  Eric Blake  <ebb9@byu.net>
9610
9611         Revert addition of verify, for BSD/OS.
9612         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9613         can't handle large files, for the sake of obsolete platforms.
9614         * modules/fseeko (Depends-on): Remove verify.
9615         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9616         * doc/functions/ftello.texi (ftello): Likewise.
9617         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9618         Reported by Larry Jones.
9619
9620 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9621
9622         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9623         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9624
9625 2007-12-17  Jim Meyering  <meyering@redhat.com>
9626
9627         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9628         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9629         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9630         * modules/getcwd (Depends-on): Add openat.
9631         Reported by Petr Salinger.
9632
9633 2007-12-17  Bruno Haible  <bruno@clisp.org>
9634
9635         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9636         avoid a segmentation fault of the configure test on x86_64 systems.
9637
9638 2007-12-15  Jim Meyering  <meyering@redhat.com>
9639
9640         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9641
9642 2007-12-13  Eric Blake  <ebb9@byu.net>
9643
9644         Another fseek test.
9645         * tests/test-fseek.c (main): Also test ungetc handling.
9646         * tests/test-fseeko.c (main): Likewise.
9647         * modules/fseeko (Depends-on): Add verify.
9648         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9649         large.
9650         Reported by Larry Jones.
9651
9652         Fix fseeko on mingw.
9653         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9654         seek.
9655
9656         Beef up fseek tests.
9657         * tests/test-fseek.c (main): Also test eof handling.
9658         * tests/test-fseeko.c (main): Likewise.
9659         Reported by Larry Jones.
9660
9661 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9662
9663         Fix fseeko on BSD-based platforms.
9664         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9665         successful seek.
9666
9667 2007-12-12  Eric Blake  <ebb9@byu.net>
9668
9669         Allow circular dependency of separate libtests.a
9670         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9671         when use_libtests.
9672
9673 2007-12-11  Eric Blake  <ebb9@byu.net>
9674
9675         Fix bug with -0.0L in previous patch.
9676         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9677         * tests/test-isnan.c (main): Also test on zeroes.
9678         * tests/test-isnanf.c (main): Likewise.
9679         * tests/test-isnanl.h (main): Likewise.
9680
9681         Detect pseudo-denormals on x86 even when cross-compiling.
9682         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9683         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9684         invalid bit patterns that happen to satisfy ==.
9685
9686         Avoid link failures with separate libtests.a.
9687         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9688         last, to satisfy circular dependencies.
9689
9690 2007-12-11  Eric Blake  <ebb9@byu.net>
9691         and Bruno Haible  <bruno@clisp.org>
9692
9693         Fix OpenBSD 4.0 <float.h> handling of long double.
9694         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9695         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9696         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9697
9698 2007-12-11  Jim Meyering  <meyering@redhat.com>
9699
9700         * users.txt: Add libvirt.
9701
9702         Support versions of autoconf prior to 2.59c.
9703         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9704         if it is not already defined.
9705
9706 2007-12-09  Bruno Haible  <bruno@clisp.org>
9707
9708         Let 'gnulib-tool --import' collect sources needed for the tests in
9709         tests/ rather than in lib/.
9710         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9711         argument. If true, add rules to generate libtests.a, and put libtests.a
9712         into $(LDADD). Consider source files in subdirectories and set
9713         uses_subdirs.
9714         (func_emit_initmacro_start, func_emit_initmacro_end,
9715         func_emit_initmacro_done): Pass all arguments explicitly.
9716         (func_import): Determine two module lists main_modules,
9717         testsrelated_modules. Determine use_libtests. Determine two variables
9718         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9719         instead of just sed_transform_lib_file. Determine two variables
9720         main_files and testsrelated_files. Compute 'files' as the union of
9721         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9722         func_add_or_update. In the generated gnulib-comp.m4, collect the
9723         object files for tests/ in different variables than those for lib/.
9724         Substitute LIBTESTS_LIBDEPS.
9725         (func_create_testdir): Combine the uses_subdirs results from
9726         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9727
9728 2007-12-09  Bruno Haible  <bruno@clisp.org>
9729
9730         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9731         the build-aux directory.
9732
9733 2007-12-09  Bruno Haible  <bruno@clisp.org>
9734
9735         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
9736         introduced on 2006-09-09.
9737
9738 2007-12-07  Jim Meyering  <meyering@redhat.com>
9739
9740         Let these macros work also with autoconf-2.59.
9741         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
9742         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
9743         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9744
9745 2007-12-06  Jim Meyering  <meyering@redhat.com>
9746
9747         Avoid a configure-time syntax error in gl_FUNC_ACL.
9748         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
9749         function in each branch, before testing the cache variable.
9750
9751 2007-12-04  Eric Blake  <ebb9@byu.net>
9752
9753         Make scripts executable.
9754         * build-aux/config.guess: Add execute permissions.
9755         * build-aux/config.sub: Likewise.
9756         * build-aux/gendocs.sh: Likewise.
9757
9758         Fix frexp on mingw.
9759         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
9760         cross-compiling.
9761         * doc/functions/frexp.texi (frexp): Document the bug.
9762
9763         Make cygwin fseeko check more reliable.
9764         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
9765         version numbers, rather than unrelated feature check.
9766         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
9767         * doc/functions/ftello.texi (ftello): Likewise.
9768         Reported by Bruno Haible.
9769
9770         * m4/strerror.m4: Bump version number.
9771
9772 2007-12-03  Bruno Haible  <bruno@clisp.org>
9773
9774         * doc/functions/mprotect.texi: Mention the mingw problem.
9775
9776 2007-12-03  Eric Blake  <ebb9@byu.net>
9777
9778         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
9779         REPLACE_STRERROR is initialized before this macro.
9780
9781 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9782
9783         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
9784         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
9785         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
9786         put -lsec in even for programs other than 'ls'.  This fixes a problem
9787         for gettext reported by Bruno Haible in
9788         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
9789         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
9790         Add support for Solaris 10.  This isn't efficient, but should get the
9791         job done for now.
9792
9793 2007-12-03  James Youngman  <jay@gnu.org>
9794
9795         * doc/regexprops-generic.texi: change "an close-group" to "a
9796         close-group" and "illegal" to "not allowed".
9797
9798 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9799
9800         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
9801         pr_byname.h. Needed for the rare case when the maintainer has done
9802         "make maintainer-clean" in the source directory and then attempts a
9803         build outside the source directory.
9804         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
9805         scripts_byname.h.
9806
9807 2007-12-02  Martin Lambers <marlam@marlam.de>
9808             Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/getpagesize.h: Remove file.
9811         * lib/unistd.in.h: Include declaration of getpagesize here.
9812         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
9813         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
9814         HAVE_SYS_PARAM_H.
9815         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
9816         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9817         * modules/getpagesize (Files): Remove lib/getpagesize.h.
9818         (Depends-on): Add unistd.
9819         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9820         (Include): Use <unistd.h> instead of getpagesize.h.
9821         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
9822         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9823         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
9824         gl_GETPAGESIZE invocation, already handled by module dependency.
9825         * lib/pagealign_alloc.c: Don't include getpagesize.h.
9826
9827 2007-12-02  Bruno Haible  <bruno@clisp.org>
9828
9829         * modules/strings-tests: New file.
9830         * tests/test-strings.c: New file.
9831
9832         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
9833         * lib/strings.in.h: New file.
9834         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
9835         * m4/strings_h.m4: New file.
9836         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
9837         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
9838         * modules/strings: New file.
9839         * modules/string (Makefile.am): Update.
9840         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
9841         Reported by Karl Berry.
9842
9843 2007-12-01  Eric Blake  <ebb9@byu.net>
9844
9845         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
9846         accomodate fix in cygwin 1.5.25.
9847
9848 2007-12-01  Jim Meyering  <meyering@redhat.com>
9849
9850         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
9851         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
9852         that would inhibit utf8-optimization of a regexp containing line-
9853         or buffer-anchors, e.g., `^', `$'.
9854
9855 2007-11-30  Bruno Haible  <bruno@clisp.org>
9856
9857         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
9858         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
9859         glthread_recursive_lock_init.
9860         * lib/lock.c (glthread_recursive_lock_init)
9861         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
9862         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9863
9864 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9865
9866         New function qset_acl, like set_acl but with syscall semantics.
9867         * lib/acl.h (qset_acl): New decl.
9868         * lib/acl.c (qset_acl): New function.
9869         (set_acl): Use new function.  Use more-consistent diagnostics.
9870
9871 2007-11-28  Jim Meyering  <meyering@redhat.com>
9872
9873         * modules/physmem (License): Change from GPL to LGPLv2+.
9874
9875 2007-11-26  Bruno Haible  <bruno@clisp.org>
9876
9877         * lib/vasnprintf.c (decode_long_double): Don't abort if the
9878         'long double' type has excess precision.
9879         Reported by Jim Meyering in
9880         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
9881
9882 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9883
9884         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
9885         Sync from <http://gnu.org/licenses>.
9886         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
9887         with license text from same location.
9888         * doc/maintain.texi, doc/standards.texi:  Sync from
9889         <http://savannah.gnu.org/projects/gnustandards>.
9890
9891 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
9892         and Jim Meyering  <meyering@redhat.com>
9893
9894         Adjust getdate' grammar to accept a slightly more regular language.
9895         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
9896         Before, the former was rejected.
9897         * lib/getdate.y (digits_to_date_time): New function, factored
9898         out of ...
9899         (number): ...here.  Just call digits_to_date_time.
9900         (hybrid): New non-terminal to handle an <unsigned number,
9901         signed relative offset> sequence consistently.
9902
9903 2007-11-18  Jim Meyering  <meyering@redhat.com>
9904
9905         Pull my changes from coreutils:
9906         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
9907         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
9908         use of $gnulib_tool_option_extras, so that it's separated from the
9909         preceding argument.
9910
9911         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9912         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9913         parent destination directories before copying a file into place.
9914
9915 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9916
9917         bootstrap: work also with 4-argument variant of AC_INIT
9918         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9919
9920 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9921
9922         Port test-getaddrinfo to Solaris.
9923         Problem reported by Bruno Haible in
9924         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9925         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9926         explanation of setting 'hints'.
9927         Don't reject an implementation merely because it returns EAI_SERVICE.
9928         (EAI_SERVICE): Define to 0 if not defined.
9929
9930 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9931
9932         The license of gnu-make and posix-shell is now "GPLed build tool".
9933         * modules/gnu-make (License): Likewise.
9934         * modules/posix-shell (License): Likewise.
9935
9936         New module posix-shell, for determining a POSIX shell
9937         or perhaps something that is close enough to a POSIX shell.
9938         * m4/posix-shell.m4: New file.
9939         * modules/posix-shell: New file.
9940
9941         * MODULES.html.sh: Mention new module.
9942
9943         New module gnu-make, for determining whether we're using GNU Make.
9944         * m4/gnu-make.m4: New file.
9945         * modules/gnu-make: New file.
9946         * MODULES.html.sh: Mention new module.
9947
9948 2007-11-14  Jim Meyering  <meyering@redhat.com>
9949
9950         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9951         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9952         use this macro to create a function _definition_.
9953         Remove useless "#undef ARGMATCH_DIE".
9954
9955 2007-11-14  Bruno Haible  <bruno@clisp.org>
9956
9957         * lib/config.charset: Update for OpenBSD 4.1.
9958         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9959
9960 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9961
9962         Document 64-bit #if problems in stdint.texi.
9963         * doc/headers/stdint.texi (stdint.h): Mention problems with
9964         64-bit-#if, and how to work around them.
9965
9966         Don't insist on 'long long int' support in the preprocessor.  It
9967         breaks too many things.  For example, PRIdMAX still uses a 'long
9968         long int' format with the latest Sun compiler, even though
9969         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9970         preprocessor problem.  This causes the latest coreutils to dump
9971         core on Solaris 10 sparc with the Sun C compiler.
9972         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9973         the troublesome expressions at configure-time, not at #if-time.
9974         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9975         preprocessor.
9976         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9977         compile-time C checks, done at 'configure'-time.
9978         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9979         * modules/inttypes (Makefile): Substitute the new symbols that
9980         gl_INTTYPES_H now generates.
9981         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9982
9983 2007-11-12  Bruno Haible  <bruno@clisp.org>
9984
9985         Tests for Unicode character classification functions.
9986
9987         * modules/unictype/bidicategory-byname-tests: New file.
9988         * modules/unictype/bidicategory-name-tests: New file.
9989         * modules/unictype/bidicategory-of-tests: New file.
9990         * modules/unictype/bidicategory-test-tests: New file.
9991         * modules/unictype/block-list-tests: New file.
9992         * modules/unictype/block-of-tests: New file.
9993         * modules/unictype/block-test-tests: New file.
9994         * modules/unictype/category-C-tests: New file.
9995         * modules/unictype/category-Cc-tests: New file.
9996         * modules/unictype/category-Cf-tests: New file.
9997         * modules/unictype/category-Cn-tests: New file.
9998         * modules/unictype/category-Co-tests: New file.
9999         * modules/unictype/category-Cs-tests: New file.
10000         * modules/unictype/category-L-tests: New file.
10001         * modules/unictype/category-Ll-tests: New file.
10002         * modules/unictype/category-Lm-tests: New file.
10003         * modules/unictype/category-Lo-tests: New file.
10004         * modules/unictype/category-Lt-tests: New file.
10005         * modules/unictype/category-Lu-tests: New file.
10006         * modules/unictype/category-M-tests: New file.
10007         * modules/unictype/category-Mc-tests: New file.
10008         * modules/unictype/category-Me-tests: New file.
10009         * modules/unictype/category-Mn-tests: New file.
10010         * modules/unictype/category-N-tests: New file.
10011         * modules/unictype/category-Nd-tests: New file.
10012         * modules/unictype/category-Nl-tests: New file.
10013         * modules/unictype/category-No-tests: New file.
10014         * modules/unictype/category-P-tests: New file.
10015         * modules/unictype/category-Pc-tests: New file.
10016         * modules/unictype/category-Pd-tests: New file.
10017         * modules/unictype/category-Pe-tests: New file.
10018         * modules/unictype/category-Pf-tests: New file.
10019         * modules/unictype/category-Pi-tests: New file.
10020         * modules/unictype/category-Po-tests: New file.
10021         * modules/unictype/category-Ps-tests: New file.
10022         * modules/unictype/category-S-tests: New file.
10023         * modules/unictype/category-Sc-tests: New file.
10024         * modules/unictype/category-Sk-tests: New file.
10025         * modules/unictype/category-Sm-tests: New file.
10026         * modules/unictype/category-So-tests: New file.
10027         * modules/unictype/category-Z-tests: New file.
10028         * modules/unictype/category-Zl-tests: New file.
10029         * modules/unictype/category-Zp-tests: New file.
10030         * modules/unictype/category-Zs-tests: New file.
10031         * modules/unictype/category-and-not-tests: New file.
10032         * modules/unictype/category-and-tests: New file.
10033         * modules/unictype/category-byname-tests: New file.
10034         * modules/unictype/category-name-tests: New file.
10035         * modules/unictype/category-none-tests: New file.
10036         * modules/unictype/category-of-tests: New file.
10037         * modules/unictype/category-or-tests: New file.
10038         * modules/unictype/category-test-withtable-tests: New file.
10039         * modules/unictype/combining-class-tests: New file.
10040         * modules/unictype/ctype-alnum-tests: New file.
10041         * modules/unictype/ctype-alpha-tests: New file.
10042         * modules/unictype/ctype-blank-tests: New file.
10043         * modules/unictype/ctype-cntrl-tests: New file.
10044         * modules/unictype/ctype-digit-tests: New file.
10045         * modules/unictype/ctype-graph-tests: New file.
10046         * modules/unictype/ctype-lower-tests: New file.
10047         * modules/unictype/ctype-print-tests: New file.
10048         * modules/unictype/ctype-punct-tests: New file.
10049         * modules/unictype/ctype-space-tests: New file.
10050         * modules/unictype/ctype-upper-tests: New file.
10051         * modules/unictype/ctype-xdigit-tests: New file.
10052         * modules/unictype/decimal-digit-tests: New file.
10053         * modules/unictype/digit-tests: New file.
10054         * modules/unictype/mirror-tests: New file.
10055         * modules/unictype/numeric-tests: New file.
10056         * modules/unictype/property-alphabetic-tests: New file.
10057         * modules/unictype/property-ascii-hex-digit-tests: New file.
10058         * modules/unictype/property-bidi-arabic-digit-tests: New file.
10059         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
10060         * modules/unictype/property-bidi-block-separator-tests: New file.
10061         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
10062         * modules/unictype/property-bidi-common-separator-tests: New file.
10063         * modules/unictype/property-bidi-control-tests: New file.
10064         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
10065         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
10066         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
10067         * modules/unictype/property-bidi-european-digit-tests: New file.
10068         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
10069         * modules/unictype/property-bidi-left-to-right-tests: New file.
10070         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
10071         * modules/unictype/property-bidi-other-neutral-tests: New file.
10072         * modules/unictype/property-bidi-pdf-tests: New file.
10073         * modules/unictype/property-bidi-segment-separator-tests: New file.
10074         * modules/unictype/property-bidi-whitespace-tests: New file.
10075         * modules/unictype/property-byname-tests: New file.
10076         * modules/unictype/property-combining-tests: New file.
10077         * modules/unictype/property-composite-tests: New file.
10078         * modules/unictype/property-currency-symbol-tests: New file.
10079         * modules/unictype/property-dash-tests: New file.
10080         * modules/unictype/property-decimal-digit-tests: New file.
10081         * modules/unictype/property-default-ignorable-code-point-tests: New file.
10082         * modules/unictype/property-deprecated-tests: New file.
10083         * modules/unictype/property-diacritic-tests: New file.
10084         * modules/unictype/property-extender-tests: New file.
10085         * modules/unictype/property-format-control-tests: New file.
10086         * modules/unictype/property-grapheme-base-tests: New file.
10087         * modules/unictype/property-grapheme-extend-tests: New file.
10088         * modules/unictype/property-grapheme-link-tests: New file.
10089         * modules/unictype/property-hex-digit-tests: New file.
10090         * modules/unictype/property-hyphen-tests: New file.
10091         * modules/unictype/property-id-continue-tests: New file.
10092         * modules/unictype/property-id-start-tests: New file.
10093         * modules/unictype/property-ideographic-tests: New file.
10094         * modules/unictype/property-ids-binary-operator-tests: New file.
10095         * modules/unictype/property-ids-trinary-operator-tests: New file.
10096         * modules/unictype/property-ignorable-control-tests: New file.
10097         * modules/unictype/property-iso-control-tests: New file.
10098         * modules/unictype/property-join-control-tests: New file.
10099         * modules/unictype/property-left-of-pair-tests: New file.
10100         * modules/unictype/property-line-separator-tests: New file.
10101         * modules/unictype/property-logical-order-exception-tests: New file.
10102         * modules/unictype/property-lowercase-tests: New file.
10103         * modules/unictype/property-math-tests: New file.
10104         * modules/unictype/property-non-break-tests: New file.
10105         * modules/unictype/property-not-a-character-tests: New file.
10106         * modules/unictype/property-numeric-tests: New file.
10107         * modules/unictype/property-other-alphabetic-tests: New file.
10108         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10109         * modules/unictype/property-other-grapheme-extend-tests: New file.
10110         * modules/unictype/property-other-id-continue-tests: New file.
10111         * modules/unictype/property-other-id-start-tests: New file.
10112         * modules/unictype/property-other-lowercase-tests: New file.
10113         * modules/unictype/property-other-math-tests: New file.
10114         * modules/unictype/property-other-uppercase-tests: New file.
10115         * modules/unictype/property-paired-punctuation-tests: New file.
10116         * modules/unictype/property-paragraph-separator-tests: New file.
10117         * modules/unictype/property-pattern-syntax-tests: New file.
10118         * modules/unictype/property-pattern-white-space-tests: New file.
10119         * modules/unictype/property-private-use-tests: New file.
10120         * modules/unictype/property-punctuation-tests: New file.
10121         * modules/unictype/property-quotation-mark-tests: New file.
10122         * modules/unictype/property-radical-tests: New file.
10123         * modules/unictype/property-sentence-terminal-tests: New file.
10124         * modules/unictype/property-soft-dotted-tests: New file.
10125         * modules/unictype/property-space-tests: New file.
10126         * modules/unictype/property-terminal-punctuation-tests: New file.
10127         * modules/unictype/property-test-tests: New file.
10128         * modules/unictype/property-titlecase-tests: New file.
10129         * modules/unictype/property-unassigned-code-value-tests: New file.
10130         * modules/unictype/property-unified-ideograph-tests: New file.
10131         * modules/unictype/property-uppercase-tests: New file.
10132         * modules/unictype/property-variation-selector-tests: New file.
10133         * modules/unictype/property-white-space-tests: New file.
10134         * modules/unictype/property-xid-continue-tests: New file.
10135         * modules/unictype/property-xid-start-tests: New file.
10136         * modules/unictype/property-zero-width-tests: New file.
10137         * modules/unictype/scripts-tests: New file.
10138         * modules/unictype/syntax-c-ident-tests: New file.
10139         * modules/unictype/syntax-c-whitespace-tests: New file.
10140         * modules/unictype/syntax-java-ident-tests: New file.
10141         * modules/unictype/syntax-java-whitespace-tests: New file.
10142         * tests/unictype/test-bidi_byname.c: New file.
10143         * tests/unictype/test-bidi_name.c: New file.
10144         * tests/unictype/test-bidi_of.c: New file.
10145         * tests/unictype/test-bidi_test.c: New file.
10146         * tests/unictype/test-block_list.c: New file.
10147         * tests/unictype/test-block_of.c: New file.
10148         * tests/unictype/test-block_test.c: New file.
10149         * tests/unictype/test-categ_and.c: New file.
10150         * tests/unictype/test-categ_and_not.c: New file.
10151         * tests/unictype/test-categ_byname.c: New file.
10152         * tests/unictype/test-categ_name.c: New file.
10153         * tests/unictype/test-categ_none.c: New file.
10154         * tests/unictype/test-categ_of.c: New file.
10155         * tests/unictype/test-categ_or.c: New file.
10156         * tests/unictype/test-categ_test_withtable.c: New file.
10157         * tests/unictype/test-combining.c: New file.
10158         * tests/unictype/test-decdigit.c: New file.
10159         * tests/unictype/test-digit.c: New file.
10160         * tests/unictype/test-mirror.c: New file.
10161         * tests/unictype/test-numeric.c: New file.
10162         * tests/unictype/test-pr_byname.c: New file.
10163         * tests/unictype/test-pr_test.c: New file.
10164         * tests/unictype/test-predicate-part1.h: New file.
10165         * tests/unictype/test-predicate-part2.h: New file.
10166         * tests/unictype/test-scripts.c: New file.
10167         * tests/unictype/test-sy_c_ident.c: New file.
10168         * tests/unictype/test-sy_java_ident.c: New file.
10169
10170         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10171         for Unicode 5.0.0.
10172         * tests/unictype/test-categ_Cc.c: Likewise.
10173         * tests/unictype/test-categ_Cf.c: Likewise.
10174         * tests/unictype/test-categ_Cn.c: Likewise.
10175         * tests/unictype/test-categ_Co.c: Likewise.
10176         * tests/unictype/test-categ_Cs.c: Likewise.
10177         * tests/unictype/test-categ_L.c: Likewise.
10178         * tests/unictype/test-categ_Ll.c: Likewise.
10179         * tests/unictype/test-categ_Lm.c: Likewise.
10180         * tests/unictype/test-categ_Lo.c: Likewise.
10181         * tests/unictype/test-categ_Lt.c: Likewise.
10182         * tests/unictype/test-categ_Lu.c: Likewise.
10183         * tests/unictype/test-categ_M.c: Likewise.
10184         * tests/unictype/test-categ_Mc.c: Likewise.
10185         * tests/unictype/test-categ_Me.c: Likewise.
10186         * tests/unictype/test-categ_Mn.c: Likewise.
10187         * tests/unictype/test-categ_N.c: Likewise.
10188         * tests/unictype/test-categ_Nd.c: Likewise.
10189         * tests/unictype/test-categ_Nl.c: Likewise.
10190         * tests/unictype/test-categ_No.c: Likewise.
10191         * tests/unictype/test-categ_P.c: Likewise.
10192         * tests/unictype/test-categ_Pc.c: Likewise.
10193         * tests/unictype/test-categ_Pd.c: Likewise.
10194         * tests/unictype/test-categ_Pe.c: Likewise.
10195         * tests/unictype/test-categ_Pf.c: Likewise.
10196         * tests/unictype/test-categ_Pi.c: Likewise.
10197         * tests/unictype/test-categ_Po.c: Likewise.
10198         * tests/unictype/test-categ_Ps.c: Likewise.
10199         * tests/unictype/test-categ_S.c: Likewise.
10200         * tests/unictype/test-categ_Sc.c: Likewise.
10201         * tests/unictype/test-categ_Sk.c: Likewise.
10202         * tests/unictype/test-categ_Sm.c: Likewise.
10203         * tests/unictype/test-categ_So.c: Likewise.
10204         * tests/unictype/test-categ_Z.c: Likewise.
10205         * tests/unictype/test-categ_Zl.c: Likewise.
10206         * tests/unictype/test-categ_Zp.c: Likewise.
10207         * tests/unictype/test-categ_Zs.c: Likewise.
10208         * tests/unictype/test-ctype_alnum.c: Likewise.
10209         * tests/unictype/test-ctype_alpha.c: Likewise.
10210         * tests/unictype/test-ctype_blank.c: Likewise.
10211         * tests/unictype/test-ctype_cntrl.c: Likewise.
10212         * tests/unictype/test-ctype_digit.c: Likewise.
10213         * tests/unictype/test-ctype_graph.c: Likewise.
10214         * tests/unictype/test-ctype_lower.c: Likewise.
10215         * tests/unictype/test-ctype_print.c: Likewise.
10216         * tests/unictype/test-ctype_punct.c: Likewise.
10217         * tests/unictype/test-ctype_space.c: Likewise.
10218         * tests/unictype/test-ctype_upper.c: Likewise.
10219         * tests/unictype/test-ctype_xdigit.c: Likewise.
10220         * tests/unictype/test-decdigit.h: Likewise.
10221         * tests/unictype/test-digit.h: Likewise.
10222         * tests/unictype/test-numeric.h: Likewise.
10223         * tests/unictype/test-pr_alphabetic.c: Likewise.
10224         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10225         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10226         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10227         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10228         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10229         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10230         * tests/unictype/test-pr_bidi_control.c: Likewise.
10231         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10232         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10233         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10234         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10235         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10236         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10237         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10238         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10239         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10240         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10241         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10242         * tests/unictype/test-pr_combining.c: Likewise.
10243         * tests/unictype/test-pr_composite.c: Likewise.
10244         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10245         * tests/unictype/test-pr_dash.c: Likewise.
10246         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10247         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10248         * tests/unictype/test-pr_deprecated.c: Likewise.
10249         * tests/unictype/test-pr_diacritic.c: Likewise.
10250         * tests/unictype/test-pr_extender.c: Likewise.
10251         * tests/unictype/test-pr_format_control.c: Likewise.
10252         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10253         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10254         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10255         * tests/unictype/test-pr_hex_digit.c: Likewise.
10256         * tests/unictype/test-pr_hyphen.c: Likewise.
10257         * tests/unictype/test-pr_id_continue.c: Likewise.
10258         * tests/unictype/test-pr_id_start.c: Likewise.
10259         * tests/unictype/test-pr_ideographic.c: Likewise.
10260         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10261         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10262         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10263         * tests/unictype/test-pr_iso_control.c: Likewise.
10264         * tests/unictype/test-pr_join_control.c: Likewise.
10265         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10266         * tests/unictype/test-pr_line_separator.c: Likewise.
10267         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10268         * tests/unictype/test-pr_lowercase.c: Likewise.
10269         * tests/unictype/test-pr_math.c: Likewise.
10270         * tests/unictype/test-pr_non_break.c: Likewise.
10271         * tests/unictype/test-pr_not_a_character.c: Likewise.
10272         * tests/unictype/test-pr_numeric.c: Likewise.
10273         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10274         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10275         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10276         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10277         * tests/unictype/test-pr_other_id_start.c: Likewise.
10278         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10279         * tests/unictype/test-pr_other_math.c: Likewise.
10280         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10281         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10282         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10283         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10284         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10285         * tests/unictype/test-pr_private_use.c: Likewise.
10286         * tests/unictype/test-pr_punctuation.c: Likewise.
10287         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10288         * tests/unictype/test-pr_radical.c: Likewise.
10289         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10290         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10291         * tests/unictype/test-pr_space.c: Likewise.
10292         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10293         * tests/unictype/test-pr_titlecase.c: Likewise.
10294         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10295         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10296         * tests/unictype/test-pr_uppercase.c: Likewise.
10297         * tests/unictype/test-pr_variation_selector.c: Likewise.
10298         * tests/unictype/test-pr_white_space.c: Likewise.
10299         * tests/unictype/test-pr_xid_continue.c: Likewise.
10300         * tests/unictype/test-pr_xid_start.c: Likewise.
10301         * tests/unictype/test-pr_zero_width.c: Likewise.
10302         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10303         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10304
10305 2007-11-12  Bruno Haible  <bruno@clisp.org>
10306
10307         Unicode character classification functions.
10308         * lib/unictype.h: New file.
10309         * modules/unictype/base: New file.
10310         * modules/unictype/category-L: New file.
10311         * modules/unictype/category-Lu: New file.
10312         * modules/unictype/category-Ll: New file.
10313         * modules/unictype/category-Lt: New file.
10314         * modules/unictype/category-Lm: New file.
10315         * modules/unictype/category-Lo: New file.
10316         * modules/unictype/category-M: New file.
10317         * modules/unictype/category-Mn: New file.
10318         * modules/unictype/category-Mc: New file.
10319         * modules/unictype/category-Me: New file.
10320         * modules/unictype/category-N: New file.
10321         * modules/unictype/category-Nd: New file.
10322         * modules/unictype/category-Nl: New file.
10323         * modules/unictype/category-No: New file.
10324         * modules/unictype/category-P: New file.
10325         * modules/unictype/category-Pc: New file.
10326         * modules/unictype/category-Pd: New file.
10327         * modules/unictype/category-Ps: New file.
10328         * modules/unictype/category-Pe: New file.
10329         * modules/unictype/category-Pi: New file.
10330         * modules/unictype/category-Pf: New file.
10331         * modules/unictype/category-Po: New file.
10332         * modules/unictype/category-S: New file.
10333         * modules/unictype/category-Sm: New file.
10334         * modules/unictype/category-Sc: New file.
10335         * modules/unictype/category-Sk: New file.
10336         * modules/unictype/category-So: New file.
10337         * modules/unictype/category-Z: New file.
10338         * modules/unictype/category-Zs: New file.
10339         * modules/unictype/category-Zl: New file.
10340         * modules/unictype/category-Zp: New file.
10341         * modules/unictype/category-C: New file.
10342         * modules/unictype/category-Cc: New file.
10343         * modules/unictype/category-Cf: New file.
10344         * modules/unictype/category-Cs: New file.
10345         * modules/unictype/category-Co: New file.
10346         * modules/unictype/category-Cn: New file.
10347         * modules/unictype/category-or: New file.
10348         * modules/unictype/category-of: New file.
10349         * modules/unictype/category-test: New file.
10350         * modules/unictype/category-test-withtable: New file.
10351         * modules/unictype/category-byname: New file.
10352         * modules/unictype/category-none: New file.
10353         * modules/unictype/category-and: New file.
10354         * modules/unictype/category-and-not: New file.
10355         * modules/unictype/category-name: New file.
10356         * modules/unictype/combining-class: New file.
10357         * modules/unictype/category-all: New file.
10358         * modules/unictype/bidicategory-all: New file.
10359         * modules/unictype/bidicategory-byname: New file.
10360         * modules/unictype/bidicategory-name: New file.
10361         * modules/unictype/bidicategory-of: New file.
10362         * modules/unictype/bidicategory-test: New file.
10363         * modules/unictype/decimal-digit: New file.
10364         * modules/unictype/digit: New file.
10365         * modules/unictype/numeric: New file.
10366         * modules/unictype/mirror: New file.
10367         * modules/unictype/property-white-space: New file.
10368         * modules/unictype/property-alphabetic: New file.
10369         * modules/unictype/property-other-alphabetic: New file.
10370         * modules/unictype/property-not-a-character: New file.
10371         * modules/unictype/property-default-ignorable-code-point: New file.
10372         * modules/unictype/property-other-default-ignorable-code-point: New
10373         file.
10374         * modules/unictype/property-deprecated: New file.
10375         * modules/unictype/property-logical-order-exception: New file.
10376         * modules/unictype/property-variation-selector: New file.
10377         * modules/unictype/property-private-use: New file.
10378         * modules/unictype/property-unassigned-code-value: New file.
10379         * modules/unictype/property-uppercase: New file.
10380         * modules/unictype/property-other-uppercase: New file.
10381         * modules/unictype/property-lowercase: New file.
10382         * modules/unictype/property-other-lowercase: New file.
10383         * modules/unictype/property-titlecase: New file.
10384         * modules/unictype/property-soft-dotted: New file.
10385         * modules/unictype/property-id-start: New file.
10386         * modules/unictype/property-other-id-start: New file.
10387         * modules/unictype/property-id-continue: New file.
10388         * modules/unictype/property-other-id-continue: New file.
10389         * modules/unictype/property-xid-start: New file.
10390         * modules/unictype/property-xid-continue: New file.
10391         * modules/unictype/property-pattern-white-space: New file.
10392         * modules/unictype/property-pattern-syntax: New file.
10393         * modules/unictype/property-join-control: New file.
10394         * modules/unictype/property-grapheme-base: New file.
10395         * modules/unictype/property-grapheme-extend: New file.
10396         * modules/unictype/property-other-grapheme-extend: New file.
10397         * modules/unictype/property-grapheme-link: New file.
10398         * modules/unictype/property-bidi-control: New file.
10399         * modules/unictype/property-bidi-left-to-right: New file.
10400         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10401         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10402         * modules/unictype/property-bidi-european-digit: New file.
10403         * modules/unictype/property-bidi-eur-num-separator: New file.
10404         * modules/unictype/property-bidi-eur-num-terminator: New file.
10405         * modules/unictype/property-bidi-arabic-digit: New file.
10406         * modules/unictype/property-bidi-common-separator: New file.
10407         * modules/unictype/property-bidi-block-separator: New file.
10408         * modules/unictype/property-bidi-segment-separator: New file.
10409         * modules/unictype/property-bidi-whitespace: New file.
10410         * modules/unictype/property-bidi-non-spacing-mark: New file.
10411         * modules/unictype/property-bidi-boundary-neutral: New file.
10412         * modules/unictype/property-bidi-pdf: New file.
10413         * modules/unictype/property-bidi-embedding-or-override: New file.
10414         * modules/unictype/property-bidi-other-neutral: New file.
10415         * modules/unictype/property-hex-digit: New file.
10416         * modules/unictype/property-ascii-hex-digit: New file.
10417         * modules/unictype/property-ideographic: New file.
10418         * modules/unictype/property-unified-ideograph: New file.
10419         * modules/unictype/property-radical: New file.
10420         * modules/unictype/property-ids-binary-operator: New file.
10421         * modules/unictype/property-ids-trinary-operator: New file.
10422         * modules/unictype/property-zero-width: New file.
10423         * modules/unictype/property-space: New file.
10424         * modules/unictype/property-non-break: New file.
10425         * modules/unictype/property-iso-control: New file.
10426         * modules/unictype/property-format-control: New file.
10427         * modules/unictype/property-dash: New file.
10428         * modules/unictype/property-hyphen: New file.
10429         * modules/unictype/property-punctuation: New file.
10430         * modules/unictype/property-line-separator: New file.
10431         * modules/unictype/property-paragraph-separator: New file.
10432         * modules/unictype/property-quotation-mark: New file.
10433         * modules/unictype/property-sentence-terminal: New file.
10434         * modules/unictype/property-terminal-punctuation: New file.
10435         * modules/unictype/property-currency-symbol: New file.
10436         * modules/unictype/property-math: New file.
10437         * modules/unictype/property-other-math: New file.
10438         * modules/unictype/property-paired-punctuation: New file.
10439         * modules/unictype/property-left-of-pair: New file.
10440         * modules/unictype/property-combining: New file.
10441         * modules/unictype/property-composite: New file.
10442         * modules/unictype/property-decimal-digit: New file.
10443         * modules/unictype/property-numeric: New file.
10444         * modules/unictype/property-diacritic: New file.
10445         * modules/unictype/property-extender: New file.
10446         * modules/unictype/property-ignorable-control: New file.
10447         * modules/unictype/property-test: New file.
10448         * modules/unictype/property-byname: New file.
10449         * modules/unictype/property-all: New file.
10450         * modules/unictype/scripts: New file.
10451         * modules/unictype/scripts-all: New file.
10452         * modules/unictype/block-of: New file.
10453         * modules/unictype/block-test: New file.
10454         * modules/unictype/block-list: New file.
10455         * modules/unictype/block-all: New file.
10456         * modules/unictype/syntax-c-whitespace: New file.
10457         * modules/unictype/syntax-java-whitespace: New file.
10458         * modules/unictype/syntax-c-ident: New file.
10459         * modules/unictype/syntax-java-ident: New file.
10460         * modules/unictype/ctype-alnum: New file.
10461         * modules/unictype/ctype-alpha: New file.
10462         * modules/unictype/ctype-cntrl: New file.
10463         * modules/unictype/ctype-digit: New file.
10464         * modules/unictype/ctype-graph: New file.
10465         * modules/unictype/ctype-lower: New file.
10466         * modules/unictype/ctype-print: New file.
10467         * modules/unictype/ctype-punct: New file.
10468         * modules/unictype/ctype-space: New file.
10469         * modules/unictype/ctype-upper: New file.
10470         * modules/unictype/ctype-xdigit: New file.
10471         * modules/unictype/ctype-blank: New file.
10472         * lib/unictype/bidi_byname.c: New file.
10473         * lib/unictype/bidi_name.c: New file.
10474         * lib/unictype/bidi_of.c: New file.
10475         * lib/unictype/bidi_test.c: New file.
10476         * lib/unictype/bitmap.h: New file.
10477         * lib/unictype/block_test.c: New file.
10478         * lib/unictype/blocks.c: New file.
10479         * lib/unictype/categ_C.c: New file.
10480         * lib/unictype/categ_Cc.c: New file.
10481         * lib/unictype/categ_Cf.c: New file.
10482         * lib/unictype/categ_Cn.c: New file.
10483         * lib/unictype/categ_Co.c: New file.
10484         * lib/unictype/categ_Cs.c: New file.
10485         * lib/unictype/categ_L.c: New file.
10486         * lib/unictype/categ_Ll.c: New file.
10487         * lib/unictype/categ_Lm.c: New file.
10488         * lib/unictype/categ_Lo.c: New file.
10489         * lib/unictype/categ_Lt.c: New file.
10490         * lib/unictype/categ_Lu.c: New file.
10491         * lib/unictype/categ_M.c: New file.
10492         * lib/unictype/categ_Mc.c: New file.
10493         * lib/unictype/categ_Me.c: New file.
10494         * lib/unictype/categ_Mn.c: New file.
10495         * lib/unictype/categ_N.c: New file.
10496         * lib/unictype/categ_Nd.c: New file.
10497         * lib/unictype/categ_Nl.c: New file.
10498         * lib/unictype/categ_No.c: New file.
10499         * lib/unictype/categ_P.c: New file.
10500         * lib/unictype/categ_Pc.c: New file.
10501         * lib/unictype/categ_Pd.c: New file.
10502         * lib/unictype/categ_Pe.c: New file.
10503         * lib/unictype/categ_Pf.c: New file.
10504         * lib/unictype/categ_Pi.c: New file.
10505         * lib/unictype/categ_Po.c: New file.
10506         * lib/unictype/categ_Ps.c: New file.
10507         * lib/unictype/categ_S.c: New file.
10508         * lib/unictype/categ_Sc.c: New file.
10509         * lib/unictype/categ_Sk.c: New file.
10510         * lib/unictype/categ_Sm.c: New file.
10511         * lib/unictype/categ_So.c: New file.
10512         * lib/unictype/categ_Z.c: New file.
10513         * lib/unictype/categ_Zl.c: New file.
10514         * lib/unictype/categ_Zp.c: New file.
10515         * lib/unictype/categ_Zs.c: New file.
10516         * lib/unictype/categ_and.c: New file.
10517         * lib/unictype/categ_and_not.c: New file.
10518         * lib/unictype/categ_byname.c: New file.
10519         * lib/unictype/categ_name.c: New file.
10520         * lib/unictype/categ_none.c: New file.
10521         * lib/unictype/categ_of.c: New file.
10522         * lib/unictype/categ_or.c: New file.
10523         * lib/unictype/categ_test.c: New file.
10524         * lib/unictype/combining.c: New file.
10525         * lib/unictype/ctype_alnum.c: New file.
10526         * lib/unictype/ctype_alpha.c: New file.
10527         * lib/unictype/ctype_blank.c: New file.
10528         * lib/unictype/ctype_cntrl.c: New file.
10529         * lib/unictype/ctype_digit.c: New file.
10530         * lib/unictype/ctype_graph.c: New file.
10531         * lib/unictype/ctype_lower.c: New file.
10532         * lib/unictype/ctype_print.c: New file.
10533         * lib/unictype/ctype_punct.c: New file.
10534         * lib/unictype/ctype_space.c: New file.
10535         * lib/unictype/ctype_upper.c: New file.
10536         * lib/unictype/ctype_xdigit.c: New file.
10537         * lib/unictype/decdigit.c: New file.
10538         * lib/unictype/digit.c: New file.
10539         * lib/unictype/identsyntaxmap.h: New file.
10540         * lib/unictype/mirror.c: New file.
10541         * lib/unictype/numeric.c: New file.
10542         * lib/unictype/pr_alphabetic.c: New file.
10543         * lib/unictype/pr_ascii_hex_digit.c: New file.
10544         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10545         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10546         * lib/unictype/pr_bidi_block_separator.c: New file.
10547         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10548         * lib/unictype/pr_bidi_common_separator.c: New file.
10549         * lib/unictype/pr_bidi_control.c: New file.
10550         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10551         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10552         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10553         * lib/unictype/pr_bidi_european_digit.c: New file.
10554         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10555         * lib/unictype/pr_bidi_left_to_right.c: New file.
10556         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10557         * lib/unictype/pr_bidi_other_neutral.c: New file.
10558         * lib/unictype/pr_bidi_pdf.c: New file.
10559         * lib/unictype/pr_bidi_segment_separator.c: New file.
10560         * lib/unictype/pr_bidi_whitespace.c: New file.
10561         * lib/unictype/pr_byname.c: New file.
10562         * lib/unictype/pr_byname.gperf: New file.
10563         * lib/unictype/pr_combining.c: New file.
10564         * lib/unictype/pr_composite.c: New file.
10565         * lib/unictype/pr_currency_symbol.c: New file.
10566         * lib/unictype/pr_dash.c: New file.
10567         * lib/unictype/pr_decimal_digit.c: New file.
10568         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10569         * lib/unictype/pr_deprecated.c: New file.
10570         * lib/unictype/pr_diacritic.c: New file.
10571         * lib/unictype/pr_extender.c: New file.
10572         * lib/unictype/pr_format_control.c: New file.
10573         * lib/unictype/pr_grapheme_base.c: New file.
10574         * lib/unictype/pr_grapheme_extend.c: New file.
10575         * lib/unictype/pr_grapheme_link.c: New file.
10576         * lib/unictype/pr_hex_digit.c: New file.
10577         * lib/unictype/pr_hyphen.c: New file.
10578         * lib/unictype/pr_id_continue.c: New file.
10579         * lib/unictype/pr_id_start.c: New file.
10580         * lib/unictype/pr_ideographic.c: New file.
10581         * lib/unictype/pr_ids_binary_operator.c: New file.
10582         * lib/unictype/pr_ids_trinary_operator.c: New file.
10583         * lib/unictype/pr_ignorable_control.c: New file.
10584         * lib/unictype/pr_iso_control.c: New file.
10585         * lib/unictype/pr_join_control.c: New file.
10586         * lib/unictype/pr_left_of_pair.c: New file.
10587         * lib/unictype/pr_line_separator.c: New file.
10588         * lib/unictype/pr_logical_order_exception.c: New file.
10589         * lib/unictype/pr_lowercase.c: New file.
10590         * lib/unictype/pr_math.c: New file.
10591         * lib/unictype/pr_non_break.c: New file.
10592         * lib/unictype/pr_not_a_character.c: New file.
10593         * lib/unictype/pr_numeric.c: New file.
10594         * lib/unictype/pr_other_alphabetic.c: New file.
10595         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10596         * lib/unictype/pr_other_grapheme_extend.c: New file.
10597         * lib/unictype/pr_other_id_continue.c: New file.
10598         * lib/unictype/pr_other_id_start.c: New file.
10599         * lib/unictype/pr_other_lowercase.c: New file.
10600         * lib/unictype/pr_other_math.c: New file.
10601         * lib/unictype/pr_other_uppercase.c: New file.
10602         * lib/unictype/pr_paired_punctuation.c: New file.
10603         * lib/unictype/pr_paragraph_separator.c: New file.
10604         * lib/unictype/pr_pattern_syntax.c: New file.
10605         * lib/unictype/pr_pattern_white_space.c: New file.
10606         * lib/unictype/pr_private_use.c: New file.
10607         * lib/unictype/pr_punctuation.c: New file.
10608         * lib/unictype/pr_quotation_mark.c: New file.
10609         * lib/unictype/pr_radical.c: New file.
10610         * lib/unictype/pr_sentence_terminal.c: New file.
10611         * lib/unictype/pr_soft_dotted.c: New file.
10612         * lib/unictype/pr_space.c: New file.
10613         * lib/unictype/pr_terminal_punctuation.c: New file.
10614         * lib/unictype/pr_test.c: New file.
10615         * lib/unictype/pr_titlecase.c: New file.
10616         * lib/unictype/pr_unassigned_code_value.c: New file.
10617         * lib/unictype/pr_unified_ideograph.c: New file.
10618         * lib/unictype/pr_uppercase.c: New file.
10619         * lib/unictype/pr_variation_selector.c: New file.
10620         * lib/unictype/pr_white_space.c: New file.
10621         * lib/unictype/pr_xid_continue.c: New file.
10622         * lib/unictype/pr_xid_start.c: New file.
10623         * lib/unictype/pr_zero_width.c: New file.
10624         * lib/unictype/scripts.c: New file.
10625         * lib/unictype/sy_c_ident.c: New file.
10626         * lib/unictype/sy_c_whitespace.c: New file.
10627         * lib/unictype/sy_java_ident.c: New file.
10628         * lib/unictype/sy_java_whitespace.c: New file.
10629
10630         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10631         Unicode 5.0.0.
10632         * lib/unictype/blocks.h: Likewise.
10633         * lib/unictype/categ_C.h: Likewise.
10634         * lib/unictype/categ_Cc.h: Likewise.
10635         * lib/unictype/categ_Cf.h: Likewise.
10636         * lib/unictype/categ_Cn.h: Likewise.
10637         * lib/unictype/categ_Co.h: Likewise.
10638         * lib/unictype/categ_Cs.h: Likewise.
10639         * lib/unictype/categ_L.h: Likewise.
10640         * lib/unictype/categ_Ll.h: Likewise.
10641         * lib/unictype/categ_Lm.h: Likewise.
10642         * lib/unictype/categ_Lo.h: Likewise.
10643         * lib/unictype/categ_Lt.h: Likewise.
10644         * lib/unictype/categ_Lu.h: Likewise.
10645         * lib/unictype/categ_M.h: Likewise.
10646         * lib/unictype/categ_Mc.h: Likewise.
10647         * lib/unictype/categ_Me.h: Likewise.
10648         * lib/unictype/categ_Mn.h: Likewise.
10649         * lib/unictype/categ_N.h: Likewise.
10650         * lib/unictype/categ_Nd.h: Likewise.
10651         * lib/unictype/categ_Nl.h: Likewise.
10652         * lib/unictype/categ_No.h: Likewise.
10653         * lib/unictype/categ_P.h: Likewise.
10654         * lib/unictype/categ_Pc.h: Likewise.
10655         * lib/unictype/categ_Pd.h: Likewise.
10656         * lib/unictype/categ_Pe.h: Likewise.
10657         * lib/unictype/categ_Pf.h: Likewise.
10658         * lib/unictype/categ_Pi.h: Likewise.
10659         * lib/unictype/categ_Po.h: Likewise.
10660         * lib/unictype/categ_Ps.h: Likewise.
10661         * lib/unictype/categ_S.h: Likewise.
10662         * lib/unictype/categ_Sc.h: Likewise.
10663         * lib/unictype/categ_Sk.h: Likewise.
10664         * lib/unictype/categ_Sm.h: Likewise.
10665         * lib/unictype/categ_So.h: Likewise.
10666         * lib/unictype/categ_Z.h: Likewise.
10667         * lib/unictype/categ_Zl.h: Likewise.
10668         * lib/unictype/categ_Zp.h: Likewise.
10669         * lib/unictype/categ_Zs.h: Likewise.
10670         * lib/unictype/categ_of.h: Likewise.
10671         * lib/unictype/combining.h: Likewise.
10672         * lib/unictype/ctype_alnum.h: Likewise.
10673         * lib/unictype/ctype_alpha.h: Likewise.
10674         * lib/unictype/ctype_blank.h: Likewise.
10675         * lib/unictype/ctype_cntrl.h: Likewise.
10676         * lib/unictype/ctype_digit.h: Likewise.
10677         * lib/unictype/ctype_graph.h: Likewise.
10678         * lib/unictype/ctype_lower.h: Likewise.
10679         * lib/unictype/ctype_print.h: Likewise.
10680         * lib/unictype/ctype_punct.h: Likewise.
10681         * lib/unictype/ctype_space.h: Likewise.
10682         * lib/unictype/ctype_upper.h: Likewise.
10683         * lib/unictype/ctype_xdigit.h: Likewise.
10684         * lib/unictype/decdigit.h: Likewise.
10685         * lib/unictype/digit.h: Likewise.
10686         * lib/unictype/mirror.h: Likewise.
10687         * lib/unictype/numeric.h: Likewise.
10688         * lib/unictype/pr_alphabetic.h: Likewise.
10689         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10690         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10691         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10692         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10693         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10694         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10695         * lib/unictype/pr_bidi_control.h: Likewise.
10696         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10697         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10698         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10699         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10700         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10701         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10702         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10703         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10704         * lib/unictype/pr_bidi_pdf.h: Likewise.
10705         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10706         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10707         * lib/unictype/pr_combining.h: Likewise.
10708         * lib/unictype/pr_composite.h: Likewise.
10709         * lib/unictype/pr_currency_symbol.h: Likewise.
10710         * lib/unictype/pr_dash.h: Likewise.
10711         * lib/unictype/pr_decimal_digit.h: Likewise.
10712         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10713         * lib/unictype/pr_deprecated.h: Likewise.
10714         * lib/unictype/pr_diacritic.h: Likewise.
10715         * lib/unictype/pr_extender.h: Likewise.
10716         * lib/unictype/pr_format_control.h: Likewise.
10717         * lib/unictype/pr_grapheme_base.h: Likewise.
10718         * lib/unictype/pr_grapheme_extend.h: Likewise.
10719         * lib/unictype/pr_grapheme_link.h: Likewise.
10720         * lib/unictype/pr_hex_digit.h: Likewise.
10721         * lib/unictype/pr_hyphen.h: Likewise.
10722         * lib/unictype/pr_id_continue.h: Likewise.
10723         * lib/unictype/pr_id_start.h: Likewise.
10724         * lib/unictype/pr_ideographic.h: Likewise.
10725         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10726         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10727         * lib/unictype/pr_ignorable_control.h: Likewise.
10728         * lib/unictype/pr_iso_control.h: Likewise.
10729         * lib/unictype/pr_join_control.h: Likewise.
10730         * lib/unictype/pr_left_of_pair.h: Likewise.
10731         * lib/unictype/pr_line_separator.h: Likewise.
10732         * lib/unictype/pr_logical_order_exception.h: Likewise.
10733         * lib/unictype/pr_lowercase.h: Likewise.
10734         * lib/unictype/pr_math.h: Likewise.
10735         * lib/unictype/pr_non_break.h: Likewise.
10736         * lib/unictype/pr_not_a_character.h: Likewise.
10737         * lib/unictype/pr_numeric.h: Likewise.
10738         * lib/unictype/pr_other_alphabetic.h: Likewise.
10739         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
10740         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
10741         * lib/unictype/pr_other_id_continue.h: Likewise.
10742         * lib/unictype/pr_other_id_start.h: Likewise.
10743         * lib/unictype/pr_other_lowercase.h: Likewise.
10744         * lib/unictype/pr_other_math.h: Likewise.
10745         * lib/unictype/pr_other_uppercase.h: Likewise.
10746         * lib/unictype/pr_paired_punctuation.h: Likewise.
10747         * lib/unictype/pr_paragraph_separator.h: Likewise.
10748         * lib/unictype/pr_pattern_syntax.h: Likewise.
10749         * lib/unictype/pr_pattern_white_space.h: Likewise.
10750         * lib/unictype/pr_private_use.h: Likewise.
10751         * lib/unictype/pr_punctuation.h: Likewise.
10752         * lib/unictype/pr_quotation_mark.h: Likewise.
10753         * lib/unictype/pr_radical.h: Likewise.
10754         * lib/unictype/pr_sentence_terminal.h: Likewise.
10755         * lib/unictype/pr_soft_dotted.h: Likewise.
10756         * lib/unictype/pr_space.h: Likewise.
10757         * lib/unictype/pr_terminal_punctuation.h: Likewise.
10758         * lib/unictype/pr_titlecase.h: Likewise.
10759         * lib/unictype/pr_unassigned_code_value.h: Likewise.
10760         * lib/unictype/pr_unified_ideograph.h: Likewise.
10761         * lib/unictype/pr_uppercase.h: Likewise.
10762         * lib/unictype/pr_variation_selector.h: Likewise.
10763         * lib/unictype/pr_white_space.h: Likewise.
10764         * lib/unictype/pr_xid_continue.h: Likewise.
10765         * lib/unictype/pr_xid_start.h: Likewise.
10766         * lib/unictype/pr_zero_width.h: Likewise.
10767         * lib/unictype/scripts.h: Likewise.
10768         * lib/unictype/scripts_byname.gperf: Likewise.
10769         * lib/unictype/sy_c_ident.h: Likewise.
10770         * lib/unictype/sy_c_whitespace.h: Likewise.
10771         * lib/unictype/sy_java_ident.h: Likewise.
10772         * lib/unictype/sy_java_whitespace.h: Likewise.
10773
10774         * lib/unictype/Makefile: New file.
10775         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
10776         glibc.
10777         * lib/unictype/3level.h: New file, copied from glibc.
10778         * lib/unictype/3levelbit.h: New file.
10779
10780 2007-11-11  Bruno Haible  <bruno@clisp.org>
10781
10782         * modules/gperf: New file.
10783         * modules/iconv_open (Depends-on): Add it.
10784         (Makefile.am): Remove the GPERF definition.
10785
10786 2007-11-11  Bruno Haible  <bruno@clisp.org>
10787
10788         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
10789         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
10790
10791 2007-11-11  Bruno Haible  <bruno@clisp.org>
10792
10793         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
10794         (usage): Remove function.
10795
10796 2007-11-11  Bruno Haible  <bruno@clisp.org>
10797
10798         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
10799         gl_FUNC_CEILF_LIBS.
10800         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
10801         gl_FUNC_CEIL_LIBS.
10802         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
10803         gl_FUNC_CEILL_LIBS.
10804         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
10805         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
10806         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
10807
10808 2007-11-11  Bruno Haible  <bruno@clisp.org>
10809
10810         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
10811         roundf were declared but do not exist on functions.
10812         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
10813         roundl were declared but do not exist on functions.
10814         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
10815         HAVE_FLOORL_AND_CEILL, respectively.
10816         Needed for Sun C on Solaris 10.
10817
10818 2007-11-11  Bruno Haible  <bruno@clisp.org>
10819
10820         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
10821         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
10822         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
10823         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
10824         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
10825         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
10826         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10827         HAVE_DECL_ROUNDF.
10828         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
10829         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
10830         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
10831         of HAVE_DECL_ROUND*.
10832         * modules/math (Makefile.am): Update.
10833
10834 2007-11-10  Bruno Haible  <bruno@clisp.org>
10835
10836         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
10837         ptrdiff_t as m4/intl.m4.
10838
10839 2007-11-10  Jim Meyering  <meyering@redhat.com>
10840
10841         Avoid link failure for the argmatch test.
10842         * tests/test-argmatch.c (usage): Define function to avoid a link
10843         failure: argmatch_die requires a usage function.
10844
10845 2007-11-09  Bruno Haible  <bruno@clisp.org>
10846
10847         * doc/functions/snprintf.texi: Mention BeOS deficiency.
10848         * doc/functions/vsnprintf.texi: Likewise.
10849         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
10850         with a size argument < 2.
10851
10852 2007-11-09  Bruno Haible  <bruno@clisp.org>
10853
10854         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
10855         buffer. Fixes an inefficiency introduced on 2007-11-03.
10856
10857 2007-11-09  Bruno Haible  <bruno@clisp.org>
10858
10859         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
10860         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
10861
10862 2007-11-08  Jim Meyering  <meyering@redhat.com>
10863
10864         Change cache variable name prefix "jm_" to "gl_" everywhere.
10865         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
10866         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
10867         * m4/uptime.m4: s/gl_/jm_/
10868
10869 2007-11-07  Bruno Haible  <bruno@clisp.org>
10870
10871         Update to GNU gettext 0.17.
10872         * m4/intl.m4: Update to GNU gettext 0.17.
10873         * m4/po.m4: Likewise.
10874         * modules/gettext (Files): Remove m4/ulonglong.m4.
10875         (configure.ac): Require gettext infrastructure from version 0.17.
10876
10877 2007-11-06  Bruno Haible  <bruno@clisp.org>
10878
10879         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
10880         symbolic values are not defined in a public header.
10881         * lib/freadable.c (freadable) [QNX]: Likewise.
10882         * lib/freadahead.c (freadahead) [QNX]: Likewise.
10883         * lib/freading.c (freading) [QNX]: Likewise.
10884         * lib/fseterr.c (fseterr) [QNX]: Likewise.
10885         * lib/fwritable.c (fwritable) [QNX]: Likewise.
10886         * lib/fwriting.c (fwriting) [QNX]: Likewise.
10887         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
10888         Reported by Alain Magloire.
10889
10890         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
10891
10892 2007-11-05  Bruno Haible  <bruno@clisp.org>
10893
10894         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
10895         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
10896         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
10897         Reported by Eric Blake.
10898
10899 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10900             Bruno Haible  <bruno@clisp.org>
10901
10902         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
10903         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
10904         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
10905         (malloc): Undefine also before including <stdlib.h>.
10906         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
10907         Needed on OSF/1 4.0.
10908
10909 2007-11-05  Jim Meyering  <meyering@redhat.com>
10910
10911         git-version-gen: sync from coreutils.
10912         * build-aux/git-version-gen: Add comments.
10913         Change the first '-' to '.' in the snapshot version string,
10914         e.g., 6.9-377-08144 -> 6.9.377-08144
10915         Remove first parameter.
10916         Don't declare a version "-dirty" merely because a time
10917         stamp has changed.
10918
10919 2007-11-04  Bruno Haible  <bruno@clisp.org>
10920
10921         * lib/lock.h: Protect all macro definitions containing an 'if'
10922         statement through a "do { ... } while (0)".
10923         * lib/tls.h: Likewise.
10924
10925 2007-11-04  Bruno Haible  <bruno@clisp.org>
10926
10927         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10928
10929 2007-11-04  Bruno Haible  <bruno@clisp.org>
10930
10931         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10932         * modules/fprintf-posix (Depends-on): Add nocrash.
10933         * modules/snprintf-posix (Depends-on): Likewise.
10934         * modules/sprintf-posix (Depends-on): Likewise.
10935         * modules/vasnprintf-posix (Depends-on): Likewise.
10936         * modules/vasprintf-posix (Depends-on): Likewise.
10937         * modules/vfprintf-posix (Depends-on): Likewise.
10938         * modules/vsnprintf-posix (Depends-on): Likewise.
10939         * modules/vsprintf-posix (Depends-on): Likewise.
10940         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10941         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10942         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10943         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10944         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10945         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10946         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10947
10948 2007-11-04  Bruno Haible  <bruno@clisp.org>
10949
10950         * modules/nocrash: New file.
10951         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10952         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10953
10954 2007-11-04  Bruno Haible  <bruno@clisp.org>
10955
10956         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10957         precision handling.
10958         * tests/test-vasprintf-posix.c (test_function): Likewise.
10959         * tests/test-snprintf-posix.h (test_function): Likewise.
10960         * tests/test-sprintf-posix.h (test_function): Likewise.
10961
10962         Fix *printf behaviour for large precisions on mingw and BeOS.
10963         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10964         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10965         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10966         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10967         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10968         gl_PRINTF_PRECISION and test its result. Invoke
10969         gl_PREREQ_VASNPRINTF_PRECISION.
10970         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10971         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10972         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10973         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10974         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10975         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10976         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10977         * doc/functions/fprintf.texi: Update.
10978         * doc/functions/printf.texi: Update.
10979         * doc/functions/snprintf.texi: Update.
10980         * doc/functions/sprintf.texi: Update.
10981         * doc/functions/vfprintf.texi: Update.
10982         * doc/functions/vprintf.texi: Update.
10983         * doc/functions/vsnprintf.texi: Update.
10984         * doc/functions/vsprintf.texi: Update.
10985
10986 2007-11-04  Bruno Haible  <bruno@clisp.org>
10987
10988         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10989
10990 2007-11-04  Bruno Haible  <bruno@clisp.org>
10991
10992         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10993         Reported by Sylvain Beucler <beuc@gnu.org>.
10994
10995 2007-11-03  Bruno Haible  <bruno@clisp.org>
10996
10997         * tests/test-fprintf-posix2.sh: New file.
10998         * tests/test-fprintf-posix2.c: New file.
10999         * modules/fprintf-posix-tests (Files): Add them.
11000         (TESTS): Add test-fprintf-posix2.sh.
11001         (configure.ac): Check for getrlimit and setrlimit.
11002         (check_PROGRAMS): Add test-fprintf-posix2.
11003
11004         * tests/test-printf-posix2.sh: New file.
11005         * tests/test-printf-posix2.c: New file.
11006         * modules/printf-posix-tests (Files): Add them.
11007         (TESTS): Add test-printf-posix2.sh.
11008         (configure.ac): Check for getrlimit and setrlimit.
11009         (check_PROGRAMS): Add test-printf-posix2.
11010
11011         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
11012         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
11013         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
11014         (decode_double): New function, copied from decode_long_double.
11015         (scale10_round_decimal_decoded): New function, extracted from
11016         scale10_round_decimal_long_double.
11017         (scale10_round_decimal_long_double): Use it.
11018         (scale10_round_decimal_double): New function.
11019         (floorlog10): New function.
11020         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
11021         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
11022         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11023         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11024         gl_PRINTF_ENOMEM and test its result. Invoke
11025         gl_PREREQ_VASNPRINTF_ENOMEM.
11026         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11027         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11028         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11029         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11030         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11031         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11032         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11033         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
11034         * modules/snprintf-posix (Depends-on): Likewise.
11035         * modules/sprintf-posix (Depends-on): Likewise.
11036         * modules/vasnprintf-posix (Depends-on): Likewise.
11037         * modules/vasprintf-posix (Depends-on): Likewise.
11038         * modules/vfprintf-posix (Depends-on): Likewise.
11039         * modules/vsnprintf-posix (Depends-on): Likewise.
11040         * modules/vsprintf-posix (Depends-on): Likewise.
11041         * doc/functions/fprintf.texi: Update.
11042         * doc/functions/printf.texi: Update.
11043         * doc/functions/snprintf.texi: Update.
11044         * doc/functions/sprintf.texi: Update.
11045         * doc/functions/vfprintf.texi: Update.
11046         * doc/functions/vprintf.texi: Update.
11047         * doc/functions/vsnprintf.texi: Update.
11048         * doc/functions/vsprintf.texi: Update.
11049
11050 2007-11-03  Bruno Haible  <bruno@clisp.org>
11051
11052         * modules/frexp-nolibm-tests: New file.
11053
11054         * modules/frexp-nolibm: New file.
11055         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
11056
11057 2007-11-03  Bruno Haible  <bruno@clisp.org>
11058
11059         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
11060         value is C99 compliant.
11061         Needed for OSF/1 5.1.
11062
11063 2007-11-03  Bruno Haible  <bruno@clisp.org>
11064
11065         Fix out-of-memory handling of vasnprintf.
11066         * lib/printf-parse.c: Include <errno.h>.
11067         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
11068         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
11069         is already set.
11070
11071 2007-11-02  Eric Blake  <ebb9@byu.net>
11072
11073         Fix tests on cygwin.
11074         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
11075
11076 2007-11-01  Bruno Haible  <bruno@clisp.org>
11077
11078         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
11079         warning.
11080         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
11081         needed for POSIX compatibility.
11082
11083 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11084
11085         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11086         for compatibility with GNU.
11087
11088 2007-11-01  Bruno Haible  <bruno@clisp.org>
11089
11090         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11091         (putenv): Renamed from rpl_putenv. Change argument type from
11092         'const char *' to 'char *'.
11093         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11094         of defining putenv in config.h, just set REPLACE_PUTENV.
11095         * modules/putenv (Depends-on): Add stdlib.
11096         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11097         (Include): Use <stdlib.h>.
11098         * lib/stdlib.in.h (putenv): New declaration.
11099         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11100         REPLACE_PUTENV.
11101         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11102         REPLACE_PUTENV.
11103         Needed for MacOS X 10.5.0.
11104         Reported by Peter O'Gorman <peter@pogma.com>.
11105
11106 2007-11-01  Jim Meyering  <meyering@redhat.com>
11107
11108         Treat an empty date string exactly like "0".
11109         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11110         if the remaining date string (to be parsed) is empty, use "0".
11111         Reported by Mischa Molhoek and discussed in this thread:
11112         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11113
11114 2007-10-31  Bruno Haible  <bruno@clisp.org>
11115
11116         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11117         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11118         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11119         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11120         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11121         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11122
11123 2007-10-31  Bruno Haible  <bruno@clisp.org>
11124
11125         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11126         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11127         (AC_TYPE_LONG_LONG_INT): Use it.
11128         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11129         it as well.
11130         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11131         to m4/longlong.m4.
11132         * modules/stdint (Files): Remove m4/ulonglong.m4.
11133         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11134         m4/ulonglong.m4.
11135         * modules/strtoumax (Files): Likewise.
11136
11137 2007-10-30  Bruno Haible  <bruno@clisp.org>
11138
11139         * modules/xvasprintf-posix: New file.
11140         Suggested by Eric Blake.
11141
11142 2007-10-30  Bruno Haible  <bruno@clisp.org>
11143
11144         * modules/xprintf-posix-tests: New file.
11145         * tests/test-xprintf-posix.sh: New file.
11146         * tests/test-xprintf-posix.c: New file.
11147         * tests/test-xfprintf-posix.c: New file.
11148
11149         * modules/xprintf-posix: New file.
11150
11151 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11152
11153         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11154         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11155         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11156
11157 2007-10-29  Bruno Haible  <bruno@clisp.org>
11158
11159         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11160         contain the special marker '_cv_'.
11161         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11162         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11163         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11164         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11165         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11166         Reported by Ralf Wildenhues.
11167
11168 2007-10-29  Bruno Haible  <bruno@clisp.org>
11169
11170         * gnulib-tool (func_import): When --lgpl is not specified, set
11171         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11172         GPLv3.
11173         Reported by Simon Josefsson.
11174
11175 2007-10-28  Bruno Haible  <bruno@clisp.org>
11176
11177         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11178         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11179         HAVE_DECL_ISFINITE.
11180         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11181         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11182         HAVE_DECL_ISFINITE.
11183
11184 2007-10-28  Bruno Haible  <bruno@clisp.org>
11185
11186         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11187         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11188
11189 2007-10-28  Bruno Haible  <bruno@clisp.org>
11190
11191         Fix link errors with Sun C 5.0 on Solaris 10.
11192         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11193         function is declared but not present in the compiler's libm.
11194         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11195         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11196         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11197         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11198         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11199         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11200         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11201         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11202         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11203         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11204         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11205         HAVE_DECL_FLOORL.
11206
11207 2007-10-28  Bruno Haible  <bruno@clisp.org>
11208
11209         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11210         gl_FUNC_FLOORL. Cache the result.
11211         (gl_FUNC_FLOORL): Use it.
11212         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11213         gl_FUNC_CEILL. Cache the result.
11214         (gl_FUNC_CEILL): Use it.
11215
11216         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11217         gl_FUNC_FLOOR. Cache the result.
11218         (gl_FUNC_FLOOR): Use it.
11219         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11220         gl_FUNC_CEIL. Cache the result.
11221         (gl_FUNC_CEIL): Use it.
11222
11223         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11224         gl_FUNC_FLOORF. Cache the result.
11225         (gl_FUNC_FLOORF): Use it.
11226         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11227         gl_FUNC_CEILF. Cache the result.
11228         (gl_FUNC_CEILF): Use it.
11229
11230 2007-10-28  Bruno Haible  <bruno@clisp.org>
11231
11232         * gnulib-tool: Allow specifying the LGPL version number through
11233         --lgpl=2 or --lgpl=3.
11234         (func_usage): Document --lgpl with argument.
11235         Handle --lgpl=... arguments.
11236         (func_import): Recognize also gl_LGPL calls with an argument. When
11237         --lgpl=2 is used and the module's license is just LGPL, report an
11238         error. Set sed_transform_lib_file according to the lgpl variable. In
11239         the generated files, use --lgpl or gl_LGPL invocations with argument,
11240         if necessary.
11241         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11242         an LGPv2+ license.
11243         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11244         gl_LGPL macro.
11245
11246 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11247             Bruno Haible  <bruno@clisp.org>
11248
11249         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11250         (u16_uctomb_aux): Likewise.
11251         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11252         !HAVE_INLINE.
11253         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11254
11255 2007-10-28  Bruno Haible  <bruno@clisp.org>
11256
11257         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11258         Invoke AM_GETTEXT_OPTION if it exists.
11259         * modules/vasprintf: Likewise.
11260         * modules/verror: Likewise.
11261         * modules/xprintf: Likewise.
11262         * modules/xvasprintf: Likewise.
11263
11264 2007-10-27  Ben Pfaff  <blp@gnu.org>
11265
11266         * lib/math.in.h: Define isfinite macro and prototypes for
11267         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11268         implementations.
11269         * m4/math_h.m4: New substitutions for isfinite module.
11270         * lib/isfinite.c: New file.
11271         * m4/isfinite.m4: New file.
11272         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11273         * modules/isfinite: New file.
11274         * modules/isfinite-tests: New file.
11275         * tests/tests-isfinite.c: New file.
11276         * doc/functions/isfinite.texi: Mention isfinite module.
11277         * MODULES.html.sh: Mention new module.
11278
11279 2007-10-27  Ben Pfaff  <blp@gnu.org>
11280
11281         Ralf Wildenhues reported that Tru64 4.0D declares the round
11282         functions but does not have definitions.
11283         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11284         cannot be found in any library, set the output variable to
11285         "missing" instead of "".
11286         * m4/round.m4: Also use our substitute if we cannot find round in
11287         any library, even if it is declared.
11288         * m4/roundf.m4: Likewise for roundf.
11289         * m4/roundl.m4: Likewise for roundl.
11290         * lib/math.in.h: Undefine roundf, round, roundl before defining
11291         their replacements, to allow for hypothetical systems where these
11292         may be defined as macros but not available in libraries.
11293
11294 2007-10-27  Bruno Haible  <bruno@clisp.org>
11295
11296         * doc/gnulib.texi: Invoke @firstparagraphindent.
11297         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11298         changes in gnulib.
11299         (Source changes): New section.
11300
11301 2007-10-26  Bruno Haible  <bruno@clisp.org>
11302
11303         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11304         borrowed from autoconf.
11305
11306 2007-10-26  Bruno Haible  <bruno@clisp.org>
11307
11308         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11309         strerror returned the empty string. Needed on HP-UX 11.00.
11310
11311 2007-10-24  Micah Cowan  <micah@cowan.name>
11312
11313         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11314         * build-aux/bootstrap: Remove support for now-unnecessary option,
11315         --cvs-user, and envvars CVS_USER, CVS_RSH.
11316
11317 2007-10-24  Jim Meyering  <meyering@redhat.com>
11318
11319         Avoid diagnostics from sha1sum when there is no cached checksum.
11320         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11321         if the po.s1 file hasn't been created yet.
11322
11323         * build-aux/bootstrap: Sync from coreutils:
11324         2007-10-24  Jim Meyering  <meyering@redhat.com>
11325         Get gnulib from the git repository, not from an obsolete cvs one.
11326         * build-aux/bootstrap: Suggestion from Micah Cowan.
11327         2007-10-04  Jim Meyering  <jim@meyering.net>
11328         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11329         (update_po_files): Work also when there are no .po files in po/.
11330
11331 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11332
11333         * README: Append ".git" to git and cg examples.
11334         Problem reported by Benoit Sigoure.
11335
11336 2007-10-23  Micah Cowan  <micah@cowan.name>
11337
11338         * users.txt: Add wget.
11339
11340 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11341
11342         Fix linking of some unistdio tests on FreeBSD.
11343         * modules/unistdio/u16-vsnprintf-tests
11344         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11345         * modules/unistdio/u16-vsprintf-tests
11346         (test_u16_vsnprintf1_LDADD): Likewise.
11347         * modules/unistdio/u32-vsnprintf-tests
11348         (test_u32_vsnprintf1_LDADD): Likewise.
11349         * modules/unistdio/u32-vsprintf-tests
11350         (test_u32_vsprintf1_LDADD): Likewise.
11351         * modules/unistdio/u8-vsnprintf-tests
11352         (test_u8_vsnprintf1_LDADD): Likewise.
11353         * modules/unistdio/u8-vsprintf-tests
11354         (test_u8_vsprintf1_LDADD): Likewise.
11355         * modules/unistdio/ulc-vsnprintf-tests
11356         (test_ulc_vsnprintf1_LDADD): Likewise.
11357         * modules/unistdio/ulc-vsprintf-tests
11358         (test_ulc_vsprintf1_LDADD): Likewise.
11359
11360         Fix linking of some uniconv tests on FreeBSD.
11361         * modules/uniconv/u16-conv-from-enc-tests
11362         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11363         * modules/uniconv/u16-conv-to-enc-tests
11364         (test_u16_conv_to_enc_LDADD): Likewise.
11365         * modules/uniconv/u16-strconv-from-enc-tests
11366         (test_u16_strconv_from_enc_LDADD): Likewise.
11367         * modules/uniconv/u16-strconv-to-enc-tests
11368         (test_u16_strconv_to_enc_LDADD): Likewise.
11369         * modules/uniconv/u32-conv-from-enc-tests
11370         (test_u32_conv_from_enc_LDADD): Likewise.
11371         * modules/uniconv/u32-conv-to-enc-tests
11372         (test_u32_conv_to_enc_LDADD): Likewise.
11373         * modules/uniconv/u32-strconv-from-enc-tests
11374         (test_u32_strconv_from_enc_LDADD): Likewise.
11375         * modules/uniconv/u32-strconv-to-enc-tests
11376         (test_u32_strconv_to_enc_LDADD): Likewise.
11377         * modules/uniconv/u8-conv-from-enc-tests
11378         (test_u8_conv_from_enc_LDADD): Likewise.
11379         * modules/uniconv/u8-conv-to-enc-tests
11380         (test_u8_conv_to_enc_LDADD): Likewise.
11381         * modules/uniconv/u8-strconv-from-enc-tests
11382         (test_u8_strconv_from_enc_LDADD): Likewise.
11383         * modules/uniconv/u8-strconv-to-enc-tests
11384         (test_u8_strconv_to_enc_LDADD): Likewise.
11385
11386 2007-10-22  Bruno Haible  <bruno@clisp.org>
11387
11388         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11389         size.
11390
11391 2007-10-22  Eric Blake  <ebb9@byu.net>
11392
11393         Tweak x*printf documentation.
11394         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11395         variable name and comments.
11396         Suggested by Bruno Haible.
11397
11398 2007-10-22  Bruno Haible  <bruno@clisp.org>
11399
11400         * lib/acl.c (copy_acl): Fix file name in comment.
11401
11402 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         Fix Tru64 problem with stdbool.h.
11405         * lib/stdbool.in.h (false, true):
11406         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11407         Don't declare as an enum in this situation; it runs afoul of Tru64.
11408         Problem reported by Steven M. Schweda in
11409         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11410
11411 2007-10-22  Eric Blake  <ebb9@byu.net>
11412
11413         Also wrap vf?printf.
11414         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11415         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11416         (xvprintf, xvfprintf): New functions.
11417
11418 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11419
11420         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11421         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11422
11423         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11424         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11425
11426 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11427
11428         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11429         by Bruno Haible.
11430
11431 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11432
11433         * lib/getloadavg.c
11434         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11435         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11436
11437         * tests/test-i-ring.c: Work for C89.
11438
11439 2007-10-22  Bruno Haible  <bruno@clisp.org>
11440
11441         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11442         -1u, in preprocessor expression, so that we don't test for the bug
11443         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11444         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11445
11446 2007-10-22  Eric Blake  <ebb9@byu.net>
11447
11448         * tests/test-yesno.sh: Silence stderr during test.
11449
11450 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11451
11452         * modules/crypto/gc-camellia: New file.
11453
11454         * m4/gc-camellia.m4: New file.
11455
11456         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11457
11458         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11459
11460 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11461
11462         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11463         --help to stdout.  Reported by sms@antinode.org (Steven
11464         M. Schweda).
11465
11466 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11467
11468         * users.txt: Fix link to libksba.
11469
11470 2007-10-21  Ben Pfaff  <blp@gnu.org>
11471
11472         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11473         round.c roundf implementation that depends on floorf and ceilf to
11474         be tested unconditionally.
11475
11476 2007-10-21  Ben Pfaff  <blp@gnu.org>
11477
11478         * m4/check-libm-func.m4: Removed.
11479         * m4/check-math-lib.m4: New file.
11480         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11481         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11482         definition and lack of AC_LIBOBJ([roundf]).
11483         * m4/roundl.m4: Ditto, and similarly for roundl.
11484         * modules/round: Reference new m4 file.
11485         * modules/roundf: Ditto.
11486         * modules/roundl: Ditto.
11487         * tests/test-round2.c (main): Use ROUND instead of round.
11488         Bug report from Bruno Haible.
11489
11490 2007-10-21  Bruno Haible  <bruno@clisp.org>
11491
11492         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11493         context.
11494
11495 2007-10-21  Bruno Haible  <bruno@clisp.org>
11496
11497         * tests/test-wcwidth.c (main): Allow negative result for some control
11498         characters.
11499
11500         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11501         Needed on OSF/1 5.1.
11502
11503 2007-10-21  Bruno Haible  <bruno@clisp.org>
11504
11505         * tests/test-floorf1.c: Include isnanf.h.
11506         (main): Use isnanf() instead of isnan().
11507         * tests/test-ceilf1.c: Include isnanf.h.
11508         (main): Use isnanf() instead of isnan().
11509         * tests/test-truncf1.c: Include isnanf.h.
11510         (main): Use isnanf() instead of isnan().
11511         * tests/test-roundf1.c: Include isnanf.h.
11512         (main): Use isnanf() instead of isnan().
11513
11514 2007-10-21  Eric Blake  <ebb9@byu.net>
11515
11516         * users.txt: Update URL for m4.
11517
11518 2007-10-21  Bruno Haible  <bruno@clisp.org>
11519
11520         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11521
11522 2007-10-21  Bruno Haible  <bruno@clisp.org>
11523
11524         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11525         Git's management files if the CVS files are not present.
11526
11527 2007-10-20  Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11530         gcc-3.4.x.
11531
11532 2007-10-20  Ben Pfaff  <blp@gnu.org>
11533
11534         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11535         implementations.
11536         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11537         * lib/round.c: New file.
11538         * lib/roundf.c: New file.
11539         * lib/roundl.c: New file.
11540         * m4/round.m4: New file.
11541         * m4/roundf.m4: New file.
11542         * m4/roundl.m4: New file.
11543         * m4/check-libm-func-m4: New file.
11544         * modules/math: Replace round, roundf, roundl related @VARS@ in
11545         math.in.h.
11546         * modules/round: New file.
11547         * modules/round-tests: New file.
11548         * modules/roundf: New file.
11549         * modules/roundf-tests: New file.
11550         * modules/roundl: New file.
11551         * modules/roundl-tests: New file.
11552         * tests/test-round1.c: New file.
11553         * tests/test-round2.c: New file.
11554         * tests/test-roundf1.c: New file.
11555         * tests/test-roundf2.c: New file.
11556         * tests/test-roundl.c: New file.
11557         * doc/functions/round.texi: Mention round module.
11558         * doc/functions/roundf.texi: Mention roundf module.
11559         * doc/functions/roundl.texi: Mention roundl module.
11560         * MODULES.html.sh: Mention new modules.
11561         Thanks to Bruno Haible for suggestions.
11562
11563 2007-10-20  Jim Meyering  <meyering@redhat.com>
11564
11565         * lib/xprintf.c: Include <config.h> unconditionally.
11566
11567         Change xprintf's license to GPL.
11568         * modules/xprintf (License): s/LGPL/GPL/, since this module
11569         depends on modules (exit and exitfail) which are GPL.
11570         Suggestion from Bruno Haible.
11571
11572         xprintf fixes.
11573         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11574         Use a clearer diagnostic.
11575         Patch from Bruno Haible.
11576
11577 2007-10-20  Bruno Haible  <bruno@clisp.org>
11578
11579         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11580         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11581         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11582
11583 2007-10-20  Bruno Haible  <bruno@clisp.org>
11584
11585         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11586         precision in the comparison result > x - 1 or similar.
11587         * tests/test-ceilf2.c (correct_result_p): Likewise.
11588         * tests/test-truncf2.c (correct_result_p): Likewise.
11589         * tests/test-trunc2.c (correct_result_p): Likewise.
11590         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11591
11592 2007-10-20  Bruno Haible  <bruno@clisp.org>
11593
11594         * modules/ceil: New file.
11595         * m4/ceil.m4: New file.
11596         * doc/functions/ceil.texi: Mention the 'ceil' module.
11597
11598 2007-10-20  Bruno Haible  <bruno@clisp.org>
11599
11600         * modules/floor: New file.
11601         * m4/floor.m4: New file.
11602         * doc/functions/floor.texi: Mention the 'floor' module.
11603
11604 2007-10-20  Bruno Haible  <bruno@clisp.org>
11605
11606         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11607         of %a.
11608         * modules/floorf-tests (Depends-on): Likewise.
11609         * modules/truncf-tests (Depends-on): Likewise.
11610         * modules/trunc-tests (Depends-on): Likewise.
11611         Reported by Ben Pfaff.
11612
11613 2007-10-19  Jim Meyering  <meyering@redhat.com>
11614
11615         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11616         Don't bother testing specific errno values.  Just test ferror.
11617
11618         New module: xprintf
11619         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11620
11621 2007-10-19  Bruno Haible  <bruno@clisp.org>
11622
11623         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11624         syntax.
11625         * modules/javaexec (Makefile.am): Likewise.
11626         * modules/relocatable-prog (Makefile.am): Likewise.
11627         Suggested by Jim Meyering.
11628
11629 2007-10-18  Bruno Haible  <bruno@clisp.org>
11630
11631         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11632         Reported by Jim Meyering.
11633
11634 2007-10-18  Eric Blake  <ebb9@byu.net>
11635
11636         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11637
11638 2007-10-18  Bruno Haible  <bruno@clisp.org>
11639
11640         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11641         the format string into writable memory. Needed in Fortify conditions.
11642
11643 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11644             Bruno Haible  <bruno@clisp.org>
11645
11646         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11647         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11648         * modules/trim (Depends-on): Add mbchar.
11649         (configure.ac): Add gl_FUNC_MBRTOWC.
11650         (Makefile.am): Augment lib_SOURCES.
11651
11652 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11653
11654         Modify glob.c to use fstatat and dirfd, to simplify it.
11655         Suggested by Eric Blake.
11656         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11657         Don't include <stdbool.h>; not used.
11658         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11659         (link_exists_p): Simplify implementation, since we can now assume
11660         dirfd and fstatat.
11661         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11662
11663 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11664
11665         * gnulib-tool (func_get_dependencies): Fix sed script to
11666         match only tests.
11667
11668 2007-10-17  Bruno Haible  <bruno@clisp.org>
11669
11670         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11671         allow locale names without encoding suffix.
11672         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11673         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11674
11675 2007-10-16  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11678         * lib/getgroups.c (getgroups): Likewise.
11679         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11680
11681 2007-10-16  Bruno Haible  <bruno@clisp.org>
11682
11683         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11684         * modules/malloc-posix (License): Likewise.
11685         * modules/realloc-posix (License): Likewise.
11686         * modules/calloc-posix (License): Likewise.
11687         * modules/intprops (License): Change from GPL to LGPL, with
11688         Paul Eggert's approval.
11689
11690 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11691
11692         Merge glibc changes into lib/glob.c.
11693
11694         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11695         2007-10-15 04:59:03 UTC.  Here are the changes:
11696
11697         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11698
11699         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11700
11701         * lib/glob.c: Add some branch prediction throughout.
11702
11703         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11704
11705         [BZ #5103]
11706         * lib/glob.c (glob): Recognize patterns starting \/.
11707
11708         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11709
11710         [BZ #3996]
11711         * lib/glob.c (attribute_hidden): Define if not defined.
11712         (glob): Unescape dirname, filename or username when needed and not
11713         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11714         is NULL.  Handle unescaped [ in pattern without closing ].
11715         Don't pass GLOB_CHECK down to recursive glob for directories.
11716         (__glob_pattern_type): New function.
11717         (__glob_pattern_p): Implement using __glob_pattern_type.
11718         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11719         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11720         Remove unreachable code.
11721
11722         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11723
11724         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11725         explain why there are no leaks.
11726
11727         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11728
11729         [BZ #3253]
11730         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11731         time, rather allocate increasingly bigger arrays of pointers, if
11732         possible with alloca, if too large with malloc.
11733
11734 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11735
11736         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
11737         Problem reported by H.Merijn Brand in
11738         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
11739         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
11740         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11741
11742 2007-10-15  Bruno Haible  <bruno@clisp.org>
11743
11744         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
11745         with explicit rpl_ prefix.
11746         * lib/fopen.c (fopen): Likewise.
11747         * lib/freopen.c (freopen): Likewise.
11748         * lib/iconv.c (iconv): Likewise.
11749         * lib/iconv_close.c (iconv_close): Likewise.
11750
11751 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11752
11753         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
11754
11755 2007-10-15  Bruno Haible  <bruno@clisp.org>
11756
11757         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
11758         <stddef.h> instead of <stdlib.h> since we only need NULL.
11759         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11760
11761 2007-10-15  Bruno Haible  <bruno@clisp.org>
11762
11763         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
11764         Replace paragraph talking about LIBOBJS.
11765         Reported by Colin Watson <cjwatson@debian.org>.
11766
11767 2007-10-15  Bruno Haible  <bruno@clisp.org>
11768
11769         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
11770         <stdlib.h> before using NULL.
11771
11772 2007-10-15  Simon Josefsson  <simon@josefsson.org>
11773
11774         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
11775         Reported by Albert Chin <china@thewrittenword.com>.
11776
11777 2007-10-14  Bruno Haible  <bruno@clisp.org>
11778
11779         * modules/iconv_open-utf-tests: New file.
11780         * tests/test-iconv-utf.c: New file.
11781
11782         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
11783         * modules/iconv_open-utf: New file.
11784         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
11785         (iconv, iconv_close): New declarations.
11786         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
11787         be defined.
11788         (iconv_open): Add special handling of conversion between UTF-8 and
11789         UTF-{16,32}{BE,LE}.
11790         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
11791         * lib/iconv_close.c: New file.
11792         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
11793         gl_FUNC_ICONV_OPEN.
11794         (gl_FUNC_ICONV_OPEN): Use it.
11795         (gl_FUNC_ICONV_OPEN_UTF): New macro.
11796         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
11797         and REPLACE_ICONV_UTF.
11798         * modules/iconv_open (Depends-on): Add c-strcase.
11799         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
11800         ICONV_CONST.
11801         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
11802
11803 2007-10-13  Albert Chin  <china@thewrittenword.com>
11804             Bruno Haible  <bruno@clisp.org>
11805
11806         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
11807         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
11808
11809 2007-10-13  Bruno Haible  <bruno@clisp.org>
11810
11811         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
11812         defined, use the ISO C99 inline semantics.
11813         * lib/argp.h (ARGP_EI): Likewise.
11814
11815 2007-10-13  Bruno Haible  <bruno@clisp.org>
11816
11817         Handle 'inline' change in gcc 4.3.0.
11818         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
11819         argp_fmtstream_write, argp_fmtstream_set_lmargin,
11820         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
11821         argp_fmtstream_point): Disable 'extern' declaration if the function
11822         definition is going to be provided inline.
11823         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
11824         semantics, not the ISO C99 inline semantics.
11825         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
11826         'extern' declaration if the function definition is going to be provided
11827         inline.
11828         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
11829         the GNU C inline semantics, not the ISO C99 inline semantics. With
11830         GCC 4.2, avoid a warning.
11831
11832 2007-10-13  Bruno Haible  <bruno@clisp.org>
11833
11834         * lib/freading.h (freading): Enable the use of __freading for
11835         glibc >= 2.7.
11836         * lib/freading.c (freading): Likewise.
11837
11838 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11839
11840         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
11841         "warning: C99 inline functions are not supported; using GNU89".
11842
11843 2007-10-12  Bruno Haible  <bruno@clisp.org>
11844
11845         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
11846         of 2.
11847         * tests/test-ceilf2.c: New file.
11848         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
11849
11850         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
11851         * modules/ceilf-tests: Update.
11852
11853 2007-10-12  Bruno Haible  <bruno@clisp.org>
11854
11855         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
11856         of 2.
11857         * tests/test-floorf2.c: New file.
11858         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
11859
11860         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
11861         * modules/floorf-tests: Update.
11862
11863 2007-10-12  Bruno Haible  <bruno@clisp.org>
11864
11865         * tests/test-trunc2.c: New file.
11866         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
11867
11868         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
11869         * modules/trunc-tests: Update.
11870
11871 2007-10-12  Bruno Haible  <bruno@clisp.org>
11872
11873         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
11874         of 2.
11875         * tests/test-truncf2.c: New file.
11876         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
11877
11878         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
11879         * modules/truncf-tests: Update.
11880
11881 2007-10-11  Eric Blake  <ebb9@byu.net>
11882
11883         Don't claim strerror is broken on Interix.
11884         * doc/functions/strerror.texi (strerror): Known broken systems are
11885         now Solaris 8, and not Interix.
11886         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
11887         Interix on cross-compile.
11888         Reported by Martin Koeppe in
11889         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
11890
11891 2007-10-11  Bruno Haible  <bruno@clisp.org>
11892
11893         * modules/i-ring-tests: New file.
11894         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
11895         instead of assert.
11896
11897 2007-10-11  Bruno Haible  <bruno@clisp.org>
11898
11899         * modules/filenamecat-tests: New file.
11900         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
11901         * lib/filenamecat.c: Remove test code.
11902
11903 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11904
11905         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
11906
11907         * lib/strerror.c: Include <string.h> always, to test interface,
11908         and to remove the need for the dummy.
11909         Include intprops.h to compute width instead of doing it ourselves
11910         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11911         (strerror): Define it to return NULL if there's no system strerror.
11912         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11913         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11914         ancient pre-strerror Unix systems well any more.  Saying "unknown
11915         system error" is enough.
11916         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11917         simpler strerror.c implementation.
11918         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11919         Simplify the tests to reflect the simpler strerror implementation.
11920         * modules/strerror (Depends-on): Add intprops.
11921
11922 2007-10-09  Eric Blake  <ebb9@byu.net>
11923
11924         Silence test-fpending.
11925         * modules/fpending-tests (Files): Add wrapper script.
11926         * tests/test-fpending.sh: New file.
11927
11928 2007-10-09  Bruno Haible  <bruno@clisp.org>
11929
11930         * MODULES.html.sh (func_module): Don't create a hyperlink for
11931         function names like 'printf_frexp'.
11932         (Misc): Add crc, memxor.
11933         (Characteristics of floating types): New section.
11934         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11935         isnanf-nolibm, signbit, trunc, truncf, truncl.
11936         (Enhancements for ISO C 99 functions): New subsection Input/output.
11937         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11938         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11939         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11940         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11941         (Enhancements for POSIX:2001 functions): Add chdir-long.
11942         (File system functions): Add areadlink, chdir-safer, read-file.
11943         Remove cycle-check.
11944         (File system as inode set): New section.
11945         (Date and time): Add gethrxtime.
11946         (Multithreading): Add openmp.
11947         (Internationalization functions): Add localename.
11948         (Unicode string functions): Add unistr/u*-mbsnlen.
11949         (Support for maintaining and releasing projects): Add git-version-gen.
11950         (Lone files): Remove directories.
11951
11952 2007-10-08  Ben Pfaff  <blp@gnu.org>
11953
11954         * lib/xmalloca.h: Fix typo in comment.
11955
11956 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11957
11958         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11959         when avoiding problems with integer overflow.  Use a portable test
11960         instead.
11961
11962 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11963
11964         * modules/dummy (License): Change to LGPLv2+.
11965         * modules/float (License): Likewise
11966         * modules/realloc (License): Likewise
11967         * modules/stdlib (License): Likewise
11968
11969 2007-10-07  Bruno Haible  <bruno@clisp.org>
11970
11971         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11972         * floor.c (TWO_MANT_DIG): Likewise.
11973         * ceil.c (TWO_MANT_DIG): Likewise.
11974         Reported by Ben Pfaff.
11975
11976 2007-10-07  Bruno Haible  <bruno@clisp.org>
11977
11978         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11979         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11980         * lib/frexp.c (FUNC): Likewise.
11981         * lib/printf-frexp.h (printf_frexp): Likewise.
11982         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11983         * lib/printf-frexp.c (FUNC): Likewise.
11984         Suggested by Jim Meyering.
11985
11986 2007-10-07  Jim Meyering  <meyering@redhat.com>
11987
11988         Make xnanosleep's integer overflow test more robust.
11989         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11990         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11991
11992 2007-10-07  Bruno Haible  <bruno@clisp.org>
11993
11994         * NEWS: Mention the license change.
11995
11996         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11997         abbreviations in the modules files.
11998
11999         Change copyright notice from GPLv2+ to GPLv3+.
12000         * README: Change copyright notice.
12001         * MODULES.html.sh: Likewise.
12002         * build-aux/bootstrap.conf: Likewise.
12003         * build-aux/config.libpath: Likewise.
12004         * build-aux/csharpcomp.sh.in: Likewise.
12005         * build-aux/csharpexec.sh.in: Likewise.
12006         * build-aux/install-reloc: Likewise.
12007         * build-aux/javacomp.sh.in: Likewise.
12008         * build-aux/javaexec.sh.in: Likewise.
12009         * build-aux/ldd.sh.in: Likewise.
12010         * build-aux/reloc-ldflags: Likewise.
12011         * build-aux/relocatable.sh.in: Likewise.
12012         * build-aux/x-to-1.in: Likewise.
12013         * check-module: Likewise.
12014         * config/srclistvars.sh: Likewise.
12015         * gnulib-tool: Likewise.
12016         * lib/acl-internal.h: Likewise.
12017         * lib/acl.c: Likewise.
12018         * lib/acl.h: Likewise.
12019         * lib/acl_entries.c: Likewise.
12020         * lib/areadlink-with-size.c: Likewise.
12021         * lib/areadlink.c: Likewise.
12022         * lib/areadlink.h: Likewise.
12023         * lib/argmatch.c: Likewise.
12024         * lib/argmatch.h: Likewise.
12025         * lib/argp-ba.c: Likewise.
12026         * lib/argp-eexst.c: Likewise.
12027         * lib/argp-fmtstream.c: Likewise.
12028         * lib/argp-fmtstream.h: Likewise.
12029         * lib/argp-fs-xinl.c: Likewise.
12030         * lib/argp-help.c: Likewise.
12031         * lib/argp-namefrob.h: Likewise.
12032         * lib/argp-parse.c: Likewise.
12033         * lib/argp-pin.c: Likewise.
12034         * lib/argp-pv.c: Likewise.
12035         * lib/argp-pvh.c: Likewise.
12036         * lib/argp-xinl.c: Likewise.
12037         * lib/argp.h: Likewise.
12038         * lib/at-func.c: Likewise.
12039         * lib/atanl.c: Likewise.
12040         * lib/backupfile.c: Likewise.
12041         * lib/backupfile.h: Likewise.
12042         * lib/basename.c: Likewise.
12043         * lib/binary-io.h: Likewise.
12044         * lib/byteswap.in.h: Likewise.
12045         * lib/c-stack.c: Likewise.
12046         * lib/c-stack.h: Likewise.
12047         * lib/c-strcasestr.c: Likewise.
12048         * lib/c-strcasestr.h: Likewise.
12049         * lib/c-strstr.c: Likewise.
12050         * lib/c-strstr.h: Likewise.
12051         * lib/c-strtod.c: Likewise.
12052         * lib/calloc.c: Likewise.
12053         * lib/canon-host.c: Likewise.
12054         * lib/canon-host.h: Likewise.
12055         * lib/canonicalize-lgpl.c: Likewise.
12056         * lib/canonicalize.c: Likewise.
12057         * lib/canonicalize.h: Likewise.
12058         * lib/ceil.c: Likewise.
12059         * lib/ceilf.c: Likewise.
12060         * lib/ceill.c: Likewise.
12061         * lib/chdir-long.c: Likewise.
12062         * lib/chdir-long.h: Likewise.
12063         * lib/chdir-safer.c: Likewise.
12064         * lib/chdir-safer.h: Likewise.
12065         * lib/chown.c: Likewise.
12066         * lib/classpath.c: Likewise.
12067         * lib/classpath.h: Likewise.
12068         * lib/clean-temp.c: Likewise.
12069         * lib/clean-temp.h: Likewise.
12070         * lib/cloexec.c: Likewise.
12071         * lib/close-stream.c: Likewise.
12072         * lib/closein.c: Likewise.
12073         * lib/closein.h: Likewise.
12074         * lib/closeout.c: Likewise.
12075         * lib/closeout.h: Likewise.
12076         * lib/concat-filename.c: Likewise.
12077         * lib/copy-file.c: Likewise.
12078         * lib/copy-file.h: Likewise.
12079         * lib/count-one-bits.h: Likewise.
12080         * lib/crc.c: Likewise.
12081         * lib/crc.h: Likewise.
12082         * lib/creat-safer.c: Likewise.
12083         * lib/csharpcomp.c: Likewise.
12084         * lib/csharpcomp.h: Likewise.
12085         * lib/csharpexec.c: Likewise.
12086         * lib/csharpexec.h: Likewise.
12087         * lib/cycle-check.c: Likewise.
12088         * lib/cycle-check.h: Likewise.
12089         * lib/diacrit.c: Likewise.
12090         * lib/diacrit.h: Likewise.
12091         * lib/diffseq.h: Likewise.
12092         * lib/dirchownmod.c: Likewise.
12093         * lib/dirent.in.h: Likewise.
12094         * lib/dirfd.c: Likewise.
12095         * lib/dirfd.h: Likewise.
12096         * lib/dirname.c: Likewise.
12097         * lib/dirname.h: Likewise.
12098         * lib/dummy.c: Likewise.
12099         * lib/dup-safer.c: Likewise.
12100         * lib/dup2.c: Likewise.
12101         * lib/eealloc.h: Likewise.
12102         * lib/error.c: Likewise.
12103         * lib/error.h: Likewise.
12104         * lib/euidaccess.c: Likewise.
12105         * lib/exclude.c: Likewise.
12106         * lib/exclude.h: Likewise.
12107         * lib/execute.c: Likewise.
12108         * lib/execute.h: Likewise.
12109         * lib/exitfail.c: Likewise.
12110         * lib/exitfail.h: Likewise.
12111         * lib/expl.c: Likewise.
12112         * lib/fatal-signal.c: Likewise.
12113         * lib/fatal-signal.h: Likewise.
12114         * lib/fbufmode.c: Likewise.
12115         * lib/fbufmode.h: Likewise.
12116         * lib/fchdir.c: Likewise.
12117         * lib/fchmodat.c: Likewise.
12118         * lib/fchownat.c: Likewise.
12119         * lib/fcntl--.h: Likewise.
12120         * lib/fcntl-safer.h: Likewise.
12121         * lib/fcntl.in.h: Likewise.
12122         * lib/fd-safer.c: Likewise.
12123         * lib/fflush.c: Likewise.
12124         * lib/file-has-acl.c: Likewise.
12125         * lib/file-set.c: Likewise.
12126         * lib/file-type.c: Likewise.
12127         * lib/file-type.h: Likewise.
12128         * lib/fileblocks.c: Likewise.
12129         * lib/filemode.c: Likewise.
12130         * lib/filemode.h: Likewise.
12131         * lib/filename.h: Likewise.
12132         * lib/filenamecat.c: Likewise.
12133         * lib/filenamecat.h: Likewise.
12134         * lib/findprog.c: Likewise.
12135         * lib/findprog.h: Likewise.
12136         * lib/float.in.h: Likewise.
12137         * lib/floor.c: Likewise.
12138         * lib/floorf.c: Likewise.
12139         * lib/floorl.c: Likewise.
12140         * lib/fopen-safer.c: Likewise.
12141         * lib/fopen.c: Likewise.
12142         * lib/fpending.c: Likewise.
12143         * lib/fpending.h: Likewise.
12144         * lib/fprintf.c: Likewise.
12145         * lib/fprintftime.h: Likewise.
12146         * lib/fpucw.h: Likewise.
12147         * lib/fpurge.c: Likewise.
12148         * lib/fpurge.h: Likewise.
12149         * lib/freadable.c: Likewise.
12150         * lib/freadable.h: Likewise.
12151         * lib/freadahead.c: Likewise.
12152         * lib/freadahead.h: Likewise.
12153         * lib/freading.c: Likewise.
12154         * lib/freading.h: Likewise.
12155         * lib/free.c: Likewise.
12156         * lib/freopen.c: Likewise.
12157         * lib/frexp.c: Likewise.
12158         * lib/frexpl.c: Likewise.
12159         * lib/fseek.c: Likewise.
12160         * lib/fseterr.c: Likewise.
12161         * lib/fseterr.h: Likewise.
12162         * lib/fstatat.c: Likewise.
12163         * lib/fstrcmp.c: Likewise.
12164         * lib/fstrcmp.h: Likewise.
12165         * lib/fsusage.c: Likewise.
12166         * lib/fsusage.h: Likewise.
12167         * lib/ftell.c: Likewise.
12168         * lib/ftello.c: Likewise.
12169         * lib/fts-cycle.c: Likewise.
12170         * lib/fts.c: Likewise.
12171         * lib/fts_.h: Likewise.
12172         * lib/full-read.c: Likewise.
12173         * lib/full-read.h: Likewise.
12174         * lib/full-write.c: Likewise.
12175         * lib/full-write.h: Likewise.
12176         * lib/fwritable.c: Likewise.
12177         * lib/fwritable.h: Likewise.
12178         * lib/fwriteerror.c: Likewise.
12179         * lib/fwriteerror.h: Likewise.
12180         * lib/fwriting.c: Likewise.
12181         * lib/fwriting.h: Likewise.
12182         * lib/gcd.c: Likewise.
12183         * lib/gcd.h: Likewise.
12184         * lib/getcwd.c: Likewise.
12185         * lib/getdate.h: Likewise.
12186         * lib/getdate.y: Likewise.
12187         * lib/getdomainname.c: Likewise.
12188         * lib/getdomainname.h: Likewise.
12189         * lib/getgroups.c: Likewise.
12190         * lib/gethostname.c: Likewise.
12191         * lib/gethrxtime.c: Likewise.
12192         * lib/gethrxtime.h: Likewise.
12193         * lib/getloadavg.c: Likewise.
12194         * lib/getndelim2.c: Likewise.
12195         * lib/getndelim2.h: Likewise.
12196         * lib/getnline.c: Likewise.
12197         * lib/getnline.h: Likewise.
12198         * lib/getopt.c: Likewise.
12199         * lib/getopt.in.h: Likewise.
12200         * lib/getopt1.c: Likewise.
12201         * lib/getopt_int.h: Likewise.
12202         * lib/getpagesize.h: Likewise.
12203         * lib/getsubopt.c: Likewise.
12204         * lib/gettime.c: Likewise.
12205         * lib/getugroups.c: Likewise.
12206         * lib/getugroups.h: Likewise.
12207         * lib/getusershell.c: Likewise.
12208         * lib/gl_anyavltree_list1.h: Likewise.
12209         * lib/gl_anyavltree_list2.h: Likewise.
12210         * lib/gl_anyhash_list1.h: Likewise.
12211         * lib/gl_anyhash_list2.h: Likewise.
12212         * lib/gl_anylinked_list1.h: Likewise.
12213         * lib/gl_anylinked_list2.h: Likewise.
12214         * lib/gl_anyrbtree_list1.h: Likewise.
12215         * lib/gl_anyrbtree_list2.h: Likewise.
12216         * lib/gl_anytree_list1.h: Likewise.
12217         * lib/gl_anytree_list2.h: Likewise.
12218         * lib/gl_anytree_oset.h: Likewise.
12219         * lib/gl_anytreehash_list1.h: Likewise.
12220         * lib/gl_anytreehash_list2.h: Likewise.
12221         * lib/gl_array_list.c: Likewise.
12222         * lib/gl_array_list.h: Likewise.
12223         * lib/gl_array_oset.c: Likewise.
12224         * lib/gl_array_oset.h: Likewise.
12225         * lib/gl_avltree_list.c: Likewise.
12226         * lib/gl_avltree_list.h: Likewise.
12227         * lib/gl_avltree_oset.c: Likewise.
12228         * lib/gl_avltree_oset.h: Likewise.
12229         * lib/gl_avltreehash_list.c: Likewise.
12230         * lib/gl_avltreehash_list.h: Likewise.
12231         * lib/gl_carray_list.c: Likewise.
12232         * lib/gl_carray_list.h: Likewise.
12233         * lib/gl_linked_list.c: Likewise.
12234         * lib/gl_linked_list.h: Likewise.
12235         * lib/gl_linkedhash_list.c: Likewise.
12236         * lib/gl_linkedhash_list.h: Likewise.
12237         * lib/gl_list.c: Likewise.
12238         * lib/gl_list.h: Likewise.
12239         * lib/gl_oset.c: Likewise.
12240         * lib/gl_oset.h: Likewise.
12241         * lib/gl_rbtree_list.c: Likewise.
12242         * lib/gl_rbtree_list.h: Likewise.
12243         * lib/gl_rbtree_oset.c: Likewise.
12244         * lib/gl_rbtree_oset.h: Likewise.
12245         * lib/gl_rbtreehash_list.c: Likewise.
12246         * lib/gl_rbtreehash_list.h: Likewise.
12247         * lib/gl_sublist.c: Likewise.
12248         * lib/gl_sublist.h: Likewise.
12249         * lib/group-member.c: Likewise.
12250         * lib/group-member.h: Likewise.
12251         * lib/hard-locale.c: Likewise.
12252         * lib/hard-locale.h: Likewise.
12253         * lib/hash-pjw.c: Likewise.
12254         * lib/hash-pjw.h: Likewise.
12255         * lib/hash-triple.c: Likewise.
12256         * lib/hash.c: Likewise.
12257         * lib/hash.h: Likewise.
12258         * lib/human.c: Likewise.
12259         * lib/human.h: Likewise.
12260         * lib/i-ring.c: Likewise.
12261         * lib/i-ring.h: Likewise.
12262         * lib/idcache.c: Likewise.
12263         * lib/imaxabs.c: Likewise.
12264         * lib/imaxdiv.c: Likewise.
12265         * lib/inet_pton.c: Likewise.
12266         * lib/inet_pton.h: Likewise.
12267         * lib/intprops.h: Likewise.
12268         * lib/inttostr.c: Likewise.
12269         * lib/inttostr.h: Likewise.
12270         * lib/inttypes.in.h: Likewise.
12271         * lib/isapipe.c: Likewise.
12272         * lib/isdir.c: Likewise.
12273         * lib/isnan.c: Likewise.
12274         * lib/isnan.h: Likewise.
12275         * lib/isnanf.c: Likewise.
12276         * lib/isnanf.h: Likewise.
12277         * lib/isnanl-nolibm.h: Likewise.
12278         * lib/isnanl.c: Likewise.
12279         * lib/isnanl.h: Likewise.
12280         * lib/javacomp.c: Likewise.
12281         * lib/javacomp.h: Likewise.
12282         * lib/javaexec.c: Likewise.
12283         * lib/javaexec.h: Likewise.
12284         * lib/javaversion.c: Likewise.
12285         * lib/javaversion.h: Likewise.
12286         * lib/javaversion.java: Likewise.
12287         * lib/lbrkprop.h: Likewise.
12288         * lib/lchmod.h: Likewise.
12289         * lib/lchown.c: Likewise.
12290         * lib/ldexpl.c: Likewise.
12291         * lib/linebreak.c: Likewise.
12292         * lib/linebreak.h: Likewise.
12293         * lib/linebuffer.c: Likewise.
12294         * lib/linebuffer.h: Likewise.
12295         * lib/locale.in.h: Likewise.
12296         * lib/logl.c: Likewise.
12297         * lib/long-options.c: Likewise.
12298         * lib/long-options.h: Likewise.
12299         * lib/lstat.c: Likewise.
12300         * lib/lstat.h: Likewise.
12301         * lib/math.in.h: Likewise.
12302         * lib/mbchar.c: Likewise.
12303         * lib/mbchar.h: Likewise.
12304         * lib/mbfile.h: Likewise.
12305         * lib/mbiter.h: Likewise.
12306         * lib/mbscasecmp.c: Likewise.
12307         * lib/mbscasestr.c: Likewise.
12308         * lib/mbschr.c: Likewise.
12309         * lib/mbscspn.c: Likewise.
12310         * lib/mbslen.c: Likewise.
12311         * lib/mbsncasecmp.c: Likewise.
12312         * lib/mbsnlen.c: Likewise.
12313         * lib/mbspbrk.c: Likewise.
12314         * lib/mbspcasecmp.c: Likewise.
12315         * lib/mbsrchr.c: Likewise.
12316         * lib/mbssep.c: Likewise.
12317         * lib/mbsspn.c: Likewise.
12318         * lib/mbsstr.c: Likewise.
12319         * lib/mbstok_r.c: Likewise.
12320         * lib/mbswidth.c: Likewise.
12321         * lib/mbswidth.h: Likewise.
12322         * lib/mbuiter.h: Likewise.
12323         * lib/memcasecmp.c: Likewise.
12324         * lib/memcasecmp.h: Likewise.
12325         * lib/memchr.c: Likewise.
12326         * lib/memcmp.c: Likewise.
12327         * lib/memcoll.c: Likewise.
12328         * lib/memcoll.h: Likewise.
12329         * lib/memcpy.c: Likewise.
12330         * lib/memrchr.c: Likewise.
12331         * lib/mkancesdirs.c: Likewise.
12332         * lib/mkdir-p.c: Likewise.
12333         * lib/mkdir-p.h: Likewise.
12334         * lib/mkdir.c: Likewise.
12335         * lib/mkdirat.c: Likewise.
12336         * lib/mkdtemp.c: Likewise.
12337         * lib/mkstemp-safer.c: Likewise.
12338         * lib/mkstemp.c: Likewise.
12339         * lib/modechange.c: Likewise.
12340         * lib/modechange.h: Likewise.
12341         * lib/mountlist.c: Likewise.
12342         * lib/mountlist.h: Likewise.
12343         * lib/mpsort.c: Likewise.
12344         * lib/nanosleep.c: Likewise.
12345         * lib/obstack.c: Likewise.
12346         * lib/obstack.h: Likewise.
12347         * lib/open-safer.c: Likewise.
12348         * lib/open.c: Likewise.
12349         * lib/openat-die.c: Likewise.
12350         * lib/openat-priv.h: Likewise.
12351         * lib/openat-proc.c: Likewise.
12352         * lib/openat.c: Likewise.
12353         * lib/openat.h: Likewise.
12354         * lib/pagealign_alloc.c: Likewise.
12355         * lib/pagealign_alloc.h: Likewise.
12356         * lib/physmem.c: Likewise.
12357         * lib/physmem.h: Likewise.
12358         * lib/pipe-safer.c: Likewise.
12359         * lib/pipe.c: Likewise.
12360         * lib/pipe.h: Likewise.
12361         * lib/posixtm.c: Likewise.
12362         * lib/posixtm.h: Likewise.
12363         * lib/posixver.c: Likewise.
12364         * lib/printf-frexp.c: Likewise.
12365         * lib/printf-frexp.h: Likewise.
12366         * lib/printf-frexpl.c: Likewise.
12367         * lib/printf-frexpl.h: Likewise.
12368         * lib/printf.c: Likewise.
12369         * lib/progname.c: Likewise.
12370         * lib/progname.h: Likewise.
12371         * lib/progreloc.c: Likewise.
12372         * lib/putenv.c: Likewise.
12373         * lib/quote.c: Likewise.
12374         * lib/quote.h: Likewise.
12375         * lib/quotearg.c: Likewise.
12376         * lib/quotearg.h: Likewise.
12377         * lib/raise.c: Likewise.
12378         * lib/readline.c: Likewise.
12379         * lib/readline.h: Likewise.
12380         * lib/readlink.c: Likewise.
12381         * lib/readtokens.c: Likewise.
12382         * lib/readtokens.h: Likewise.
12383         * lib/readtokens0.c: Likewise.
12384         * lib/readtokens0.h: Likewise.
12385         * lib/readutmp.c: Likewise.
12386         * lib/readutmp.h: Likewise.
12387         * lib/realloc.c: Likewise.
12388         * lib/relocwrapper.c: Likewise.
12389         * lib/rename-dest-slash.c: Likewise.
12390         * lib/rename.c: Likewise.
12391         * lib/rmdir.c: Likewise.
12392         * lib/rpmatch.c: Likewise.
12393         * lib/safe-read.c: Likewise.
12394         * lib/safe-read.h: Likewise.
12395         * lib/safe-write.c: Likewise.
12396         * lib/safe-write.h: Likewise.
12397         * lib/same-inode.h: Likewise.
12398         * lib/same.c: Likewise.
12399         * lib/same.h: Likewise.
12400         * lib/save-cwd.c: Likewise.
12401         * lib/save-cwd.h: Likewise.
12402         * lib/savedir.c: Likewise.
12403         * lib/savedir.h: Likewise.
12404         * lib/savewd.c: Likewise.
12405         * lib/savewd.h: Likewise.
12406         * lib/search.in.h: Likewise.
12407         * lib/setenv.c: Likewise.
12408         * lib/setenv.h: Likewise.
12409         * lib/settime.c: Likewise.
12410         * lib/sh-quote.c: Likewise.
12411         * lib/sh-quote.h: Likewise.
12412         * lib/sig2str.c: Likewise.
12413         * lib/sig2str.h: Likewise.
12414         * lib/signal.in.h: Likewise.
12415         * lib/signbitd.c: Likewise.
12416         * lib/signbitf.c: Likewise.
12417         * lib/signbitl.c: Likewise.
12418         * lib/sigprocmask.c: Likewise.
12419         * lib/sincosl.c: Likewise.
12420         * lib/sleep.c: Likewise.
12421         * lib/sprintf.c: Likewise.
12422         * lib/sqrtl.c: Likewise.
12423         * lib/stat-time.h: Likewise.
12424         * lib/stdio--.h: Likewise.
12425         * lib/stdio-safer.h: Likewise.
12426         * lib/stdlib--.h: Likewise.
12427         * lib/stdlib-safer.h: Likewise.
12428         * lib/stdlib.in.h: Likewise.
12429         * lib/stpcpy.c: Likewise.
12430         * lib/stpncpy.c: Likewise.
12431         * lib/strchrnul.c: Likewise.
12432         * lib/strcspn.c: Likewise.
12433         * lib/strerror.c: Likewise.
12434         * lib/strftime.c: Likewise.
12435         * lib/strftime.h: Likewise.
12436         * lib/striconveh.c: Likewise.
12437         * lib/striconveh.h: Likewise.
12438         * lib/striconveha.c: Likewise.
12439         * lib/striconveha.h: Likewise.
12440         * lib/stripslash.c: Likewise.
12441         * lib/strnlen1.c: Likewise.
12442         * lib/strnlen1.h: Likewise.
12443         * lib/strtod.c: Likewise.
12444         * lib/strtoimax.c: Likewise.
12445         * lib/strtok_r.c: Likewise.
12446         * lib/strtol.c: Likewise.
12447         * lib/strtoll.c: Likewise.
12448         * lib/strtoul.c: Likewise.
12449         * lib/strtoull.c: Likewise.
12450         * lib/sysexits.in.h: Likewise.
12451         * lib/tempname.c: Likewise.
12452         * lib/tempname.h: Likewise.
12453         * lib/timespec.h: Likewise.
12454         * lib/tls.c: Likewise.
12455         * lib/tls.h: Likewise.
12456         * lib/tmpdir.c: Likewise.
12457         * lib/tmpdir.h: Likewise.
12458         * lib/tmpfile-safer.c: Likewise.
12459         * lib/tmpfile.c: Likewise.
12460         * lib/trigl.c: Likewise.
12461         * lib/trigl.h: Likewise.
12462         * lib/trim.c: Likewise.
12463         * lib/trim.h: Likewise.
12464         * lib/trunc.c: Likewise.
12465         * lib/truncf.c: Likewise.
12466         * lib/truncl.c: Likewise.
12467         * lib/tsearch.c: Likewise.
12468         * lib/unicodeio.c: Likewise.
12469         * lib/unicodeio.h: Likewise.
12470         * lib/unistd--.h: Likewise.
12471         * lib/unistd-safer.h: Likewise.
12472         * lib/unistdio/ulc-fprintf.c: Likewise.
12473         * lib/unistdio/ulc-vfprintf.c: Likewise.
12474         * lib/unlinkdir.c: Likewise.
12475         * lib/unlinkdir.h: Likewise.
12476         * lib/unlocked-io.h: Likewise.
12477         * lib/unsetenv.c: Likewise.
12478         * lib/userspec.c: Likewise.
12479         * lib/utime.c: Likewise.
12480         * lib/utimecmp.c: Likewise.
12481         * lib/utimecmp.h: Likewise.
12482         * lib/utimens.c: Likewise.
12483         * lib/verify.h: Likewise.
12484         * lib/verror.c: Likewise.
12485         * lib/verror.h: Likewise.
12486         * lib/version-etc-fsf.c: Likewise.
12487         * lib/version-etc.c: Likewise.
12488         * lib/version-etc.h: Likewise.
12489         * lib/vfprintf.c: Likewise.
12490         * lib/vprintf.c: Likewise.
12491         * lib/vsprintf.c: Likewise.
12492         * lib/w32spawn.h: Likewise.
12493         * lib/wait-process.c: Likewise.
12494         * lib/wait-process.h: Likewise.
12495         * lib/wcwidth.c: Likewise.
12496         * lib/write-any-file.c: Likewise.
12497         * lib/xalloc-die.c: Likewise.
12498         * lib/xalloc.h: Likewise.
12499         * lib/xasprintf.c: Likewise.
12500         * lib/xgetcwd.c: Likewise.
12501         * lib/xgetcwd.h: Likewise.
12502         * lib/xgetdomainname.c: Likewise.
12503         * lib/xgetdomainname.h: Likewise.
12504         * lib/xgethostname.c: Likewise.
12505         * lib/xmalloc.c: Likewise.
12506         * lib/xmalloca.c: Likewise.
12507         * lib/xmalloca.h: Likewise.
12508         * lib/xmemcoll.c: Likewise.
12509         * lib/xnanosleep.c: Likewise.
12510         * lib/xreadlink.c: Likewise.
12511         * lib/xreadlink.h: Likewise.
12512         * lib/xsetenv.c: Likewise.
12513         * lib/xsetenv.h: Likewise.
12514         * lib/xstriconv.c: Likewise.
12515         * lib/xstriconv.h: Likewise.
12516         * lib/xstrndup.c: Likewise.
12517         * lib/xstrndup.h: Likewise.
12518         * lib/xstrtod.c: Likewise.
12519         * lib/xstrtod.h: Likewise.
12520         * lib/xstrtol-error.c: Likewise.
12521         * lib/xstrtol.c: Likewise.
12522         * lib/xstrtol.h: Likewise.
12523         * lib/xtime.h: Likewise.
12524         * lib/xvasprintf.c: Likewise.
12525         * lib/xvasprintf.h: Likewise.
12526         * lib/yesno.c: Likewise.
12527         * lib/yesno.h: Likewise.
12528         * posix-modules: Likewise.
12529         * tests/test-alloca-opt.c: Likewise.
12530         * tests/test-arcfour.c: Likewise.
12531         * tests/test-arctwo.c: Likewise.
12532         * tests/test-argmatch.c: Likewise.
12533         * tests/test-argp-2.sh: Likewise.
12534         * tests/test-argp.c: Likewise.
12535         * tests/test-arpa_inet.c: Likewise.
12536         * tests/test-array_list.c: Likewise.
12537         * tests/test-array_oset.c: Likewise.
12538         * tests/test-atexit.c: Likewise.
12539         * tests/test-avltree_list.c: Likewise.
12540         * tests/test-avltree_oset.c: Likewise.
12541         * tests/test-avltreehash_list.c: Likewise.
12542         * tests/test-base64.c: Likewise.
12543         * tests/test-binary-io.c: Likewise.
12544         * tests/test-byteswap.c: Likewise.
12545         * tests/test-c-ctype.c: Likewise.
12546         * tests/test-c-strcasecmp.c: Likewise.
12547         * tests/test-c-strcasestr.c: Likewise.
12548         * tests/test-c-strncasecmp.c: Likewise.
12549         * tests/test-c-strstr.c: Likewise.
12550         * tests/test-canonicalize-lgpl.c: Likewise.
12551         * tests/test-canonicalize.c: Likewise.
12552         * tests/test-carray_list.c: Likewise.
12553         * tests/test-ceilf.c: Likewise.
12554         * tests/test-ceill.c: Likewise.
12555         * tests/test-count-one-bits.c: Likewise.
12556         * tests/test-crc.c: Likewise.
12557         * tests/test-dirname.c: Likewise.
12558         * tests/test-fbufmode.c: Likewise.
12559         * tests/test-fcntl.c: Likewise.
12560         * tests/test-fflush.c: Likewise.
12561         * tests/test-floorf.c: Likewise.
12562         * tests/test-floorl.c: Likewise.
12563         * tests/test-fopen.c: Likewise.
12564         * tests/test-fprintf-posix.c: Likewise.
12565         * tests/test-fprintf-posix.h: Likewise.
12566         * tests/test-fpurge.c: Likewise.
12567         * tests/test-freadable.c: Likewise.
12568         * tests/test-freadahead.c: Likewise.
12569         * tests/test-freading.c: Likewise.
12570         * tests/test-freopen.c: Likewise.
12571         * tests/test-frexp.c: Likewise.
12572         * tests/test-frexpl.c: Likewise.
12573         * tests/test-fseek.c: Likewise.
12574         * tests/test-fseeko.c: Likewise.
12575         * tests/test-fseterr.c: Likewise.
12576         * tests/test-fstrcmp.c: Likewise.
12577         * tests/test-ftell.c: Likewise.
12578         * tests/test-ftello.c: Likewise.
12579         * tests/test-fwritable.c: Likewise.
12580         * tests/test-fwriting.c: Likewise.
12581         * tests/test-getaddrinfo.c: Likewise.
12582         * tests/test-getpass.c: Likewise.
12583         * tests/test-gettimeofday.c: Likewise.
12584         * tests/test-hmac-md5.c: Likewise.
12585         * tests/test-hmac-sha1.c: Likewise.
12586         * tests/test-iconv.c: Likewise.
12587         * tests/test-iconvme.c: Likewise.
12588         * tests/test-inttypes.c: Likewise.
12589         * tests/test-isnan.c: Likewise.
12590         * tests/test-isnanf.c: Likewise.
12591         * tests/test-isnanl-nolibm.c: Likewise.
12592         * tests/test-isnanl.c: Likewise.
12593         * tests/test-isnanl.h: Likewise.
12594         * tests/test-ldexpl.c: Likewise.
12595         * tests/test-linked_list.c: Likewise.
12596         * tests/test-linkedhash_list.c: Likewise.
12597         * tests/test-locale.c: Likewise.
12598         * tests/test-localename.c: Likewise.
12599         * tests/test-lock.c: Likewise.
12600         * tests/test-lseek.c: Likewise.
12601         * tests/test-malloca.c: Likewise.
12602         * tests/test-math.c: Likewise.
12603         * tests/test-mbscasecmp.c: Likewise.
12604         * tests/test-mbscasestr1.c: Likewise.
12605         * tests/test-mbscasestr2.c: Likewise.
12606         * tests/test-mbscasestr3.c: Likewise.
12607         * tests/test-mbscasestr4.c: Likewise.
12608         * tests/test-mbschr.c: Likewise.
12609         * tests/test-mbscspn.c: Likewise.
12610         * tests/test-mbsncasecmp.c: Likewise.
12611         * tests/test-mbspbrk.c: Likewise.
12612         * tests/test-mbspcasecmp.c: Likewise.
12613         * tests/test-mbsrchr.c: Likewise.
12614         * tests/test-mbsspn.c: Likewise.
12615         * tests/test-mbsstr1.c: Likewise.
12616         * tests/test-mbsstr2.c: Likewise.
12617         * tests/test-mbsstr3.c: Likewise.
12618         * tests/test-md5.c: Likewise.
12619         * tests/test-memmem.c: Likewise.
12620         * tests/test-netinet_in.c: Likewise.
12621         * tests/test-open.c: Likewise.
12622         * tests/test-printf-frexp.c: Likewise.
12623         * tests/test-printf-frexpl.c: Likewise.
12624         * tests/test-printf-posix.c: Likewise.
12625         * tests/test-printf-posix.h: Likewise.
12626         * tests/test-rbtree_list.c: Likewise.
12627         * tests/test-rbtree_oset.c: Likewise.
12628         * tests/test-rbtreehash_list.c: Likewise.
12629         * tests/test-read-file.c: Likewise.
12630         * tests/test-rijndael.c: Likewise.
12631         * tests/test-search.c: Likewise.
12632         * tests/test-signbit.c: Likewise.
12633         * tests/test-sleep.c: Likewise.
12634         * tests/test-snprintf-posix.c: Likewise.
12635         * tests/test-snprintf-posix.h: Likewise.
12636         * tests/test-snprintf.c: Likewise.
12637         * tests/test-sprintf-posix.c: Likewise.
12638         * tests/test-sprintf-posix.h: Likewise.
12639         * tests/test-stat-time.c: Likewise.
12640         * tests/test-stdbool.c: Likewise.
12641         * tests/test-stdint.c: Likewise.
12642         * tests/test-stdio.c: Likewise.
12643         * tests/test-stdlib.c: Likewise.
12644         * tests/test-stpncpy.c: Likewise.
12645         * tests/test-strcasestr.c: Likewise.
12646         * tests/test-striconv.c: Likewise.
12647         * tests/test-striconveh.c: Likewise.
12648         * tests/test-striconveha.c: Likewise.
12649         * tests/test-string.c: Likewise.
12650         * tests/test-sys_select.c: Likewise.
12651         * tests/test-sys_socket.c: Likewise.
12652         * tests/test-sys_stat.c: Likewise.
12653         * tests/test-sys_time.c: Likewise.
12654         * tests/test-sysexits.c: Likewise.
12655         * tests/test-time.c: Likewise.
12656         * tests/test-tls.c: Likewise.
12657         * tests/test-trunc.c: Likewise.
12658         * tests/test-truncf.c: Likewise.
12659         * tests/test-truncl.c: Likewise.
12660         * tests/test-unistd.c: Likewise.
12661         * tests/test-vasnprintf-posix.c: Likewise.
12662         * tests/test-vasnprintf-posix2.c: Likewise.
12663         * tests/test-vasnprintf.c: Likewise.
12664         * tests/test-vasprintf-posix.c: Likewise.
12665         * tests/test-vasprintf.c: Likewise.
12666         * tests/test-verify.c: Likewise.
12667         * tests/test-vfprintf-posix.c: Likewise.
12668         * tests/test-vprintf-posix.c: Likewise.
12669         * tests/test-vsnprintf-posix.c: Likewise.
12670         * tests/test-vsnprintf.c: Likewise.
12671         * tests/test-vsprintf-posix.c: Likewise.
12672         * tests/test-wchar.c: Likewise.
12673         * tests/test-wctype.c: Likewise.
12674         * tests/test-wcwidth.c: Likewise.
12675         * tests/test-xstrtol.c: Likewise.
12676         * tests/test-xvasprintf.c: Likewise.
12677         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12678         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12679         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12680         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12681         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12682         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12683         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12684         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12685         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12686         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12687         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12688         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12689         * tests/uniname/test-uninames.c: Likewise.
12690         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12691         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12692         * tests/unistdio/test-u16-printf1.h: Likewise.
12693         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12694         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12695         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12696         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12697         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12698         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12699         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12700         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12701         * tests/unistdio/test-u32-printf1.h: Likewise.
12702         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12703         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12704         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12705         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12706         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12707         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12708         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12709         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12710         * tests/unistdio/test-u8-printf1.h: Likewise.
12711         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12712         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12713         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12714         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12715         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12716         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12717         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12718         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12719         * tests/unistdio/test-ulc-printf1.h: Likewise.
12720         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12721         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12722         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12723         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12724         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12725         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12726         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12727         * tests/uniwidth/test-u16-width.c: Likewise.
12728         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12729         * tests/uniwidth/test-u32-width.c: Likewise.
12730         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12731         * tests/uniwidth/test-u8-width.c: Likewise.
12732         * tests/uniwidth/test-uc_width.c: Likewise.
12733         * config/srclist-update: Likewise.
12734         (fixlicense): Update to GPLv3+.
12735
12736         Change copyright notice from LGPLv2.1+ to LGPLv3+.
12737         * tests/test-tsearch.c: Change copyright notice.
12738
12739         Change copyright notice from LGPLv2.0+ to LGPLv3+.
12740         * lib/c-strcaseeq.h: Change copyright notice.
12741         * lib/streq.h: Likewise.
12742         * lib/uniconv.h: Likewise.
12743         * lib/uniconv/u-conv-from-enc.h: Likewise.
12744         * lib/uniconv/u-conv-to-enc.h: Likewise.
12745         * lib/uniconv/u-strconv-from-enc.h: Likewise.
12746         * lib/uniconv/u-strconv-to-enc.h: Likewise.
12747         * lib/uniconv/u16-conv-from-enc.c: Likewise.
12748         * lib/uniconv/u16-conv-to-enc.c: Likewise.
12749         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
12750         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
12751         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
12752         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
12753         * lib/uniconv/u32-conv-from-enc.c: Likewise.
12754         * lib/uniconv/u32-conv-to-enc.c: Likewise.
12755         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
12756         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
12757         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
12758         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
12759         * lib/uniconv/u8-conv-from-enc.c: Likewise.
12760         * lib/uniconv/u8-conv-to-enc.c: Likewise.
12761         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
12762         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
12763         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
12764         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
12765         * lib/uniname.h: Likewise.
12766         * lib/uniname/uniname.c: Likewise.
12767         * lib/unistdio.h: Likewise.
12768         * lib/unistdio/u-asnprintf.h: Likewise.
12769         * lib/unistdio/u-asprintf.h: Likewise.
12770         * lib/unistdio/u-printf-args.c: Likewise.
12771         * lib/unistdio/u-printf-args.h: Likewise.
12772         * lib/unistdio/u-printf-parse.h: Likewise.
12773         * lib/unistdio/u-snprintf.h: Likewise.
12774         * lib/unistdio/u-sprintf.h: Likewise.
12775         * lib/unistdio/u-vasprintf.h: Likewise.
12776         * lib/unistdio/u-vsnprintf.h: Likewise.
12777         * lib/unistdio/u-vsprintf.h: Likewise.
12778         * lib/unistdio/u16-asnprintf.c: Likewise.
12779         * lib/unistdio/u16-asprintf.c: Likewise.
12780         * lib/unistdio/u16-printf-parse.c: Likewise.
12781         * lib/unistdio/u16-snprintf.c: Likewise.
12782         * lib/unistdio/u16-sprintf.c: Likewise.
12783         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
12784         * lib/unistdio/u16-u16-asprintf.c: Likewise.
12785         * lib/unistdio/u16-u16-snprintf.c: Likewise.
12786         * lib/unistdio/u16-u16-sprintf.c: Likewise.
12787         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
12788         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
12789         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
12790         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
12791         * lib/unistdio/u16-vasnprintf.c: Likewise.
12792         * lib/unistdio/u16-vasprintf.c: Likewise.
12793         * lib/unistdio/u16-vsnprintf.c: Likewise.
12794         * lib/unistdio/u16-vsprintf.c: Likewise.
12795         * lib/unistdio/u32-asnprintf.c: Likewise.
12796         * lib/unistdio/u32-asprintf.c: Likewise.
12797         * lib/unistdio/u32-printf-parse.c: Likewise.
12798         * lib/unistdio/u32-snprintf.c: Likewise.
12799         * lib/unistdio/u32-sprintf.c: Likewise.
12800         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
12801         * lib/unistdio/u32-u32-asprintf.c: Likewise.
12802         * lib/unistdio/u32-u32-snprintf.c: Likewise.
12803         * lib/unistdio/u32-u32-sprintf.c: Likewise.
12804         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
12805         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
12806         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
12807         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
12808         * lib/unistdio/u32-vasnprintf.c: Likewise.
12809         * lib/unistdio/u32-vasprintf.c: Likewise.
12810         * lib/unistdio/u32-vsnprintf.c: Likewise.
12811         * lib/unistdio/u32-vsprintf.c: Likewise.
12812         * lib/unistdio/u8-asnprintf.c: Likewise.
12813         * lib/unistdio/u8-asprintf.c: Likewise.
12814         * lib/unistdio/u8-printf-parse.c: Likewise.
12815         * lib/unistdio/u8-snprintf.c: Likewise.
12816         * lib/unistdio/u8-sprintf.c: Likewise.
12817         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
12818         * lib/unistdio/u8-u8-asprintf.c: Likewise.
12819         * lib/unistdio/u8-u8-snprintf.c: Likewise.
12820         * lib/unistdio/u8-u8-sprintf.c: Likewise.
12821         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
12822         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
12823         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
12824         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
12825         * lib/unistdio/u8-vasnprintf.c: Likewise.
12826         * lib/unistdio/u8-vasprintf.c: Likewise.
12827         * lib/unistdio/u8-vsnprintf.c: Likewise.
12828         * lib/unistdio/u8-vsprintf.c: Likewise.
12829         * lib/unistdio/ulc-asnprintf.c: Likewise.
12830         * lib/unistdio/ulc-asprintf.c: Likewise.
12831         * lib/unistdio/ulc-printf-parse.c: Likewise.
12832         * lib/unistdio/ulc-snprintf.c: Likewise.
12833         * lib/unistdio/ulc-sprintf.c: Likewise.
12834         * lib/unistdio/ulc-vasnprintf.c: Likewise.
12835         * lib/unistdio/ulc-vasprintf.c: Likewise.
12836         * lib/unistdio/ulc-vsnprintf.c: Likewise.
12837         * lib/unistdio/ulc-vsprintf.c: Likewise.
12838         * lib/unistr.h: Likewise.
12839         * lib/unistr/u-cpy-alloc.h: Likewise.
12840         * lib/unistr/u-cpy.h: Likewise.
12841         * lib/unistr/u-endswith.h: Likewise.
12842         * lib/unistr/u-move.h: Likewise.
12843         * lib/unistr/u-set.h: Likewise.
12844         * lib/unistr/u-startswith.h: Likewise.
12845         * lib/unistr/u-stpcpy.h: Likewise.
12846         * lib/unistr/u-stpncpy.h: Likewise.
12847         * lib/unistr/u-strcat.h: Likewise.
12848         * lib/unistr/u-strcpy.h: Likewise.
12849         * lib/unistr/u-strcspn.h: Likewise.
12850         * lib/unistr/u-strdup.h: Likewise.
12851         * lib/unistr/u-strlen.h: Likewise.
12852         * lib/unistr/u-strncat.h: Likewise.
12853         * lib/unistr/u-strncpy.h: Likewise.
12854         * lib/unistr/u-strnlen.h: Likewise.
12855         * lib/unistr/u-strpbrk.h: Likewise.
12856         * lib/unistr/u-strspn.h: Likewise.
12857         * lib/unistr/u-strstr.h: Likewise.
12858         * lib/unistr/u-strtok.h: Likewise.
12859         * lib/unistr/u16-check.c: Likewise.
12860         * lib/unistr/u16-chr.c: Likewise.
12861         * lib/unistr/u16-cmp.c: Likewise.
12862         * lib/unistr/u16-cpy-alloc.c: Likewise.
12863         * lib/unistr/u16-cpy.c: Likewise.
12864         * lib/unistr/u16-endswith.c: Likewise.
12865         * lib/unistr/u16-mblen.c: Likewise.
12866         * lib/unistr/u16-mbsnlen.c: Likewise.
12867         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12868         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12869         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12870         * lib/unistr/u16-mbtouc.c: Likewise.
12871         * lib/unistr/u16-mbtoucr.c: Likewise.
12872         * lib/unistr/u16-move.c: Likewise.
12873         * lib/unistr/u16-next.c: Likewise.
12874         * lib/unistr/u16-prev.c: Likewise.
12875         * lib/unistr/u16-set.c: Likewise.
12876         * lib/unistr/u16-startswith.c: Likewise.
12877         * lib/unistr/u16-stpcpy.c: Likewise.
12878         * lib/unistr/u16-stpncpy.c: Likewise.
12879         * lib/unistr/u16-strcat.c: Likewise.
12880         * lib/unistr/u16-strchr.c: Likewise.
12881         * lib/unistr/u16-strcmp.c: Likewise.
12882         * lib/unistr/u16-strcpy.c: Likewise.
12883         * lib/unistr/u16-strcspn.c: Likewise.
12884         * lib/unistr/u16-strdup.c: Likewise.
12885         * lib/unistr/u16-strlen.c: Likewise.
12886         * lib/unistr/u16-strmblen.c: Likewise.
12887         * lib/unistr/u16-strmbtouc.c: Likewise.
12888         * lib/unistr/u16-strncat.c: Likewise.
12889         * lib/unistr/u16-strncmp.c: Likewise.
12890         * lib/unistr/u16-strncpy.c: Likewise.
12891         * lib/unistr/u16-strnlen.c: Likewise.
12892         * lib/unistr/u16-strpbrk.c: Likewise.
12893         * lib/unistr/u16-strrchr.c: Likewise.
12894         * lib/unistr/u16-strspn.c: Likewise.
12895         * lib/unistr/u16-strstr.c: Likewise.
12896         * lib/unistr/u16-strtok.c: Likewise.
12897         * lib/unistr/u16-to-u32.c: Likewise.
12898         * lib/unistr/u16-to-u8.c: Likewise.
12899         * lib/unistr/u16-uctomb-aux.c: Likewise.
12900         * lib/unistr/u16-uctomb.c: Likewise.
12901         * lib/unistr/u32-check.c: Likewise.
12902         * lib/unistr/u32-chr.c: Likewise.
12903         * lib/unistr/u32-cmp.c: Likewise.
12904         * lib/unistr/u32-cpy-alloc.c: Likewise.
12905         * lib/unistr/u32-cpy.c: Likewise.
12906         * lib/unistr/u32-endswith.c: Likewise.
12907         * lib/unistr/u32-mblen.c: Likewise.
12908         * lib/unistr/u32-mbsnlen.c: Likewise.
12909         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12910         * lib/unistr/u32-mbtouc.c: Likewise.
12911         * lib/unistr/u32-mbtoucr.c: Likewise.
12912         * lib/unistr/u32-move.c: Likewise.
12913         * lib/unistr/u32-next.c: Likewise.
12914         * lib/unistr/u32-prev.c: Likewise.
12915         * lib/unistr/u32-set.c: Likewise.
12916         * lib/unistr/u32-startswith.c: Likewise.
12917         * lib/unistr/u32-stpcpy.c: Likewise.
12918         * lib/unistr/u32-stpncpy.c: Likewise.
12919         * lib/unistr/u32-strcat.c: Likewise.
12920         * lib/unistr/u32-strchr.c: Likewise.
12921         * lib/unistr/u32-strcmp.c: Likewise.
12922         * lib/unistr/u32-strcpy.c: Likewise.
12923         * lib/unistr/u32-strcspn.c: Likewise.
12924         * lib/unistr/u32-strdup.c: Likewise.
12925         * lib/unistr/u32-strlen.c: Likewise.
12926         * lib/unistr/u32-strmblen.c: Likewise.
12927         * lib/unistr/u32-strmbtouc.c: Likewise.
12928         * lib/unistr/u32-strncat.c: Likewise.
12929         * lib/unistr/u32-strncmp.c: Likewise.
12930         * lib/unistr/u32-strncpy.c: Likewise.
12931         * lib/unistr/u32-strnlen.c: Likewise.
12932         * lib/unistr/u32-strpbrk.c: Likewise.
12933         * lib/unistr/u32-strrchr.c: Likewise.
12934         * lib/unistr/u32-strspn.c: Likewise.
12935         * lib/unistr/u32-strstr.c: Likewise.
12936         * lib/unistr/u32-strtok.c: Likewise.
12937         * lib/unistr/u32-to-u16.c: Likewise.
12938         * lib/unistr/u32-to-u8.c: Likewise.
12939         * lib/unistr/u32-uctomb.c: Likewise.
12940         * lib/unistr/u8-check.c: Likewise.
12941         * lib/unistr/u8-chr.c: Likewise.
12942         * lib/unistr/u8-cmp.c: Likewise.
12943         * lib/unistr/u8-cpy-alloc.c: Likewise.
12944         * lib/unistr/u8-cpy.c: Likewise.
12945         * lib/unistr/u8-endswith.c: Likewise.
12946         * lib/unistr/u8-mblen.c: Likewise.
12947         * lib/unistr/u8-mbsnlen.c: Likewise.
12948         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12949         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12950         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12951         * lib/unistr/u8-mbtouc.c: Likewise.
12952         * lib/unistr/u8-mbtoucr.c: Likewise.
12953         * lib/unistr/u8-move.c: Likewise.
12954         * lib/unistr/u8-next.c: Likewise.
12955         * lib/unistr/u8-prev.c: Likewise.
12956         * lib/unistr/u8-set.c: Likewise.
12957         * lib/unistr/u8-startswith.c: Likewise.
12958         * lib/unistr/u8-stpcpy.c: Likewise.
12959         * lib/unistr/u8-stpncpy.c: Likewise.
12960         * lib/unistr/u8-strcat.c: Likewise.
12961         * lib/unistr/u8-strchr.c: Likewise.
12962         * lib/unistr/u8-strcmp.c: Likewise.
12963         * lib/unistr/u8-strcpy.c: Likewise.
12964         * lib/unistr/u8-strcspn.c: Likewise.
12965         * lib/unistr/u8-strdup.c: Likewise.
12966         * lib/unistr/u8-strlen.c: Likewise.
12967         * lib/unistr/u8-strmblen.c: Likewise.
12968         * lib/unistr/u8-strmbtouc.c: Likewise.
12969         * lib/unistr/u8-strncat.c: Likewise.
12970         * lib/unistr/u8-strncmp.c: Likewise.
12971         * lib/unistr/u8-strncpy.c: Likewise.
12972         * lib/unistr/u8-strnlen.c: Likewise.
12973         * lib/unistr/u8-strpbrk.c: Likewise.
12974         * lib/unistr/u8-strrchr.c: Likewise.
12975         * lib/unistr/u8-strspn.c: Likewise.
12976         * lib/unistr/u8-strstr.c: Likewise.
12977         * lib/unistr/u8-strtok.c: Likewise.
12978         * lib/unistr/u8-to-u16.c: Likewise.
12979         * lib/unistr/u8-to-u32.c: Likewise.
12980         * lib/unistr/u8-uctomb-aux.c: Likewise.
12981         * lib/unistr/u8-uctomb.c: Likewise.
12982         * lib/unitypes.h: Likewise.
12983         * lib/uniwidth.h: Likewise.
12984         * lib/uniwidth/cjk.h: Likewise.
12985         * lib/uniwidth/u16-strwidth.c: Likewise.
12986         * lib/uniwidth/u16-width.c: Likewise.
12987         * lib/uniwidth/u32-strwidth.c: Likewise.
12988         * lib/uniwidth/u32-width.c: Likewise.
12989         * lib/uniwidth/u8-strwidth.c: Likewise.
12990         * lib/uniwidth/u8-width.c: Likewise.
12991         * lib/uniwidth/width.c: Likewise.
12992
12993 2007-10-07  Bruno Haible  <bruno@clisp.org>
12994
12995         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12996         The file is still under LGPL (see modules/inttypes).
12997
12998 2007-10-06  Bruno Haible  <bruno@clisp.org>
12999
13000         * modules/trunc (Dependencies): Add 'extensions'.
13001         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
13002         Reported by Ben Pfaff <blp@gnu.org>.
13003
13004 2007-10-06  Bruno Haible  <bruno@clisp.org>
13005
13006         * modules/freopen-tests: New file.
13007         * tests/test-freopen.c: New file.
13008
13009         * modules/fopen-tests: New file.
13010         * tests/test-fopen.c: New file.
13011
13012         * modules/fopen: New file.
13013         * lib/fopen.c: New file.
13014         * m4/fopen.m4: New file.
13015         * modules/freopen: New file.
13016         * lib/freopen.c: New file.
13017         * m4/freopen.m4: New file.
13018         * lib/stdio.in.h (fopen, freopen): New declarations.
13019         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
13020         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13021         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
13022         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13023         * doc/functions/fopen.texi: Mention the 'fopen' module.
13024         * doc/functions/freopen.texi: Mention the 'freopen' module.
13025
13026 2007-10-06  Bruno Haible  <bruno@clisp.org>
13027
13028         * modules/open-tests: New file.
13029         * tests/test-open.c: New file.
13030
13031         * modules/open: New file.
13032         * lib/open.c: New file.
13033         * m4/open.m4: New file.
13034         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
13035         lib/open.c does.
13036         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
13037         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
13038         macros.
13039         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
13040         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
13041         REPLACE_OPEN.
13042         * doc/functions/open.texi: Mention the 'open' module.
13043
13044 2007-10-04  Bruno Haible  <bruno@clisp.org>
13045
13046         * modules/ceill-tests: New file.
13047         * tests/test-ceill.c: New file.
13048
13049         * modules/ceill: New file.
13050         * lib/ceill.c: Replace entire file.
13051         * m4/ceill.m4: New file.
13052         * lib/math.in.h (ceill): Replace declaration.
13053         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
13054         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
13055         * doc/functions/ceill.texi: Mention the 'ceill' module.
13056         * modules/mathl (Files): Remove lib/ceill.c.
13057         (Depends-on): Add ceill.
13058
13059 2007-10-04  Bruno Haible  <bruno@clisp.org>
13060
13061         * modules/ceilf-tests: New file.
13062         * tests/test-ceilf.c: New file.
13063
13064         * modules/ceilf: New file.
13065         * lib/ceil.c: New file.
13066         * lib/ceilf.c: New file.
13067         * m4/ceilf.m4: New file.
13068         * lib/math.in.h (ceilf): New declaration.
13069         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
13070         HAVE_DECL_CEILF.
13071         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
13072         HAVE_DECL_CEILF.
13073         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
13074
13075 2007-10-04  Bruno Haible  <bruno@clisp.org>
13076
13077         * modules/floorl-tests: New file.
13078         * tests/test-floorl.c: New file.
13079
13080         * modules/floorl: New file.
13081         * lib/floorl.c: Replace entire file.
13082         * m4/floorl.m4: New file.
13083         * lib/math.in.h (floorl): Replace declaration.
13084         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13085         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13086         * doc/functions/floorl.texi: Mention the 'floorl' module.
13087         * modules/mathl (Files): Remove lib/floorl.c.
13088         (Depends-on): Add floorl.
13089
13090 2007-10-04  Bruno Haible  <bruno@clisp.org>
13091
13092         * modules/floorf-tests: New file.
13093         * tests/test-floorf.c: New file.
13094
13095         * modules/floorf: New file.
13096         * lib/floor.c: New file.
13097         * lib/floorf.c: New file.
13098         * m4/floorf.m4: New file.
13099         * lib/math.in.h (floorf): New declaration.
13100         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13101         HAVE_DECL_FLOORF.
13102         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13103         HAVE_DECL_FLOORF.
13104         * doc/functions/floorf.texi: Mention the 'floorf' module.
13105
13106 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13107             Bruno Haible  <bruno@clisp.org>
13108
13109         Advertise for the Git server instead of the CVS server.
13110         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13111         repository instead of the CVS one.
13112         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13113         about all VCS systems generically.
13114         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13115
13116 2007-10-04  Bruno Haible  <bruno@clisp.org>
13117
13118         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13119         means.
13120         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13121
13122 2007-10-04  Bruno Haible  <bruno@clisp.org>
13123
13124         * modules/truncl-tests: New file.
13125         * tests/test-truncl.c: New file.
13126
13127         * modules/truncl: New file.
13128         * lib/truncl.c: New file.
13129         * m4/truncl.m4: New file.
13130         * lib/math.in.h (truncl): New declaration.
13131         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13132         HAVE_DECL_TRUNCL.
13133         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13134         HAVE_DECL_TRUNCL.
13135         * doc/functions/truncl.texi: Mention the 'truncl' module.
13136
13137 2007-10-04  Bruno Haible  <bruno@clisp.org>
13138
13139         * modules/truncf-tests: New file.
13140         * tests/test-truncf.c: New file.
13141
13142         * modules/truncf: New file.
13143         * lib/trunc.c: Make paramerizable through USE_* macros.
13144         * lib/truncf.c: New file.
13145         * m4/truncf.m4: New file.
13146         * lib/math.in.h (truncf): New declaration.
13147         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13148         HAVE_DECL_TRUNCF.
13149         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13150         HAVE_DECL_TRUNCF.
13151         * doc/functions/truncf.texi: Mention the 'truncf' module.
13152
13153 2007-10-03  Bruno Haible  <bruno@clisp.org>
13154
13155         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13156         augmentation also for tests modules.
13157         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13158         * modules/atexit-tests (Makefile.am): Likewise.
13159         * modules/binary-io-tests (Makefile.am): Likewise.
13160         * modules/c-strcase-tests (Makefile.am): Likewise.
13161         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13162         * modules/canonicalize-tests (Makefile.am): Likewise.
13163         * modules/closein-tests (Makefile.am): Likewise.
13164         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13165         * modules/freadahead-tests (Makefile.am): Likewise.
13166         * modules/fseek-tests (Makefile.am): Likewise.
13167         * modules/fseeko-tests (Makefile.am): Likewise.
13168         * modules/ftell-tests (Makefile.am): Likewise.
13169         * modules/ftello-tests (Makefile.am): Likewise.
13170         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13171         * modules/isnanl-tests (Makefile.am): Likewise.
13172         * modules/lseek-tests (Makefile.am): Likewise.
13173         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13174         * modules/mbscasestr-tests (Makefile.am): Likewise.
13175         * modules/mbschr-tests (Makefile.am): Likewise.
13176         * modules/mbscspn-tests (Makefile.am): Likewise.
13177         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13178         * modules/mbspbrk-tests (Makefile.am): Likewise.
13179         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13180         * modules/mbsrchr-tests (Makefile.am): Likewise.
13181         * modules/mbsspn-tests (Makefile.am): Likewise.
13182         * modules/mbsstr-tests (Makefile.am): Likewise.
13183         * modules/printf-posix-tests (Makefile.am): Likewise.
13184         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13185         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13186         * modules/tsearch-tests (Makefile.am): Likewise.
13187         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13188         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13189         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13190         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13191         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13192         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13193         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13194         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13195         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13196         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13197         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13198         * modules/xstrtol-tests (Makefile.am): Likewise.
13199         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13200         * modules/yesno-tests (Makefile.am): Likewise.
13201
13202 2007-10-03  Bruno Haible  <bruno@clisp.org>
13203
13204         * modules/trunc-tests: New file.
13205         * tests/test-trunc.c: New file.
13206
13207         * modules/trunc: New file.
13208         * lib/trunc.c: New file.
13209         * m4/trunc.m4: New file.
13210         * lib/math.in.h (trunc): New declaration.
13211         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13212         HAVE_DECL_TRUNC.
13213         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13214         HAVE_DECL_TRUNC.
13215         * doc/functions/trunc.texi: Mention the 'trunc' module.
13216
13217 2007-10-03  Bruno Haible  <bruno@clisp.org>
13218
13219         * tests/test-fpending.c: New file, mostly copied
13220         from coreutils/lib/t-fpending.c.
13221         * modules/fpending-tests: New file.
13222
13223 2007-10-03  Bruno Haible  <bruno@clisp.org>
13224
13225         Port the stdio extensions to QNX (untested).
13226         * lib/fseterr.c (fseterr): Add support for QNX.
13227         * lib/fbufmode.c (fbufmode): Likewise.
13228         * lib/freadable.c (freadable): Likewise.
13229         * lib/fwritable.c (fwritable): Likewise.
13230         * lib/freading.c (freading): Likewise.
13231         * lib/fwriting.c (fwriting): Likewise.
13232         * lib/freadahead.c (freadahed): Likewise.
13233         * lib/fpurge.c (fpurge): Likewise.
13234         * lib/fseeko.c (rpl_fseeko): Likewise.
13235
13236 2007-10-03  Bruno Haible  <bruno@clisp.org>
13237             Jim Meyering  <jim@meyering.net>
13238             Eric Blake  <ebb9@byu.net>
13239
13240         * doc/relocatable.texi: Use @command instead of @program.
13241
13242 2007-10-02  Jim Meyering  <jim@meyering.net>
13243
13244         Perform one more "_.h" -> ".in.h" substitution.
13245         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13246         instead of unistd_.h here, too.
13247
13248 2007-10-01  Bruno Haible  <bruno@clisp.org>
13249
13250         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13251         Needed for the alloca-opt module.
13252
13253 2007-09-30  Bruno Haible  <bruno@clisp.org>
13254
13255         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13256         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13257         alloca_.h.
13258         * lib/argz.in.h: Renamed from lib/argz_.h.
13259         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13260         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13261         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13262         byteswap_.h.
13263         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13264         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13265         dirent_.h.
13266         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13267         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13268         fcntl_.h.
13269         * lib/float.in.h: Renamed from lib/float_.h.
13270         * modules/float (Files, Makefile.am): Use float.in.h instead of
13271         float_.h.
13272         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13273         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13274         fnmatch_.h.
13275         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13276         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13277         getopt_.h.
13278         * lib/glob.in.h: Renamed from lib/glob_.h.
13279         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13280         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13281         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13282         iconv_.h.
13283         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13284         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13285         inttypes_.h.
13286         * lib/locale.in.h: Renamed from lib/locale_.h.
13287         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13288         locale_.h.
13289         * lib/math.in.h: Renamed from lib/math_.h.
13290         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13291         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13292         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13293         of netinet_in_.h. Add dependency.
13294         * lib/poll.in.h: Renamed from lib/poll_.h.
13295         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13296         * lib/search.in.h: Renamed from lib/search_.h.
13297         * modules/search (Files, Makefile.am): Use search.in.h instead of
13298         search_.h.
13299         * lib/signal.in.h: Renamed from lib/signal_.h.
13300         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13301         _signal.h.
13302         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13303         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13304         stdbool_.h.
13305         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13306         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13307         stdint_.h.
13308         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13309         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13310         stdio_.h.
13311         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13312         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13313         stdlib_.h.
13314         * lib/string.in.h: Renamed from lib/string_.h.
13315         * modules/string (Files, Makefile.am): Use string.in.h instead of
13316         string_.h.
13317         * doc/gnulib-tool.texi (Initial import): Update.
13318         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13319         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13320         of sys_select_.h. Add dependency.
13321         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13322         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13323         of sys_socket_.h.
13324         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13325         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13326         sys_stat_.h.
13327         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13328         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13329         sys_time_.h.
13330         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13331         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13332         sysexits_.h.
13333         * lib/time.in.h: Renamed from lib/time_.h.
13334         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13335         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13336         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13337         unistd_.h.
13338         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13339         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13340         wchar_.h.
13341         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13342         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13343         wctype_.h.
13344         * build-aux/bootstrap (slurp): Update.
13345         * lib/.cppi-disable: Update.
13346
13347 2007-09-30  Bruno Haible  <bruno@clisp.org>
13348
13349         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13350         Needed on BeOS.
13351
13352 2007-09-30  Bruno Haible  <bruno@clisp.org>
13353
13354         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13355
13356 2007-09-29  Bruno Haible  <bruno@clisp.org>
13357
13358         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13359
13360 2007-09-29  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13363         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13364         * build-aux/install-reloc: Compile also areadlink.c.
13365         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13366
13367 2007-09-29  Bruno Haible  <bruno@clisp.org>
13368
13369         * gnulib-tool (func_emit_initmacro_done): Indentation.
13370
13371 2007-09-29  Bruno Haible  <bruno@clisp.org>
13372
13373         * README: Add CVS checkout update instructions.
13374         Info from Bob Proulx <bob@proulx.com>.
13375
13376 2007-09-28  Eric Blake  <ebb9@byu.net>
13377
13378         Provide move-if-change.
13379         * build-aux/move-if-change: New file, based on best practice
13380         rather than any canonical upstream location.
13381
13382 2007-09-28  Jim Meyering  <jim@meyering.net>
13383
13384         Fix canonicalize loop-detection corner case.
13385         Do not attempt to stat the symlink values stored via seen_triple.
13386         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13387         on linux-2.6.18, (but not 2.6.22).
13388         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13389         triple_compare.  The former compares dev,ino,filename, while the latter
13390         would actually stat dirname(filename) when dev and ino were equal.
13391         * lib/hash-triple.c: Install <string.h>.
13392         (STREQ): Define.
13393         (triple_compare_ino_str): New function.
13394         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13395
13396 2007-09-28  Eric Blake  <ebb9@byu.net>
13397
13398         Enforce that AC_REPLACE_FUNCS files exist.
13399         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13400         override check for typos.
13401
13402         Fix test-closein on Solaris 10.
13403         * tests/test-closein.c (main): Don't assume stdin can be inherited
13404         closed on all systems.
13405         * tests/test-closein.sh: Likewise.
13406         Reported by Piotr Tarnowski.
13407
13408 2007-09-28  Jim Meyering  <jim@meyering.net>
13409
13410         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13411
13412 2007-09-27  Jim Meyering  <jim@meyering.net>
13413
13414         canonicalize: Avoid a false-positive cycle failure.
13415         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13416         Sort.  Remove cycle-check.
13417         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13418         not cycle-check.h.
13419         (seen_triple): New function.
13420         (canonicalize_filename_mode): Use it instead of cycle-check.
13421         * tests/test-canonicalize.c: Add a test for this bug.
13422         * tests/test-canonicalize.sh: Set up and run the test.
13423
13424         New module, file-set, from coreutils.
13425         * modules/file-set: Define it.
13426         * lib/file-set.c, lib/file-set.h: Implement.
13427
13428         New module, hash-triple, from coreutils.
13429         * modules/hash-triple: Define it.
13430         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13431
13432 2007-09-25  Eric Blake  <ebb9@byu.net>
13433
13434         Fix strerror on Interix.
13435         * lib/string_.h (strerror): Declare replacement.
13436         * doc/functions/strerror.texi (strerror): Document the Interix
13437         shortcoming.
13438         * modules/string (Makefile.am): Support new hooks.
13439         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13440         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13441         gl_FUNC_STRERROR_SEPARATE.
13442         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13443         * lib/strerror.c (rpl_strerror): Provide replacement.
13444         * modules/strerror (Depends-on): Add string.
13445         (configure.ac): Detect use of module.
13446         * tests/test-strerror.c: New file.
13447         * modules/strerror-tests: New test module.
13448         * modules/argp (Depends-on): Add strerror.
13449         * modules/error (Depends-on): Likewise.
13450         Reported by Martin Koeppe.
13451
13452 2007-09-24  Bruno Haible  <bruno@clisp.org>
13453
13454         * README: Update git instructions.
13455
13456 2007-09-24  Eric Blake  <ebb9@byu.net>
13457
13458         Revert fpending breakage from 2007-09-08.
13459         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13460         __fpending.c.
13461
13462 2007-09-24  Jim Meyering  <jim@meyering.net>
13463
13464         filenamecat.c: Add a test.
13465         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13466         showing how the function works when DIR is the empty string.
13467
13468 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13469
13470         * tests/test-canonicalize.sh: Turn on executable bit.
13471
13472 2007-09-19  Eric Blake  <ebb9@byu.net>
13473
13474         * README: Update CVS instructions.
13475
13476 2007-09-18  Bruno Haible  <bruno@clisp.org>
13477
13478         * modules/areadlink: New file.
13479         * lib/areadlink.h (areadlink): New declaration.
13480         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13481
13482 2007-09-17  Jim Meyering  <jim@meyering.net>
13483
13484         * lib/savewd.c (ESTALE) [!defined]: Define.
13485         Reported to be required on Interix by Martin Koeppe.
13486
13487 2007-09-17  Bruno Haible  <bruno@clisp.org>
13488
13489         * gnulib-tool (func_version): Use $version.
13490
13491 2007-09-16  Bruno Haible  <bruno@clisp.org>
13492
13493         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13494         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13495         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13496         Reported by Greg Schafer <gschafer@zip.com.au>.
13497
13498 2007-09-15  Bruno Haible  <bruno@clisp.org>
13499
13500         * gnulib-tool (sed): Try a little harder to make bash understand the
13501         alias.
13502         Reported by Bruce Korb <bruce.korb@gmail.com>.
13503
13504 2007-09-13  Eric Blake  <ebb9@byu.net>
13505
13506         * ChangeLog: Remove conflict markers.
13507
13508 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13509
13510         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13511         Reported by Bruno Haible <bruno@clisp.org>.
13512
13513 2007-09-12  Bruno Haible  <bruno@clisp.org>
13514
13515         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13516         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13517         is not defined.
13518
13519 2007-09-12  Eric Blake  <ebb9@byu.net>
13520
13521         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13522         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13523         Autoconf definition.
13524         * modules/euidaccess (Depends-on): Add extensions, for
13525         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13526         * modules/fnmatch (Depends-on): Likewise.
13527         * modules/getaddrinfo (Depends-on): Likewise.
13528         * modules/getdelim (Depends-on): Likewise.
13529         * modules/getline (Depends-on): Likewise.
13530         * modules/getsubopt (Depends-on): Likewise.
13531         * modules/gettext (Depends-on): Likewise.
13532         * modules/group-member (Depends-on): Likewise.
13533         * modules/mbchar (Depends-on): Likewise.
13534         * modules/memmem (Depends-on): Likewise.
13535         * modules/mempcpy (Depends-on): Likewise.
13536         * modules/memrchr (Depends-on): Likewise.
13537         * modules/pagealign_alloc (Depends-on): Likewise.
13538         * modules/readutmp (Depends-on): Likewise.
13539         * modules/stpcpy (Depends-on): Likewise.
13540         * modules/stpncpy (Depends-on): Likewise.
13541         * modules/strchrnul (Depends-on): Likewise.
13542         * modules/strndup (Depends-on): Likewise.
13543         * modules/strsep (Depends-on): Likewise.
13544         * modules/strverscmp (Depends-on): Likewise.
13545         * modules/vasprintf (Depends-on): Likewise.
13546         * modules/wcwidth (Depends-on): Likewise.
13547         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13548         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13549         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13550         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13551         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13552         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13553         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13554         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13555         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13556         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13557         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13558         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13559         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13560         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13561         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13562         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13563         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13564         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13565         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13566         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13567         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13568         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13569         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13570         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13571         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13572         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13573         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13574         so that lock.m4 can be used in gettext without extensions module.
13575
13576 2007-09-11  Bruno Haible  <bruno@clisp.org>
13577
13578         * m4/isc-posix.m4: Remove file.
13579         Suggested by Eric Blake.
13580
13581 2007-09-11  Eric Blake  <ebb9@byu.net>
13582
13583         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13584
13585 2007-09-10  Bruno Haible  <bruno@clisp.org>
13586
13587         * posix-modules: Fix typo in error message.
13588         Reported by Matt <mkraai@beckman.com>.
13589
13590 2007-09-09  Bruno Haible  <bruno@clisp.org>
13591
13592         * doc/functions/getdelim.texi: Update list of platforms lacking the
13593         function.
13594         * doc/functions/getline.texi: Likewise.
13595
13596 2007-09-09  Jim Meyering  <jim@meyering.net>
13597
13598         * lib/hash.c (hash_initialize): Detect calloc failure.
13599         Reported by Bruno Haible.
13600
13601 2007-09-09  Bruno Haible  <bruno@clisp.org>
13602
13603         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13604         malloc or realloc fails.
13605
13606 2007-09-09  Bruno Haible  <bruno@clisp.org>
13607
13608         * modules/getcwd (Depends-on): Add malloc-posix.
13609         * modules/glob (Depends-on): Likewise.
13610         * modules/putenv (Depends-on): Likewise.
13611         * modules/strdup (Depends-on): Likewise.
13612         * modules/getdelim (Depends-on): Add realloc-posix.
13613         * modules/read-file (Depends-on): Likewise.
13614
13615 2007-09-09  Bruno Haible  <bruno@clisp.org>
13616
13617         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13618         (gl_FUNC_MALLOC_POSIX): Require it.
13619         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13620         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13621         * modules/realloc (Files): Add m4/malloc.m4.
13622         * modules/calloc (Files): Likewise.
13623
13624 2007-09-09  Bruno Haible  <bruno@clisp.org>
13625
13626         * modules/malloc-posix: New file.
13627         * modules/malloc (Depends-on): Add malloc-posix.
13628         * lib/malloc.c: Include errno.h.
13629         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13630         and a POSIX-compatible malloc into a single function. Set ENOMEM
13631         when returning NULL.
13632         * m4/malloc.m4: New file.
13633         * doc/functions/malloc.texi: Mention the malloc-posix module.
13634         * lib/stdlib_.h (malloc): New declaration.
13635         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13636         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13637         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13638         and HAVE_MALLOC_POSIX.
13639
13640 2007-09-09  Bruno Haible  <bruno@clisp.org>
13641
13642         * modules/realloc-posix: New file.
13643         * modules/realloc (Depends-on): Add realloc-posix.
13644         * lib/realloc.c: Include errno.h.
13645         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13646         and a POSIX-compatible realloc into a single function. Set ENOMEM
13647         when returning NULL.
13648         * m4/realloc.m4: New file.
13649         * doc/functions/realloc.texi: Mention the realloc-posix module.
13650         * lib/stdlib_.h (realloc): New declaration.
13651         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13652         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13653         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13654         and HAVE_REALLOC_POSIX.
13655
13656 2007-09-09  Bruno Haible  <bruno@clisp.org>
13657
13658         * modules/calloc-posix: New file.
13659         * modules/calloc (Depends-on): Add calloc-posix.
13660         * lib/calloc.c: Include errno.h.
13661         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13662         and a POSIX-compatible calloc into a single function. Set ENOMEM
13663         when returning NULL.
13664         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13665         * doc/functions/calloc.texi: Mention the calloc-posix module.
13666         * lib/stdlib_.h (calloc): New declaration.
13667         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13668         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13669         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13670         and HAVE_CALLOC_POSIX.
13671
13672 2007-09-09  Bruno Haible  <bruno@clisp.org>
13673
13674         Allow for modules to show an arbitrary notice.
13675         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13676         * gnulib-tool: New option --extract-notice.
13677         (func_usage): Document it.
13678         (sed_extract_prog): Update.
13679         (func_get_notice): New function.
13680         (func_modules_notice): New function.
13681         (func_import, func_create_testdir): Invoke it.
13682         Suggested by Jim Meyering.
13683
13684 2007-09-09  Bruno Haible  <bruno@clisp.org>
13685
13686         * gnulib-tool: New options --verbose, --quiet.
13687         (func_usage): Document them.
13688         (verbose): New variable.
13689         (func_execute_command): New function.
13690         (func_import): Don't show the module list and the file list if
13691         $verbose < 0.
13692         (func_create_testdir): Likewise. Use func_execute_command.
13693         (func_create_megatestdir): Use func_execute_command.
13694
13695 2007-09-08  Bruno Haible  <bruno@clisp.org>
13696
13697         * gnulib-tool (func_import): Prefer rsync over wget when available,
13698         for fetching the PO files.
13699
13700 2007-09-08  Bruno Haible  <bruno@clisp.org>
13701
13702         * posix-modules: New file. Portions copied from gnulib-tool.
13703         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13704
13705 2007-09-08  Jim Meyering  <jim@meyering.net>
13706
13707         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13708         * lib/fpending.h: Rename from __fpending.h.
13709         * lib/fpending.c: Rename from __fpending.c.
13710         Include "fpending.h", not "__fpending.h".
13711         * lib/__fpending.h, lib/__fpending.c: Remove files.
13712         * modules/fpending (Files): Reflect new file names.
13713         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13714
13715 2007-09-08  Bruno Haible  <bruno@clisp.org>
13716
13717         * m4/inttypes-h.m4: Remove stub file.
13718
13719 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13720
13721         * doc/headers/stdint.texi: Discuss #include_next issue.
13722
13723 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13724
13725         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13726
13727 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13728
13729         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13730         in variable name.
13731
13732 2007-09-03  Jim Meyering  <jim@meyering.net>
13733
13734         New module: git-version-gen.
13735         * modules/git-version-gen: New file.
13736
13737         Import changes from coreutils for bootstrap script.
13738
13739         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
13740
13741         bootstrap: uses rsync to download the .po files
13742         * build-aux/bootstrap (po_download_command_format): New global.
13743         (download_po_files): Use rsync.
13744         (update_po_files): Don't remove .po files after download,
13745         so future rsync runs can take advantage of the copies.
13746
13747         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
13748
13749         Solve the unnecessary-.po-file-regeneration problem once and for all.
13750         * build-aux/bootstrap (download_po_files): New function, renamed from
13751         get_translations.  Now, downloads, but doesn't update LINGUAS.
13752         (update_po_files): New function.
13753
13754         bootstrap: Ignore more.
13755         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
13756         uniwidth to e.g., lib/.gitignore.
13757         (slurp): Handle the sys_stat_.h -> sys mapping, too.
13758
13759         * build-aux/bootstrap: New setting: vc_ignore.
13760         (insert_sorted_if_absent): Create $file if absent.
13761         Adapt to new, possibly empty, list: $vc_ignore.
13762
13763         bootstrap: generate more ignorable names
13764         * build-aux/bootstrap (slurp): When generating ignorable names,
13765         also map .sin to .sed, .gperf to .c, and .y to .c.
13766
13767 2007-09-03  Jim Meyering  <jim@meyering.net>
13768
13769         * build-aux/git-version-gen: New file, from coreutils.  For details, see
13770         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
13771
13772 2007-09-02  Bruno Haible  <bruno@clisp.org>
13773
13774         Fix mis-recognition of 'mcs' on QNX 6.
13775         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
13776         output contains the string "Mono".
13777         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
13778         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
13779
13780 2007-09-01  Bruno Haible  <bruno@clisp.org>
13781
13782         Fix collision between uniwidth/* and linebreak modules.
13783         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
13784         u32_width): Remove declarations.
13785         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
13786         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
13787         streq3, streq2, streq1, streq0): Remove functions.
13788         (STREQ): Remove macro.
13789         (is_cjk_encoding): Remove function.
13790         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
13791         (uc_width, u8_width, u16_width, u32_width): Remove functions.
13792         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
13793         * NEWS: Document the change.
13794
13795 2007-09-01  Bruno Haible  <bruno@clisp.org>
13796
13797         * lib/streq.h: Add double-inclusion guard.
13798
13799 2007-09-01  Karl Berry  <karl@gnu.org>
13800
13801         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
13802
13803 2007-08-28  Jim Meyering  <jim@meyering.net>
13804
13805         Rename mreadlink_with_size to areadlink_with_size.
13806         * NEWS: Document the change.
13807         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
13808         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
13809         * lib/mreadlink.h: Rename this to...
13810         * lib/areadlink.h: ...this.
13811         * modules/mreadlink-with-size: Rename this to...
13812         * modules/areadlink-with-size: ...this.
13813         * lib/canonicalize.c: Reflect the renaming.
13814         * modules/canonicalize: Likewise.
13815
13816 2007-08-26  Bruno Haible  <bruno@clisp.org>
13817
13818         * gnulib-tool (func_import): When deciding which files to remove,
13819         consider also dangling symbolic links.
13820         Reported by Eric Blake.
13821
13822 2007-08-26  Bruno Haible  <bruno@clisp.org>
13823
13824         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
13825
13826 2007-08-23  Simon Josefsson  <simon@josefsson.org>
13827
13828         * lib/readline.c: Don't include getline.h, the prototype is now
13829         found in stdio.h.
13830
13831 2007-08-23  Jim Meyering  <jim@meyering.net>
13832
13833         Getdelim touchup.
13834         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
13835         around the funlockfile call, since funlockfile never sets errno.
13836         Don't set errno upon failed realloc.
13837
13838 2007-08-22  Eric Blake  <ebb9@byu.net>
13839
13840         Getline touchups.
13841         * lib/getdelim.c (getdelim): Revert regression that required *n to
13842         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
13843         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
13844         getdelim, rather than whether implementation is missing.
13845         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
13846         * lib/stdio_.h (getline): Also declare if replacement is
13847         required.
13848         * doc/functions/getdelim.texi: New file.
13849         * doc/functions/getline.texi: Likewise.
13850         * doc/gnulib.texi (Function Substitutes): Add new files.
13851         Reported by Bruno Haible.
13852
13853 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
13854
13855         * users.txt: Add Guile.
13856
13857 2007-08-22  Eric Blake  <ebb9@byu.net>
13858
13859         * tests/test-getdelim.c (main): Use remove, not unlink.
13860         * tests/test-getline.c (main): Likewise.
13861
13862         Move getline and getdelim into stdio.h, per POSIX 200x.
13863         * modules/getline (Files): Remove getline.h.
13864         (Depends-on): Add stdio.
13865         (configure.ac): Add module indicator.
13866         * modules/getdelim (Files): Remove getdelim.h.
13867         (Depends-on): Add stdio.
13868         (configure.ac): Add module indicator.
13869         * modules/stdio (Makefile.am): Work with new indicators.
13870         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
13871         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
13872         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13873         * lib/getdelim.h: Delete.
13874         * lib/getline.h: Delete.
13875         * lib/stdio_.h (getdelim, getline): Declare.
13876         * modules/getdelim-tests: New module.
13877         * modules/getline-tests: Likewise.
13878         * tests/test-getdelim.c: New file.
13879         * tests/test-getline.c: Likewise.
13880         * NEWS: Document the change.
13881         * lib/getline.c: Update choice of header.
13882         * lib/csharpcomp.c: Likewise.
13883         * lib/getpass.c: Likewise.
13884         * lib/javacomp.c: Likewise.
13885         * lib/javaversion.c: Likewise.
13886         * lib/yesno.c: Likewise.
13887         * lib/getdelim.c: Likewise.
13888         (getdelim): Set errno on failure, and avoid memory leak.
13889
13890 2007-08-19  Bruno Haible  <bruno@clisp.org>
13891
13892         * modules/closein (Depends-on): Add freadahead.
13893         * lib/closein.c: Include freadahead.h.
13894         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
13895         is zero.
13896
13897 2007-08-19  Bruno Haible  <bruno@clisp.org>
13898
13899         * modules/freadahead-tests: New file.
13900         * tests/test-freadahead.sh: New file.
13901         * tests/test-freadahead.c: New file.
13902
13903         * modules/freadahead: New file.
13904         * lib/freadahead.h: New file.
13905         * lib/freadahead.c: New file.
13906         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
13907         fbufmode, fpurge, freadable, fwritable.
13908
13909 2007-08-19  Eric Blake  <ebb9@byu.net>
13910
13911         Test yesno in combination with closein.
13912         * lib/yesno.c (yesno): Document use of stdin.
13913         * modules/yesno-tests (Files): New module.
13914         * tests/test-yesno.c (main): New file.
13915         * tests/test-yesno.sh: Likewise.
13916
13917 2007-08-19  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13920         * lib/fseeko.c (rpl_fseeko): Likewise.
13921         * lib/fseterr.c (fseterr): Likewise.
13922
13923 2007-08-19  Bruno Haible  <bruno@clisp.org>
13924
13925         * tests/test-lseek.c (main): Disable a test for BeOS.
13926         * doc/functions/lseek.texi: Document the BeOS bug.
13927
13928 2007-08-19  Bruno Haible  <bruno@clisp.org>
13929             Eric Blake  <ebb9@byu.net>
13930
13931         * lib/lseek.c: Include <sys/stat.h>.
13932         (rpl_lseek): Add workaround code also for Unix platforms.
13933         Needed for BeOS.
13934         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13935         * doc/functions/lseek.texi: Document BeOS definiency.
13936
13937 2007-08-18  Bruno Haible  <bruno@clisp.org>
13938
13939         * modules/fstrcmp-tests: New file.
13940         * tests/test-fstrcmp.c: New file.
13941
13942 2007-08-18  Bruno Haible  <bruno@clisp.org>
13943
13944         * modules/fstrcmp: New file, from GNU gettext with modifications.
13945         * lib/fstrcmp.h: New file, from GNU gettext.
13946         * lib/fstrcmp.c: New file, from GNU gettext.
13947         * MODULES.html.sh (String handling): Add fstrcmp.
13948
13949 2007-08-18  Bruno Haible  <bruno@clisp.org>
13950
13951         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13952         'bool'.
13953         (diag, compareseq): Remove const from the ctxt argument.
13954         (USE_HEURISTIC): Undefine at the end.
13955
13956 2007-08-18  Jim Meyering  <jim@meyering.net>
13957
13958         New file: lib/idcache.h
13959         * NEWS: Mention the addition.
13960         * modules/idcache (Files): Add lib/idcache.h
13961         * lib/idcache.c: Include "idcache.h".
13962         Don't include <sys/types.h>.
13963         Add a FIXME comment.
13964         Move file-scoped "static" declarations to the top.
13965         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13966
13967 2007-08-17  Bruno Haible  <bruno@clisp.org>
13968         and Paul Eggert  <eggert@cs.ucla.edu>
13969
13970         * MODULES.html.sh: Add diffseq.
13971         * modules/diffseq: New file.
13972         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13973         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13974
13975 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         Import changes from coreutils for bootstrap script.
13978
13979         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         * build-aux/bootstrap (slurp): Work even in environments where
13982         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13983         current code does not slurp files whose names start with ".", and
13984         this looks like it might be a troublesome area.
13985
13986         2007-07-11  Jim Meyering  <jim@meyering.net>
13987
13988         If there's a GPL vN copyright comment, require that N == 3.
13989
13990         2007-07-08  Jim Meyering  <jim@meyering.net>
13991
13992         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13993         * build-aux/bootstrap (mam_template): Move definition out of loop.
13994
13995         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13996
13997         * build-aux/bootstrap (symlink_to_dir): Rename function from
13998         symlink_to_gnulib.  Add a directory parameter.  Update all
13999         callers.
14000         (cp_mark_as_generated): Also check for -- and link to -- files in
14001         gl/.
14002
14003         2007-07-08  Jim Meyering  <jim@meyering.net>
14004
14005         Adapt to deeper hierarchy in gnulib.
14006         * build-aux/bootstrap (symlink_to_dir): If the destination
14007         directory doesn't exist, create it. This is required at least for
14008         "lib/uniwidth/cjk.h".
14009
14010         2007-05-15  Jim Meyering  <jim@meyering.net>
14011
14012         * build-aux/bootstrap: Now that generated Makefile.am files
14013         are no longer under version control, they must be created at
14014         bootstrap time.
14015
14016 2007-08-14  Ben Pfaff  <blp@gnu.org>
14017
14018         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
14019
14020 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
14023         given the changes below.
14024         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
14025         even on hosts that have padding bits beyond the supported 64.
14026
14027 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
14030         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
14031         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
14032         depends on it.
14033         (xstrtol_error): Remove.
14034         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
14035         but with a different signature.
14036         (ATTRIBUTE_NORETURN, __attribute__): New macros.
14037         * lib/xstrtol-error.c: Include exitfail.h.
14038         (xstrtol_fatal): New function, with a different signature from the
14039         old xstrtol_error, so that the caller need not worry about passing
14040         in an exit status, or about storage management of the option argument.
14041         (xstrtol_error): Now a static function.  Redo signature to
14042         implement xstrtol_fatal.  Output the correct number of hyphens in
14043         front of the option so that the caller need not worry about
14044         storage management.
14045         (N_): New macro.
14046         (_): Remove; not used now.
14047         * modules/xstrtol: Depend on getopt.
14048         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
14049         of old STRTOL_FATAL_ERROR macro.
14050         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
14051         of test program.
14052         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
14053         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
14054
14055 2007-08-08  Eric Blake  <ebb9@byu.net>
14056
14057         * lib/xstrtol-error.c: Add missing include.
14058
14059         Move xstrtol messages into gnulib domain, when --pobase is used.
14060         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
14061         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
14062         * modules/xstrtol (Files): Distribute new file.
14063         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
14064         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
14065         * tests/test-xstrtol.c: ...into new file.
14066         * tests/test-xstrtoul.c: Also test xstrtoul.
14067         * tests/test-xstrtoimax.c: Also test xstrtoimax.
14068         * tests/test-xstrtoumax.c: Also test xstrtoumax.
14069         * tests/test-xstrtol.sh: Drive the tests.
14070         * tests/test-xstrtoimax.sh: Likewise.
14071         * tests/test-xstrtoumax.sh: Likewise.
14072         * modules/xstrtol-tests: New module.
14073         * modules/xstrtoimax-tests: Likewise.
14074         * modules/xstrtoumax-tests: Likewise.
14075
14076 2007-08-08  Jim Meyering  <jim@meyering.net>
14077
14078         New function: mfile_name_concat.
14079         * lib/filenamecat.c (mfile_name_concat): New function, just like
14080         file_name_concat, but return NULL upon failure rather than exiting
14081         with a diagnostic.
14082         * lib/filenamecat.h: Declare it.
14083
14084 2007-08-07  Bruno Haible  <bruno@clisp.org>
14085
14086         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14087         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14088         warning from gcc.
14089         Reported by Eric Blake.
14090
14091 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14092
14093         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14094         * modules/crypto/arcfour (License): Likewise.
14095         * modules/crypto/des-tests (License): Likewise.
14096         * modules/crypto/gc-arctwo-tests (License): Likewise.
14097         * modules/crypto/gc-des-tests (License): Likewise.
14098         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14099         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14100         * modules/crypto/gc-md2-tests (License): Likewise.
14101         * modules/crypto/gc-md4-tests (License): Likewise.
14102         * modules/crypto/gc-md5-tests (License): Likewise.
14103         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14104         * modules/crypto/gc-rijndael-tests (License): Likewise.
14105         * modules/crypto/gc-sha1-tests (License): Likewise.
14106         * modules/crypto/gc-tests (License): Likewise.
14107         * modules/crypto/hmac-md5 (License): Likewise.
14108         * modules/crypto/hmac-sha1 (License): Likewise.
14109         * modules/crypto/md2-tests (License): Likewise.
14110         * modules/crypto/md4-tests (License): Likewise.
14111         * modules/crypto/md5 (License): Likewise.
14112         * modules/crypto/rijndael (License): Likewise.
14113         * modules/crypto/sha1 (License): Likewise.
14114         * modules/memxor (License): Likewise.
14115
14116 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14117         and Bruno Haible  <bruno@clisp.org>
14118
14119         * NEWS: Describe interface changes to human, xstrtol.
14120         * lib/human.h: Include <xstrtol.h>.
14121         (human_options): Return enum strtol_error, not int.  Remove
14122         bool arg; take int * instead.
14123         * lib/human.c: Don't include "gettext.h".
14124         (_): Remove; no longer used.
14125         Don't include <xstrtol.h>, since human.h does it.
14126         (human_options): Adjust to abovementioned interface changes.
14127         Do not report error to stderr; that's now the caller's
14128         responsibility.
14129         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14130         interface change.
14131         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14132         Str, Argument_type_string.  All uses changed.  Put " argument"
14133         in diagnostics to make them clearer.  Change wording of suffix
14134         message for clarity.
14135         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14136         Argument_type_string.
14137         (STRTOL_FATAL_WARN): Remove; no longer used.
14138         * modules/human (Depends-on): Remove gettext-h.
14139
14140 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14141
14142         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14143
14144 2007-07-31  Bruno Haible  <bruno@clisp.org>
14145
14146         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14147         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14148         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14149
14150 2007-07-31  Bruno Haible  <bruno@clisp.org>
14151
14152         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14153         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14154
14155 2007-07-30  Bruno Haible  <bruno@clisp.org>
14156
14157         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14158         * modules/c-ctype (License): Likewise.
14159         * modules/c-strcase (License): Likewise.
14160         * modules/check-version (License): Likewise.
14161         * modules/iconv (License): Likewise.
14162         * modules/iconv_open (License): Likewise.
14163         * modules/read-file (License): Likewise.
14164         * modules/striconv (License): Likewise.
14165         * modules/strverscmp (License): Likewise.
14166         * modules/vasprintf (License): Likewise.
14167         * modules/crypto/des (License): Likewise.
14168         * modules/crypto/gc (License): Likewise.
14169         * modules/crypto/gc-arcfour (License): Likewise.
14170         * modules/crypto/gc-arctwo (License): Likewise.
14171         * modules/crypto/gc-des (License): Likewise.
14172         * modules/crypto/gc-hmac-md5 (License): Likewise.
14173         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14174         * modules/crypto/gc-md2 (License): Likewise.
14175         * modules/crypto/gc-md4 (License): Likewise.
14176         * modules/crypto/gc-md5 (License): Likewise.
14177         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14178         * modules/crypto/gc-random (License): Likewise.
14179         * modules/crypto/gc-rijndael (License): Likewise.
14180         * modules/crypto/gc-sha1 (License): Likewise.
14181         * modules/crypto/md2 (License): Likewise.
14182         * modules/crypto/md4 (License): Likewise.
14183
14184 2007-07-30  Jim Meyering  <jim@meyering.net>
14185
14186         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14187         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14188         it has valid stat data.  This bug would cause du not to count the
14189         sizes of inaccessible directories.
14190         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14191         in <http://bugzilla.redhat.com/250077>.
14192
14193 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14194             Bruno Haible  <bruno@clisp.org>
14195
14196         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14197         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14198         #include_next, gives a diagnostic about it, but reports no error in
14199         the exit code.
14200         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14201
14202 2007-07-24  Ben Pfaff  <blp@gnu.org>
14203
14204         Improve name: "count-one-bits" is better than "popcount".
14205         * MODULES.html.sh: Update name.
14206         * lib/popcount.h: Renamed lib/count-one-bits.h.
14207         (popcount): Renamed count_one_bits.
14208         (popcountl): Renamed count_one_bits_l.
14209         (popcountll): Renamed count_one_bits_ll.
14210         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14211         * modules/popcount: Renamed module/count-one-bits.
14212         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14213         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14214
14215 2007-07-23  Ben Pfaff  <blp@gnu.org>
14216
14217         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14218         better code generation, and add U to large constants to avoid
14219         warnings, in non-GCC case.
14220         Suggested by Bruno Haible.
14221
14222 2007-07-23  Ben Pfaff  <blp@gnu.org>
14223
14224         * lib/popcount.h: Use verify_true instead of if...abort.
14225         * modules/popcount: Depend on verify module.
14226         Suggested by Jim Meyering.
14227
14228 2007-07-23  Bruno Haible  <bruno@clisp.org>
14229
14230         * gnulib-tool (func_import): Create a .cvsignore file also when the
14231         directory is not yet in CVS but the toplevel directory is. When
14232         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14233         Reported by Karl Berry.
14234
14235 2007-07-22  Ben Pfaff  <blp@gnu.org>
14236
14237         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14238         case.
14239         Suggested by Eric Blake.
14240
14241 2007-07-22  Ben Pfaff  <blp@gnu.org>
14242
14243         New module: popcount.
14244         * MODULES.html.sh: Add popcount.
14245         * modules/popcount: New file.
14246         * modules/popcount-tests: New file.
14247         * tests/test-popcount.c: New file.
14248         * lib/popcount.h: New file.
14249         * m4/popcount.m4: New file.
14250
14251 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14252
14253         * build-aux/announce-gen: Update to GPLv3.
14254
14255         * build-aux/config.guess: Update from config.
14256
14257 2007-07-21  Bruno Haible  <bruno@clisp.org>
14258
14259         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14260         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14261
14262 2007-07-20  Jim Meyering  <jim@meyering.net>
14263
14264         * check-module: Diagnose a self-dependency.
14265
14266 2007-07-19  Bruno Haible  <bruno@clisp.org>
14267
14268         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14269         empty.
14270         Reported by Eric Blake.
14271
14272 2007-07-18  Bruno Haible  <bruno@clisp.org>
14273
14274         * gnulib-tool: New options --po-base, --po-domain.
14275         (func_usage): Document them.
14276         (pobase, po_domain): New variables.
14277         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14278         DEFAULT_TEXT_DOMAIN.
14279         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14280         (func_import): Consider pobase and po_domain. Create a po/ directory.
14281         (func_create_testdir): Set pobase and po_domain to empty.
14282         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14283         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14284
14285 2007-07-18  Bruno Haible  <bruno@clisp.org>
14286
14287         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14288         EXTRA_DIST augmentation for files in build-aux/.
14289
14290 2007-07-16  Bruno Haible  <bruno@clisp.org>
14291
14292         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14293         * modules/getdelim (License): Likewise.
14294
14295 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14296
14297         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14298         * modules/d-type (License): Likewise.
14299         * modules/extensions (License): Likewise.
14300         * modules/fnmatch (License): Likewise.
14301         * modules/fseeko (License): Likewise.
14302         * modules/getaddrinfo (License): Likewise.
14303         * modules/getline (License): Likewise.
14304         * modules/getlogin_r (License): Likewise.
14305         * modules/getpass (License): Likewise.
14306         * modules/gettimeofday (License): Likewise.
14307         * modules/glob (License): Likewise.
14308         * modules/inet_ntop (License): Likewise.
14309         * modules/malloc (License): Likewise.
14310         * modules/malloca (License): Likewise.
14311         * modules/memmem (License): Likewise.
14312         * modules/mempcpy (License): Likewise.
14313         * modules/memset (License): Likewise.
14314         * modules/minmax (License): Likewise.
14315         * modules/mktime (License): Likewise.
14316         * modules/netinet_in (License): Likewise.
14317         * modules/pathmax (License): Likewise.
14318         * modules/poll (License): Likewise.
14319         * modules/regex (License): Likewise.
14320         * modules/snprintf (License): Likewise.
14321         * modules/stdbool (License): Likewise.
14322         * modules/stdint (License): Likewise.
14323         * modules/stdio (License): Likewise.
14324         * modules/strcase (License): Likewise.
14325         * modules/strcasestr (License): Likewise.
14326         * modules/strdup (License): Likewise.
14327         * modules/string (License): Likewise.
14328         * modules/strndup (License): Likewise.
14329         * modules/strnlen (License): Likewise.
14330         * modules/strpbrk (License): Likewise.
14331         * modules/strptime (License): Likewise.
14332         * modules/strsep (License): Likewise.
14333         * modules/sys_select (License): Likewise.
14334         * modules/sys_socket (License): Likewise.
14335         * modules/sys_stat (License): Likewise.
14336         * modules/sys_time (License): Likewise.
14337         * modules/time (License): Likewise.
14338         * modules/time_r (License): Likewise.
14339         * modules/timegm (License): Likewise.
14340         * modules/unistd (License): Likewise.
14341         * modules/vsnprintf (License): Likewise.
14342         * modules/wctype (License): Likewise.
14343
14344 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14345
14346         * modules/argz (License): LGPLv2+.
14347
14348 2007-07-15  Karl Berry  <karl@gnu.org>
14349
14350         * doc/gnulib.texi: revise node structure per new fdl.texi.
14351
14352 2007-07-14  Bruno Haible  <bruno@clisp.org>
14353
14354         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14355         the output file.
14356         * lib/uniname/uninames.h: Regenerated.
14357
14358 2007-07-14  Karl Berry  <karl@gnu.org>
14359
14360         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14361         omitting sectioning and index commands.
14362
14363 2007-07-13  Bruno Haible  <bruno@clisp.org>
14364
14365         New gnulib-tool option --more-symlinks.
14366         * gnulib-tool (func_usage): Document --more-symlinks.
14367         (do_copyrights): New variable.
14368         Recognize option --more-symlinks.
14369         (func_import): Don't add a copyright notice transform to
14370         sed_transform_lib_file if do_copyrights is empty.
14371
14372 2007-07-13  Bruno Haible  <bruno@clisp.org>
14373
14374         * lib/vasnprintf.c (decimal_point_char): Define also if
14375         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14376         && !NEED_PRINTF_DIRECTIVE_A.
14377         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14378         Gary V. Vaughan <gary@gnu.org>.
14379
14380 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14381
14382         * lib/inttypes_.h: Undo previous change, since it was fixed
14383         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14384
14385 2007-07-13  Bruno Haible  <bruno@clisp.org>
14386
14387         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14388         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14389
14390 2007-07-13  Jim Meyering  <jim@meyering.net>
14391
14392         df: Don't fail for Tru64's "file-on-file mount".
14393         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14394         so we fall through and use statfs instead.  Details here:
14395         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14396         Reported by Albert Chin.
14397
14398 2007-07-13  Bruno Haible  <bruno@clisp.org>
14399
14400         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14401         * modules/configmake (License): Likewise.
14402         * modules/gettext (License): Likewise.
14403         * modules/gettext-h (License): Likewise.
14404         * modules/include_next (License): Likewise.
14405         * modules/link-warning (License): Likewise.
14406         * modules/localcharset (License): Likewise.
14407         * modules/localename (License): Likewise.
14408         * modules/lock (License): Likewise.
14409         * modules/relocatable-lib-lgpl (License): Likewise.
14410         * modules/size_max (License): Likewise.
14411         * modules/vasnprintf (License): Likewise.
14412         * modules/wchar (License): Likewise.
14413         * modules/xsize (License): Likewise.
14414
14415 2007-07-13  Bruno Haible  <bruno@clisp.org>
14416
14417         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14418         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14419
14420 2007-07-12  Bruno Haible  <bruno@clisp.org>
14421
14422         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14423         in the modules files.
14424
14425 2007-07-11  Karl Berry  <karl@gnu.org>
14426
14427         * MODULES.html.sh (func_module): use
14428          sed -e '\|^'"${includefile}"'$|d'
14429          instead of /.../d, to avoid errors on $includefile's containing /.
14430
14431 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14432
14433         * gnulib-tool (func_import): Avoid duplication of --avoid
14434         statements
14435         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14436         names to `_' in variable names.
14437
14438 2007-07-10  Eric Blake  <ebb9@byu.net>
14439
14440         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14441         * NEWS: Document this change.
14442
14443 2007-07-08  Bruno Haible  <bruno@clisp.org>
14444
14445         Update to Unicode 5.0.
14446         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14447         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14448         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14449         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14450         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14451         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14452         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14453         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14454         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14455         U+10A3F, U+1D242..U+1D244.
14456         (nonspacing_table_ind): Update.
14457         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14458         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14459
14460 2007-07-08  Bruno Haible  <bruno@clisp.org>
14461
14462         Update to Unicode 5.0.
14463         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14464         code transform. Extend the name index field of unicode_name_to_code and
14465         unicode_code_to_name from 16 to 24 bits.
14466         * lib/uniname/uniname.c (unicode_character_name,
14467         unicode_name_character): Add the range 0x12xxx to the code transform.
14468         * lib/uniname/uninames.h: Regenerated.
14469         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14470
14471 2007-07-07  Bruno Haible  <bruno@clisp.org>
14472
14473         * modules/wcwidth-tests: New file.
14474         * tests/test-wcwidth.c: New file.
14475
14476         Work around MacOS X wcwidth() bug.
14477         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14478         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14479         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14480         original wcwidth in non-UTF-8 locales.
14481         * modules/wcwidth (Depends-on): Add localcharset, streq,
14482         uniwidth/width.
14483         * doc/functions/wcwidth.texi: Update.
14484
14485 2007-07-07  Bruno Haible  <bruno@clisp.org>
14486
14487         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14488         (wcwidth): New declaration.
14489         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14490         macros.
14491         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14492         here. Prepare for creating <wchar.h> unconditionally.
14493         * modules/wchar (Depends-on): Add link-warning.
14494         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14495         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14496         * lib/wcwidth.h: Remove file.
14497         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14498         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14499         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14500         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14501         (Include): Replace wcwidth.h with <wchar.h>.
14502         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14503         * lib/mbchar.h: Don't include wcwidth.h.
14504         * lib/mbswidth.c: Likewise.
14505         * NEWS: Mention the change.
14506
14507 2007-07-07  Bruno Haible  <bruno@clisp.org>
14508
14509         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14510         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14511         definition with an external declaration.
14512         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14513         defined as a function. Remove AC_C_INLINE requirement.
14514         * modules/wcwidth (Files): Add lib/wcwidth.c.
14515         (Makefile.am): Remove redundant statement.
14516
14517 2007-07-07  Bruno Haible  <bruno@clisp.org>
14518
14519         * MODULES.html.sh (Unicode string functions): Add the new modules.
14520
14521         * tests/uniwidth/test-u32-strwidth.c: New file.
14522         * modules/uniwidth/u32-strwidth-tests: New file.
14523
14524         * lib/uniwidth/u32-strwidth.c: New file.
14525         * modules/uniwidth/u32-strwidth: New file.
14526
14527         * tests/uniwidth/test-u16-strwidth.c: New file.
14528         * modules/uniwidth/u16-strwidth-tests: New file.
14529
14530         * lib/uniwidth/u16-strwidth.c: New file.
14531         * modules/uniwidth/u16-strwidth: New file.
14532
14533         * tests/uniwidth/test-u8-strwidth.c: New file.
14534         * modules/uniwidth/u8-strwidth-tests: New file.
14535
14536         * lib/uniwidth/u8-strwidth.c: New file.
14537         * modules/uniwidth/u8-strwidth: New file.
14538
14539         * tests/uniwidth/test-u32-width.c: New file.
14540         * modules/uniwidth/u32-width-tests: New file.
14541
14542         * lib/uniwidth/u32-width.c: New file.
14543         * modules/uniwidth/u32-width: New file.
14544
14545         * tests/uniwidth/test-u16-width.c: New file.
14546         * modules/uniwidth/u16-width-tests: New file.
14547
14548         * lib/uniwidth/u16-width.c: New file.
14549         * modules/uniwidth/u16-width: New file.
14550
14551         * tests/uniwidth/test-u8-width.c: New file.
14552         * modules/uniwidth/u8-width-tests: New file.
14553
14554         * lib/uniwidth/u8-width.c: New file.
14555         * modules/uniwidth/u8-width: New file.
14556
14557         * tests/uniwidth/test-uc_width.c: New file.
14558         * modules/uniwidth/width-tests: New file.
14559
14560         * lib/uniwidth/width.c: New file, from GNU libiconv.
14561         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14562         * modules/uniwidth/width: New file.
14563
14564         * lib/uniwidth.h: New file, from GNU libiconv.
14565         * modules/uniwidth/base: New file.
14566
14567 2007-07-07  Bruno Haible  <bruno@clisp.org>
14568
14569         * lib/uniname.h: New file, from GNU gettext.
14570         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14571         * lib/uniname/uninames.h: New file, from GNU gettext.
14572         * lib/uniname/uniname.c: New file, from GNU gettext.
14573         * tests/uniname/test-uninames.sh: New file.
14574         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14575         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14576         * modules/uniname/base: New file.
14577         * modules/uniname/uniname: New file.
14578         * modules/uniname/uniname-tests: New file.
14579         * MODULES.html.sh (Unicode string functions): Add the new modules.
14580
14581 2007-07-06  Bruno Haible  <bruno@clisp.org>
14582
14583         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14584
14585 2007-07-06  Bruno Haible  <bruno@clisp.org>
14586
14587         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14588         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14589         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14590         include <sys/time.h>.
14591         Reported by Eric Blake.
14592
14593 2007-07-06  Eric Blake  <ebb9@byu.net>
14594
14595         Fix testing canonicalize on cygwin.
14596         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14597         Revert patch from 2007-06-19.
14598         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14599         canonicalize module is also in use.
14600         * tests/test-canonicalize.c: New file.
14601         * tests/test-canonicalize.sh: Likewise.
14602         * modules/canonicalize-tests: Likewise.
14603
14604 2007-07-06  Jim Meyering  <jim@meyering.net>
14605
14606         * lib/getugroups.c (getugroups): Detect getgrent failure.
14607         Adjust comment to reflect reality: this function may return -1.
14608
14609 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14610
14611         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14612         the new TP address.
14613         (usage): Fix typo
14614         (gnulib_mk): New variable.
14615
14616 2007-07-05  Jim Meyering  <jim@meyering.net>
14617
14618         Don't let endgrent clobber errno, no matter how improbable.
14619         * lib/getugroups.c (getugroups): Save and restore errno around
14620         endgrent call.
14621
14622         Close the group DB even when failing with 2^31 or more members.
14623         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14624
14625 2007-07-04  Jim Meyering  <jim@meyering.net>
14626
14627         * lib/getugroups.h: New file.
14628         * lib/getugroups.c: Include "getugroups.h".
14629         Remove uses of "register" keyword.
14630         Move local variable, "cp", down into scope where used.
14631         Give "username" parameter the "const" attribute.
14632         * modules/getugroups (Files): Add lib/getugroups.h
14633
14634 2007-07-04  Karl Berry  <karl@gnu.org>
14635
14636         * MODULES.html.sh (func_all_modules): Complete rename of
14637         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14638
14639 2007-07-02  Bruno Haible  <bruno@clisp.org>
14640
14641         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14642         mode, when inttypes.h comes from gnulib.
14643         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14644
14645 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14646
14647         * NEWS: Mention lgpl module name change.
14648
14649         * modules/lgpl-2.1: Renamed from lgpl.
14650
14651         * NEWS: Mention gpl module name change.
14652
14653         * modules/gpl-3.0: New file, based on gpl-2.0.
14654
14655         * modules/gpl-2.0: Renamed from gpl.
14656
14657         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14658         doc/gpl-2.0.texi.
14659
14660 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14661
14662         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14663         #define __STDC_LIMIT_MACROS temporarily while including
14664         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14665         Problem reported by Joel E. Denny in
14666         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14667
14668 2007-07-01  Bruno Haible  <bruno@clisp.org>
14669
14670         * lib/unistdio.h: New file.
14671         * lib/unistdio/u-asnprintf.h: New file.
14672         * lib/unistdio/u-asprintf.h: New file.
14673         * lib/unistdio/u-printf-args.c: New file.
14674         * lib/unistdio/u-printf-args.h: New file.
14675         * lib/unistdio/u-printf-parse.h: New file.
14676         * lib/unistdio/u-snprintf.h: New file.
14677         * lib/unistdio/u-sprintf.h: New file.
14678         * lib/unistdio/u-vasprintf.h: New file.
14679         * lib/unistdio/u-vsnprintf.h: New file.
14680         * lib/unistdio/u-vsprintf.h: New file.
14681         * lib/unistdio/ulc-asnprintf.c: New file.
14682         * lib/unistdio/ulc-asprintf.c: New file.
14683         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14684         * lib/unistdio/ulc-printf-parse.c: New file.
14685         * lib/unistdio/ulc-snprintf.c: New file.
14686         * lib/unistdio/ulc-sprintf.c: New file.
14687         * lib/unistdio/ulc-vasnprintf.c: New file.
14688         * lib/unistdio/ulc-vasprintf.c: New file.
14689         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14690         * lib/unistdio/ulc-vsnprintf.c: New file.
14691         * lib/unistdio/ulc-vsprintf.c: New file.
14692         * lib/unistdio/u8-asnprintf.c: New file.
14693         * lib/unistdio/u8-asprintf.c: New file.
14694         * lib/unistdio/u8-printf-parse.c: New file.
14695         * lib/unistdio/u8-snprintf.c: New file.
14696         * lib/unistdio/u8-sprintf.c: New file.
14697         * lib/unistdio/u8-vasnprintf.c: New file.
14698         * lib/unistdio/u8-vasprintf.c: New file.
14699         * lib/unistdio/u8-vsnprintf.c: New file.
14700         * lib/unistdio/u8-vsprintf.c: New file.
14701         * lib/unistdio/u8-u8-asnprintf.c: New file.
14702         * lib/unistdio/u8-u8-asprintf.c: New file.
14703         * lib/unistdio/u8-u8-snprintf.c: New file.
14704         * lib/unistdio/u8-u8-sprintf.c: New file.
14705         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14706         * lib/unistdio/u8-u8-vasprintf.c: New file.
14707         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14708         * lib/unistdio/u8-u8-vsprintf.c: New file.
14709         * lib/unistdio/u16-asnprintf.c: New file.
14710         * lib/unistdio/u16-asprintf.c: New file.
14711         * lib/unistdio/u16-printf-parse.c: New file.
14712         * lib/unistdio/u16-snprintf.c: New file.
14713         * lib/unistdio/u16-sprintf.c: New file.
14714         * lib/unistdio/u16-vasnprintf.c: New file.
14715         * lib/unistdio/u16-vasprintf.c: New file.
14716         * lib/unistdio/u16-vsnprintf.c: New file.
14717         * lib/unistdio/u16-vsprintf.c: New file.
14718         * lib/unistdio/u16-u16-asnprintf.c: New file.
14719         * lib/unistdio/u16-u16-asprintf.c: New file.
14720         * lib/unistdio/u16-u16-snprintf.c: New file.
14721         * lib/unistdio/u16-u16-sprintf.c: New file.
14722         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14723         * lib/unistdio/u16-u16-vasprintf.c: New file.
14724         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14725         * lib/unistdio/u16-u16-vsprintf.c: New file.
14726         * lib/unistdio/u32-asnprintf.c: New file.
14727         * lib/unistdio/u32-asprintf.c: New file.
14728         * lib/unistdio/u32-printf-parse.c: New file.
14729         * lib/unistdio/u32-snprintf.c: New file.
14730         * lib/unistdio/u32-sprintf.c: New file.
14731         * lib/unistdio/u32-vasnprintf.c: New file.
14732         * lib/unistdio/u32-vasprintf.c: New file.
14733         * lib/unistdio/u32-vsnprintf.c: New file.
14734         * lib/unistdio/u32-vsprintf.c: New file.
14735         * lib/unistdio/u32-u32-asnprintf.c: New file.
14736         * lib/unistdio/u32-u32-asprintf.c: New file.
14737         * lib/unistdio/u32-u32-snprintf.c: New file.
14738         * lib/unistdio/u32-u32-sprintf.c: New file.
14739         * lib/unistdio/u32-u32-vasnprintf.c: New file.
14740         * lib/unistdio/u32-u32-vasprintf.c: New file.
14741         * lib/unistdio/u32-u32-vsnprintf.c: New file.
14742         * lib/unistdio/u32-u32-vsprintf.c: New file.
14743         * tests/unistdio/test-ulc-asnprintf1.c: New file.
14744         * tests/unistdio/test-ulc-asnprintf1.h: New file.
14745         * tests/unistdio/test-ulc-printf1.h: New file.
14746         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
14747         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
14748         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
14749         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
14750         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
14751         * tests/unistdio/test-ulc-vasprintf1.c: New file.
14752         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
14753         * tests/unistdio/test-ulc-vsprintf1.c: New file.
14754         * tests/unistdio/test-u8-asnprintf1.c: New file.
14755         * tests/unistdio/test-u8-asnprintf1.h: New file.
14756         * tests/unistdio/test-u8-printf1.h: New file.
14757         * tests/unistdio/test-u8-vasnprintf1.c: New file.
14758         * tests/unistdio/test-u8-vasnprintf2.c: New file.
14759         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
14760         * tests/unistdio/test-u8-vasnprintf3.c: New file.
14761         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
14762         * tests/unistdio/test-u8-vasprintf1.c: New file.
14763         * tests/unistdio/test-u8-vsnprintf1.c: New file.
14764         * tests/unistdio/test-u8-vsprintf1.c: New file.
14765         * tests/unistdio/test-u16-asnprintf1.c: New file.
14766         * tests/unistdio/test-u16-asnprintf1.h: New file.
14767         * tests/unistdio/test-u16-printf1.h: New file.
14768         * tests/unistdio/test-u16-vasnprintf1.c: New file.
14769         * tests/unistdio/test-u16-vasnprintf2.c: New file.
14770         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
14771         * tests/unistdio/test-u16-vasnprintf3.c: New file.
14772         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
14773         * tests/unistdio/test-u16-vasprintf1.c: New file.
14774         * tests/unistdio/test-u16-vsnprintf1.c: New file.
14775         * tests/unistdio/test-u16-vsprintf1.c: New file.
14776         * tests/unistdio/test-u32-asnprintf1.c: New file.
14777         * tests/unistdio/test-u32-asnprintf1.h: New file.
14778         * tests/unistdio/test-u32-printf1.h: New file.
14779         * tests/unistdio/test-u32-vasnprintf1.c: New file.
14780         * tests/unistdio/test-u32-vasnprintf2.c: New file.
14781         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
14782         * tests/unistdio/test-u32-vasnprintf3.c: New file.
14783         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
14784         * tests/unistdio/test-u32-vasprintf1.c: New file.
14785         * tests/unistdio/test-u32-vsnprintf1.c: New file.
14786         * tests/unistdio/test-u32-vsprintf1.c: New file.
14787         * modules/unistdio/base: New file.
14788         * modules/unistdio/u-printf-args: New file.
14789         * modules/unistdio/ulc-asnprintf: New file.
14790         * modules/unistdio/ulc-asprintf: New file.
14791         * modules/unistdio/ulc-fprintf: New file.
14792         * modules/unistdio/ulc-printf-parse: New file.
14793         * modules/unistdio/ulc-snprintf: New file.
14794         * modules/unistdio/ulc-sprintf: New file.
14795         * modules/unistdio/ulc-vasnprintf: New file.
14796         * modules/unistdio/ulc-vasprintf: New file.
14797         * modules/unistdio/ulc-vfprintf: New file.
14798         * modules/unistdio/ulc-vsnprintf: New file.
14799         * modules/unistdio/ulc-vsprintf: New file.
14800         * modules/unistdio/u8-asnprintf: New file.
14801         * modules/unistdio/u8-asprintf: New file.
14802         * modules/unistdio/u8-printf-parse: New file.
14803         * modules/unistdio/u8-snprintf: New file.
14804         * modules/unistdio/u8-sprintf: New file.
14805         * modules/unistdio/u8-vasnprintf: New file.
14806         * modules/unistdio/u8-vasprintf: New file.
14807         * modules/unistdio/u8-vsnprintf: New file.
14808         * modules/unistdio/u8-vsprintf: New file.
14809         * modules/unistdio/u8-u8-asnprintf: New file.
14810         * modules/unistdio/u8-u8-asprintf: New file.
14811         * modules/unistdio/u8-u8-snprintf: New file.
14812         * modules/unistdio/u8-u8-sprintf: New file.
14813         * modules/unistdio/u8-u8-vasnprintf: New file.
14814         * modules/unistdio/u8-u8-vasprintf: New file.
14815         * modules/unistdio/u8-u8-vsnprintf: New file.
14816         * modules/unistdio/u8-u8-vsprintf: New file.
14817         * modules/unistdio/u16-asnprintf: New file.
14818         * modules/unistdio/u16-asprintf: New file.
14819         * modules/unistdio/u16-printf-parse: New file.
14820         * modules/unistdio/u16-snprintf: New file.
14821         * modules/unistdio/u16-sprintf: New file.
14822         * modules/unistdio/u16-vasnprintf: New file.
14823         * modules/unistdio/u16-vasprintf: New file.
14824         * modules/unistdio/u16-vsnprintf: New file.
14825         * modules/unistdio/u16-vsprintf: New file.
14826         * modules/unistdio/u16-u16-asnprintf: New file.
14827         * modules/unistdio/u16-u16-asprintf: New file.
14828         * modules/unistdio/u16-u16-snprintf: New file.
14829         * modules/unistdio/u16-u16-sprintf: New file.
14830         * modules/unistdio/u16-u16-vasnprintf: New file.
14831         * modules/unistdio/u16-u16-vasprintf: New file.
14832         * modules/unistdio/u16-u16-vsnprintf: New file.
14833         * modules/unistdio/u16-u16-vsprintf: New file.
14834         * modules/unistdio/u32-asnprintf: New file.
14835         * modules/unistdio/u32-asprintf: New file.
14836         * modules/unistdio/u32-printf-parse: New file.
14837         * modules/unistdio/u32-snprintf: New file.
14838         * modules/unistdio/u32-sprintf: New file.
14839         * modules/unistdio/u32-vasnprintf: New file.
14840         * modules/unistdio/u32-vasprintf: New file.
14841         * modules/unistdio/u32-vsnprintf: New file.
14842         * modules/unistdio/u32-vsprintf: New file.
14843         * modules/unistdio/u32-u32-asnprintf: New file.
14844         * modules/unistdio/u32-u32-asprintf: New file.
14845         * modules/unistdio/u32-u32-snprintf: New file.
14846         * modules/unistdio/u32-u32-sprintf: New file.
14847         * modules/unistdio/u32-u32-vasnprintf: New file.
14848         * modules/unistdio/u32-u32-vasprintf: New file.
14849         * modules/unistdio/u32-u32-vsnprintf: New file.
14850         * modules/unistdio/u32-u32-vsprintf: New file.
14851         * modules/unistdio/ulc-asnprintf-tests: New file.
14852         * modules/unistdio/ulc-vasnprintf-tests: New file.
14853         * modules/unistdio/ulc-vasprintf-tests: New file.
14854         * modules/unistdio/ulc-vsnprintf-tests: New file.
14855         * modules/unistdio/ulc-vsprintf-tests: New file.
14856         * modules/unistdio/u8-asnprintf-tests: New file.
14857         * modules/unistdio/u8-vasnprintf-tests: New file.
14858         * modules/unistdio/u8-vasprintf-tests: New file.
14859         * modules/unistdio/u8-vsnprintf-tests: New file.
14860         * modules/unistdio/u8-vsprintf-tests: New file.
14861         * modules/unistdio/u16-asnprintf-tests: New file.
14862         * modules/unistdio/u16-vasnprintf-tests: New file.
14863         * modules/unistdio/u16-vasprintf-tests: New file.
14864         * modules/unistdio/u16-vsnprintf-tests: New file.
14865         * modules/unistdio/u16-vsprintf-tests: New file.
14866         * modules/unistdio/u32-asnprintf-tests: New file.
14867         * modules/unistdio/u32-vasnprintf-tests: New file.
14868         * modules/unistdio/u32-vasprintf-tests: New file.
14869         * modules/unistdio/u32-vsnprintf-tests: New file.
14870         * modules/unistdio/u32-vsprintf-tests: New file.
14871         * MODULES.html.sh (Unicode string functions): Add the new modules.
14872
14873 2007-07-01  Bruno Haible  <bruno@clisp.org>
14874
14875         * lib/sprintf.c (sprintf): Limit the available length estimation,
14876         to avoid address wraparound.
14877         * lib/vsprintf.c (vsprintf): Likewise.
14878         * modules/sprintf-posix (Dependencies): Add stdint.
14879         * modules/vsprintf-posix (Dependencies): Likewise.
14880
14881 2007-07-01  Bruno Haible  <bruno@clisp.org>
14882
14883         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
14884         Windows PATH as well. Conservative double-quoting. Comments.
14885
14886 2007-07-01  Bruno Haible  <bruno@clisp.org>
14887             Eric Blake  <ebb9@byu.net>
14888             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14889
14890         * gnulib-tool (self_abspathname): Fix algorithm to cope with
14891         empty components in $PATH, denoting '.'.
14892
14893 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14894
14895         * gnulib-tool: Fix indentation.
14896         (func_create_megatestdir): Likewise.
14897         Report by Bruno Haible.
14898
14899 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14900
14901         Sync from Automake.
14902         * build-aux/gnupload: Fix shell portability issues with for loops.
14903         Report by Karl Berry.
14904
14905 2007-06-29  Simon Josefsson  <simon@josefsson.org>
14906
14907         * build-aux/maint.mk (POURL): Use translationproject.org.
14908
14909 2007-06-27  Simon Josefsson  <simon@josefsson.org>
14910             Bruno Haible  <bruno@clisp.org>
14911
14912         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14913         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14914         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14915         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14916         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14917
14918 2007-06-27  Bruno Haible  <bruno@clisp.org>
14919
14920         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14921         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14922
14923 2007-06-26  Karl Berry  <karl@gnu.org>
14924
14925         * MODULES.html.sh: remove xreadlink-with-size.
14926
14927 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14928
14929         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14930         method that I hope also handles the double-include problem noted
14931         by Bruno Haible in
14932         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14933
14934 2007-06-23  Bruno Haible  <bruno@clisp.org>
14935
14936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14937         Don't let the 'mostlyclean' target fail if the last subdirectory could
14938         not be removed.
14939         Reported by Karl Berry.
14940
14941 2007-06-23  Bruno Haible  <bruno@clisp.org>
14942
14943         * gnulib-tool (echo): Add a speedier workaround for ksh.
14944         * tests/test-echo.sh: Likewise.
14945
14946 2007-06-23  Bruno Haible  <bruno@clisp.org>
14947
14948         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14949         * tests/test-echo.sh: Likewise.
14950
14951 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14952
14953         * gnulib-tool (IFS): Initialize early, so we don't set it to
14954         empty later.
14955         (self_abspathname): Rewrite algorithm to set it, reindent.
14956         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14957         (func_create_megatestdir): Merge some sed scripts.
14958
14959 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14960
14961         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14962         exposed by Sun Studio 11 cc on Solaris 8.
14963
14964 2007-06-22  Bruno Haible  <bruno@clisp.org>
14965
14966         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14967         backslashes.
14968         * tests/test-echo.sh: New file.
14969
14970 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14971
14972         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14973         simplify `sed_replace_build_aux' scripts, they are portable but
14974         echoing them with `echo' is not.
14975         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14976
14977 2007-06-21  Karl Berry  <karl@gnu.org>
14978
14979         * config/srclist.txt: guess we can't handle the licenses via
14980         srclist at the moment.
14981
14982 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14983
14984         * MODULES.html.sh: Add include_next.
14985         * modules/include_next: New file.
14986
14987 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14990         INCLUDE_NEXT.
14991         (gl_CHECK_NEXT_HEADERS): New macro.
14992         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14993         the obsolescent gl_ABSOLUTE_HEADER.
14994         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14995         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14996         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14997         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14998         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14999         * m4/math_h.m4 (gl_MATH_H): Likewise.
15000         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15001         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
15002         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
15003         * m4/stdint.m4 (gl_STDINT_H): Likewise.
15004         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
15005         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
15006         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
15007         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15008         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
15009         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
15010         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
15011         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
15012         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
15013         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
15014         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
15015         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15016         * m4/inttypes.m4 (gl_INTTYPES_H): Define
15017         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
15018         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
15019         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
15020         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
15021         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
15022         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
15023         * lib/float_.h: Likewise.
15024         * lib/inttypes_.h: Likewise.
15025         * lib/math_.h: Likewise.
15026         * lib/search_.h: Likewise.
15027         * lib/signal_.h: Likewise.
15028         * lib/stdint_.h: Likewise.
15029         * lib/stdio_.h: Likewise.
15030         * lib/stdlib_.h: Likewise.
15031         * lib/string_.h: Likewise.
15032         * lib/sys_stat_.h: Likewise.
15033         * lib/sys_time_.h: Likewise.
15034         * lib/time_.h: Likewise.
15035         * lib/unistd_.h: Likewise.
15036         * lib/wchar_.h: Likewise.
15037         * lib/wctype_.h: Likewise.
15038         * lib/dirent_.h: Likewise.
15039         * lib/iconv_.h: Likewise.
15040         * lib/locale_.h: Likewise.
15041         * lib/netinet_in_.h: Likewise.
15042         * lib/sys_select_.h: Likewise.
15043         * lib/sys_socket_.h: Likewise.
15044         * lib/sysexits_.h: Likewise.
15045         * modules/fcntl (Depends-on): Depend on include_next, not
15046         absolute_header.
15047         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
15048         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
15049         * modules/fchdir: Likewise.
15050         * modules/float: Likewise.
15051         * modules/iconv_open: Likewise.
15052         * modules/inttypes: Likewise.
15053         * modules/locale: Likewise.
15054         * modules/math: Likewise.
15055         * modules/netinet_in: Likewise.
15056         * modules/search: Likewise.
15057         * modules/signal: Likewise.
15058         * modules/stdint: Likewise.
15059         * modules/stdio: Likewise.
15060         * modules/stdlib: Likewise.
15061         * modules/string: Likewise.
15062         * modules/sys_select: Likewise.
15063         * modules/sys_socket: Likewise.
15064         * modules/sys_stat: Likewise.
15065         * modules/sys_time: Likewise.
15066         * modules/sysexits: Likewise.
15067         * modules/time: Likewise.
15068         * modules/unistd: Likewise.
15069         * modules/wchar: Likewise.
15070         * modules/wctype: Likewise.
15071         * modules/sys_stat: Change maintainer to "all".
15072         * modules/unistd: Likewise.
15073
15074 2007-06-20  Karl Berry  <karl@gnu.org>
15075
15076         * config/srclist.txt: track www changes in license files.
15077
15078 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
15079
15080         * build-aux/bootstrap: Remove stray dot.
15081         Make sure build_aux settings are honored when linking
15082         gnulib_extra_files.
15083
15084 2007-06-19  Eric Blake  <ebb9@byu.net>
15085
15086         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15087         Allow compilation on cygwin.
15088
15089 2007-06-19  Jim Meyering  <jim@meyering.net>
15090
15091         xreadlink-with-size: Remove module.  No longer used.
15092         Ex-callers now use xreadlink or mreadlink-with-size.
15093         * modules/xreadlink-with-size: Remove module.
15094         * lib/xreadlink-with-size.c: Remove file.
15095         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15096         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15097         just before the function definition *is* accurate.
15098
15099         Eliminate one way canonicalize_filename_mode could exit.
15100         * lib/canonicalize.c (canonicalize_filename_mode):
15101         Use mreadlink_with_size, not xreadlink_with_size.
15102
15103 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         Detect porting problems to FreeBSD/arm, which has time_t wider than
15106         long int.  Original problem reported for GNU diff by Xin Li in
15107         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15108         * modules/getdate (Depends-on): Add intprops, verify.
15109         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15110         is an integer type no wider than long int.
15111
15112 2007-06-18  Jim Meyering  <jim@meyering.net>
15113
15114         New module: mreadlink-with-size.
15115         * MODULES.html.sh: Add mreadlink-with-size.
15116         * modules/mreadlink-with-size: New module
15117         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15118         not xreadlink-with-size.
15119         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15120
15121 2007-06-16  Bruno Haible  <bruno@clisp.org>
15122
15123         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15124         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15125         Reported by Gary V. Vaughan <gary@gnu.org>.
15126
15127 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15128
15129         Revamp lchown so that it lives in unistd.h where it belongs.
15130         * lib/lchown.h: Remove.
15131         * lib/dirchownmod.c: Don't include lib/lchown.h.
15132         * lib/fchownat.c: Likewise.
15133         * lib/openat.c: Likewise.
15134         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15135         does not follow symlinks.
15136         (EOPNOTSUPP): Define if not defined.
15137         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15138         is defined to 0.
15139         (lchown): New decl.
15140         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15141         Do not check for lchown decl.
15142         Set REPLACE_LCHOWN.
15143         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15144         REPLACE_LCHOWN.
15145         * modules/chown: Make it clear it follows symlinks.
15146         * modules/lchown: Make it clear it doesn't follow symlinks.
15147         (Files): Remove lib/lchown.h
15148         (Depends-on): Add unistd.
15149         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15150         (Include): Include <unistd.h>, not "lchown.h".
15151         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15152         REPLACE_LCHOWN.
15153
15154 2007-06-15  Jim Meyering  <jim@meyering.net>
15155
15156         Change license (GPL to LGPL) of fsusage and dependents.
15157         * modules/fsusage (License): Change to LGPL.
15158         * modules/full-read (License): Likewise.
15159         * modules/full-write (License): Likewise.
15160         * modules/safe-read (License): Likewise.
15161         * modules/safe-write (License): Likewise.
15162
15163 2007-06-14  Ben Pfaff  <blp@gnu.org>
15164
15165         Missing part of allocsa -> malloca transition.
15166         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15167         gl_MALLOCA.
15168
15169 2007-06-12  Bruno Haible  <bruno@clisp.org>
15170
15171         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15172         to ia64, x86_64, i386.
15173         Reported by Eric Blake.
15174
15175 2007-06-12  Bruno Haible  <bruno@clisp.org>
15176
15177         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15178         cross-compiling to x86_64.
15179
15180 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15181
15182         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15183         glitch reported by Ralf Wildenhues in
15184         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15185
15186         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15187         Vin Shelton.
15188
15189 2007-06-11  Bruno Haible  <bruno@clisp.org>
15190
15191         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15192         replacement string.
15193         Reported by Eric Blake.
15194
15195 2007-06-10  Bruno Haible  <bruno@clisp.org>
15196
15197         Prepare vasnprintf code for use with Unicode strings.
15198         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15199         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15200         TYPE_U32_STRING.
15201         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15202         a_u32_string variants.
15203         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15204         * lib/printf-args.c: Don't include config.h and the specification
15205         header if PRINTF_FETCHARGS is already defined.
15206         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15207         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15208         TYPE_U16_STRING, TYPE_U32_STRING.
15209         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15210         u16_directive, u16_directives, u32_directive, u32_directives): New
15211         types.
15212         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15213         New declarations.
15214         * lib/printf-parse.c: Don't include config.h and the specification
15215         header if PRINTF_PARSE is already defined. Eliminate the set of
15216         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15217         them now. Include c-ctype.h.
15218         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15219         directive and CHAR_T_ONLY_ASCII.
15220         * lib/vasnprintf.c: Don't include config.h and the specification header
15221         if VASNPRINTF is already defined.
15222         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15223         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15224         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15225         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15226         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15227         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15228         code accordingly.
15229         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15230         pad_ourselves also in this case, with the 'c' and 's' directives, and
15231         with a different notion of "width".
15232         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15233
15234 2007-06-10  Bruno Haible  <bruno@clisp.org>
15235
15236         * modules/unistr/u32-mbsnlen: New file.
15237         * lib/unistr/u32-mbsnlen.c: New file.
15238
15239         * modules/unistr/u16-mbsnlen: New file.
15240         * lib/unistr/u16-mbsnlen.c: New file.
15241
15242         * modules/unistr/u8-mbsnlen: New file.
15243         * lib/unistr/u8-mbsnlen.c: New file.
15244
15245         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15246         declarations.
15247
15248 2007-06-10  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/string_.h (mbsnlen): New declaration.
15251         * lib/mbsnlen.c: New file.
15252         * m4/mbsnlen.m4: New file.
15253         * modules/mbsnlen: New file.
15254         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15255         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15256         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15257
15258 2007-06-10  Bruno Haible  <bruno@clisp.org>
15259
15260         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15261
15262 2007-06-10  Bruno Haible  <bruno@clisp.org>
15263
15264         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15265         * lib/mbuiter.h: Likewise.
15266
15267 2007-06-10  Bruno Haible  <bruno@clisp.org>
15268
15269         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15270         declaration.
15271
15272 2007-06-10  Karl Berry  <karl@gnu.org>
15273
15274         * config/srclist.txt: remove gettext entries, Bruno prefers
15275         to update individually.
15276
15277 2007-06-10  Bruno Haible  <bruno@clisp.org>
15278
15279         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15280         'maxlen'. Ensure only length + width bytes are allocated, not
15281         length + 1 + width.
15282
15283 2007-06-09  Bruno Haible  <bruno@clisp.org>
15284
15285         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15286         (CHAR_T): Remove macro.
15287         (VASNPRINTF): Update.
15288
15289 2007-06-09  Bruno Haible  <bruno@clisp.org>
15290
15291         * MODULES.html.sh (Unicode string functions): Add the new modules.
15292
15293         * modules/uniconv/u32-conv-to-enc: New file.
15294         * lib/uniconv/u32-conv-to-enc.c: New file.
15295         * modules/uniconv/u32-conv-to-enc-tests: New file.
15296         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15297
15298         * modules/uniconv/u16-conv-to-enc: New file.
15299         * lib/uniconv/u16-conv-to-enc.c: New file.
15300         * lib/uniconv/u-conv-to-enc.h: New file.
15301         * modules/uniconv/u16-conv-to-enc-tests: New file.
15302         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15303
15304         * modules/uniconv/u8-conv-to-enc: New file.
15305         * lib/uniconv/u8-conv-to-enc.c: New file.
15306         * modules/uniconv/u8-conv-to-enc-tests: New file.
15307         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15308
15309         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15310         u32_conv_to_encoding): New declarations.
15311
15312 2007-06-09  Bruno Haible  <bruno@clisp.org>
15313
15314         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15315
15316 2007-06-09  Bruno Haible  <bruno@clisp.org>
15317
15318         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15319         * modules/malloca: Renamed from modules/allocsa, updated.
15320         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15321         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15322         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15323         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15324         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15325         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15326         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15327         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15328         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15329         * modules/c-strcasestr (Depends-on): Update.
15330         * lib/c-strcasestr.c: Update.
15331         * modules/c-strstr (Depends-on): Update.
15332         * lib/c-strstr.c: Update.
15333         * modules/canonicalize-lgpl (Depends-on): Update.
15334         * lib/canonicalize-lgpl.c: Update.
15335         * modules/clean-temp (Depends-on): Update.
15336         * lib/clean-temp.c: Update.
15337         * modules/csharpcomp (Depends-on): Update.
15338         * lib/csharpcomp.c: Update.
15339         * modules/csharpexec (Depends-on): Update.
15340         * lib/csharpexec.c: Update.
15341         * modules/javacomp (Depends-on): Update.
15342         * lib/javacomp.c: Update.
15343         * modules/javaexec (Depends-on): Update.
15344         * lib/javaexec.c: Update.
15345         * modules/mbscasestr (Depends-on): Update.
15346         * lib/mbscasestr.c: Update.
15347         * modules/mbsstr (Depends-on): Update.
15348         * lib/mbsstr.c: Update.
15349         * modules/setenv (Depends-on): Update.
15350         * lib/setenv.c: Update.
15351         * modules/strcasestr (Depends-on): Update.
15352         * lib/strcasestr.c: Update.
15353         * modules/striconveha (Depends-on): Update.
15354         * lib/striconveha.c: Update.
15355         * modules/relocatable-prog-wrapper (Files): Update.
15356         * lib/relocwrapper.c: Update.
15357         * build-aux/install-reloc: Update.
15358         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15359
15360 2007-06-08  Bruno Haible  <bruno@clisp.org>
15361
15362         Port to uClibc.
15363         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15364         * lib/fpurge.c (fpurge): Likewise.
15365         * lib/freading.c (freading): Likewise.
15366         * lib/fseeko.c (rpl_fseeko): Likewise.
15367         * lib/fseterr.c (fseterr): Likewise.
15368         * lib/fwriting.c (fwriting): Likewise.
15369         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15370
15371 2007-06-08  Bruno Haible  <bruno@clisp.org>
15372
15373         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15374         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15375         * modules/gettext (Files): Add m4/intlmacosx.m4.
15376
15377 2007-06-07  Bruno Haible  <bruno@clisp.org>
15378
15379         * modules/localename-tests: New file.
15380         * tests/test-localename.c: New file.
15381
15382         New module 'localename'.
15383         * lib/localename.h: New file.
15384         * lib/localename.c: New file, from GNU gettext.
15385         * m4/localename.m4: New file.
15386         * modules/localename: New file.
15387
15388 2007-06-07  Bruno Haible  <bruno@clisp.org>
15389
15390         Work around the lack of <wchar.h> on some builds of uClibc.
15391         * doc/headers/wchar.texi: Update.
15392         * lib/wchar_.h: Include <wchar.h> only if it exists.
15393         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15394         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15395         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15396         doesn't exist.
15397         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15398         * modules/mbfile (Depends-on): Add wchar.
15399         * modules/mbiter (Depends-on): Likewise.
15400         * modules/mbuiter (Depends-on): Likewise.
15401         Reported by Simon Josefsson.
15402
15403 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15404
15405         Work around problem reported by Steven M. Schweda in
15406         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15407         Tru64 5.1B with the Compaq compiler environment installed declares
15408         an 'isblank' function but does not define it in the C library.
15409         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15410         * lib/regex_internal.h (isblank): Likewise.
15411         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15412         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15413
15414 2007-06-05  Bruno Haible  <bruno@clisp.org>
15415
15416         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15417         ia64.
15418         * modules/printf-safe: New file.
15419         * modules/fprintf-posix (Depends-on): Add printf-safe.
15420         * modules/printf-posix (Depends-on): Likewise.
15421         * modules/snprintf-posix (Depends-on): Likewise.
15422         * modules/sprintf-posix (Depends-on): Likewise.
15423         * modules/vasnprintf-posix (Depends-on): Likewise.
15424         * modules/vasprintf-posix (Depends-on): Likewise.
15425         * modules/vfprintf-posix (Depends-on): Likewise.
15426         * modules/vprintf-posix (Depends-on): Likewise.
15427         * modules/vsnprintf-posix (Depends-on): Likewise.
15428         * modules/vsprintf-posix (Depends-on): Likewise.
15429         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15430         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15431         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15432         "no" on i386, x86_64, ia64.
15433         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15434         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15435         on i386, x86_64, ia64.
15436         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15437         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15438         on i386, x86_64, ia64.
15439         * tests/test-vasnprintf-posix.c: Include float.h.
15440         (LDBL80_WORDS): New macro.
15441         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15442         on i386, x86_64, ia64.
15443         * tests/test-vasprintf-posix.c: Include float.h.
15444         (LDBL80_WORDS): New macro.
15445         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15446         on i386, x86_64, ia64.
15447         * tests/test-snprintf-posix.c: Include float.h.
15448         * tests/test-sprintf-posix.c: Likewise.
15449         * tests/test-vsnprintf-posix.c: Likewise.
15450         * tests/test-vsprintf-posix.c: Likewise.
15451
15452 2007-06-05  Bruno Haible  <bruno@clisp.org>
15453
15454         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15455         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15456         non-IEEE numbers on i386, x86_64, ia64.
15457         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15458         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15459         * tests/test-isnanl.h: Include float.h.
15460         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15461
15462 2007-06-05  Bruno Haible  <bruno@clisp.org>
15463
15464         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15465         also the %a / %A. Handle the %a / %A code before this extra handling.
15466
15467 2007-06-05  Bruno Haible  <bruno@clisp.org>
15468
15469         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15470         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15471
15472 2007-06-05  Bruno Haible  <bruno@clisp.org>
15473
15474         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15475         typo in variable name.
15476
15477 2007-06-05  Eric Blake  <ebb9@byu.net>
15478
15479         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15480         Reported by Simon Josefsson.
15481
15482 2007-06-04  Bruno Haible  <bruno@clisp.org>
15483
15484         Avoid test failures on some PowerPC platforms.
15485         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15486         Define differently for PowerPC.
15487         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15488         Reported by Gary V. Vaughan <gary@gnu.org>.
15489
15490 2007-06-02  Bruno Haible  <bruno@clisp.org>
15491
15492         Fix test-stdint failure on FreeBSD/ia64.
15493         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15494         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15495         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15496         * doc/headers/stdint.texi: Update.
15497
15498 2007-06-01  Bruno Haible  <bruno@clisp.org>
15499
15500         * tests/test-binary-io.c (main): Pass a third argument to open().
15501         Reported by Gary V. Vaughan <gary@gnu.org>.
15502
15503 2007-06-01  Bruno Haible  <bruno@clisp.org>
15504
15505         * doc/functions/frexpl.texi: Update for mingw.
15506
15507 2007-06-01  Bruno Haible  <bruno@clisp.org>
15508
15509         * tests/test-lseek.c (main): Disable test of errno for invalid third
15510         argument.
15511         * doc/functions/lseek.texi: Update.
15512         Reported by Gary V. Vaughan <gary@gnu.org>.
15513
15514 2007-05-28  Bruno Haible  <bruno@clisp.org>
15515
15516         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15517
15518 2007-05-31  Eric Blake  <ebb9@byu.net>
15519
15520         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15521         cross compiling.
15522
15523 2007-05-30  Eric Blake  <ebb9@byu.net>
15524         and Bruno Haible  <bruno@clisp.org>
15525
15526         Work around mingw test failures exposed by m4-1.4.9b.
15527         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15528         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15529         moment.
15530
15531 2007-05-30  Bruno Haible  <bruno@clisp.org>
15532
15533         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15534         assuming that they are closed. Needed on HP-UX 11.
15535
15536 2007-05-29  Bruno Haible  <bruno@clisp.org>
15537
15538         Fix a problem with #include_next.
15539         * lib/dirent_.h: Split the double-inclusion guard.
15540         * lib/fcntl_.h: Likewise.
15541         * lib/float_.h: Likewise.
15542         * lib/iconv_.h: Likewise.
15543         * lib/inttypes_.h: Likewise.
15544         * lib/locale_.h: Likewise.
15545         * lib/math_.h: Likewise.
15546         * lib/netinet_in_.h: Likewise.
15547         * lib/search_.h: Likewise.
15548         * lib/signal_.h: Likewise.
15549         * lib/stdint_.h: Likewise.
15550         * lib/stdio_.h: Likewise.
15551         * lib/stdlib_.h: Likewise.
15552         * lib/string_.h: Likewise.
15553         * lib/sys_select_.h: Likewise.
15554         * lib/sys_socket_.h: Likewise.
15555         * lib/sys_stat_.h: Likewise.
15556         * lib/sys_time_.h: Likewise.
15557         * lib/sysexits_.h: Likewise.
15558         * lib/time_.h: Likewise.
15559         * lib/unistd_.h: Likewise.
15560         * lib/wchar_.h: Likewise.
15561         * lib/wctype_.h: Likewise.
15562
15563 2007-05-29  Bruno Haible  <bruno@clisp.org>
15564
15565         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15566         for the moment.
15567
15568 2007-05-29  Bruno Haible  <bruno@clisp.org>
15569
15570         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15571         invocation.
15572         Reported by Eric Blake.
15573
15574 2007-05-29  Bruno Haible  <bruno@clisp.org>
15575
15576         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15577         compiling case.
15578
15579 2007-05-29  Eric Blake  <ebb9@byu.net>
15580             Bruno Haible  <bruno@clisp.org>
15581
15582         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15583         cross compiles.
15584
15585 2007-05-28  Eric Blake  <ebb9@byu.net>
15586
15587         * modules/closein-tests (test_closein_LDADD): Support test on
15588         cygwin with libtool.
15589
15590 2007-05-28  Bruno Haible  <bruno@clisp.org>
15591
15592         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15593         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15594         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15595         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15596         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15597         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15598         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15599         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15600         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15601
15602 2007-05-28  Eric Blake  <ebb9@byu.net>
15603
15604         Unconditionally include <config.h> in unit tests.
15605         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15606         * tests/test-allocsa.c, tests/test-arcfour.c,
15607         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15608         tests/test-array_list.c, tests/test-array_oset.c,
15609         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15610         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15611         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15612         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15613         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15614         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15615         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15616         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15617         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15618         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15619         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15620         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15621         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15622         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15623         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15624         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15625         test-md5.c, test-memmem.c, test-printf-posix.c,
15626         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15627         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15628         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15629         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15630         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15631         test-vasnprintf-posix2.c, test-vasnprintf.c,
15632         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15633         test-vfprintf-posix.c, test-vprintf-posix.c,
15634         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15635         test-xvasprintf.c: Likewise.
15636
15637 2007-05-28  Bruno Haible  <bruno@clisp.org>
15638
15639         * gnulib-tool (func_import): Remember the --with-tests command-line
15640         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15641         Reported by Eric Blake.
15642
15643 2007-05-28  Bruno Haible  <bruno@clisp.org>
15644
15645         * modules/ftell-tests: New file.
15646         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15647         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15648
15649         * lib/ftell.c: New file.
15650         * modules/ftell: New file.
15651         * m4/ftell.m4: New file.
15652         * doc/functions/ftell.texi: Update.
15653         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15654         REPLACE_FTELL.
15655         * lib/stdio_.h (rpl_ftell): New declaration.
15656         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15657         REPLACE_FTELL.
15658
15659 2007-05-28  Eric Blake  <ebb9@byu.net>
15660
15661         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15662
15663 2007-05-28  Bruno Haible  <bruno@clisp.org>
15664
15665         * modules/fseek-tests: New file.
15666         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15667         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15668
15669         * lib/fseek.c: New file.
15670         * modules/fseek: New file.
15671         * m4/fseek.m4: New file.
15672         * doc/functions/fseek.texi: Update.
15673         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15674         REPLACE_FSEEK.
15675         * lib/stdio_.h (rpl_fseek): New declaration.
15676         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15677         REPLACE_FSEEK.
15678
15679 2007-05-28  Bruno Haible  <bruno@clisp.org>
15680
15681         * lib/stdio_.h (fflush): More comments.
15682
15683 2007-05-28  Bruno Haible  <bruno@clisp.org>
15684
15685         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15686         runtime test.
15687
15688 2007-05-28  Eric Blake  <ebb9@byu.net>
15689
15690         Improve lseek module.
15691         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15692         * lib/unistd_.h (lseek): Scale back link warning message.
15693         * tests/test-lseek.c: Beef up test.
15694         * tests/test-lseek.sh: Exercise more facets of lseek.
15695         Reported by Bruno Haible.
15696
15697 2007-05-28  Bruno Haible  <bruno@clisp.org>
15698
15699         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15700         to define.
15701
15702 2007-05-27  Bruno Haible  <bruno@clisp.org>
15703
15704         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15705
15706 2007-05-27  Bruno Haible  <bruno@clisp.org>
15707
15708         * modules/openmp: New file.
15709         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15710         Noah Misch.
15711
15712 2007-05-26  Bruno Haible  <bruno@clisp.org>
15713
15714         * modules/chdir-long (Depends-on): Add fchdir.
15715         * modules/chdir-safer (Depends-on): Likewise.
15716         * modules/fts (Depends-on): Likewise.
15717         * modules/fts-lgpl (Depends-on): Likewise.
15718         * modules/openat (Depends-on): Likewise.
15719         * modules/savewd (Depends-on): Likewise.
15720
15721 2007-05-24  Eric Blake  <ebb9@byu.net>
15722
15723         Fix lseek on mingw.
15724         * modules/lseek: New module.
15725         * m4/lseek.m4: New file.
15726         * lib/lseek.c: New file.
15727         * modules/lseek-tests: New file.
15728         * tests/test-lseek.c: New file.
15729         * tests/test-lseek.sh: New file.
15730         * MODULES.html.sh: Document lseek module.
15731         * modules/fflush (Depends-on): Add lseek, fseeko.
15732         * modules/fseeko (Depends-on): Likewise.
15733         * modules/ftello (Depends-on): Likewise.
15734         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
15735         broken.
15736         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
15737         broken.
15738         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
15739         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
15740         * lib/ftello.c (rpl_ftello): Likewise.
15741         * tests/test-fseeko.c (main): Test this.
15742         * tests/test-fseeko.sh: Likewise.
15743         * tests/test-ftello.c (main): Likewise.
15744         * tests/test-ftello.sh: Likewise.
15745         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
15746         implies replacing fseek.
15747         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
15748         HAVE_FTELLO.
15749         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
15750         * modules/unistd (Makefile.am): Likewise.
15751         * lib/unistd_.h (lseek): Declare a replacement.
15752         * doc/functions/lseek.texi (lseek): Document this fix.
15753         * doc/functions/fseek.texi (fseek): Likewise.
15754         * doc/functions/ftell.texi (ftell): Likewise.
15755
15756 2007-05-24  Bruno Haible  <bruno@clisp.org>
15757
15758         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
15759         in the printed representation of a NaN.
15760         * tests/test-vasprintf-posix.c (test_function): Likewise.
15761         * tests/test-snprintf-posix.h (test_function): Likewise.
15762         * tests/test-sprintf-posix.h (test_function): Likewise.
15763         Reported by Eric Blake.
15764
15765 2007-05-23  Eric Blake  <ebb9@byu.net>
15766
15767         Fix fseeko/ftello on cygwin 1.5.24.
15768         * doc/functions/fseeko.texi (fseeko): Document the fix.
15769         * doc/functions/ftello.texi (ftello): Document the fix.
15770         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
15771         * doc/functions/stdout.text (stdout): New file.
15772         * doc/functions/stderr.text (stderr): New file.
15773         * doc/gnulib.texi (Function Substitutes): Use new files.
15774         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
15775         prior to 1.7.0.
15776         * tests/test-ftello.c (main): Likewise for ftello.
15777         * tests/test-fseeko.sh: New file.
15778         * tests/test-ftello.sh: New file.
15779         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
15780         with seekable stdin.
15781         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
15782         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
15783         (gl_REPLACE_FSEEKO): New macro.
15784         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
15785         * modules/fseeko (Files): Distribute fseeko.c.
15786         * modules/ftello (Files): Distribute ftello.c.
15787         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
15788         mode.
15789         * lib/ftello.c (rpl_ftello): New file.
15790         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
15791         fseeko, ftello.
15792         (gl_STDIN_LARGE_OFFSET): New macro.
15793         * modules/stdio (Makefile.am): Perform the replacement.
15794         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
15795
15796 2007-05-23  Bruno Haible  <bruno@clisp.org>
15797
15798         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
15799         GNULIB_POSIXCHECK is defined.
15800
15801 2007-05-21  Bruno Haible  <bruno@clisp.org>
15802
15803         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
15804         Check also the output for NaN arguments. When cross-compiling, guess
15805         no on IRIX.
15806         * lib/vasnprintf.c: Update comments.
15807         * tests/test-vasnprintf-posix.c (strisnan): New function.
15808         (test_function): Use it.
15809         * tests/test-vasprintf-posix.c (strisnan): New function.
15810         (test_function): Use it.
15811         * tests/test-snprintf-posix.h (strisnan): New function.
15812         (test_function): Use it.
15813         * tests/test-sprintf-posix.h (strisnan): New function.
15814         (test_function): Use it.
15815         Reported by Eric Blake.
15816
15817 2007-05-20  Bruno Haible  <bruno@clisp.org>
15818
15819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
15820         numbers that fails on BeOS.
15821         * doc/functions/frexpl.texi: Update.
15822
15823 2007-05-20  Jim Meyering  <jim@meyering.net>
15824
15825         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
15826         forced upon us by glibc-2.6.
15827
15828 2007-05-20  Bruno Haible  <bruno@clisp.org>
15829
15830         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
15831         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
15832         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
15833         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
15834         NEED_PRINTF_INFINITE.
15835         (is_infinitel): New function.
15836         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
15837         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
15838         gl_PREREQ_VASNPRINTF_INFINITE.
15839         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
15840         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15841         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
15842         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
15843         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
15844         gl_PREREQ_VASNPRINTF_INFINITE.
15845         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15846         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15847         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15848         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15849         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15850         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15851         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15852         * doc/functions/fprintf.texi: Update.
15853         * doc/functions/printf.texi: Update.
15854         * doc/functions/snprintf.texi: Update.
15855         * doc/functions/sprintf.texi: Update.
15856         * doc/functions/vfprintf.texi: Update.
15857         * doc/functions/vprintf.texi: Update.
15858         * doc/functions/vsnprintf.texi: Update.
15859         * doc/functions/vsprintf.texi: Update.
15860
15861 2007-05-20  Bruno Haible  <bruno@clisp.org>
15862
15863         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
15864         was not found in libc.
15865         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
15866
15867 2007-05-20  Bruno Haible  <bruno@clisp.org>
15868
15869         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15870         printed as "-nan" instead of "nan".
15871         * tests/test-vasprintf-posix.c (test_function): Likewise.
15872         * tests/test-snprintf-posix.h (test_function): Likewise.
15873         * tests/test-sprintf-posix.h (test_function): Likewise.
15874         Needed for HP-UX 11.
15875
15876 2007-05-20  Jim Meyering  <jim@meyering.net>
15877
15878         Fix buggy test for the fchownat-deref bug.
15879         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
15880         symlink required for the run-test.  Without it, this test would
15881         always declare that fchownat doesn't work, and client code would
15882         unnecessarily use the replacement function with fixed libc.
15883         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
15884         Reported by Greg Schafer.
15885
15886 2007-05-19  Bruno Haible  <bruno@clisp.org>
15887
15888         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
15889         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
15890         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
15891         Needed for IRIX 6.5 and Solaris 2.5.1.
15892
15893 2007-05-19  Bruno Haible  <bruno@clisp.org>
15894
15895         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
15896         (test_function): Skip tests involving -0.0 on platforms where
15897         -0.0 = 0.0.
15898         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
15899         (test_function): Skip tests involving -0.0 on platforms where
15900         -0.0 = 0.0.
15901         * tests/test-snprintf-posix.h (have_minus_zero): New function.
15902         (test_function): Skip tests involving -0.0 on platforms where
15903         -0.0 = 0.0.
15904         * tests/test-sprintf-posix.h (have_minus_zero): New function.
15905         (test_function): Skip tests involving -0.0 on platforms where
15906         -0.0 = 0.0.
15907         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
15908         tests.
15909         * tests/test-printf-posix.h (test_function): Likewise.
15910         * tests/test-printf-posix.output: Remove all -0.0 related results.
15911         Needed for IRIX 6.5.
15912
15913 2007-05-19  Bruno Haible  <bruno@clisp.org>
15914
15915         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15916         printed as "nan0x7fffffff" instead of "nan".
15917         * tests/test-vasprintf-posix.c (test_function): Likewise.
15918         * tests/test-snprintf-posix.h (test_function): Likewise.
15919         * tests/test-sprintf-posix.h (test_function): Likewise.
15920         * tests/test-fprintf-posix.h (NaN): Remove macro.
15921         (test_function): Remove all NaN related tests.
15922         * tests/test-printf-posix.h (NaN): Remove macro.
15923         (test_function): Remove all NaN related tests.
15924         * tests/test-printf-posix.output: Remove all NaN related results.
15925         Needed for IRIX 6.5.
15926
15927 2007-05-19  Bruno Haible  <bruno@clisp.org>
15928
15929         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15930         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15931
15932 2007-05-19  Bruno Haible  <bruno@clisp.org>
15933
15934         * lib/float_.h: New file.
15935         * m4/float_h.m4: New file.
15936         * modules/float: New file.
15937         * modules/isnanl (Dependencies): Add float.
15938         * modules/isnanl-nolibm (Dependencies): Likewise.
15939         * modules/mathl (Dependencies): Likewise.
15940         * modules/printf-frexpl (Dependencies): Likewise.
15941         * modules/signbit (Dependencies): Likewise.
15942         * modules/vasnprintf (Dependencies): Likewise.
15943         * doc/headers/float.texi: Update.
15944
15945 2007-05-19  Jim Meyering  <jim@meyering.net>
15946
15947         * lib/utimens.c (gl_futimens): Rename from futimens,
15948         now that glibc-2.6 declares futimens.
15949         * lib/utimens.h: Likewise.
15950
15951 2007-05-19  Bruno Haible  <bruno@clisp.org>
15952
15953         Avoid test failures on mingw.
15954         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15955         * tests/test-printf-posix.sh: Likewise.
15956         * tests/test-vfprintf-posix.sh: Likewise.
15957         * tests/test-vprintf-posix.sh: Likewise.
15958
15959 2007-05-19  Bruno Haible  <bruno@clisp.org>
15960
15961         Fix *printf result for NaN, Inf, -0.0 on mingw.
15962         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15963         * lib/vasnprintf.c: Include math.h and isnan.h.
15964         (is_infinite_or_zero): New function.
15965         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15966         values in the %f, %F, %e, %E, %g, %G directives.
15967         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15968         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15969         gl_PRINTF_INFINITE and test its result. Invoke
15970         gl_PREREQ_VASNPRINTF_INFINITE.
15971         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15972         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15973         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15974         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15975         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15976         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15977         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15978         * doc/functions/fprintf.texi: Update.
15979         * doc/functions/printf.texi: Update.
15980         * doc/functions/snprintf.texi: Update.
15981         * doc/functions/sprintf.texi: Update.
15982         * doc/functions/vfprintf.texi: Update.
15983         * doc/functions/vprintf.texi: Update.
15984         * doc/functions/vsnprintf.texi: Update.
15985         * doc/functions/vsprintf.texi: Update.
15986
15987 2007-05-19  Bruno Haible  <bruno@clisp.org>
15988
15989         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15990         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15991         Instead of multiplying with 10^k, set extra_zeroes to k.
15992         (scale10_round_long_double): Remove function.
15993
15994 2007-05-18  Bruno Haible  <bruno@clisp.org>
15995
15996         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15997         introduced on 2007-05-06.
15998
15999 2007-05-18  Bruno Haible  <bruno@clisp.org>
16000
16001         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
16002         %g directives.
16003         * tests/test-vasprintf-posix.c (test_function): Likewise.
16004         * tests/test-snprintf-posix.h (test_function): Likewise.
16005         * tests/test-sprintf-posix.h (test_function): Likewise.
16006
16007 2007-05-18  Bruno Haible  <bruno@clisp.org>
16008
16009         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
16010         (strmatch): New function.
16011         (test_function): Test the %f directive on numbers of various exponents.
16012         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
16013         (strmatch): New function.
16014         (test_function): Test the %f directive on numbers of various exponents.
16015         * tests/test-snprintf-posix.h (strmatch): New function.
16016         (test_function): Test the %f directive on numbers of various exponents.
16017         * tests/test-sprintf-posix.h (strmatch): New function.
16018         (test_function): Test the %f directive on numbers of various exponents.
16019         * tests/test-snprintf-posix.c (SIZEOF): New macro.
16020         * tests/test-sprintf-posix.c (SIZEOF): New macro.
16021         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
16022         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
16023
16024 2007-05-18  Bruno Haible  <bruno@clisp.org>
16025
16026         Add support for 'long double' number output.
16027         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
16028         * lib/vasnprintf.c: Include math.h and float+.h.
16029         (mp_limb_t): New type.
16030         (GMP_LIMB_BITS): New macro.
16031         (mp_twolimb_t): New type.
16032         (GMP_TWOLIMB_BITS): New macro.
16033         (mpn_t): New type.
16034         (multiply, divide, convert_to_decimal, decode_long_double,
16035         scale10_round_long_double, scale10_round_decimal_long_double,
16036         floorlog10l): New functions.
16037         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
16038         for the %f, %F, %e, %E, %g, %G directives.
16039         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
16040         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16041         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
16042         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
16043         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16044         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16045         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16046         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16047         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16048         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16049         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16050         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
16051         * modules/snprintf-posix (Depends-on): Likewise.
16052         * modules/sprintf-posix (Depends-on): Likewise.
16053         * modules/vasnprintf-posix (Depends-on): Likewise.
16054         * modules/vasprintf-posix (Depends-on): Likewise.
16055         * modules/vfprintf-posix (Depends-on): Likewise.
16056         * modules/vsnprintf-posix (Depends-on): Likewise.
16057         * modules/vsprintf-posix (Depends-on): Likewise.
16058         * modules/vasnprintf (Files): Add lib/float+.h.
16059         * doc/functions/fprintf.texi: Update.
16060         * doc/functions/printf.texi: Update.
16061         * doc/functions/snprintf.texi: Update.
16062         * doc/functions/sprintf.texi: Update.
16063         * doc/functions/vfprintf.texi: Update.
16064         * doc/functions/vprintf.texi: Update.
16065         * doc/functions/vsnprintf.texi: Update.
16066         * doc/functions/vsprintf.texi: Update.
16067
16068 2007-05-18  Bruno Haible  <bruno@clisp.org>
16069
16070         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
16071
16072 2007-05-18  Bruno Haible  <bruno@clisp.org>
16073
16074         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
16075         for printing 64-bit integers. Needed for mingw.
16076
16077 2007-05-18  Bruno Haible  <bruno@clisp.org>
16078
16079         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16080         gl_FUNC_FREXPL_WORKS.
16081         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
16082
16083 2007-05-18  Bruno Haible  <bruno@clisp.org>
16084
16085         * modules/frexpl-nolibm-tests: New file.
16086
16087         * modules/frexpl-nolibm: New file.
16088         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16089
16090 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16091
16092         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16093         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16094         GCC 4.2, which otherwise issues a lot of warnings.
16095         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16096         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16097         Likewise.
16098         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16099         * modules/iconv_open (iconv.h): Likewise.
16100         * modules/locale (locale.h): Likewise.
16101         * modules/netinet_in (netinet/in.h): Likewise.
16102         * modules/sys_select (sys_select.h): Likewise.
16103         * modules/sys_socket (sys/socket.h): Likewise.
16104         * modules/sys_stat (sys/stat.h): Likewise.
16105         * modules/sysexits (sysexits.h): Likewise.
16106         * modules/unistd (unistd.h): Likewise.
16107
16108 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16109
16110         * modules/closein-tests (Makefile.am): Distribute
16111         `test-closein.sh'.
16112
16113 2007-05-17  Bruno Haible  <bruno@clisp.org>
16114
16115         * tests/test-printf-posix.output: Renamed from
16116         tests/test-fprintf-posix.out.
16117         * modules/fprintf-posix-tests: Update.
16118         * modules/printf-posix-tests: Update.
16119         * modules/vfprintf-posix-tests: Update.
16120         * modules/vprintf-posix-tests: Update.
16121         * tests/test-fprintf-posix.sh: Update.
16122         * tests/test-printf-posix.sh: Update.
16123         * tests/test-vfprintf-posix.sh: Update.
16124         * tests/test-vprintf-posix.sh: Update.
16125         Reported by Ralf Wildenhues.
16126
16127 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16128
16129         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16130         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16131         GCC 4.2, which otherwise issues a lot of warnings.
16132         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16133         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16134         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16135         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16136         it should no longer be needed.
16137         * lib/string_.h: Likewise.
16138         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16139         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16140         * modules/inttypes (inttypes.h): Likewise.
16141         * modules/math (math.h): Likewise.
16142         * modules/search (search.h): Likewise.
16143         * modules/signal (signal.h): Likewise.
16144         * modules/stdint (stdint.h): Likewise.
16145         * modules/stdio (stdio.h): Likewise.
16146         * modules/stdlib (stdlib.h): Likewise.
16147         * modules/string (string.h): Likewise.
16148         * modules/sys_time (sys/time.h): Likewise.
16149         * modules/time (time.h): Likewise.
16150         * modules/wchar (wchar.h): Likewise.
16151         * modules/wctype (wtype.h): Likewise.
16152
16153 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16154
16155         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16156
16157 2007-05-13  Bruno Haible  <bruno@clisp.org>
16158
16159         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16160         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16161         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16162         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16163         (gl_PREREQ_STRTOK_R): Don't require it here.
16164
16165 2007-05-13  Bruno Haible  <bruno@clisp.org>
16166
16167         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16168         when used in C++ mode.
16169
16170 2007-05-12  Bruno Haible  <bruno@clisp.org>
16171
16172         * lib/linebuffer.h: Tweak doc.
16173         * lib/linebuffer.c: Likewise.
16174
16175 2007-05-12  James Youngman  <jay@gnu.org>
16176
16177         * lib/linebuffer.c (readlinebuffer_delim): New function,
16178         like readlinebuffer, but use a caller-specified delimiter.
16179         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16180         as the delimiter.
16181         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16182
16183 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16184
16185         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16186         * modules/openat (Files): Remove openat-die.c.
16187         (Depends-on): Add openat-die.
16188         * modules/openat-die: New module.
16189
16190 2007-05-06  Bruno Haible  <bruno@clisp.org>
16191
16192         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16193         Update with info about Cygwin.
16194         * doc/functions/fprintf.texi: Update.
16195         * doc/functions/printf.texi: Update.
16196         * doc/functions/snprintf.texi: Update.
16197         * doc/functions/sprintf.texi: Update.
16198         * doc/functions/vfprintf.texi: Update.
16199         * doc/functions/vprintf.texi: Update.
16200         * doc/functions/vsnprintf.texi: Update.
16201         * doc/functions/vsprintf.texi: Update.
16202         Reported by Eric Blake.
16203
16204 2007-05-06  Bruno Haible  <bruno@clisp.org>
16205
16206         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16207         padding ourselves for the floating-point directives.
16208         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16210         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16211         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16212         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16213         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16214         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16215         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16216         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16217         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16218         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16219         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16220         * tests/test-snprintf-posix.h (test_function): Also check the width
16221         and some flags in the %f directive.
16222         * tests/test-sprintf-posix.h (test_function): Likewise.
16223         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16224         * tests/test-vasprintf-posix.c (test_function): Likewise.
16225         * doc/functions/fprintf.texi: Update.
16226         * doc/functions/printf.texi: Update.
16227         * doc/functions/snprintf.texi: Update.
16228         * doc/functions/sprintf.texi: Update.
16229         * doc/functions/vfprintf.texi: Update.
16230         * doc/functions/vprintf.texi: Update.
16231         * doc/functions/vsnprintf.texi: Update.
16232         * doc/functions/vsprintf.texi: Update.
16233
16234 2007-05-06  Bruno Haible  <bruno@clisp.org>
16235
16236         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16237         pass the ' flag character to sprintf or snprintf.
16238         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16239         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16240         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16241         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16242         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16243         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16244         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16245         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16246         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16247         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16248         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16249         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16250         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16251         flag.
16252         * tests/test-sprintf-posix.h (test_function): Likewise.
16253         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16254         * tests/test-vasprintf-posix.c (test_function): Likewise.
16255         * doc/functions/fprintf.texi: Update.
16256         * doc/functions/printf.texi: Update.
16257         * doc/functions/snprintf.texi: Update.
16258         * doc/functions/sprintf.texi: Update.
16259         * doc/functions/vfprintf.texi: Update.
16260         * doc/functions/vprintf.texi: Update.
16261         * doc/functions/vsnprintf.texi: Update.
16262         * doc/functions/vsprintf.texi: Update.
16263
16264 2007-05-01  Bruno Haible  <bruno@clisp.org>
16265
16266         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16267
16268 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16269
16270         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16271         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16272
16273 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16276         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16277         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16278
16279 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16280
16281         * lib/argp-help.c (struct hol_entry): New member `ord'.
16282         (HOL_ENTRY_PTRCMP): Use ord for comparison
16283         (hol_sort): Initialize ord.
16284
16285 2007-05-01  Bruno Haible  <bruno@clisp.org>
16286
16287         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16288         Reported by Eric Blake.
16289         * doc/gnulib.texi (Function Substitutes): Update.
16290
16291 2007-05-01  Bruno Haible  <bruno@clisp.org>
16292
16293         * doc/functions.texi: Remove file, now redundant through
16294         doc/functions/*.texi.
16295
16296 2007-05-01  Bruno Haible  <bruno@clisp.org>
16297
16298         * modules/argp (Depends-on): Add sleep.
16299
16300 2007-05-01  Bruno Haible  <bruno@clisp.org>
16301
16302         * modules/sleep-tests: New file.
16303         * tests/test-sleep.c: New file.
16304
16305         * modules/sleep: New file.
16306         * lib/sleep.c: New file.
16307         * m4/sleep.m4: New file.
16308         * lib/unistd_.h (sleep): New declaration.
16309         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16310         HAVE_SLEEP.
16311         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16312         * doc/functions/sleep.texi: Document the sleep module.
16313
16314 2007-05-01  Bruno Haible  <bruno@clisp.org>
16315
16316         * lib/sigprocmask.h: Remove file.
16317         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16318         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16319         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16320         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16321         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16322         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16323         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16324         HAVE_SIGSET_T as a shell variable.
16325         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16326         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16327         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16328         (Depends-on): Add signal. Remove verify.
16329         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16330         (Include): Mention <signal.h> instead of sigprocmask.h.
16331         * NEWS: Mention the change.
16332         * lib/fatal-signal.c: Don't include sigprocmask.h.
16333
16334 2007-05-01  Bruno Haible  <bruno@clisp.org>
16335
16336         * modules/signal: New file.
16337         * lib/signal_.h: New file.
16338         * m4/signal_h.m4: New file.
16339
16340 2007-05-01  Bruno Haible  <bruno@clisp.org>
16341
16342         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16343         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16344         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16345         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16346
16347 2007-05-01  Bruno Haible  <bruno@clisp.org>
16348
16349         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16350         configure time.
16351         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16352         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16353         * modules/sys_stat (Makefile.am): Substitute their values into
16354         sys/stat.h.
16355
16356 2007-05-01  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16359         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16360         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16361
16362 2007-05-01  Bruno Haible  <bruno@clisp.org>
16363
16364         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16365         'assert' module here.
16366
16367 2007-05-01  Bruno Haible  <bruno@clisp.org>
16368
16369         * doc/functions/*.texi: New files.
16370         * doc/functions/google-ranking.txt: New file.
16371         * doc/gnulib.texi (Function Substitutes): New chapter.
16372         (ctime, inet_ntoa): Remove sections.
16373         * doc/ctime.texi: Remove file.
16374         * doc/inet_ntoa.texi: Remove file.
16375         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16376         dependencies.
16377         (%.info): New rule, specifying a --reference-limit.
16378
16379 2007-05-01  Bruno Haible  <bruno@clisp.org>
16380
16381         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16382
16383 2007-05-01  Bruno Haible  <bruno@clisp.org>
16384
16385         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16386         the portability of 'mkdir' to mingw systems.
16387
16388 2007-05-01  Bruno Haible  <bruno@clisp.org>
16389
16390         * doc/headers/google-ranking.txt: New file.
16391
16392 2007-04-30  Eric Blake  <ebb9@byu.net>
16393
16394         Prefer fseeko to fseek.
16395         * modules/getpass (Depends-on): Add fseeko.
16396         * lib/getpass.c (getpass): Use fseeko, not fseek.
16397
16398 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16399
16400         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16401         assumes the sorting is stable, while most qsort implementations
16402         are not.  Use argument addresses to ensure they never compare as
16403         equal.
16404
16405         * tests/test-argp-2.sh (usage-indent test): Fix output
16406         (func_compare): Restore diff options
16407         * tests/test-argp.c: Restore #include "progname.h"
16408
16409 2007-04-29  Bruno Haible  <bruno@clisp.org>
16410
16411         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16412         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16413         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16414         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16415         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16416         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16417         (TESTS, check_PROGRAMS): Add test-snprintf.
16418         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16419         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16420         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16421         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16422         assertions that fail on HP-UX, OSF/1, or IRIX.
16423         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16424
16425 2007-04-29  Bruno Haible  <bruno@clisp.org>
16426
16427         * MODULES.html.sh (posix_functions): Remove 'contents'.
16428
16429 2007-04-29  Karl Berry  <karl@gnu.org>
16430
16431         * config/srclist.txt (gendocs_template_min): new entry.
16432
16433 2007-04-29  Bruno Haible  <bruno@clisp.org>
16434
16435         Work around fpurge bug on BSD systems.
16436         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16437         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16438         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16439         fpurge to rpl_fpurge if the system already has this function.
16440         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16441         the case where the system already has this function. Correct invariants
16442         on BSD systems.
16443         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16444         BSD systems.
16445
16446 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16447
16448         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16449         proposed by Sven Verdoolaege.
16450
16451         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16452         options.
16453         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16454         (usage and help tests): Update
16455
16456 2007-04-29  Bruno Haible  <bruno@clisp.org>
16457
16458         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16459         Print more information in case of failure. Disable a test on BeOS.
16460
16461 2007-04-29  Bruno Haible  <bruno@clisp.org>
16462
16463         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16464         This helps debugging on systems on which no gdb is available.
16465
16466 2007-04-29  Bruno Haible  <bruno@clisp.org>
16467
16468         * lib/freading.h: Improve comments.
16469         * lib/fwriting.h: Likewise.
16470         * tests/test-freading.c (main): Don't check freading immediately after
16471         repositioning. Needed for glibc.
16472
16473 2007-04-29  Bruno Haible  <bruno@clisp.org>
16474
16475         * lib/freading.c (freading): Trivial simplification.
16476
16477 2007-04-28  Bruno Haible  <bruno@clisp.org>
16478
16479         * tests/test-fwriting.c (main): Also test the interaction between
16480         fflush and fwriting.
16481         * modules/fwriting-tests (Depends-on): Add fflush.
16482
16483         * tests/test-freading.c (main): Also test the interaction between
16484         fflush and freading.
16485         * modules/freading-tests (Depends-on): Add fflush.
16486
16487 2007-04-28  Bruno Haible  <bruno@clisp.org>
16488
16489         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16490         fseeko and ftello.
16491         Suggested by Eric Blake.
16492
16493 2007-04-28  Jim Meyering  <jim@meyering.net>
16494
16495         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16496         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16497         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16498
16499 2007-04-27  Eric Blake  <ebb9@byu.net>
16500
16501         * doc/headers/assert.texi (assert.h): Document assert module use.
16502
16503 2007-04-27  Bruno Haible  <bruno@clisp.org>
16504
16505         * doc/headers/*.texi: New files.
16506         * doc/gnulib.texi (Header File Substitutes): New chapter.
16507         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16508         dependencies.
16509         (standards.info ,standards.html, standards.dvi): Update dependencies.
16510         (mostlyclean, clean): New targets.
16511
16512 2007-04-27  Bruno Haible  <bruno@clisp.org>
16513
16514         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16515         * modules/sysexits (Files, Makefile.am): Update.
16516
16517         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16518         * modules/sys_socket (Files, Makefile.am): Update.
16519
16520         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16521         * modules/sys_stat (Files, Makefile.am): Update.
16522
16523 2007-04-27  Eric Blake  <ebb9@byu.net>
16524
16525         * lib/freading.h: Improve comments.
16526         * lib/fwriting.h: Likewise.
16527         * lib/fflush.c: Likewise.
16528
16529         Fix closein for mingw.
16530         * modules/closein-tests: Add tests for closein.
16531         * tests/test-closein.c: New file.
16532         * tests/test-closein.sh: Likewise.
16533         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16534         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16535
16536 2007-04-27  Bruno Haible  <bruno@clisp.org>
16537
16538         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16539         version is < 6.
16540         * lib/math_.h [__DECC]: Likewise.
16541         * lib/stdio_.h [__DECC]: Likewise.
16542         * lib/stdlib_.h [__DECC]: Likewise.
16543         * lib/string_.h [__DECC]: Likewise.
16544         * lib/time_.h [__DECC]: Likewise.
16545         * lib/wchar_.h [__DECC]: Likewise.
16546         * lib/wctype_.h [__DECC]: Likewise.
16547
16548 2007-04-27  Bruno Haible  <bruno@clisp.org>
16549
16550         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16551
16552 2007-04-27  Bruno Haible  <bruno@clisp.org>
16553
16554         * lib/fflush.c: Add comments.
16555         * modules/fpurge-tests (Depends-on): Add fflush.
16556         * modules/freadable-tests (Depends-on): Likewise.
16557         * modules/fwritable-tests (Depends-on): Likewise.
16558
16559 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16560
16561         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16562         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16563         Report by Bruno Haible <bruno@clisp.org>.
16564
16565 2007-04-26  Eric Blake  <ebb9@byu.net>
16566
16567         Fix fflush on mingw.
16568         * modules/fflush (Depends-on): Add freading.
16569         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16570         but unread data.
16571
16572 2007-04-26  Eric Blake  <ebb9@byu.net>
16573         and Bruno Haible  <bruno@clisp.org>
16574
16575         Implement freading and fwriting.
16576         * lib/freading.c: New file.
16577         * lib/freading.h: Likewise.
16578         * m4/freading.m4: Likewise.
16579         * modules/freading: Likewise.
16580         * modules/freading-tests: Likewise.
16581         * tests/test-freading.c: Likewise.
16582         * lib/fwriting.c: New file.
16583         * lib/fwriting.h: Likewise.
16584         * m4/fwriting.m4: Likewise.
16585         * modules/fwriting: Likewise.
16586         * modules/fwriting-tests: Likewise.
16587         * tests/test-fwriting.c: Likewise.
16588         * MODULES.html.sh (File stream based Input/Output): Mention them.
16589
16590 2007-04-26  Bruno Haible  <bruno@clisp.org>
16591
16592         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16593         'long' when we assume it.
16594         Suggested by Eric Blake.
16595
16596 2007-04-26  Bruno Haible  <bruno@clisp.org>
16597
16598         Ensure fseeko, ftello are declared on glibc systems.
16599         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16600         * modules/fseeko (configure.ac-early): Likewise.
16601         * modules/ftello (configure.ac-early): Likewise.
16602         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16603         AC_FUNC_FSEEKO for this.
16604         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16605         (gl_CHECK_FSEEKO): Remove macro.
16606
16607 2007-04-26  Bruno Haible  <bruno@clisp.org>
16608
16609         * tests/test-fflush.c (main): Also check the ftell result after
16610         fflush and fseek/fseeko.
16611         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16612         file descriptor position cache in the stream.
16613         * lib/fseeko.c (rpl_fseeko): Likewise.
16614
16615 2007-04-26  Bruno Haible  <bruno@clisp.org>
16616
16617         * modules/fflush-tests (Depends-on): Add fseeko.
16618
16619 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16620             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16621
16622         * lib/argz_.h: ensure error_t definition is obtained in same
16623         mechanism system argz.h would have.
16624         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16625         argz facilities are known bad.  Err on the side of caution if
16626         cross-compiling.
16627
16628 2007-04-25  Eric Blake  <ebb9@byu.net>
16629
16630         * lib/fpurge.c (includes): Use stdlib.h for free.
16631         * tests/test-fflush.c (main): Also test fflush-fseeko.
16632
16633 2007-04-25  Bruno Haible  <bruno@clisp.org>
16634
16635         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16636         * lib/fseeko.c: New file.
16637         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16638         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16639         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16640         gl_FUNC_FSEEKO.
16641         (gl_FUNC_FSEEKO): Invoke it.
16642         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16643         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16644         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16645
16646 2007-04-25  Bruno Haible  <bruno@clisp.org>
16647
16648         * modules/fflush (Depends-on): Add ftello.
16649
16650 2007-04-25  Bruno Haible  <bruno@clisp.org>
16651
16652         * modules/ftello-tests: New file.
16653         * tests/test-ftello.c: New file.
16654
16655         * modules/ftello: New file.
16656         * m4/ftello.m4: New file.
16657         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16658         HAVE_FTELLO.
16659         * lib/stdio_.h (ftello): New declaration.
16660         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16661         HAVE_FTELLO.
16662
16663 2007-04-25  Bruno Haible  <bruno@clisp.org>
16664
16665         * modules/fseeko-tests: New file.
16666         * tests/test-fseeko.c: New file.
16667
16668         * modules/fseeko: New file.
16669         * m4/fseeko.m4: New file.
16670         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16671         HAVE_FSEEKO.
16672         * lib/stdio_.h (fseeko): New declaration.
16673         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16674         HAVE_FSEEKO.
16675
16676 2007-04-25  Bruno Haible  <bruno@clisp.org>
16677
16678         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16679
16680 2007-04-25  Bruno Haible  <bruno@clisp.org>
16681
16682         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16683         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16684         * tests/test-unistd.c: Likewise.
16685         * tests/test-fcntl.c: Likewise.
16686
16687 2007-04-23  Eric Blake  <ebb9@byu.net>
16688
16689         * lib/fflush.c: Fix missing include.
16690         Reported by Bruno Haible.
16691
16692 2007-04-23  Bruno Haible  <bruno@clisp.org>
16693
16694         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16695         Reported by Eric Blake.
16696
16697 2007-04-23  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16700
16701 2007-04-23  Bruno Haible  <bruno@clisp.org>
16702
16703         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16704
16705 2007-04-23  Bruno Haible  <bruno@clisp.org>
16706
16707         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16708         Needed on HP-UX 11.
16709
16710 2007-04-16  Eric Blake  <ebb9@byu.net>
16711
16712         Make fflush rely on fpurge.
16713         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16714         open coding all variants.
16715         * modules/fflush (Depends-on): Add fpurge and unistd.
16716         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16717         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16718
16719         Fix --with-tests compilation on cygwin.
16720         * modules/argmatch-tests (Makefile.am): List gnulib library first
16721         in LDADD.
16722         * modules/argp-tests (Makefile.am): Likewise.
16723         * modules/array-list-tests (Makefile.am): Likewise.
16724         * modules/array-oset-tests (Makefile.am): Likewise.
16725         * modules/avltree-list-tests (Makefile.am): Likewise.
16726         * modules/avltree-oset-tests (Makefile.am): Likewise.
16727         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16728         * modules/carray-list-tests (Makefile.am): Likewise.
16729         * modules/dirname-tests (Makefile.am): Likewise.
16730         * modules/frexp-tests (Makefile.am): Likewise.
16731         * modules/isnanl-tests (Makefile.am): Likewise.
16732         * modules/linked-list-tests (Makefile.am): Likewise.
16733         * modules/linkedhash-list-tests (Makefile.am): Likewise.
16734         * modules/lock-tests (Makefile.am): Likewise.
16735         * modules/rbtree-list-tests (Makefile.am): Likewise.
16736         * modules/rbtree-oset-tests (Makefile.am): Likewise.
16737         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
16738         * modules/tls-tests (Makefile.am): Likewise.
16739         * modules/tsearch-tests (Makefile.am): Likewise.
16740         * modules/xvasprintf-tests (Makefile.am): Likewise.
16741
16742         Fix fpurge for cygwin.
16743         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
16744         value.
16745         * modules/fpurge-tests (Depends-on): Clean up trash.
16746
16747 2007-04-16  Simon Josefsson  <simon@josefsson.org>
16748
16749         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
16750
16751         * m4/autobuild.m4: Re-indent.
16752
16753 2007-04-13  Bruno Haible  <bruno@clisp.org>
16754
16755         * modules/fpurge-tests: New file.
16756         * tests/test-fpurge.c: New file.
16757
16758         * modules/fpurge: New file.
16759         * lib/fpurge.h: New file.
16760         * lib/fpurge.c: New file.
16761         * m4/fpurge.m4: New file.
16762
16763 2007-04-13  Bruno Haible  <bruno@clisp.org>
16764
16765         * modules/fbufmode-tests: New file.
16766         * tests/test-fbufmode.c: New file.
16767
16768         * modules/fbufmode: New file.
16769         * lib/fbufmode.h: New file.
16770         * lib/fbufmode.c: New file.
16771         * m4/fbufmode.m4: New file.
16772
16773 2007-04-13  Bruno Haible  <bruno@clisp.org>
16774
16775         * modules/fwritable-tests: New file.
16776         * tests/test-fwritable.c: New file.
16777
16778         * modules/fwritable: New file.
16779         * lib/fwritable.h: New file.
16780         * lib/fwritable.c: New file.
16781         * m4/fwritable.m4: New file.
16782
16783 2007-04-13  Bruno Haible  <bruno@clisp.org>
16784
16785         * modules/freadable-tests: New file.
16786         * tests/test-freadable.c: New file.
16787
16788         * modules/freadable: New file.
16789         * lib/freadable.h: New file.
16790         * lib/freadable.c: New file.
16791         * m4/freadable.m4: New file.
16792
16793 2007-04-13  Bruno Haible  <bruno@clisp.org>
16794
16795         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
16796         MOSTLYCLEANFILES.
16797
16798 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16799
16800         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16801         gzip bootstrap.conf to avoid dragging in i18n machinery.
16802         (gnulib_tool_option): Use it.
16803
16804 2007-04-13  Bruno Haible  <bruno@clisp.org>
16805
16806         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
16807         %F directives.
16808         * tests/test-vasprintf-posix.c (test_function): Likewise.
16809         * tests/test-snprintf-posix.h (test_function): Likewise.
16810         * tests/test-sprintf-posix.h (test_function): Likewise.
16811         * tests/test-fprintf-posix.h (test_function): Likewise.
16812         * tests/test-printf-posix.h (test_function): Likewise.
16813         * tests/test-fprintf-posix.out: Likewise.
16814
16815 2007-04-13  Bruno Haible  <bruno@clisp.org>
16816
16817         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
16818         * modules/tls-tests (configure.ac): Likewise.
16819         Reported by Arto C. Nirkko <anirkko@insel.ch>.
16820
16821 2007-04-13  Bruno Haible  <bruno@clisp.org>
16822
16823         * lib/tls.c (glthread_tls_get): Fix return type.
16824         Patch by Arto C. Nirkko <anirkko@insel.ch>.
16825
16826 2007-04-12  Eric Blake  <ebb9@byu.net>
16827
16828         * modules/gettime (Depends-on): Remove gettime.
16829         Reported by Dmitry V. Levin.
16830
16831 2007-04-12  Bruno Haible  <bruno@clisp.org>
16832
16833         * modules/fflush (Include): Mention <stdio.h>.
16834         * modules/strtoimax (Include): Mention <inttypes.h>.
16835         * modules/strtoumax (Include): Likewise.
16836
16837 2007-04-12  Eric Blake  <ebb9@byu.net>
16838
16839         * .cvsignore: New file.
16840         * .gitignore: Likewise.
16841
16842 2007-04-12  Bruno Haible  <bruno@clisp.org>
16843
16844         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
16845         not before, since $(LDADD) often contains libgnu.a.
16846         * modules/striconv-tests (test_striconv_LDADD): Likewise.
16847         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
16848         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
16849         Needed on Cygwin.
16850
16851 2007-04-12  Eric Blake  <ebb9@byu.net>
16852
16853         Work around glibc's failure to flush stdin on fclose.
16854         * lib/closein.c (close_stdin): Flush stdin before closing.
16855
16856         Work around glibc's failure to reset seekable stdin on exit.
16857         * modules/closein: New module.
16858         * lib/closein.c: New file.
16859         * lib/closein.h: Likewise.
16860         * m4/closein.m4: Likewise.
16861         * MODULES.html.sh (File stream based Input/Output): Document it.
16862
16863 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16864
16865         * gnulib-tool: Rename generated 'autobuild' script to
16866         'do-autobuild' in --create-megatestdir output.
16867
16868         * doc/gnulib.texi (Build robot for gnulib): Fix.
16869
16870 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16871
16872         * modules/sysexits (Depends-on): Add absolute-header.
16873
16874 2007-04-12  Eric Blake  <ebb9@byu.net>
16875
16876         No need to preserve errno on success.
16877         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16878         Reported by Bruno Haible.
16879
16880 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16881
16882         * MODULES.html.sh (Support for maintaining and releasing
16883         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
16884
16885 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16886
16887         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
16888
16889 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16890
16891         * modules/autobuild: New module.
16892
16893         * m4/autobuild.m4: New file.
16894
16895 2007-04-11  Bruno Haible  <bruno@clisp.org>
16896
16897         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
16898         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
16899         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
16900         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
16901         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16902         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16903         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16904         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16905         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16906         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16907         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
16908         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16909         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16910         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16911         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16912         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16913         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16914         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16915         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16916         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16917         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16918         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16919         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16920         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16921         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16922         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16923         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16924         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16925         Reported by Eric Blake.
16926
16927 2007-04-11  Bruno Haible  <bruno@clisp.org>
16928
16929         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16930
16931 2007-04-10  Bruno Haible  <bruno@clisp.org>
16932
16933         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16934         for NaN and Infinity. Needed on FreeBSD 6.1.
16935         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16936         regarding results for "%010a" of Infinity and NaN.
16937         * tests/test-vasprintf-posix.c (test_function): Likewise.
16938         * tests/test-snprintf-posix.h (test_function): Likewise.
16939         * tests/test-sprintf-posix.h (test_function): Likewise.
16940         * tests/test-fprintf-posix.h (test_function): Likewise.
16941         * tests/test-printf-posix.h (test_function): Likewise.
16942         * tests/test-fprintf-posix.out: Likewise.
16943
16944 2007-04-10  Bruno Haible  <bruno@clisp.org>
16945
16946         * modules/locale-tests: New file.
16947         * tests/test-locale.c: New file.
16948
16949         * modules/locale: New file.
16950         * lib/locale_.h: New file.
16951         * m4/locale_h.m4: New file.
16952
16953 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16954             Bruno Haible  <bruno@clisp.org>
16955
16956         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16957         be determined, test for availability of the copysignf, copysign,
16958         copysignl functions.
16959         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16960         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16961         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16962
16963 2007-04-09  Eric Blake  <ebb9@byu.net>
16964
16965         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16966         * modules/stdio (Makefile.am): Support fflush.
16967         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16968         * modules/fflush: New file.
16969         * lib/fflush.c: Likewise.
16970         * m4/fflush.m4: Likewise.
16971         * modules/fflush-tests: New test.
16972         * tests/test-fflush.c: Likewise.
16973         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16974
16975 2007-04-06  Bruno Haible  <bruno@clisp.org>
16976
16977         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16978         (VASNPRINTF): Use signbit for faster determination whether to print a
16979         minus sign.
16980         * modules/vasnprintf (Files): Remove lib/float+.h.
16981         * modules/fprintf-posix (Depends-on): Add signbit.
16982         * modules/snprintf-posix (Depends-on): Likewise.
16983         * modules/sprintf-posix (Depends-on): Likewise.
16984         * modules/vasnprintf-posix (Depends-on): Likewise.
16985         * modules/vasprintf-posix (Depends-on): Likewise.
16986         * modules/vfprintf-posix (Depends-on): Likewise.
16987         * modules/vsnprintf-posix (Depends-on): Likewise.
16988         * modules/vsprintf-posix (Depends-on): Likewise.
16989
16990 2007-04-06  Bruno Haible  <bruno@clisp.org>
16991
16992         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16993         * tests/test-frexpl.c (main): Likewise.
16994         * tests/test-ldexpl.c (main): Likewise.
16995         * modules/frexp-tests (Depends-on): Add signbit.
16996         * modules/frexpl-tests (Depdends-on): Likewise.
16997         * modules/ldexpl-tests (Depdends-on): Likewise.
16998
16999 2007-04-06  Bruno Haible  <bruno@clisp.org>
17000
17001         * modules/signbit-tests: New file.
17002         * tests/test-signbit.c: New file.
17003
17004         * modules/signbit: New file.
17005         * lib/signbitf.c: New file.
17006         * lib/signbitd.c: New file.
17007         * lib/signbitl.c: New file.
17008         * m4/signbit.m4: New file.
17009         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
17010         (signbit): New macro.
17011         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
17012         REPLACE_SIGNBIT.
17013         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
17014         REPLACE_FREXPL into math.h.
17015
17016 2007-04-06  Bruno Haible  <bruno@clisp.org>
17017
17018         * modules/isnanf-nolibm-tests: New file.
17019         * tests/test-isnanf.c: New file.
17020
17021         * modules/isnanf-nolibm: New file.
17022         * lib/isnanf.h: New file.
17023         * lib/isnanf.c: New file.
17024         * lib/isnan.c: Consider the USE_FLOAT macro.
17025         * m4/isnanf.m4: New file.
17026
17027 2007-04-06  Bruno Haible  <bruno@clisp.org>
17028
17029         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
17030         (Link): New section.
17031
17032         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
17033
17034 2007-04-06  Bruno Haible  <bruno@clisp.org>
17035
17036         Assume the 'long double' type.
17037         * m4/longdouble.m4: Remove file.
17038         * config/srclist.txt: Don't mention longdouble.m4.
17039         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
17040         * lib/float+.h: Likewise.
17041         * lib/frexp.c: Likewise.
17042         * lib/printf-args.h: Likewise.
17043         * lib/printf-args.c: Likewise.
17044         * lib/printf-frexp.c: Likewise.
17045         * lib/printf-parse.c: Likewise.
17046         * lib/vasnprintf.c: Likewise.
17047         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
17048         * m4/intl.m4: Likewise.
17049         * m4/isnanl.m4: Likewise.
17050         * m4/printf.m4: Likewise.
17051         * m4/printf-frexpl.m4: Likewise.
17052         * m4/vasnprintf.m4: Likewise.
17053         * modules/allocsa (Files): Remove m4/longdouble.m4.
17054         * modules/gettext (Files): Likewise.
17055         * modules/relocatable-prog-wrapper (Files): Likewise.
17056         * modules/vasnprintf (Files): Likewise.
17057         * modules/isnanl (Files): Likewise.
17058         (Include): Simplify.
17059         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
17060         (Include): Simplify.
17061         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
17062         (Include): Simplify.
17063         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
17064         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17065         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
17066         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17067         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17068         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17069         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
17070         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17071         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17072         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17073         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
17074         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17075         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
17076         * tests/test-isnanl.c: Likewise.
17077         * tests/test-snprintf-posix.h: Likewise.
17078         * tests/test-sprintf-posix.h: Likewise.
17079         * tests/test-vasnprintf-posix.c: Likewise.
17080         * tests/test-vasnprintf-posix2.c: Likewise.
17081         * tests/test-vasprintf-posix.c: Likewise.
17082
17083 2007-04-06  Bruno Haible  <bruno@clisp.org>
17084
17085         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17086         * lib/math_.h [__DECC]: Include the overridden include file through
17087         #include_next, outside the double-inclusion guard.
17088         * lib/stdio_.h [__DECC]: Likewise.
17089         * lib/stdlib_.h [__DECC]: Likewise.
17090         * lib/string_.h [__DECC]: Likewise.
17091         * lib/time_.h [__DECC]: Likewise.
17092         * lib/wchar_.h [__DECC]: Likewise.
17093         * lib/wctype_.h [__DECC]: Likewise.
17094         * lib/inttypes_.h [__DECC]: Likewise.
17095         Reported by Albert Chin <china@thewrittenword.com> in
17096         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17097
17098 2007-04-04  Eric Blake  <ebb9@byu.net>
17099
17100         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17101         1.5.x.
17102
17103 2007-04-04  Bruno Haible  <bruno@clisp.org>
17104
17105         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17106         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17107
17108 2007-04-04  Bruno Haible  <bruno@clisp.org>
17109
17110         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17111         results for "%010a" of Infinity and NaN.
17112         * tests/test-vasprintf-posix.c (test_function): Likewise.
17113         * tests/test-snprintf-posix.h (test_function): Likewise.
17114         * tests/test-sprintf-posix.h (test_function): Likewise.
17115         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17116         * tests/test-printf-posix.h (test_function): Likewise.
17117         * tests/test-fprintf-posix.out: Update.
17118         Needed for FreeBSD 6.1.
17119
17120 2007-04-04  Bruno Haible  <bruno@clisp.org>
17121
17122         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17123         directly used by the gnulib modules nor by gnulib-tool.
17124
17125 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17126
17127         * DEPENDENCIES: Give overall description of version dependency
17128         desirability.  Use more-typical names for apps.
17129         Add shell, coreutils, diffutils, grep, tar, gzip.
17130
17131 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17132
17133         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17134
17135 2007-04-04  Karl Berry  <karl@gnu.org>
17136
17137         * MODULES.html.sh (func_module): missing '.
17138
17139 2007-04-03  Bruno Haible  <bruno@clisp.org>
17140
17141         * modules/argmatch-tests (Makefile.am): New variable
17142         test_argmatch_LDADD.
17143         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17144         * modules/array-list-tests (Makefile.am): New variable
17145         test_array_list_LDADD.
17146         * modules/array-oset-tests (Makefile.am): New variable
17147         test_array_oset_LDADD.
17148         * modules/avltree-list-tests (Makefile.am): New variable
17149         test_avltree_list_LDADD.
17150         * modules/avltree-oset-tests (Makefile.am): New variable
17151         test_avltree_oset_LDADD.
17152         * modules/avltreehash-list-tests (Makefile.am): New variable
17153         test_avltreehash_list_LDADD.
17154         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17155         test_canonicalize_lgpl_LDADD.
17156         * modules/carray-list-tests (Makefile.am): New variable
17157         test_carray_list_LDADD.
17158         * modules/dirname-tests (Makefile.am): New variable
17159         test_dirname_LDADD.
17160         * modules/linked-list-tests (Makefile.am): New variable
17161         test_linked_list_LDADD.
17162         * modules/linkedhash-list-tests (Makefile.am): New variable
17163         test_linkedhash_list_LDADD.
17164         * modules/rbtree-list-tests (Makefile.am): New variable
17165         test_rbtree_list_LDADD.
17166         * modules/rbtree-oset-tests (Makefile.am): New variable
17167         test_rbtree_oset_LDADD.
17168         * modules/rbtreehash-list-tests (Makefile.am): New variable
17169         test_rbtreehash_list_LDADD.
17170         * modules/xvasprintf-tests (Makefile.am): New variable
17171         test_xvasprintf_LDADD.
17172         Reported by Eric Blake.
17173
17174 2007-04-03  Eric Blake  <ebb9@byu.net>
17175
17176         * DEPENDENCIES: Weaken m4 requirements.
17177
17178 2007-04-03  Bruno Haible  <bruno@clisp.org>
17179
17180         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17181         * modules/isnanl-tests (configure.ac): Likewise.
17182
17183 2007-04-03  Ben Pfaff  <blp@gnu.org>
17184
17185         * modules/iconv_open: Add $(srcdir)/ to source directory
17186         references in Makefile fragments that call gperf, to fix VPATH
17187         builds.
17188
17189 2007-04-03  Bruno Haible  <bruno@clisp.org>
17190
17191         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17192         * lib/ldexpl.c: Undo last change.
17193
17194 2007-04-03  Bruno Haible  <bruno@clisp.org>
17195
17196         * modules/printf-frexpl (Depends-on): Undo last change.
17197         (Files): Add m4/ldexpl.m4.
17198
17199 2007-04-03  Bruno Haible  <bruno@clisp.org>
17200
17201         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17202         * modules/isnanl (Link): New section.
17203
17204         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17205         * modules/frexp (Link): New section.
17206
17207         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17208         * modules/frexpl (Link): New section.
17209
17210         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17211         * modules/ldexpl (Link): New section.
17212
17213 2007-04-03  Bruno Haible  <bruno@clisp.org>
17214
17215         * modules/TEMPLATE-EXTENDED: New file.
17216         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17217
17218 2007-04-03  Bruno Haible  <bruno@clisp.org>
17219
17220         * DEPENDENCIES: New file.
17221         Suggested by Simon Josefsson.
17222
17223 2007-04-03  Bruno Haible  <bruno@clisp.org>
17224
17225         * doc/gnulib.texi: Escape @.
17226
17227 2007-04-03  James Youngman  <jay@gnu.org>
17228         and Paul Eggert  <eggert@cs.ucla.edu>
17229
17230         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17231         birthtime on all systems that have birthtime, not just those which
17232         use st_birthtimensec rather than st_birthtim.  Putting zero in
17233         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17234         that the birth time is not available for files on an NFS mount.
17235
17236 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17237
17238         * modules/memxor: Move back from crypto/, suggested by Bruno.
17239         * modules/crypto/hmac-sha1: Fix memxor dependency.
17240
17241         * modules/crypto/gc: Moved from ../.
17242
17243 2007-04-02  Eric Blake  <ebb9@byu.net>
17244
17245         * lib/ldexpl.c (includes): Avoid libm.
17246
17247         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17248
17249 2007-04-02  Bruno Haible  <bruno@clisp.org>
17250
17251         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17252         on IRIX.
17253
17254 2007-04-02  Bruno Haible  <bruno@clisp.org>
17255
17256         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17257         x86 or x86_64 platforms running MacOS X.
17258         Reported by Ryan Schmidt <@ryandesign.com>.
17259
17260 2007-04-02  Bruno Haible  <bruno@clisp.org>
17261
17262         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17263         i386.
17264
17265 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17266
17267         * modules/crypto/arcfour: Moved from ../.
17268         * modules/crypto/arcfour-tests: Moved from ../.
17269         * modules/crypto/arctwo: Moved from ../.
17270         * modules/crypto/arctwo-tests: Moved from ../.
17271         * modules/crypto/des: Moved from ../.
17272         * modules/crypto/des-tests: Moved from ../.
17273         * modules/crypto/gc-arcfour: Moved from ../.
17274         * modules/crypto/gc-arcfour-tests: Moved from ../.
17275         * modules/crypto/gc-arctwo: Moved from ../.
17276         * modules/crypto/gc-arctwo-tests: Moved from ../.
17277         * modules/crypto/gc-des: Moved from ../.
17278         * modules/crypto/gc-des-tests: Moved from ../.
17279         * modules/crypto/gc-hmac-md5: Moved from ../.
17280         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17281         * modules/crypto/gc-hmac-sha1: Moved from ../.
17282         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17283         * modules/crypto/gc-md2: Moved from ../.
17284         * modules/crypto/gc-md2-tests: Moved from ../.
17285         * modules/crypto/gc-md4: Moved from ../.
17286         * modules/crypto/gc-md4-tests: Moved from ../.
17287         * modules/crypto/gc-md5: Moved from ../.
17288         * modules/crypto/gc-md5-tests: Moved from ../.
17289         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17290         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17291         * modules/crypto/gc-random: Moved from ../.
17292         * modules/crypto/gc-rijndael: Moved from ../.
17293         * modules/crypto/gc-rijndael-tests: Moved from ../.
17294         * modules/crypto/gc-sha1: Moved from ../.
17295         * modules/crypto/gc-sha1-tests: Moved from ../.
17296         * modules/crypto/gc-tests: Moved from ../.
17297         * modules/crypto/hmac-md5: Moved from ../.
17298         * modules/crypto/hmac-md5-tests: Moved from ../.
17299         * modules/crypto/hmac-sha1: Moved from ../.
17300         * modules/crypto/hmac-sha1-tests: Moved from ../.
17301         * modules/crypto/md2: Moved from ../.
17302         * modules/crypto/md2-tests: Moved from ../.
17303         * modules/crypto/md4: Moved from ../.
17304         * modules/crypto/md4-tests: Moved from ../.
17305         * modules/crypto/md5: Moved from ../.
17306         * modules/crypto/md5-tests: Moved from ../.
17307         * modules/crypto/memxor: Moved from ../.
17308         * modules/crypto/rijndael: Moved from ../.
17309         * modules/crypto/rijndael-tests: Moved from ../.
17310         * modules/crypto/sha1: Moved from ../.
17311
17312 2007-03-30  James Youngman  <jay@gnu.org>
17313
17314         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17315         rename() to change the ctime of a file (because ctime is unaffected
17316         by rename on jfs2 on AIX 5.1).
17317         (main): Start by doing cleanup, in case a previous run failed leaving
17318         test files behind.
17319
17320 2007-03-31  Bruno Haible  <bruno@clisp.org>
17321
17322         Support old proprietary implementations of iconv.
17323         * modules/iconv_open: New file.
17324         * lib/iconv_.h: New file.
17325         * m4/iconv_h.m4: New file.
17326         * lib/iconv_open.c: New file.
17327         * lib/iconv_open-aix.gperf: New file.
17328         * lib/iconv_open-hpux.gperf: New file.
17329         * lib/iconv_open-irix.gperf: New file.
17330         * lib/iconv_open-osf.gperf: New file.
17331         * m4/iconv_open.m4: New file.
17332         * modules/linebreak (Depends-on): Add iconv_open.
17333         * modules/striconv (Depends-on): Likewise.
17334         * modules/striconveh (Depends-on): Likewise.
17335         * modules/unicodeio (Depends-on): Likewise.
17336         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17337         (iconv_t)(-1).
17338         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17339         conversion if cd is (iconv_t)(-1).
17340         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17341         is not possible.
17342
17343 2007-03-31  Bruno Haible  <bruno@clisp.org>
17344
17345         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17346         work on Solaris either. Protect also second use of "autodetect_jp".
17347
17348 2007-03-31  Bruno Haible  <bruno@clisp.org>
17349
17350         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17351         the function is not present.
17352
17353 2007-03-31  Bruno Haible  <bruno@clisp.org>
17354
17355         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17356         the function is not present.
17357
17358 2007-03-31  Bruno Haible  <bruno@clisp.org>
17359
17360         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17361         a bug in HP-UX iconv_open().
17362
17363 2007-03-31  Bruno Haible  <bruno@clisp.org>
17364
17365         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17366         (Mathematics <math.h>): New section, add fpieee.
17367         (Input/output <stdio.h>): Add fseterr.
17368         (Mathematics <math.h>): New section, add printf-frexp.
17369         (Container data structures): Add sublist.
17370         (Core language properties): Add fpucw, inline.
17371         (Functions for greatest-width integer types <inttypes.h>): Add
17372         imaxabs, imaxdiv, inttypes.
17373         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17374         isnanl-nolibm, ldexp.
17375         (Mathematics <math.h>): New section, add printf-frexpl.
17376         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17377         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17378         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17379         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17380         (Unicode string functions): Add unistr/u*-mbtoucr.
17381         (Java): Add javacomp-script, javaexec-script.
17382         (C#): Add csharpcomp-script, csharpexec-script.
17383         (Support for building libraries and executables): Add havelib,
17384         relocatable-*.
17385         (Support for maintaining and releasing projects): Renamed from
17386         'Support for maintaining and release projects'. Add announce-gen.
17387
17388 2007-03-31  Bruno Haible  <bruno@clisp.org>
17389
17390         * README: Talk primarily about git.
17391         (git and CVS): Renamed from CVS.
17392         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17393         gnulib is available through git.
17394         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17395
17396 2007-03-30  Bruno Haible  <bruno@clisp.org>
17397
17398         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17399         * lib/poll_.h: Likewise.
17400         * lib/stat_.h: Likewise.
17401         * lib/sys_time_.h: Likewise.
17402         * lib/sysexit_.h: Likewise.
17403         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17404         * lib/stdbool_.h: Likewise.
17405         * lib/byteswap_.h: Add double-inclusion guard.
17406
17407 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17408
17409         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17410
17411 2007-03-30  Karl Berry  <karl@gnu.org>
17412
17413         * config/srclist-update: double space after USA in the license
17414         substitution, since that's how it's usually (?) written.
17415
17416 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17417
17418         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17419         reported by Bruno Haible.
17420
17421 2007-03-29  Bruno Haible  <bruno@clisp.org>
17422
17423         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17424         a bug in AIX iconv().
17425
17426 2007-03-29  Bruno Haible  <bruno@clisp.org>
17427
17428         * modules/ldexpl-tests: New file.
17429         * tests/test-ldexpl.c: New file.
17430
17431 2007-03-29  Bruno Haible  <bruno@clisp.org>
17432
17433         * lib/ldexpl.c: Include fpucw.h.
17434         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17435         multiplication.
17436         * modules/ldexpl (Depends-on): Add fpucw.
17437
17438 2007-03-29  Bruno Haible  <bruno@clisp.org>
17439
17440         * modules/ldexpl: New file.
17441         * m4/ldexpl.m4: New file.
17442         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17443         set.
17444         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17445         REPLACE_LDEXPL.
17446         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17447         REPLACE_LDEXPL.
17448         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17449         gl_FUNC_LDEXPL_WORKS.
17450         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17451         * modules/mathl (Files): Remove lib/ldexpl.c.
17452         (Depends-on): Add ldexpl.
17453
17454 2007-03-29  Bruno Haible  <bruno@clisp.org>
17455
17456         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17457
17458 2007-03-29  Bruno Haible  <bruno@clisp.org>
17459
17460         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17461         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17462         and possibly also HP-UX.
17463         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17464         work on AIX, IRIX, HP-UX, OSF/1.
17465         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17466         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17467         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17468         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17469         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17470         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17471
17472 2007-03-29  Bruno Haible  <bruno@clisp.org>
17473
17474         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17475
17476 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17477
17478         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17479         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17480
17481 2007-03-29  Eric Blake  <ebb9@byu.net>
17482
17483         * lib/acl-internal.h: Remove redundant include.
17484         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17485         Cygwin when a file is locked.
17486
17487 2007-03-29  Bruno Haible  <bruno@clisp.org>
17488
17489         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17490         file.
17491         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17492
17493 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17494
17495         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17496         try to remove a parent directory if the child couldn't be removed
17497         (except for the first rmdir, which could fail because the child
17498         doesn't exist).  Problem reported by Jeff Blaine in
17499         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17500
17501 2007-03-28  Bruno Haible  <bruno@clisp.org>
17502
17503         * lib/striconveh.c (utf8conv_carefully): New function.
17504         (mem_cd_iconveh_internal): Invoke it.
17505
17506 2007-03-28  Bruno Haible  <bruno@clisp.org>
17507
17508         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17509         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17510         input.
17511         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17512         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17513         unistr/u8-uctomb.
17514
17515 2007-03-28  Bruno Haible  <bruno@clisp.org>
17516
17517         * modules/unistr/u8-mbtoucr: New file.
17518         * lib/unistr/u8-mbtoucr.c: New file.
17519         * modules/unistr/u16-mbtoucr: New file.
17520         * lib/unistr/u16-mbtoucr.c: New file.
17521         * modules/unistr/u16-mbtoucr: New file.
17522         * lib/unistr/u16-mbtoucr.c: New file.
17523         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17524
17525 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17526             Bruno Haible  <bruno@clisp.org>
17527
17528         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17529         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17530         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17531
17532         * m4/stdio_h.m4: Add stubs for vasprintf too.
17533
17534         * modules/stdio: Support vasprintf in sed command.
17535
17536         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17537         vasprintf.h.  Add stdio module indicator.
17538
17539         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17540         vasprintf.h.
17541
17542         * lib/vasprintf.h: File removed.
17543
17544         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17545         * lib/vasprintf.c: Ditto.
17546         * lib/xvasprintf.c: Ditto.
17547         * tests/test-vasprintf-posix.c: Ditto.
17548         * tests/test-vasprintf.c: Ditto.
17549
17550 2007-03-27  Bruno Haible  <bruno@clisp.org>
17551
17552         Make vasnprintf multithread-safe.
17553         * lib/vasnprintf.c (decimal_point_char): New function.
17554         (VASNPRINTF): Use it.
17555         Suggested by Simon Josefsson.
17556
17557 2007-03-27  Eric Blake  <ebb9@byu.net>
17558
17559         Support sub-second birthtime on cygwin.
17560         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17561         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17562         (get_stat_birthtime): Also work with st_birthtim.
17563
17564 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17565
17566         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17567         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17568         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17569         (get_stat_birthtime_ns): Simplify compile-time tests.
17570         (get_stat_birthtime): Change the API to look like
17571         get_stat_mtime etc., except return a negative tv_nsec on error.
17572         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17573         Don't check for "spare" fields.
17574         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17575         or for struct stat.st_birthtime, as these tests aren't used.
17576         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17577
17578 2007-03-27  Bruno Haible  <bruno@clisp.org>
17579
17580         * lib/stat-time.h: Include <sys/stat.h>.
17581
17582 2007-03-27  James Youngman  <jay@gnu.org>
17583
17584         * lib/stat-time.h (get_stat_birthtime): New function for
17585           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17586         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17587           and its variants.
17588         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17589         * modules/stat-time-test: New file.
17590         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17591
17592 2007-03-26  Bruno Haible  <bruno@clisp.org>
17593
17594         Better support of signalling NaNs.
17595         * lib/atanl.c: Include isnanl.h.
17596         (atanl): Perform test for NaN at the beginning of the function and
17597         through a call to isnanl.
17598         * lib/cosl.c: Include isnanl.h.
17599         (cosl): Perform test for NaN at the beginning of the function and
17600         through a call to isnanl.
17601         * lib/ldexpl.c: Include isnanl.h.
17602         (ldexpl): Perform test for NaN through a call to isnanl.
17603         * lib/logl.c: Include isnanl.h.
17604         (logl): Perform test for NaN at the beginning of the function and
17605         through a call to isnanl.
17606         * lib/sinl.c: Include isnanl.h.
17607         (sinl): Perform test for NaN at the beginning of the function and
17608         through a call to isnanl.
17609         * lib/sqrtl.c: Include isnanl.h.
17610         (sqrtl): Perform test for NaN at the beginning of the function and
17611         through a call to isnanl.
17612         * lib/tanl.c: Include isnanl.h.
17613         (tanl): Perform test for NaN at the beginning of the function and
17614         through a call to isnanl.
17615         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17616         * modules/mathl (Depends-on): Add isnanl.
17617
17618 2007-03-26  Eric Blake  <ebb9@byu.net>
17619
17620         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17621         regression in logic sense of previous patch.
17622
17623 2007-03-26  Bruno Haible  <bruno@clisp.org>
17624
17625         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17626         unportable shell command "if ! ...".
17627         Reported by Ralf Wildenhues.
17628
17629 2007-03-25  Bruno Haible  <bruno@clisp.org>
17630
17631         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17632         <sysexits.h> file, and only add EX_CONFIG.
17633         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17634         absolute file name and whether it is sufficient. Substitute also
17635         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17636         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17637         ABSOLUTE_SYSEXITS_H into sysexits.h.
17638
17639 2007-03-25  Bruno Haible  <bruno@clisp.org>
17640
17641         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17642         hints is NULL.
17643
17644 2007-03-25  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17647         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17648
17649 2007-03-25  Bruno Haible  <bruno@clisp.org>
17650
17651         * lib/vasnprintf.c: Include langinfo.h.
17652         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17653         multithread-safe.
17654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17655         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17656         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17657         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17658         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17659         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17660         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17661         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17662         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17663         Reported by Simon Josefsson.
17664
17665 2007-03-25  Bruno Haible  <bruno@clisp.org>
17666
17667         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17668         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17669         * modules/vasnprintf (Depends-on): Add stdint.
17670
17671 2007-03-25  Bruno Haible  <bruno@clisp.org>
17672
17673         * modules/fpieee: New file.
17674         * m4/fpieee.m4: New file.
17675         * modules/isnan-nolibm (Depends-on): Add fpieee.
17676         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17677         * modules/isnanl (Depends-on): Add fpieee.
17678
17679 2007-03-25  Bruno Haible  <bruno@clisp.org>
17680
17681         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17682
17683 2007-03-25  Bruno Haible  <bruno@clisp.org>
17684
17685         Avoid test failures on IRIX 6.5.
17686         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17687         (main): Use it.
17688         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17689         macros.
17690         (main): Use them.
17691
17692 2007-03-25  Bruno Haible  <bruno@clisp.org>
17693
17694         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17695         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17696         exists but doesn't work.
17697         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17698         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17699         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17700         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17701
17702 2007-03-25  Bruno Haible  <bruno@clisp.org>
17703
17704         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17705         returns inf. Needed on IRIX 6.5.
17706
17707 2007-03-25  Bruno Haible  <bruno@clisp.org>
17708
17709         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17710         (main): Use isnanl instead of x != x idiom.
17711         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17712
17713         * tests/test-frexp.c: Include isnan.h.
17714         (main): Use isnan instead of x != x idiom.
17715         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17716
17717 2007-03-25  Bruno Haible  <bruno@clisp.org>
17718
17719         * tests/test-frexp.c (NaN): New function/macro.
17720         (main): Use it instead of 0.0 / 0.0.
17721         * tests/test-isnan.c (NaN): New function/macro.
17722         (main): Use it instead of 0.0 / 0.0.
17723         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17724         (test_function): Use it instead of 0.0 / 0.0.
17725         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17726         (test_function): Use it instead of 0.0 / 0.0.
17727         * tests/test-snprintf-posix.h (NaN): New function/macro.
17728         (test_function): Use it instead of 0.0 / 0.0.
17729         * tests/test-sprintf-posix.h (NaN): New function/macro.
17730         (test_function): Use it instead of 0.0 / 0.0.
17731         * tests/test-fprintf-posix.h (NaN): New function/macro.
17732         (test_function): Use it instead of 0.0 / 0.0.
17733         * tests/test-printf-posix.h (NaN): New function/macro.
17734         (test_function): Use it instead of 0.0 / 0.0.
17735
17736         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
17737
17738 2007-03-25  Bruno Haible  <bruno@clisp.org>
17739
17740         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
17741
17742 2007-03-25  Bruno Haible  <bruno@clisp.org>
17743
17744         * lib/regexec.c (merge_state_with_log): Make static.
17745
17746 2007-03-25  Bruno Haible  <bruno@clisp.org>
17747
17748         * lib/trigl.c (kernel_rem_pio2): Make static.
17749
17750 2007-03-25  Bruno Haible  <bruno@clisp.org>
17751
17752         * lib/sincosl.c (sincosl_table): Make static.
17753
17754 2007-03-25  Bruno Haible  <bruno@clisp.org>
17755
17756         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
17757         if the compiler does not support C99.
17758
17759 2007-03-25  Bruno Haible  <bruno@clisp.org>
17760
17761         * modules/time (Makefile.am): Ensure all rule action lines start with a
17762         tab.
17763
17764 2007-03-24  Bruno Haible  <bruno@clisp.org>
17765
17766         * modules/tsearch-tests: New file.
17767         * tests/test-tsearch.sh: New file.
17768         * tests/test-tsearch.c: New file, mostly copied from glibc.
17769
17770         * modules/search-tests: New file.
17771         * tests/test-search.c: New file.
17772
17773         * modules/search: New file.
17774         * lib/search_.h: New file, incorporating lib/tsearch.h.
17775         * m4/search_h.m4: New file.
17776         * lib/tsearch.h: Remove file.
17777         * lib/tsearch.c: Include search.h instead of tsearch.h.
17778         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
17779         HAVE_TSEARCH.
17780         * modules/tsearch (Files): Remove lib/tsearch.h.
17781         (Depends-on): Add search.
17782         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
17783         (Include): Change tsearch.h into search.h.
17784
17785 2007-03-24  Bruno Haible  <bruno@clisp.org>
17786
17787         * modules/fpucw: New file.
17788         * lib/fpucw.h: New file.
17789         * lib/frexp.c: Include fpucw.h.
17790         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17791         (FUNC): Use them.
17792         * lib/printf-frexp.c: Include fpucw.h.
17793         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17794         (FUNC): Use them.
17795         * lib/vasnprintf.c: Include fpucw.h.
17796         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
17797         'long double' calculations.
17798         * tests/test-frexpl.c: Include fpucw.h.
17799         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17800         * tests/test-printf-frexpl.c: Include fpucw.h.
17801         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17802         * modules/frexpl (Depends-on): Add fpucw.
17803         * modules/printf-frexpl (Depends-on): Likewise.
17804         * modules/fprintf-posix (Depends-on): Likewise.
17805         * modules/snprintf-posix (Depends-on): Likewise.
17806         * modules/sprintf-posix (Depends-on): Likewise.
17807         * modules/vasnprintf-posix (Depends-on): Likewise.
17808         * modules/vasprintf-posix (Depends-on): Likewise.
17809         * modules/vfprintf-posix (Depends-on): Likewise.
17810         * modules/vsnprintf-posix (Depends-on): Likewise.
17811         * modules/vsprintf-posix (Depends-on): Likewise.
17812         * modules/frexpl-tests (Depends-on): Likewise.
17813         * modules/printf-frexpl-tests (Depends-on): Likewise.
17814
17815 2007-03-24  Bruno Haible  <bruno@clisp.org>
17816
17817         * lib/float+.h: New file.
17818         * lib/isnan.c: Include float+.h.
17819         (SIZE): New macro.
17820         (FUNC): Compare only SIZE bytes of the value.
17821         * lib/vasnprintf.c: Include float+.h.
17822         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
17823         SIZEOF_LDBL or SIZEOF_DBL bytes.
17824         * modules/isnan-nolibm (Files): Add lib/float+.h.
17825         * modules/isnanl-nolibm (Files): Add lib/float+.h.
17826         * modules/isnanl (Files): Add lib/float+.h.
17827         * modules/vasnprintf (Files): Add lib/float+.h.
17828
17829 2007-03-24  Bruno Haible  <bruno@clisp.org>
17830
17831         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
17832         include isnanl-nolibm.h.
17833
17834 2007-03-24  Bruno Haible  <bruno@clisp.org>
17835
17836         * tests/test-read-file.c (main): Don't produce spurious output for
17837         expected situations. Make the test fail if it encountered unexpected
17838         results.
17839
17840 2007-03-24  Bruno Haible  <bruno@clisp.org>
17841
17842         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
17843         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
17844
17845 2007-03-24  Bruno Haible  <bruno@clisp.org>
17846
17847         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
17848
17849 2007-03-24  Bruno Haible  <bruno@clisp.org>
17850
17851         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
17852         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
17853
17854         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
17855         * modules/utf8-ucs4: Turn into a symbolic link to module
17856         unistr/u8-mbtouc.
17857
17858         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
17859         utf8-ucs4-unsafe.
17860         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
17861         unistr/u8-mbtouc-unsafe.
17862
17863         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
17864         * modules/utf16-ucs4: Turn into a symbolic link to module
17865         unistr/u16-mbtouc.
17866
17867         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
17868         utf16-ucs4-unsafe.
17869         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
17870         unistr/u16-mbtouc-unsafe.
17871
17872         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
17873         * modules/ucs4-utf8: Turn into a symbolic link to module
17874         unistr/u8-ubtomb.
17875
17876         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
17877         * modules/ucs4-utf16: Turn into a symbolic link to module
17878         unistr/u16-ubtomb.
17879
17880 2007-03-24  Bruno Haible  <bruno@clisp.org>
17881
17882         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
17883         Enable the function only if HAVE_INLINE.
17884         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
17885         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17886         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
17887         Enable the function only if HAVE_INLINE.
17888         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
17889         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17890         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
17891         Enable the function only if HAVE_INLINE.
17892         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
17893         Enable the function only if HAVE_INLINE.
17894         * modules/utf8-ucs4: Update.
17895         * modules/utf8-ucs4-unsafe: Update.
17896         * modules/utf16-ucs4: Update.
17897         * modules/utf16-ucs4-unsafe: Update.
17898         * modules/ucs4-utf8: Update.
17899         * modules/ucs4-utf16: Update.
17900
17901 2007-03-24  Bruno Haible  <bruno@clisp.org>
17902
17903         * lib/utf8-ucs4.h: Remove file.
17904         * lib/utf8-ucs4-unsafe.h: Remove file.
17905         * lib/utf16-ucs4.h: Remove file.
17906         * lib/utf16-ucs4-unsafe.h: Remove file.
17907         * lib/ucs4-utf8.h: Remove file.
17908         * lib/ucs4-utf16.h: Remove file.
17909         * lib/unistr.h: Include their previous contents.
17910         * m4/utf-ucs4.m4: Remove file.
17911         * m4/ucs4-utf.m4: Remove file.
17912         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17913         (Depends-on): Add unistr/base.
17914         (configure.ac): Remove gl_UTF_UCS4.
17915         (Makefile.am): Update.
17916         (Include): Change to unistr.h.
17917         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17918         (Depends-on): Add unistr/base.
17919         (configure.ac): Remove gl_UTF_UCS4.
17920         (Makefile.am): Update.
17921         (Include): Change to unistr.h.
17922         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17923         (Depends-on): Add unistr/base.
17924         (configure.ac): Remove gl_UTF_UCS4.
17925         (Makefile.am): Update.
17926         (Include): Change to unistr.h.
17927         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17928         (Depends-on): Add unistr/base.
17929         (configure.ac): Remove gl_UTF_UCS4.
17930         (Makefile.am): Update.
17931         (Include): Change to unistr.h.
17932         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17933         (Depends-on): Add unistr/base.
17934         (configure.ac): Remove gl_UCS4_UTF.
17935         (Makefile.am): Update.
17936         (Include): Change to unistr.h.
17937         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17938         (Depends-on): Add unistr/base.
17939         (configure.ac): Remove gl_UCS4_UTF.
17940         (Makefile.am): Update.
17941         (Include): Change to unistr.h.
17942         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17943         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17944         utf8-ucs4-unsafe.h.
17945         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17946         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17947         utf16-ucs4-unsafe.h.
17948         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17949         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17950         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17951         * lib/unistr/u8-strchr.c: Likewise.
17952         * lib/unistr/u8-strrchr.c: Likewise.
17953         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17954         * lib/unistr/u16-strchr.c: Likewise.
17955         * lib/unistr/u16-strrchr.c: Likewise.
17956         * lib/striconveh.c: Update.
17957         * lib/linebreak.c: Update.
17958
17959 2007-03-24  Bruno Haible  <bruno@clisp.org>
17960
17961         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17962         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17963
17964 2007-03-22  Bruno Haible  <bruno@clisp.org>
17965
17966         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17967
17968 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17969
17970         * MODULES.html.sh (File system functions): New module write-any-file.
17971         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17972         * m4/write-any-file.m4: New files.
17973
17974 2007-03-23  Eric Blake  <ebb9@byu.net>
17975
17976         * gnulib-tool: Rearrange space-tab sequences, since some editors
17977         like to eat them.
17978
17979 2007-03-23  Eric Blake  <ebb9@byu.net>
17980
17981         * lib/version-etc.c (version_etc_va): Update license wording to
17982         be more concise.  Recommended by Richard Stallman.
17983
17984 2007-03-22  Bruno Haible  <bruno@clisp.org>
17985
17986         * lib/poll.c (MSG_PEEK): New fallback definition.
17987
17988 2007-03-22  Bruno Haible  <bruno@clisp.org>
17989
17990         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17991         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17992         (main): Update.
17993         Fixes a compilation error on BeOS.
17994
17995 2007-03-22  Bruno Haible  <bruno@clisp.org>
17996
17997         * modules/frexpl-tests: New file.
17998         * tests/test-frexpl.c: New file.
17999
18000         * modules/frexpl: New file.
18001         * m4/frexpl.m4: New file.
18002         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
18003         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
18004         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
18005         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
18006         (Depends-on): Add frexpl. Remove isnanl-nolibm.
18007         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
18008
18009 2007-03-22  Bruno Haible  <bruno@clisp.org>
18010
18011         * lib/frexpl.c: Share code with lib/frexp.c.
18012         * modules/mathl (Files): Add lib/frexp.c.
18013         (Depends-on): Add isnanl-nolibm.
18014
18015 2007-03-22  Bruno Haible  <bruno@clisp.org>
18016
18017         * modules/printf-frexp (Files): Add m4/frexp.m4.
18018         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
18019         only if the found frexp function actually works.
18020
18021 2007-03-22  Bruno Haible  <bruno@clisp.org>
18022
18023         * lib/frexp.c: Remove older implementation that uses divisions.
18024
18025 2007-03-21  Bruno Haible  <bruno@clisp.org>
18026
18027         * modules/frexp-tests: New file.
18028         * tests/test-frexp.c: New file.
18029
18030         * modules/frexp: New file.
18031         * lib/frexp.c: New file.
18032         * m4/frexp.m4: New file.
18033         * lib/math_.h (frexp): New declaration.
18034         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
18035         REPLACE_FREXP.
18036         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
18037
18038 2007-03-21  Bruno Haible  <bruno@clisp.org>
18039
18040         * modules/isnanl-tests: New file.
18041         * tests/test-isnanl.c: New file.
18042
18043         * modules/isnanl: New file.
18044         * lib/isnanl.h: New file.
18045         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
18046         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
18047         gl_FUNC_ISNANL_WORKS.
18048         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
18049         New macros.
18050
18051 2007-03-21  Bruno Haible  <bruno@clisp.org>
18052
18053         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
18054         lib/isnanl.h.
18055         (Include): Update.
18056         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
18057         * lib/vasnprintf.c: Update.
18058         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
18059         tests/test-isnanl.h, remove tests/test-isnanl.c.
18060         (Makefile.am): Update.
18061         * tests/test-isnanl-nolibm.c: New file.
18062         * tests/test-isnanl.h: New file.
18063         * tests/test-isnanl.c: Remove file.
18064
18065 2007-03-21  Jim Meyering  <jim@meyering.net>
18066
18067         When trying to open ".", treat ESTALE like EACCES.
18068         * lib/savewd.c (savewd_save): Resort to forking not just upon
18069         failure with EACCES, but also when errno is ESTALE.
18070
18071 2007-03-20  Bruno Haible  <bruno@clisp.org>
18072
18073         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
18074         Needed on AIX 5.1. Reported by Matthew Woehlke.
18075
18076 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         Suggestions by Bruno Haible:
18079         * lib/acl-internal.h: Include "gettext.h" rather than rolling
18080         our own.
18081         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
18082         * modules/acl (Depends-on): Add gettext.
18083
18084 2007-03-19  Bruno Haible  <bruno@clisp.org>
18085
18086         * modules/iconvme: Remove file.
18087         * lib/iconvme.h: Remove file.
18088         * lib/iconvme.c: Remove file.
18089         * m4/iconvme.m4: Remove file.
18090
18091 2007-03-19  Bruno Haible  <bruno@clisp.org>
18092
18093         * doc/relocatable-maint.texi: Break long shell script line.
18094         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18095
18096 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18097
18098         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18099         handle file_has_acl.
18100         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18101         * lib/acl.c: Move header inclusions and related macro defns into
18102         lib/acl-internal.h.
18103         (S_ISLNK): Remove defn, since that's now done for us.
18104         (file_has_acl): Move to lib/file-has-acl.c.
18105         Call acl_trivial if available.  This is the crucial part of the fix.
18106         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18107         shared within the library.  Rewrite a bit, partly to make it compatible
18108         with the GNU coding style.
18109         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18110         Remove unnecessary double-quotes.
18111         Don't test for acl_to_text; the build will catch that.
18112         Replace acl_entries if it doesn't exist and it is needed.
18113         Check for -lsec and acl_trivial (as used on Solaris 10).
18114         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18115         lib/file-has-acl.c.
18116         (Depends-on): Add sys_stat, for S_ISLNK.
18117
18118 2007-03-19  Ben Pfaff  <blp@gnu.org>
18119
18120         * doc/gnulib.texi: Fix typos.
18121         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18122
18123 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18124
18125         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18126         If size is zero here, buf must be zero.
18127
18128 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18129
18130         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18131         <bruno@clisp.org>.
18132
18133 2007-03-18  Bruno Haible  <bruno@clisp.org>
18134
18135         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18136         Suggested by Eric Blake.
18137
18138 2007-03-18  Ben Pfaff  <blp@gnu.org>
18139
18140         * doc/relocatable.texi: Recommend using as prefix a directory
18141         that does not exist and will never be created.  Based on
18142         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18143         and others.
18144
18145 2007-03-17  Bruno Haible  <bruno@clisp.org>
18146
18147         * lib/fchownat.c: Include lchown.h.
18148
18149 2007-03-17  Bruno Haible  <bruno@clisp.org>
18150
18151         Fix endless loop when the given allocated size was > INT_MAX.
18152         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18153         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18154         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18155         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18156         * lib/sprintf.c (sprintf): Likewise.
18157
18158 2007-03-17  Bruno Haible  <bruno@clisp.org>
18159
18160         * tests/test-argp-2.sh (func_compare): Output a context diff.
18161
18162 2007-03-17  Bruno Haible  <bruno@clisp.org>
18163
18164         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18165         locale's decimal-point character.
18166
18167 2007-03-17  Bruno Haible  <bruno@clisp.org>
18168
18169         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18170         before comparing it. Needed because on some platforms (e.g. x86) a
18171         'long double' occupies less bytes than sizeof (long double).
18172
18173 2007-03-17  Bruno Haible  <bruno@clisp.org>
18174
18175         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18176         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18177         * tests/test-getaddrinfo.c (simple): Likewise.
18178         * tests/test-read-file.c (main): Likewise.
18179
18180 2007-03-17  Bruno Haible  <bruno@clisp.org>
18181
18182         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18183
18184 2007-03-17  Bruno Haible  <bruno@clisp.org>
18185
18186         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18187         unused variable.
18188
18189 2007-03-17  Bruno Haible  <bruno@clisp.org>
18190
18191         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18192         * tests/test-c-strncasecmp.c: Likewise.
18193
18194 2007-03-17  Bruno Haible  <bruno@clisp.org>
18195
18196         * modules/stdlib (Depends-on): Add unistd.
18197         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18198         Needed for MacOS X 10.3.
18199
18200 2007-03-17  Bruno Haible  <bruno@clisp.org>
18201
18202         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18203
18204 2007-03-17  Bruno Haible  <bruno@clisp.org>
18205
18206         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18207
18208 2007-03-17  Bruno Haible  <bruno@clisp.org>
18209
18210         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18211         to reflect files copied from gnulib (with or without modifications).
18212         Suggested by Jim Meyering.
18213
18214 2007-03-17  Eric Blake  <ebb9@byu.net>
18215
18216         * NEWS: Document stdlib change from 2007-02-18.
18217
18218 2007-03-17  Jim Meyering  <jim@meyering.net>
18219
18220         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18221         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18222         someone uses a name containing shell meta-characters.
18223         Reported by Alfred M. Szmidt.
18224
18225         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18226
18227 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18228
18229         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18230         and copy gettext configuration files only if configure.ac contains
18231         a use of AM_GNU_GETTEXT_VERSION.
18232
18233 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18234
18235         * build-aux/bootstrap (gnulib_name): New variable.
18236         (gnulib_tool_options): Use it.
18237
18238 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18239
18240         * tests/test-des.c: Use new namespace.
18241
18242 2007-03-15  Bruno Haible  <bruno@clisp.org>
18243
18244         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18245         Reported by James Youngman <jay@gnu.org>.
18246
18247 2007-03-15  Bruno Haible  <bruno@clisp.org>
18248
18249         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18250         declared prototype. Needed with cc on OSF/1 5.1.
18251
18252 2007-03-15  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18255         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18256         (struct gl_list_implementation): Add dispose_fn argument to the
18257         'create_empty', 'create' methods.
18258         (struct gl_list_impl_base): Add field 'dispose_fn'.
18259         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18260         argument.
18261         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18262         dispose_fn argument.
18263         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18264         dispose_fn on the dropped values.
18265         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18266         dispose_fn argument.
18267         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18268         dropped values.
18269         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18270         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18271         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18272         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18273         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18274         argument.
18275         (gl_tree_list_free): Call dispose_fn on the dropped values.
18276         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18277         the dropped values.
18278         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18279         Add dispose_fn argument.
18280         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18281         Call dispose_fn on the dropped values.
18282         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18283         Add dispose_fn argument.
18284         (gl_sublist_create): Initialize the 'dispose_fn' field.
18285         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18286         * tests/test-array_list.c (main): Update.
18287         * tests/test-carray_list.c (main): Update.
18288         * tests/test-avltree_list.c (main): Update.
18289         * tests/test-rbtree_list.c (main): Update.
18290         * tests/test-avltreehash_list.c (main): Update.
18291         * tests/test-rbtreehash_list.c (main): Update.
18292         * tests/test-linked_list.c (main): Update.
18293         * tests/test-linkedhash_list.c (main): Update.
18294         * tests/test-array_oset.c (main): Update.
18295
18296 2007-03-15  Bruno Haible  <bruno@clisp.org>
18297
18298         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18299         (gl_oset_create_empty): Add dispose_fn argument.
18300         (struct gl_oset_implementation): Add dispose_fn argument to
18301         'create_empty' method.
18302         (struct gl_oset_impl_base): Add dispose_fn field.
18303         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18304         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18305         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18306         values.
18307         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18308         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18309         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18310         dropped value.
18311         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18312         dropped value.
18313         * tests/test-array_oset.c (main): Update.
18314         * tests/test-avltree_oset.c (main): Update.
18315         * tests/test-rbtree_oset.c (main): Update.
18316         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18317
18318 2007-03-13  Bruno Haible  <bruno@clisp.org>
18319
18320         * tests/test-stdbool.c (i): Update after last patch.
18321
18322 2007-03-12  Bruno Haible  <bruno@clisp.org>
18323
18324         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18325         the iswprint macro. Needed on Solaris 2.5.1.
18326
18327 2007-03-12  Bruno Haible  <bruno@clisp.org>
18328
18329         * tests/test-printf-frexp.c (main): Declare x as volatile.
18330
18331 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18332
18333         * doc/gnulib.texi (Build robot for gnulib): New section.
18334
18335 2007-03-12  Jim Meyering  <jim@meyering.net>
18336
18337         * build-aux/bootstrap: New file.
18338         * build-aux/bootstrap.conf: New file, from coreutils.
18339
18340 2007-03-11  Bruno Haible  <bruno@clisp.org>
18341
18342         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18343
18344 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18345
18346         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18347         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18348         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18349
18350 2007-03-11  Bruno Haible  <bruno@clisp.org>
18351
18352         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18353         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18354
18355 2007-03-11  Bruno Haible  <bruno@clisp.org>
18356
18357         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18358         formula. Needed for SunPRO C 5.0.
18359
18360 2007-03-11  Bruno Haible  <bruno@clisp.org>
18361
18362         * modules/long-options (Depends-on): Add getopt.
18363
18364 2007-03-11  Bruno Haible  <bruno@clisp.org>
18365
18366         * modules/modechange (Depends-on): Add stdbool.
18367
18368 2007-03-11  Bruno Haible  <bruno@clisp.org>
18369
18370         * modules/i-ring (Depends-on): Add stdbool.
18371
18372 2007-03-11  Bruno Haible  <bruno@clisp.org>
18373
18374         * modules/gc-des (Depends-on): Add stdbool.
18375
18376 2007-03-11  Bruno Haible  <bruno@clisp.org>
18377
18378         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18379
18380 2007-03-11  Bruno Haible  <bruno@clisp.org>
18381
18382         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18383
18384 2007-03-11  Bruno Haible  <bruno@clisp.org>
18385
18386         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18387
18388 2007-03-11  Bruno Haible  <bruno@clisp.org>
18389
18390         * lib/vasnprintf.c (sprintf): Undefine.
18391
18392 2007-03-11  Bruno Haible  <bruno@clisp.org>
18393
18394         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18395         initializers in SunPRO C and Compaq C compilers.
18396
18397 2007-03-11  Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18400         decrementing code ANSI C compliant.
18401
18402 2007-03-11  Bruno Haible  <bruno@clisp.org>
18403
18404         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18405         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18406
18407 2007-03-11  Bruno Haible  <bruno@clisp.org>
18408
18409         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18410         <stdbool.h> substitute doesn't pass.
18411
18412 2007-03-11  Bruno Haible  <bruno@clisp.org>
18413
18414         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18415
18416 2007-03-11  Bruno Haible  <bruno@clisp.org>
18417
18418         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18419         script, for submission to autobuild.josefsson.org.
18420
18421 2007-03-10  Bruno Haible  <bruno@clisp.org>
18422
18423         * modules/canonicalize-lgpl-tests: New file.
18424         * tests/test-canonicalize-lgpl.sh: New file.
18425         * tests/test-canonicalize-lgpl.c: New file.
18426
18427         * modules/c-strcase-tests: New file.
18428         * tests/test-c-strcase.sh: New file.
18429         * tests/test-c-strcasecmp.c: New file.
18430         * tests/test-c-strncasecmp.c: New file.
18431
18432         * modules/atexit-tests: New file.
18433         * tests/test-atexit.sh: New file.
18434         * tests/test-atexit.c: New file.
18435
18436 2007-03-10  Bruno Haible  <bruno@clisp.org>
18437
18438         * tests/test-binary-io.sh: Use temporary filenames that are not so
18439         likely to clash with those of other tests (in a parallel make).
18440         * tests/test-binary-io.c: Likewise.
18441
18442 2007-03-10  Bruno Haible  <bruno@clisp.org>
18443
18444         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18445         fallback; use #error instead.
18446         Suggested by Simon Josefsson.
18447
18448 2007-03-10  Bruno Haible  <bruno@clisp.org>
18449
18450         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18451         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18452         first and the last.
18453
18454 2007-03-10  Bruno Haible  <bruno@clisp.org>
18455
18456         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18457
18458 2007-03-10  Bruno Haible  <bruno@clisp.org>
18459
18460         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18461         "make distcheck".
18462         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18463         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18464         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18465
18466 2007-03-10  Bruno Haible  <bruno@clisp.org>
18467
18468         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18469         variable.
18470         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18471         variable.
18472
18473 2007-03-09  Eric Blake  <ebb9@byu.net>
18474         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18475
18476         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18477         types are not being provided by gnulib.
18478         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18479         types are supported.
18480
18481 2007-03-10  Bruno Haible  <bruno@clisp.org>
18482
18483         * lib/stdio_.h (__attribute__): New macro.
18484         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18485         vsprintf): Specify __attribute__ __format__ for GCC.
18486         Suggested by Eric Blake.
18487
18488 2007-03-09  Bruno Haible  <bruno@clisp.org>
18489
18490         * modules/printf-posix-tests: New file.
18491         * tests/test-printf-posix.sh: New file.
18492         * tests/test-printf-posix.c: New file.
18493
18494         * modules/printf-posix: New file.
18495         * lib/printf.c: New file.
18496         * m4/printf-posix-rpl.m4: New file.
18497         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18498         REPLACE_PRINTF.
18499         * lib/stdio_.h (printf): New declaration.
18500         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18501         ____strfmon____): New macros.
18502         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18503         REPLACE_PRINTF.
18504
18505 2007-03-09  Bruno Haible  <bruno@clisp.org>
18506
18507         * tests/test-vasnprintf-posix2.sh: New file.
18508         * tests/test-vasnprintf-posix2.c: New file.
18509         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18510         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18511         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18512
18513         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18514         a locale dependent decimal point, rather than always '.'.
18515
18516 2007-03-09  Eric Blake  <ebb9@byu.net>
18517
18518         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18519         spite of platforms like Tandem/NSK that define it to -1.
18520
18521 2007-03-08  Bruno Haible  <bruno@clisp.org>
18522
18523         * modules/vprintf-posix-tests: New file.
18524         * tests/test-vprintf-posix.sh: New file.
18525         * tests/test-vprintf-posix.c: New file.
18526         * tests/test-printf-posix.h: New file.
18527
18528         * modules/vprintf-posix: New file.
18529         * lib/vprintf.c: New file.
18530         * m4/vprintf-posix.m4: New file.
18531         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18532         REPLACE_VPRINTF.
18533         * lib/stdio_.h (vprintf): New declaration.
18534         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18535         REPLACE_VPRINTF.
18536
18537 2007-03-08  Bruno Haible  <bruno@clisp.org>
18538
18539         * modules/fprintf-posix-tests: New file.
18540         * tests/test-fprintf-posix.sh: New file.
18541         * tests/test-fprintf-posix.c: New file.
18542
18543         * modules/fprintf-posix: New file.
18544         * lib/fprintf.c: New file.
18545         * m4/fprintf-posix.m4: New file.
18546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18547         REPLACE_FPRINTF.
18548         * lib/stdio_.h (fprintf): New declaration.
18549         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18550         REPLACE_FPRINTF.
18551
18552 2007-03-08  Bruno Haible  <bruno@clisp.org>
18553
18554         * modules/vfprintf-posix-tests: New file.
18555         * tests/test-vfprintf-posix.sh: New file.
18556         * tests/test-vfprintf-posix.c: New file.
18557         * tests/test-fprintf-posix.h: New file.
18558         * tests/test-fprintf-posix.out: New file.
18559
18560         * modules/vfprintf-posix: New file.
18561         * lib/vfprintf.c: New file.
18562         * m4/vfprintf-posix.m4: New file.
18563         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18564         REPLACE_VFPRINTF.
18565         * lib/stdio_.h (vfprintf): New declaration.
18566         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18567         REPLACE_VFPRINTF.
18568
18569 2007-03-08  Bruno Haible  <bruno@clisp.org>
18570
18571         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18572
18573 2007-03-08  Bruno Haible  <bruno@clisp.org>
18574
18575         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18576         instead of 'expr' invocations.
18577         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18578         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18579         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18580         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18581         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18582         Suggested by Paul Eggert.
18583
18584 2007-03-08  Bruno Haible  <bruno@clisp.org>
18585
18586         * modules/fseterr-tests: New file.
18587         * tests/test-fseterr.c: New file.
18588
18589         * modules/fseterr: New file.
18590         * lib/fseterr.h: New file.
18591         * lib/fseterr.c: New file.
18592
18593 2007-03-08  Bruno Haible  <bruno@clisp.org>
18594
18595         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18596         * lib/getopt_.h: Likewise.
18597         * lib/mbswidth.h: Likewise.
18598         * lib/setenv.h: Likewise.
18599         * lib/vasnprintf.h: Likewise.
18600         * lib/vasprintf.h: Likewise.
18601         * lib/verror.h: Likewise.
18602         * lib/xsetenv.h: Likewise.
18603         * lib/xvasprintf.h: Likewise.
18604
18605 2007-03-08  Jim Meyering  <jim@meyering.net>
18606
18607         * users.txt: Add parted.
18608
18609         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18610
18611 2007-03-07  Bruno Haible  <bruno@clisp.org>
18612
18613         * m4/printf.m4: Make the shell script snippets copy&pastable.
18614
18615 2007-03-02  Bruno Haible  <bruno@clisp.org>
18616
18617         * lib/netinet_in_.h: New file.
18618         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18619         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18620         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18621         (Depends-on): Add absolute-header.
18622         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18623         into netinet/in.h.
18624
18625 2007-03-03  Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/sys_select_.h: New file.
18628         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18629         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18630         * modules/sys_select (Files): Add lib/sys_select_.h.
18631         (Depends-on): Add absolute-header.
18632         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18633         into sys/select.h.
18634
18635 2007-03-02  Bruno Haible  <bruno@clisp.org>
18636
18637         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18638         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18639         values.
18640         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18641         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18642         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18643         * modules/sys_socket (Depends-on): Add absolute-header.
18644         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18645         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18646         (Include): Remove requirement of inclusion of <sys/types.h>.
18647
18648 2007-03-02  Bruno Haible  <bruno@clisp.org>
18649
18650         * lib/byteswap_.h (bswap_32): Fix formula.
18651
18652 2007-03-06  Bruno Haible  <bruno@clisp.org>
18653
18654         * modules/sprintf-posix-tests: New file.
18655         * tests/test-sprintf-posix.c: New file.
18656
18657         * modules/sprintf-posix: New file.
18658         * lib/sprintf.c: New file.
18659         * m4/sprintf-posix.m4: New file.
18660         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18661         REPLACE_SPRINTF.
18662         * lib/stdio_.h (sprintf): New declaration.
18663         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18664         REPLACE_SPRINTF.
18665
18666 2007-03-06  Bruno Haible  <bruno@clisp.org>
18667
18668         * modules/vsprintf-posix-tests: New file.
18669         * tests/test-vsprintf-posix.c: New file.
18670         * tests/test-sprintf-posix.h: New file.
18671
18672         * modules/vsprintf-posix: New file.
18673         * lib/vsprintf.c: New file.
18674         * m4/vsprintf-posix.m4: New file.
18675         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18676         REPLACE_VSPRINTF.
18677         * lib/stdio_.h (vsprintf): New declaration.
18678         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18679         REPLACE_VSPRINTF.
18680
18681 2007-03-06  Bruno Haible  <bruno@clisp.org>
18682
18683         * modules/vsnprintf (Depend-on): Remove minmax.
18684
18685 2007-03-06  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/snprintf-posix-tests: New file.
18688         * tests/test-snprintf-posix.c: New file.
18689
18690         * modules/snprintf-posix: New file.
18691         * m4/snprintf-posix.m4: New file.
18692         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18693         gl_FUNC_SNPRINTF.
18694         (gl_FUNC_SNPRINTF): Invoke it.
18695         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18696         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18697         is set.
18698         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18699
18700 2007-03-06  Bruno Haible  <bruno@clisp.org>
18701
18702         * modules/vsnprintf-posix-tests: New file.
18703         * tests/test-vsnprintf-posix.c: New file.
18704         * tests/test-snprintf-posix.h: New file.
18705
18706         * modules/vsnprintf-posix: New file.
18707         * m4/vsnprintf-posix.m4: New file.
18708         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18709         gl_FUNC_VSNPRINTF.
18710         (gl_FUNC_VSNPRINTF): Invoke it.
18711         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18712         * lib/stdio_.h (vsnprintf): Define as a replacement if
18713         REPLACE_VSNPRINTF is set.
18714         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18715
18716 2007-03-06  Bruno Haible  <bruno@clisp.org>
18717
18718         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18719         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18720
18721 2007-03-06  Bruno Haible  <bruno@clisp.org>
18722
18723         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18724         (asinl): Declare also if HAVE_DECL_ASINL is set.
18725         (atanl): Declare also if HAVE_DECL_ATANL is set.
18726         (ceill): Declare also if HAVE_DECL_CEILL is set.
18727         (cosl): Declare also if HAVE_DECL_COSL is set.
18728         (expl): Declare also if HAVE_DECL_EXPL is set.
18729         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18730         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18731         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
18732         (logl): Declare also if HAVE_DECL_LOGL is set.
18733         (sinl): Declare also if HAVE_DECL_SINL is set.
18734         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
18735         (tanl): Declare also if HAVE_DECL_TANL is set.
18736         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
18737         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
18738         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
18739         declaration of frexpl, ldexpl.
18740         * modules/printf-frexpl (Depends-on): Add math.
18741         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
18742
18743 2007-03-05  Bruno Haible  <bruno@clisp.org>
18744
18745         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
18746         frexpl and ldexpl are declared.
18747         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
18748
18749 2007-03-05  Bruno Haible  <bruno@clisp.org>
18750
18751         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
18752         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
18753
18754 2007-03-05  Bruno Haible  <bruno@clisp.org>
18755
18756         * lib/stdio_.h: Include <stddef.h>.
18757
18758 2007-03-05  Bruno Haible  <bruno@clisp.org>
18759
18760         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
18761
18762 2007-03-05  Bruno Haible  <bruno@clisp.org>
18763
18764         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
18765         NetBSD 4, from Ralf Wildenhues.
18766
18767 2007-03-04  Bruno Haible  <bruno@clisp.org>
18768
18769         * lib/vasprintf.h: Update #if logic for the case when the functions
18770         exist but are overridden.
18771
18772 2007-03-04  Bruno Haible  <bruno@clisp.org>
18773
18774         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18775         implementations: glibc-2.4 and MacOS X 10.3.
18776         * tests/test-vasnprintf-posix.c (test_function): Test also the case
18777         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
18778         * tests/test-vasprintf-posix.c (test_function): Likewise.
18779
18780 2007-03-04  Bruno Haible  <bruno@clisp.org>
18781
18782         * modules/vasprintf-posix-tests: New file.
18783         * tests/test-vasprintf-posix.c: New file.
18784
18785         * modules/vasprintf-posix: New file.
18786         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
18787         defined.
18788         * m4/vasprintf-posix.m4: New file.
18789         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
18790         gl_FUNC_VASPRINTF.
18791         (gl_FUNC_VASPRINTF): Invoke it.
18792         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
18793         here.
18794         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
18795
18796 2007-03-04  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
18799         REPLACE_GETTIMEOFDAY.
18800         * modules/sys_time (Makefile.am): Likewise.
18801         * m4/sys_time_h.m4: Likewise.
18802         * m4/gettimeofday.m4: Likewise.
18803
18804 2007-03-04  Bruno Haible  <bruno@clisp.org>
18805
18806         * modules/vasnprintf-posix-tests: New file.
18807         * tests/test-vasnprintf-posix.c: New file.
18808
18809         * modules/vasnprintf-posix: New file.
18810         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
18811         printf-frexpl.h.
18812         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
18813         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
18814         REPLACE_VASNPRINTF is defined.
18815         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
18816         gl_FUNC_VASNPRINTF.
18817         (gl_FUNC_VASNPRINTF): Invoke it.
18818         * m4/vasnprintf-posix.m4: New file.
18819         * m4/printf.m4: New file.
18820
18821 2007-03-04  Bruno Haible  <bruno@clisp.org>
18822
18823         Compile progreloc.c only if --enable-relocatable is specified.
18824         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
18825         if --enable-relocatable was specified.
18826         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
18827         lib_SOURCES.
18828
18829 2007-03-04  Jim Meyering  <jim@meyering.net>
18830
18831         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
18832         Use it consistently, rather than enumerating errno constants.
18833
18834 2007-03-04  Bruno Haible  <bruno@clisp.org>
18835
18836         * modules/xvasprintf-tests: New file.
18837         * tests/test-xvasprintf.c: New file.
18838
18839         * modules/vasprintf-tests: New file.
18840         * tests/test-vasprintf.c: New file.
18841
18842         * modules/vasnprintf-tests: New file.
18843         * tests/test-vasnprintf.c: New file.
18844
18845         * modules/vsnprintf-tests: New file.
18846         * tests/test-vsnprintf.c: New file.
18847
18848         * modules/snprintf-tests: New file.
18849         * tests/test-snprintf.c: New file.
18850
18851 2007-03-04  Bruno Haible  <bruno@clisp.org>
18852
18853         Compile relocatable.c only if --enable-relocatable is specified.
18854         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
18855         gl_RELOCATABLE_LIBRARY.
18856         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
18857         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
18858         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
18859         gl_RELOCATABLE_LIBRARY.
18860         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
18861         (Makefile.am): Remove lib_SOURCES.
18862         * modules/relocatable-lib-lgpl (configure.ac): Invoke
18863         gl_RELOCATABLE_LIBRARY.
18864         (Makefile.am): Remove lib_SOURCES.
18865         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
18866         always.
18867         * modules/relocatable-prog-wrapper (configure.ac): Invoke
18868         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
18869
18870 2007-03-04  Bruno Haible  <bruno@clisp.org>
18871
18872         * modules/argmatch-tests: New file.
18873         * tests/test-argmatch.c: New file.
18874
18875         * tests/test-allocsa.c (main): Halve the number of loop runs.
18876
18877         * modules/alloca-opt-tests: New file.
18878         * tests/test-alloca-opt.c: New file.
18879
18880 2007-03-04  Jim Meyering  <jim@meyering.net>
18881
18882         Work around difference between Linux ACLs and Solaris 10 ZFS.
18883         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
18884         for EINVAL.
18885
18886 2007-03-03  Bruno Haible  <bruno@clisp.org>
18887
18888         * modules/relocatable-prog (Depends-on): Add back progreloc's
18889         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18890
18891 2007-03-03  Bruno Haible  <bruno@clisp.org>
18892
18893         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
18894         * modules/relocatable-lib: New file.
18895
18896 2007-03-03  Bruno Haible  <bruno@clisp.org>
18897
18898         * modules/relocatable-prog: Renamed from modules/relocatable.
18899         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
18900
18901 2007-03-03  Bruno Haible  <bruno@clisp.org>
18902
18903         * modules/relocatable-script (Files): Add doc/relocatable.texi,
18904         m4/relocatable-lib.m4.
18905         (Depends-on): Remove 'relocatable'.
18906         (configure.ac): Add gl_RELOCATABLE_NOP.
18907
18908 2007-03-03  Bruno Haible  <bruno@clisp.org>
18909
18910         * modules/relocatable-prog-wrapper: New file.
18911         * modules/relocatable (Depends-on): Add it. Remove all other
18912         dependencies except progname.
18913         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18914
18915         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18916         (gl_FUNC_STRERROR): Nop.
18917         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18918
18919         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18920         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18921
18922         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18923         (gl_FUNC_READLINK): Update.
18924
18925         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18926
18927 2007-03-03  Bruno Haible  <bruno@clisp.org>
18928
18929         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18930         * modules/xreadlink (Depends-on): Add unistd.
18931         * modules/xreadlink-with-size (Depends-on): Likewise.
18932
18933 2007-03-03  Bruno Haible  <bruno@clisp.org>
18934
18935         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18936         extracted from gt_FUNC_SETENV.
18937         (gt_FUNC_SETENV): Remove macro.
18938         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18939         remove gt_FUNC_SETENV.
18940
18941 2007-03-03  Bruno Haible  <bruno@clisp.org>
18942
18943         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18944         ENABLE_RELOCATABLE here.
18945         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18946
18947 2007-03-03  Bruno Haible  <bruno@clisp.org>
18948
18949         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18950         * tests/test-rbtreehash_list.c: Include progname.h.
18951         (main): Call set_program_name.
18952
18953         * modules/rbtree-oset-tests (Depends-on): Add progname.
18954         * tests/test-rbtree_oset.c: Include progname.h.
18955         (main): Call set_program_name.
18956
18957         * modules/rbtree-list-tests (Depends-on): Add progname.
18958         * tests/test-rbtree_list.c: Include progname.h.
18959         (main): Call set_program_name.
18960
18961         * modules/linked-list-tests (Depends-on): Add progname.
18962         * tests/test-linked_list.c: Include progname.h.
18963         (main): Call set_program_name.
18964
18965 2007-03-03  Bruno Haible  <bruno@clisp.org>
18966
18967         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18968         All uses of __restrict changed to _Restrict_.
18969         * lib/glob_.h (__restrict): Remove macro.
18970
18971 2007-03-02  Bruno Haible  <bruno@clisp.org>
18972
18973         * modules/gettext (configure.ac): Require gettext infrastructure
18974         from version 0.16.1.
18975
18976 2007-03-02  Bruno Haible  <bruno@clisp.org>
18977
18978         * modules/linkedhash-list-tests (Depends-on): Add progname.
18979         * tests/test-linkedhash_list.c: Include progname.h.
18980         (main): Call set_program_name.
18981
18982         * modules/carray-list-tests (Depends-on): Add progname.
18983         * tests/test-carray_list.c: Include progname.h.
18984         (main): Call set_program_name.
18985
18986         * modules/avltreehash-list-tests (Depends-on): Add progname.
18987         * tests/test-avltreehash_list.c: Include progname.h.
18988         (main): Call set_program_name.
18989
18990         * modules/avltree-oset-tests (Depends-on): Add progname.
18991         * tests/test-avltree_oset.c: Include progname.h.
18992         (main): Call set_program_name.
18993
18994         * modules/avltree-list-tests (Depends-on): Add progname.
18995         * tests/test-avltree_list.c: Include progname.h.
18996         (main): Call set_program_name.
18997
18998         * modules/array-oset-tests (Depends-on): Add progname.
18999         * tests/test-array_oset.c: Include progname.h.
19000         (main): Call set_program_name.
19001
19002         * modules/array-list-tests (Depends-on): Add progname.
19003         * tests/test-array_list.c: Include progname.h.
19004         (main): Call set_program_name.
19005
19006         * modules/argp-tests (Depends-on): Add progname.
19007         * tests/test-argp.c: Include argp.h first. Include progname.h.
19008         (main): Call set_program_name.
19009
19010 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
19011
19012         * doc/gnulib-tool.texi (Initial import): Reword description of
19013         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
19014         limited effect even if defined after the first system include.
19015
19016 2007-03-01  Bruno Haible  <bruno@clisp.org>
19017
19018         * build-aux/config.libpath: Update to libtool-1.5.22.
19019         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19020
19021 2007-03-01  Bruno Haible  <bruno@clisp.org>
19022
19023         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
19024         foo_CFLAGS.
19025         Reported by Ralf Wildenhues.
19026
19027 2007-03-01  Bruno Haible  <bruno@clisp.org>
19028
19029         * build-aux/install-reloc: Remove object files left over by some
19030         compilers.
19031         Reported by Ralf Wildenhues.
19032
19033 2007-03-01  Bruno Haible  <bruno@clisp.org>
19034
19035         * build-aux/install-reloc: Break long lines.
19036
19037 2007-03-01  Bruno Haible  <bruno@clisp.org>
19038
19039         * doc/relocatable.texi: Document that it may not work on OpenBSD.
19040         Reported by Ralf Wildenhues.
19041
19042 2007-03-01  Bruno Haible  <bruno@clisp.org>
19043
19044         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
19045         include ordering constraints.
19046
19047 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19048
19049         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
19050         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
19051         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
19052         as another example.
19053         * lib/time_.h: Fix misspelling.
19054         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19055         Require gl_HEADER_TIME_H_DEFAULTS.
19056         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
19057         * m4/time_r.m4 (gl_TIME_R): Likewise.
19058         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
19059
19060 2007-03-01  Bruno Haible  <bruno@clisp.org>
19061
19062         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
19063         * m4/utimens.m4 (gl_UTIMENS): Likewise.
19064
19065 2007-03-01  Jim Meyering  <jim@meyering.net>
19066
19067         * modules/xreadlink (Maintainer): Add my name.
19068         * modules/xreadlink-with-size (Depends-on): Alphabetize.
19069
19070 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
19071             Bruno Haible  <bruno@clisp.org>
19072
19073         * build-aux/install-reloc: Compile also c-ctype.c.
19074         * build-aux/relocatable.sh.in: New file.
19075         * doc/relocatable.texi: New file.
19076         * doc/relocatable-maint.texi: New file.
19077         * doc/gnulib.texi: Include relocatable-maint.texi.
19078         * lib/progreloc.c: Include unistd.h unconditionally.
19079         * lib/relocwrapper.c: Include unistd.h unconditionally.
19080         Include c-ctype.h.
19081         (add_dotbin): Use c_tolower.
19082         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
19083         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19084         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19085         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19086         to m4/relocatable-lib.m4.
19087         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19088         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19089         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19090         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19091         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19092         * modules/relocatable: New file.
19093         * modules/relocatable-lib: New file.
19094         * modules/relocatable-script: New file.
19095
19096 2007-02-28  Bruno Haible  <bruno@clisp.org>
19097
19098         Import --enable-relocatable infrastructure.
19099         * build-aux/config.libpath: New file, from GNU gettext.
19100         * build-aux/install-reloc: New file, from GNU gettext.
19101         * build-aux/reloc-ldflags: New file, from GNU gettext.
19102         * lib/relocatable.h: New file, from GNU gettext.
19103         * lib/relocatable.c: New file, from GNU gettext.
19104         * lib/relocwrapper.c: New file, from GNU gettext.
19105         * m4/relocatable.m4: New file, from GNU gettext.
19106
19107 2007-02-28  Bruno Haible  <bruno@clisp.org>
19108
19109         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19110
19111         * modules/xreadlink: New file, from GNU gettext with modifications.
19112         * lib/xreadlink.c: New file, from GNU gettext.
19113         * lib/xreadlink.h: Add comments.
19114         (xreadlink): New declaration.
19115
19116         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19117         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19118         lib/xreadlink-with-size.c.
19119         (configure.ac): Remove gl_XREADLINK invocation.
19120         (Makefile.am): Augment lib_SOURCES.
19121         * m4/xreadlink.m4: Remove file.
19122         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19123         (xreadlink_with_size): Renamed from xreadink.
19124         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19125         * modules/canonicalize (Depends-on): Replace xreadlink with
19126         xreadlink-with-size.
19127         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19128
19129 2007-02-25  Jim Meyering  <jim@meyering.net>
19130
19131         * build-aux/announce-gen: When complaining about excess arguments,
19132         list them.
19133
19134 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19135
19136         * README: Document signed integer overflow situation more
19137         accurately.
19138
19139 2007-02-25  Bruno Haible  <bruno@clisp.org>
19140
19141         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19142         'a' or 'A' conversion.
19143
19144 2007-02-25  Bruno Haible  <bruno@clisp.org>
19145
19146         * modules/filename: Renamed from modules/pathname.
19147         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19148         lib/concatpath.c with lib/concat-filename.c.
19149         (Makefile.am): Update.
19150         (Include): Replace pathname.h with filename.h.
19151         * lib/filename.h: Renamed from lib/pathname.h.
19152         (concatenated_filename): Renamed from concatenated_pathname.
19153         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19154         (concatenated_filename): Renamed from concatenated_pathname.
19155         * lib/findprog.c: Include filename.h instead of pathname.h.
19156         (find_in_path): Update.
19157         * lib/javacomp.c: Include filename.h instead of pathname.h.
19158         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19159         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19160         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19161         is_oldgcj_14_13_usable, is_javac_usable): Update.
19162         * lib/javaexec.c: Include filename.h instead of pathname.h.
19163         (execute_java_class): Update.
19164         * modules/findprog: Update.
19165         * modules/javacomp: Update.
19166         * modules/javaexec: Update.
19167         * MODULES.html.sh (File system functions): Add 'filename', remove
19168         'pathname'.
19169
19170 2007-02-25  Bruno Haible  <bruno@clisp.org>
19171
19172         * modules/printf-frexpl-tests: New file.
19173         * tests/test-printf-frexpl.c: New file.
19174
19175         * modules/printf-frexpl: New file.
19176         * lib/printf-frexpl.h: New file.
19177         * lib/printf-frexpl.c: New file.
19178         * m4/printf-frexpl.m4: New file.
19179
19180 2007-02-25  Bruno Haible  <bruno@clisp.org>
19181
19182         * modules/printf-frexp-tests: New file.
19183         * tests/test-printf-frexp.c: New file.
19184
19185         * modules/printf-frexp: New file.
19186         * lib/printf-frexp.h: New file.
19187         * lib/printf-frexp.c: New file.
19188         * m4/printf-frexp.m4: New file.
19189
19190 2007-02-25  Bruno Haible  <bruno@clisp.org>
19191
19192         Assume automake >= 1.10 for the tests.
19193         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19194         * modules/arctwo-tests: Likewise.
19195         * modules/argp-tests: Likewise.
19196         * modules/avltree-list-tests: Likewise.
19197         * modules/avltree-oset-tests: Likewise.
19198         * modules/avltreehash-list-tests: Likewise.
19199         * modules/carray-list-tests: Likewise.
19200         * modules/crc-tests: Likewise.
19201         * modules/des-tests: Likewise.
19202         * modules/gc-arcfour-tests: Likewise.
19203         * modules/gc-arctwo-tests: Likewise.
19204         * modules/gc-des-tests: Likewise.
19205         * modules/gc-hmac-md5-tests: Likewise.
19206         * modules/gc-hmac-sha1-tests: Likewise.
19207         * modules/gc-md2-tests: Likewise.
19208         * modules/gc-md4-tests: Likewise.
19209         * modules/gc-md5-tests: Likewise.
19210         * modules/gc-pbkdf2-sha1-tests: Likewise.
19211         * modules/gc-rijndael-tests: Likewise.
19212         * modules/gc-sha1-tests: Likewise.
19213         * modules/gc-tests: Likewise.
19214         * modules/getaddrinfo-tests: Likewise.
19215         * modules/hmac-md5-tests: Likewise.
19216         * modules/hmac-sha1-tests: Likewise.
19217         * modules/linked-list-tests: Likewise.
19218         * modules/linkedhash-list-tests: Likewise.
19219         * modules/lock-tests: Likewise.
19220         * modules/md2-tests: Likewise.
19221         * modules/md4-tests: Likewise.
19222         * modules/md5-tests: Likewise.
19223         * modules/rbtree-list-tests: Likewise.
19224         * modules/rbtree-oset-tests: Likewise.
19225         * modules/rbtreehash-list-tests: Likewise.
19226         * modules/read-file-tests: Likewise.
19227         * modules/rijndael-tests: Likewise.
19228         * modules/stdint-tests: Likewise.
19229         * modules/tls-tests: Likewise.
19230
19231 2007-02-24  Bruno Haible  <bruno@clisp.org>
19232
19233         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19234         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19235         function; instead check whether isnan with a double argument links.
19236         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19237         function; instead check whether isnan with a 'long double' argument
19238         links.
19239         Reported by Eric Blake <ebb9@byu.net>.
19240
19241 2007-02-24  Bruno Haible  <bruno@clisp.org>
19242
19243         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19244         defined.
19245         * lib/isnanl.c: Remove all code. Just include isnan.c.
19246         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19247
19248 2007-02-25  Jim Meyering  <jim@meyering.net>
19249
19250         Avoid conflicting types for 'unsetenv' on FreeBSD.
19251         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19252         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19253         in stdlib.h.
19254
19255 2007-02-24  Bruno Haible  <bruno@clisp.org>
19256
19257         * modules/isnanl-nolibm-tests: New file.
19258         * tests/test-isnanl.c: New file.
19259
19260         * modules/isnanl-nolibm: New file.
19261         * lib/isnanl.h: New file.
19262         * lib/isnanl.c: New file.
19263         * m4/isnanl.m4: New file.
19264
19265 2007-02-24  Bruno Haible  <bruno@clisp.org>
19266
19267         * modules/isnan-nolibm-tests: New file.
19268         * tests/test-isnan.c: New file.
19269
19270         * modules/isnan-nolibm: New file.
19271         * lib/isnan.h: New file.
19272         * lib/isnan.c: New file.
19273         * m4/isnan.m4: New file.
19274
19275 2007-02-24  Bruno Haible  <bruno@clisp.org>
19276
19277         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19278         assume that an exponent fits in 20 bits.
19279
19280 2007-02-24  Jim Meyering  <jim@meyering.net>
19281
19282         * m4/regex.m4: Update the description of the configure-time option,
19283         --without-included-regex, to state accurately what the defaults are,
19284         and perhaps to give people an idea why using this option is risky.
19285
19286 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19287
19288         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19289         loops on small arguments.  This attempts to avoid the problem
19290         Bruno Haible reported for AIX 4.3.2 in
19291         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19292
19293 2007-02-23  Bruno Haible  <bruno@clisp.org>
19294
19295         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19296         Needed for help2man.
19297
19298 2007-02-23  Karl Berry  <karl@gnu.org>
19299
19300         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19301         exists, foo.h should be cvs-ignored, not committed.
19302
19303 2007-02-23  Eric Blake  <ebb9@byu.net>
19304
19305         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19306         * lib/stat-time.h (includes): Likewise.
19307         * lib/utimecmp.c (includes): Likewise.
19308         * lib/utimens.h (includes): Likewise.
19309         * lib/getdate.y (includes): Also include "timespec.h" for use
19310         internal to the module.
19311         * modules/utimens (Depends-on): Revert yesterday's patch.
19312         * modules/nanosleep (Depends-on): Add missing dependency.
19313
19314 2007-02-22  Bruno Haible  <bruno@clisp.org>
19315
19316         * lib/glob.c: Don't include getlogin_r.h.
19317
19318 2007-02-22  Jim Meyering  <jim@meyering.net>
19319
19320         * modules/utimens (Depends-on): Add timespec, required for
19321         utimens.h's inclusion of timespec.h.
19322
19323 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19324
19325         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19326         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19327         Schwab in
19328         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19329         I'll try to think of a better way to fix the Solaris problem.
19330
19331         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19332         like glibc; on Solaris 10, it fails with errno == EINVAL.
19333         POSIX says the behavior is unspecified if the first argument is NULL,
19334         so play it safe and never pass NULL to the system getcwd.
19335
19336 2007-02-21  Jim Meyering  <jim@meyering.net>
19337
19338         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19339         of gettimeofday.  It would conflict with the one now always
19340         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19341         an IRIX 6.5 build failure.
19342
19343 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19344
19345         Minor fixups to port to Solaris 10 with Sun C 5.8.
19346         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19347         * modules/getcwd (Depends-on): Add dirfd.
19348         * lib/putenv.c (putenv): #undef it.
19349         (rpl_putenv): New decl.
19350         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19351
19352 2007-02-20  Bruno Haible  <bruno@clisp.org>
19353
19354         * modules/stdio-tests: New file.
19355         * tests/test-stdio.c: New file.
19356
19357         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19358         (Depends-on): Add stdio.
19359         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19360         (Include): Use <stdio.h> instead of vsnprintf.h.
19361         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19362         HAVE_DECL_VSNPRINTF.
19363         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19364
19365         * modules/snprintf (Files): Remove lib/snprintf.h.
19366         (Depends-on): Add stdio.
19367         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19368         (Include): Use <stdio.h> instead of snprintf.h.
19369         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19370         HAVE_DECL_SNPRINTF.
19371         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19372         * lib/getaddrinfo.c: Likewise.
19373
19374         * modules/stdio: New file.
19375         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19376         * lib/snprintf.h: Remove file.
19377         * lib/vsnprintf.h: Remove file.
19378         * lib/.cppi-disable: Remove snprintf.h.
19379         * m4/stdio_h.m4: New file.
19380         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19381
19382 2007-02-20  Jim Meyering  <jim@meyering.net>
19383
19384         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19385         used by e.g., mingw.  From Bruno Haible.
19386
19387 2007-02-19  Bruno Haible  <bruno@clisp.org>
19388
19389         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19390         warnings.
19391         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19392
19393 2007-02-19  Bruno Haible  <bruno@clisp.org>
19394
19395         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19396         from mingw users.
19397
19398 2007-02-19  Bruno Haible  <bruno@clisp.org>
19399
19400         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19401         warnings.
19402         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19403
19404 2007-02-19  Jim Meyering  <jim@meyering.net>
19405
19406         Don't use FD after a successful "fdopendir (fd)".
19407         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19408         Reset it by calling dirfd on the just-obtained DIR*.
19409
19410         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19411         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19412
19413 2007-02-18  Bruno Haible  <bruno@clisp.org>
19414
19415         * lib/readlink.c: Include <unistd.h>.
19416         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19417         HAVE_READLINK.
19418         * modules/readlink (Depends-on): Add unistd.
19419         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19420         (Include): Add <unistd.h>.
19421
19422         * lib/getlogin_r.h: Remove file.
19423         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19424         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19425         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19426         HAVE_DECL_GETLOGIN_R.
19427         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19428         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19429         (Include): Use <unistd.h> instead of getlogin_r.h.
19430
19431         * lib/getcwd.h: Remove file.
19432         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19433         * lib/xgetcwd.c: Likewise.
19434         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19435         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19436         * modules/getcwd (Files): Remove lib/getcwd.h.
19437         (Depends-on): Add unistd.
19438         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19439         (Include): Use <unistd.h> instad of getcwd.h.
19440
19441         * lib/ftruncate.c: Include <unistd.h> first.
19442         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19443         Set HAVE_FTRUNCATE.
19444         * modules/ftruncate (Depends-on): Add unistd.
19445         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19446
19447         * lib/fchdir.c: Include <unistd.h> first.
19448         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19449         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19450         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19451         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19452         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19453
19454         * lib/dup2.c: Include <unistd.h> first.
19455         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19456         HAVE_DUP2.
19457         * modules/dup2 (Depends-on): Add unistd.
19458         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19459
19460         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19461         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19462         REPLACE_CHOWN. Don't define chown as a macro here.
19463         * modules/chown (Depends-on): Add unistd.
19464         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19465
19466         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19467         Add definition for GL_LINK_WARNING.
19468         (chown, dup2): New declarations.
19469         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19470         link warning.
19471         (ftruncate): New declaration.
19472         (getcwd): New declaration, taken from old getcwd.h.
19473         (getlogin_r): New declaration, taken from old getlogin_r.h.
19474         (readlink): New declaration.
19475         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19476         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19477         (gl_PREREQ_UNISTD): Remove macro.
19478         (gl_UNISTD_MODULE_INDICATOR): New macro.
19479         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19480         many new variables. Don't set UNISTD_H.
19481         * modules/unistd (Description): Change.
19482         (Depends-on): Add link-warning.
19483         (configure.ac): Update.
19484         (Makefile.am): Create unistd.h always. Substitute many new variables
19485         into it.
19486
19487 2007-02-18  Bruno Haible  <bruno@clisp.org>
19488
19489         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19490         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19491         HAVE_GETSUBOPT.
19492         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19493         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19494         * lib/getsubopt.h: Remove file.
19495         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19496         (Depends-on): Add stdlib.
19497         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19498         (Includes): Use <stdlib.h> instead of getsubopt.h.
19499         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19500         Set HAVE_GETSUBOPT.
19501         * lib/getsubopt.c: Don't include getsubopt.h.
19502
19503 2007-02-18  Bruno Haible  <bruno@clisp.org>
19504
19505         * modules/fchdir (Depends-on): Add dup2.
19506
19507 2007-02-18  Bruno Haible  <bruno@clisp.org>
19508
19509         * lib/stdlib_.h: Handle glibc's special invocation convention
19510         specially.
19511
19512 2007-02-18  Bruno Haible  <bruno@clisp.org>
19513
19514         * modules/stdlib-tests: New file.
19515         * tests/test-stdlib.c: New file.
19516
19517         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19518         (Depends-on): Add stdlib.
19519         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19520         (Includes): Use <stdlib.h> instead of mkstemp.h.
19521         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19522         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19523         * lib/mkstemp.c: Don't include mkstemp.h.
19524         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19525         * lib/stdlib--.h: Don't include mkstemp.h.
19526
19527         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19528         (Depends-on): Add stdlib.
19529         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19530         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19531         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19532         HAVE_MKDTEMP.
19533         * lib/mkdtemp.c: Don't include mkdtemp.h.
19534         * lib/clean-temp.c: Don't include mkdtemp.h.
19535
19536         * modules/exit (Files): Remove lib/exit.h.
19537         (Depends-on): Add stdlib.
19538         (Makefile.am): Remove lib_SOURCES.
19539         (Include): Use <stdlib.h> instead of exit.h.
19540         * lib/argmatch.c: Don't include exit.h.
19541         * lib/execute.c: Likewise.
19542         * lib/pagealign_alloc.c: Likewise.
19543         * lib/pipe.c: Likewise.
19544         * lib/wait-process.c: Likewise.
19545         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19546         * lib/exitfail.c: Likewise.
19547         * lib/savewd.c: Likewise.
19548         * lib/xsetenv.c: Likewise.
19549
19550         * modules/stdlib: New file.
19551         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19552         and extra comments about mkstemp().
19553         * lib/exit.h: Remove file.
19554         * lib/mkdtemp.h: Remove file.
19555         * lib/mkstemp.h: Remove file.
19556         * m4/stdlib_h.m4: New file.
19557         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19558
19559 2007-02-18  Bruno Haible  <bruno@clisp.org>
19560
19561         * modules/math-tests: New file.
19562         * tests/test-math.c: New file.
19563
19564         * modules/math: New file.
19565         * modules/mathl (Files): Remove lib/mathl.h.
19566         (Depends-on): Add math.
19567         (Makefile.am): Don't mention mathl.h.
19568         (Include): Use <math.h> instead of mathl.h.
19569         * lib/math_.h: New file.
19570         * lib/mathl.h: Remove file.
19571         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19572         mathl.h.
19573         * lib/asinl.c: Likewise.
19574         * lib/atanl.c: Likewise.
19575         * lib/ceill.c: Likewise.
19576         * lib/cosl.c: Likewise.
19577         * lib/expl.c: Likewise.
19578         * lib/floorl.c: Likewise.
19579         * lib/frexpl.c: Likewise.
19580         * lib/ldexpl.c: Likewise.
19581         * lib/logl.c: Likewise.
19582         * lib/sincosl.c: Likewise.
19583         * lib/sinl.c: Likewise.
19584         * lib/sqrtl.c: Likewise.
19585         * lib/tanl.c: Likewise.
19586         * lib/trigl.c: Likewise.
19587         * m4/math_h.m4: New file.
19588         * MODULES.html.sh (Mathematics): Add math.
19589
19590 2007-02-17  Bruno Haible  <bruno@clisp.org>
19591
19592         * modules/wctype-tests: New file.
19593         * tests/test-wctype.c: New file.
19594
19595         * modules/wchar-tests: New file.
19596         * tests/test-wchar.c: New file.
19597
19598         * modules/unistd-tests: New file.
19599         * tests/test-unistd.c: New file.
19600
19601         * modules/time-tests: New file.
19602         * tests/test-time.c: New file.
19603
19604         * modules/sysexits-tests: New file.
19605         * tests/test-sysexits.c: New file.
19606
19607         * modules/sys_time-tests: New file.
19608         * tests/test-sys_time.c: New file.
19609
19610         * modules/sys_stat-tests: New file.
19611         * tests/test-sys_stat.c: New file.
19612
19613         * modules/sys_socket-tests: New file.
19614         * tests/test-sys_socket.c: New file.
19615
19616         * modules/sys_select-tests: New file.
19617         * tests/test-sys_select.c: New file.
19618
19619         * modules/string-tests: New file.
19620         * tests/test-string.c: New file.
19621
19622         * modules/stdbool-tests: New file.
19623         * tests/test-stdbool.c: New file.
19624
19625         * modules/netinet_in-tests: New file.
19626         * tests/test-netinet_in.c: New file.
19627
19628         * modules/inttypes-tests: New file.
19629         * tests/test-inttypes.c: New file.
19630
19631         * modules/fcntl-tests: New file.
19632         * tests/test-fcntl.c: New file.
19633
19634         * modules/byteswap-tests: New file.
19635         * tests/test-byteswap.c: New file.
19636
19637         * modules/arpa_inet-tests: New file.
19638         * tests/test-arpa_inet.c: New file.
19639
19640 2007-02-17  Bruno Haible  <bruno@clisp.org>
19641
19642         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19643         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19644         if the corresponding module is not enabled. Emit link warnings if
19645         the function is used nevertheless.
19646         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19647         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19648         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19649         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19650         * modules/inttypes (Depends-on): Add link-warning.
19651         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19652         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19653         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19654         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19655         * modules/imaxdiv (configure.ac): Likewise.
19656         * modules/strtoimax (configure.ac): Likewise.
19657         * modules/strtoumax (configure.ac): Likewise.
19658
19659 2007-02-17  Bruno Haible  <bruno@clisp.org>
19660
19661         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19662         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19663         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19664         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19665
19666 2007-02-17  Bruno Haible  <bruno@clisp.org>
19667
19668         * modules/link-warning: New file.
19669         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19670         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19671         * modules/string (Depends-on): Add link-warning.
19672         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19673         string.h.
19674         * MODULES.html.sh (Support for building libraries and executables): Add
19675         link-warning.
19676
19677 2007-02-17  Bruno Haible  <bruno@clisp.org>
19678
19679         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19680         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19681         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19682         long lines.
19683
19684 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19685             Bruno Haible  <bruno@clisp.org>
19686
19687         * modules/tmpfile: New file.
19688         * lib/tmpfile.c: New file.
19689         * m4/tmpfile.m4: New file.
19690         * MODULES.html.sh (func_all_modules): New section "Input/output".
19691
19692 2007-02-15  Bruno Haible  <bruno@clisp.org>
19693
19694         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19695         (supports_delete_on_close): New function.
19696         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19697
19698 2007-02-14  Bruno Haible  <bruno@clisp.org>
19699
19700         * modules/mbspcasecmp-tests: New file.
19701         * tests/test-mbspcasecmp.sh: New file.
19702         * tests/test-mbspcasecmp.c: New file.
19703
19704         New module mbspcasecmp.
19705         * modules/mbspcasecmp: New file.
19706         * lib/mbspcasecmp.c: New file.
19707         * lib/string_.h (strncasecmp): Change warning message.
19708         (mbspcasecmp): New declaration.
19709         * m4/mbspcasecmp.m4: New file.
19710         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19711         GNULIB_MBSPCASECMP.
19712         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19713         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19714
19715 2007-02-14  Bruno Haible  <bruno@clisp.org>
19716
19717         * modules/mbsncasecmp-tests: New file.
19718         * tests/test-mbsncasecmp.sh: New file.
19719         * tests/test-mbsncasecmp.c: New file.
19720
19721         New module mbsncasecmp.
19722         * modules/mbsncasecmp: New file.
19723         * lib/mbsncasecmp.c: New file.
19724         * lib/string_.h (mbsncasecmp): New declaration.
19725         * m4/mbsncasecmp.m4: New file.
19726         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19727         GNULIB_MBSNCASECMP.
19728         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19729         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19730
19731 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19732
19733         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
19734         Verify that it doesn't overlap with our flags.
19735         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
19736         do not have the desired effect in multibyte locales; instead, use
19737         mbscasecmp.
19738         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
19739         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
19740         we don't require GNU fnmatch ourselves (if our users require it, they
19741         should do so explicitly).
19742
19743         Fix regex code so it doesn't rely on strcasecmp.
19744         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
19745         Otherwise, include gnulib's langinfo.h.
19746         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
19747         undesirable behavior in non-C locales.  Instead, rely on localecharset.
19748         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
19749         * modules/regex (FILES): Remove m4/codeset.m4.
19750         (Depends-on): Add localcharset.  Remove strcase.
19751
19752 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19753
19754         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
19755         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
19756
19757 2007-02-13  Bruno Haible  <bruno@clisp.org>
19758
19759         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
19760         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19761
19762 2007-02-12  Bruno Haible  <bruno@clisp.org>
19763
19764         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19765         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
19766         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
19767         time warning rather than a link error.
19768
19769 2007-02-12  Bruno Haible  <bruno@clisp.org>
19770
19771         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
19772         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19773         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19774
19775 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19776
19777         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
19778         args, not 2.
19779
19780 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19781
19782         New module 'time', so that apps can include <time.h> as per
19783         POSIX and GNU instead of separate include files like time_r.h
19784         and timegm.h.  This implementation tries out a simpler approach
19785         for replacing decls in standard include files (as compared to
19786         the string module), somewhat as an experiment.
19787
19788         * config/srclist.txt: Comment out mktime.c for now.
19789         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
19790         since it doesn't apply any more.  Use generic wording instead.
19791         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
19792         'time'.
19793         * lib/time_.h, m4/time_h.m4, modules/time: New files.
19794         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
19795         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
19796         Don't include <sys/types.h>; no longer needed since we assume C89.
19797         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
19798         * lib/strftime.c: Likewise.
19799         * lib/time_r.c: Likewise.
19800         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
19801         * lib/nanosleep.c: Include <time.h> first, to check interface.
19802         * lib/strptime.c: Likewise.
19803         * lib/time_r.c: Likewise.
19804         * lib/timegm.c: Likewise.
19805         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
19806         needed.
19807         * lib/timegm.c: Don't include timegm.h; no longer needed.
19808         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
19809         time.h now handles any problems in that area.
19810         (struct timespec, nanosleep): Remove; time.h now arranges for these.
19811         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
19812         that time.h defines struct timespec.
19813         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
19814         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
19815         handles that.
19816         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
19817         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
19818         needed.  Set REPLACE_LOCALTIME.
19819         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
19820         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
19821         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
19822         nanosleep; time_h.m4 now does that.  Don't require
19823         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
19824         module handles this now.
19825         * modules/getdate (Depends-on): Remove timespec.  Add time.
19826         * modules/nanosleep (Depends-on): Likewise.
19827         * modules/stat-time (Depends-on): Likewise.
19828         * modules/nanosleep (Include): Include time.h, not timespec.h.
19829         * modules/strptime (Files): Remove lib/strptime.h.
19830         (Depends-on): Add extensions, time.
19831         (Include): Include time.h, not strptime.h.
19832         * modules/time_r (Files): Remove lib/time_r.h.
19833         (Depends-on): Add time.
19834         (Include): Include time.h, not time_r.h.
19835         * modules/timegm: Likewise.
19836         * modules/timespec (Description): Now does timespec-related decls
19837         of our own, instead of struct timespec itself.
19838         (Depends-on): Add time; remove extensions.
19839         (Maintainer): Add self.
19840         * modules/utimecmp (Depends-on): Add time; remove timespec.
19841         * modules/utimens (Depends-on): Likewise.
19842         * modules/xnanosleep (Depends-on): Likewise.
19843
19844 2007-02-11  Bruno Haible  <bruno@clisp.org>
19845
19846         * lib/c-strstr.c: Include allocsa.h.
19847         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19848         * lib/c-strcasestr.c: Include allocsa.h.
19849         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19850         * lib/strcasestr.c: Include allocsa.h.
19851         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19852         * lib/mbsstr.c: Include allocsa.h.
19853         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19854         allocsa/freesa instead of malloc/free.
19855         * lib/mbscasestr.c: Include allocsa.h.
19856         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19857         allocsa/freesa instead of malloc/free.
19858         * modules/c-strstr (Depends-on): Add allocsa.
19859         * modules/c-strcasestr (Depends-on): Likewise.
19860         * modules/strcasestr (Depends-on): Likewise.
19861         * modules/mbsstr (Depends-on): Likewise.
19862         * modules/mbscasestr (Depends-on): Likewise.
19863
19864 2007-02-11  Bruno Haible  <bruno@clisp.org>
19865
19866         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
19867
19868         * modules/mbsspn-tests: New file.
19869         * tests/test-mbsspn.sh: New file.
19870         * tests/test-mbsspn.c: New file.
19871
19872 2007-02-11  Bruno Haible  <bruno@clisp.org>
19873
19874         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
19875
19876         * modules/mbspbrk-tests: New file.
19877         * tests/test-mbspbrk.sh: New file.
19878         * tests/test-mbspbrk.c: New file.
19879
19880 2007-02-11  Bruno Haible  <bruno@clisp.org>
19881
19882         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
19883         unneeded cast.
19884
19885         * modules/mbscspn-tests: New file.
19886         * tests/test-mbscspn.sh: New file.
19887         * tests/test-mbscspn.c: New file.
19888
19889 2007-02-11  Bruno Haible  <bruno@clisp.org>
19890
19891         * modules/mbscasecmp-tests: New file.
19892         * tests/test-mbscasecmp.sh: New file.
19893         * tests/test-mbscasecmp.c: New file.
19894
19895 2007-02-11  Bruno Haible  <bruno@clisp.org>
19896
19897         Ensure O(n) worst-case complexity of mbscasestr.
19898         * lib/mbscasestr.c: Include stdbool.h.
19899         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19900         functions.
19901         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
19902         the bookkeeping indicates that it's worth it.
19903         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
19904
19905         * modules/mbscasestr-tests: New file.
19906         * tests/test-mbscasestr1.c: New file.
19907         * tests/test-mbscasestr2.sh: New file.
19908         * tests/test-mbscasestr2.c: New file.
19909         * tests/test-mbscasestr3.sh: New file.
19910         * tests/test-mbscasestr3.c: New file.
19911         * tests/test-mbscasestr4.sh: New file.
19912         * tests/test-mbscasestr4.c: New file.
19913         * m4/locale-tr.m4: New file.
19914
19915 2007-02-11  Bruno Haible  <bruno@clisp.org>
19916
19917         Ensure O(n) worst-case complexity of mbsstr.
19918         * lib/mbsstr.c: Include stdbool.h.
19919         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19920         functions.
19921         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19922         bookkeeping indicates that it's worth it.
19923         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19924
19925         * modules/mbsstr-tests: New file.
19926         * tests/test-mbsstr1.c: New file.
19927         * tests/test-mbsstr2.sh: New file.
19928         * tests/test-mbsstr2.c: New file.
19929         * tests/test-mbsstr3.sh: New file.
19930         * tests/test-mbsstr3.c: New file.
19931         * m4/locale-fr.m4: New file.
19932
19933 2007-02-11  Bruno Haible  <bruno@clisp.org>
19934
19935         * lib/mbsrchr.c (mbsrchr): Fix bug.
19936
19937         * modules/mbsrchr-tests: New file.
19938         * tests/test-mbsrchr.sh: New file.
19939         * tests/test-mbsrchr.c: New file.
19940
19941 2007-02-11  Bruno Haible  <bruno@clisp.org>
19942
19943         * lib/mbschr.c (mbschr): Fix bug.
19944
19945         * modules/mbschr-tests: New file.
19946         * tests/test-mbschr.sh: New file.
19947         * tests/test-mbschr.c: New file.
19948         * m4/locale-zh.m4: New file.
19949
19950 2007-02-11  Bruno Haible  <bruno@clisp.org>
19951
19952         Support for copying multibyte string iterators.
19953         * lib/mbiter.h: Include <string.h>.
19954         (mbiter_multi_copy): New function.
19955         (mbi_copy): New macro.
19956         * lib/mbuiter.h: Include <string.h>.
19957         (mbuiter_multi_copy): New function.
19958         (mbui_copy): New macro.
19959
19960 2007-02-11  Bruno Haible  <bruno@clisp.org>
19961
19962         New module mbslen.
19963         * modules/mbslen: New file.
19964         * lib/mbslen.c: New file.
19965         * lib/string_.h (mbslen): New declaration.
19966         * m4/mbslen.m4: New file.
19967         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19968         GNULIB_MBSLEN.
19969         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19970         * MODULES.html.sh (Internationalization functions): Add mbslen.
19971
19972 2007-02-11  Bruno Haible  <bruno@clisp.org>
19973
19974         Ensure O(n) worst-case complexity of strcasestr substitute.
19975         * lib/strcasestr.c: Include stdbool.h.
19976         (knuth_morris_pratt): New function.
19977         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19978         bookkeeping indicates that it's worth it.
19979         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19980
19981         * modules/strcasestr-tests: New file.
19982         * tests/test-strcasestr.c: New file.
19983
19984 2007-02-11  Bruno Haible  <bruno@clisp.org>
19985
19986         Ensure O(n) worst-case complexity of c_strcasestr.
19987         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19988         (knuth_morris_pratt): New function.
19989         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19990         the bookkeeping indicates that it's worth it.
19991         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19992
19993         * modules/c-strcasestr-tests: New file.
19994         * tests/test-c-strcasestr.c: New file.
19995
19996 2007-02-11  Bruno Haible  <bruno@clisp.org>
19997
19998         Ensure O(n) worst-case complexity of c_strstr.
19999         * lib/c-strstr.c: Include stdbool.h, string.h.
20000         (knuth_morris_pratt): New function.
20001         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20002         bookkeeping indicates that it's worth it.
20003         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
20004
20005         * lib/c-strstr.c: Complete rewrite for maintainability.
20006
20007         * modules/c-strstr-tests: New file.
20008         * tests/test-c-strstr.c: New file.
20009
20010 2007-02-11  Bruno Haible  <bruno@clisp.org>
20011
20012         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
20013         5.2.1 and earlier, whereby \055 was treated just like the range
20014         delimiter '-'.
20015         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20016
20017 2007-02-08  Bruno Haible  <bruno@clisp.org>
20018
20019         * modules/regex (Depends-on): Add stdbool.
20020         Reported by Dalibor Topic <robilad@kaffe.org>.
20021
20022 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
20023
20024         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
20025         Prefer returning from main to exiting from it.
20026         Remove unnecessary parens after sizeof.
20027
20028 2007-02-05  Bruno Haible  <bruno@clisp.org>
20029
20030         New module mbssep.
20031         * modules/mbssep: New file.
20032         * lib/mbssep.c: New file.
20033         * lib/string_.h (strsep): Add a conditional link warning.
20034         (mbssep): New declaration.
20035         * m4/mbssep.m4: New file.
20036         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20037         GNULIB_MBSSEP.
20038         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
20039         * MODULES.html.sh (Internationalization functions): Add mbssep.
20040
20041 2007-02-05  Bruno Haible  <bruno@clisp.org>
20042
20043         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
20044         Optimize search in case of 1 delimiter.
20045
20046 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20047
20048         * lib/acl.h: Include sys/types.h before sys/acl.h.
20049
20050 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20051
20052         Merge upstream fix for glibc bugzilla #3957:
20053
20054         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
20055
20056         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
20057         bit for RE_HAT_LISTS_NOT_NEWLINE.
20058         (build_charclass_op): Remove bogus comment.
20059
20060 2007-02-05  Simon Josefsson  <simon@josefsson.org>
20061
20062         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
20063
20064 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20065
20066         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
20067         * lib/memmem.c [!defined _LIBC]: Include config.h.
20068
20069 2007-02-04  Bruno Haible  <bruno@clisp.org>
20070
20071         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
20072         warning message.
20073
20074 2007-02-04  Bruno Haible  <bruno@clisp.org>
20075
20076         New module mbstok_r.
20077         * modules/mbstok_r: New file.
20078         * lib/mbstok_r.c: New file.
20079         * lib/string_.h (strtok_r): Change argument names to match the
20080         comments. Add a conditional link warning.
20081         (mbstok_r): New declaration.
20082         * m4/mbstok_r.m4: New file.
20083         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20084         GNULIB_MBSTOK_R.
20085         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20086         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20087
20088 2007-02-04  Bruno Haible  <bruno@clisp.org>
20089
20090         New module mbsspn.
20091         * modules/mbsspn: New file.
20092         * lib/mbsspn.c: New file.
20093         * lib/string_.h (strspn): Add a conditional link warning.
20094         (mbsspn): New declaration.
20095         * m4/mbsspn.m4: New file.
20096         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20097         GNULIB_MBSSPN.
20098         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20099         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20100
20101 2007-02-04  Bruno Haible  <bruno@clisp.org>
20102
20103         New module mbspbrk.
20104         * modules/mbspbrk: New file.
20105         * lib/mbspbrk.c: New file.
20106         * lib/string_.h (strpbrk): Add a conditional link warning.
20107         (mbspbrk): New declaration.
20108         * m4/mbspbrk.m4: New file.
20109         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20110         GNULIB_MBSPBRK.
20111         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20112         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20113
20114 2007-02-04  Bruno Haible  <bruno@clisp.org>
20115
20116         New module mbscspn.
20117         * modules/mbscspn: New file.
20118         * lib/mbscspn.c: New file.
20119         * lib/string_.h (strcspn): Add a conditional link warning.
20120         (mbscspn): New declaration.
20121         * m4/mbscspn.m4: New file.
20122         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20123         GNULIB_MBSCSPN.
20124         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20125         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20126
20127 2007-02-04  Bruno Haible  <bruno@clisp.org>
20128
20129         New module mbscasestr, reduced goal of strcasestr.
20130         * modules/mbscasestr: New file.
20131         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20132         (mbscasestr): Renamed from strcasestr.
20133         * lib/strcasestr.c: Don't include mbuiter.h.
20134         (strcasestr): Remove support for multibyte locales.
20135         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20136         Change the conditional link warning.
20137         (mbscasestr): New declaration.
20138         * m4/mbscasestr.m4: New file.
20139         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20140         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20141         REPLACE_STRCASESTR.
20142         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20143         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20144         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20145         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20146         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20147         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20148         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20149         (Depends-on): Remove mbuiter.
20150         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20151
20152 2007-02-04  Bruno Haible  <bruno@clisp.org>
20153
20154         Simplify handling of strncasecmp.
20155         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20156         the conditional link warning.
20157         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20158         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20159         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20160         * modules/strcase (configure.ac): Don't invoke
20161         gl_STRING_MODULE_INDICATOR.
20162         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20163
20164 2007-02-04  Bruno Haible  <bruno@clisp.org>
20165
20166         New module mbscasecmp, reduced goal of strcasecmp.
20167         * modules/mbscasecmp: New file.
20168         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20169         (mbscasecmp): Renamed from strcasecmp.
20170         * lib/strcasecmp.c: Don't include mbuiter.h.
20171         (strcasecmp): Remove support for multibyte locales.
20172         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20173         Change the conditional link warning.
20174         (mbscasecmp): New declaration.
20175         * m4/mbscasecmp.m4: New file.
20176         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20177         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20178         REPLACE_STRCASECMP.
20179         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20180         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20181         GNULIB_MBSCASECMP.
20182         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20183         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20184         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20185         (Depends-on): Remove mbuiter.
20186         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20187
20188 2007-02-04  Bruno Haible  <bruno@clisp.org>
20189
20190         New module mbsstr. Remove module strstr.
20191         * modules/mbsstr: New file.
20192         * modules/strstr: Remove file.
20193         * lib/mbsstr.c: Renamed from lib/strstr.c.
20194         (mbsstr): Renamed from strstr.
20195         * lib/string_.h (strstr): Remove declaration. Change the conditional
20196         link warning.
20197         (mbsstr): New declaration.
20198         * m4/mbsstr.m4: New file.
20199         * m4/strstr.m4: Remove file.
20200         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20201         REPLACE_STRSTR.
20202         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20203         Don't initialize GNULIB_STRSTR.
20204         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20205         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20206         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20207         (Support for systems lacking ANSI C 89): Remove strstr.
20208
20209 2007-02-04  Bruno Haible  <bruno@clisp.org>
20210
20211         New module mbsrchr.
20212         * modules/mbsrchr: New file.
20213         * lib/mbsrchr.c: New file.
20214         * lib/string_.h (strrchr): Add a conditional link warning.
20215         (mbsrchr): New declaration.
20216         * m4/mbsrchr.m4: New file.
20217         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20218         GNULIB_MBSRCHR.
20219         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20220         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20221
20222 2007-02-04  Bruno Haible  <bruno@clisp.org>
20223
20224         New module mbschr.
20225         * modules/mbschr: New file.
20226         * lib/mbschr.c: New file.
20227         * lib/string_.h (strchr): Add a conditional link warning.
20228         (mbschr): New declaration.
20229         * m4/mbschr.m4: New file.
20230         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20231         GNULIB_MBSCHR.
20232         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20233         * MODULES.html.sh (Internationalization functions): Add mbschr.
20234
20235 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20236
20237         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20238
20239         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20240
20241 2007-02-04  Bruno Haible  <bruno@clisp.org>
20242
20243         New module description section 'configure.ac-early'.
20244         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20245         (func_get_autoconf_early_snippet): New function.
20246         (func_import, func_create_testdir): Use it. Remove special cases for
20247         modules 'extensions' and 'lock'.
20248         * modules/extensions (configure.ac-early): Require
20249         gl_USE_SYSTEM_EXTENSIONS.
20250         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20251
20252 2007-02-04  Bruno Haible  <bruno@clisp.org>
20253
20254         Make use of gcj-4.3's -fsource and -ftarget option.
20255         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20256         and if so try the options -fsource and -ftarget.
20257         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20258         source_version, ftarget_option, target_version arguments.
20259         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20260         (is_envjavac_oldgcj_14_14_usable): Renamed from
20261         is_envjavac_gcj_14_14_usable.
20262         (is_envjavac_oldgcj_14_13_usable): Renamed from
20263         is_envjavac_gcj_14_13_usable.
20264         (is_gcj_present): Update.
20265         (is_gcj_43, is_gcj43_usable): New functions.
20266         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20267         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20268         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20269         try the options -fsource and -ftarget.
20270
20271 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20272
20273         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20274         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20275         larger value.
20276
20277 2007-02-03  Jim Meyering  <jim@meyering.net>
20278
20279         Give tools a better chance to allocate space for very large buffers.
20280         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20281
20282         Make pwd and readlink work also when run with an unreadable parent dir
20283         on systems with openat support.
20284         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20285         provided getcwd function, even when we have openat support.
20286         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20287
20288 2007-02-02  Bruno Haible  <bruno@clisp.org>
20289
20290         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20291         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20292         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20293         portability problems if one of these functions is only used on specific
20294         platforms.
20295         Reported by Paul Eggert.
20296
20297 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20298
20299         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20300         is causing more trouble than it's curing.
20301         * lib/regex_internal.h (__mempcpy): Remove.
20302         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20303         (and make the code a tad smaller to boot).
20304         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20305
20306 2007-02-02  Jim Meyering  <jim@meyering.net>
20307
20308         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20309         section, not in the Makefile.am: one.
20310
20311 2007-02-02  Eric Blake  <ebb9@byu.net>
20312
20313         * lib/strchrnul.c: Always include config.h first.
20314
20315         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20316         gnulib strstr is not necessary here.
20317
20318 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20319
20320         * m4/socklen.m4: Fix typo.
20321
20322 2007-02-02  Eric Blake  <ebb9@byu.net>
20323
20324         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20325         * modules/netinet_in (Makefile.am): Likewise.
20326
20327 2007-02-01  Bruno Haible  <bruno@clisp.org>
20328
20329         * lib/string_.h (GL_LINK_WARNING): New macro.
20330         (strcasecmp, strstr, strcasestr): If provided by the system,
20331         conditionally define as a macro that leads to a warning instead of to
20332         an error.
20333         (strncasecmp): Conditionally define as a macro that leads to a warning.
20334
20335 2007-02-01  Karl Berry  <karl@gnu.org>
20336
20337         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20338
20339 2007-02-01  Bruno Haible  <bruno@clisp.org>
20340
20341         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20342         renamings.
20343
20344 2007-02-01  Eric Blake  <ebb9@byu.net>
20345
20346         * modules/regex (Depends-on): Revert dependence on mempcpy.
20347         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20348         module's definition of mempcpy.
20349         Reported by Paul Eggert.
20350
20351 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20352
20353         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20354         the symbol XYZ before redefining it.  This fixes a problem with
20355         programs that don't use XYZ, when compiled on systems that define
20356         XYZ to something else.
20357
20358 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20359
20360         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20361         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20362         writeable to group or other and (2) is intended to have a special
20363         mode bit that is set or cleared.  In such a case, the directory
20364         should be neither group- nor other-writeable until the special
20365         mode bits are right.
20366
20367 2007-01-31  Eric Blake  <ebb9@byu.net>
20368
20369         * modules/mountlist (Depends-on): Add strstr.
20370
20371         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20372         bug.
20373         * modules/string (Makefile.am): Remove redundant replacement.
20374         * modules/regex (Depends-on): Add mempcpy.
20375
20376 2007-01-31  Bruno Haible  <bruno@clisp.org>
20377
20378         New module description field 'Link'.
20379         * gnulib-tool (func_usage): Document --extract-link-directive.
20380         (sed_extract_prog): Recognize 'Link' directive.
20381         (func_get_link_directive): New function.
20382         (func_import): Show summary of link directives.
20383         Handle --extract-link-directive option.
20384         * modules/acl (Link): New section.
20385         * modules/clock-time (Link): New section.
20386         * modules/euidaccess (Link): New section.
20387         * modules/gettext (Link): New section.
20388         * modules/iconv (Link): New section.
20389         * modules/lock (Link): New section.
20390         * modules/nanosleep (Link): New section.
20391         * modules/readline (Link): New section.
20392
20393 2007-01-27  Bruno Haible  <bruno@clisp.org>
20394
20395         Enforce the use of gnulib modules for unportable <string.h> functions.
20396         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20397         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20398         (gl_HEADER_STRING_H_BODY): Require it.
20399         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20400         the symbol XYZ to one that gives a link error.
20401         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20402         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20403         * modules/mempcpy (configure.ac): Likewise.
20404         * modules/memrchr (configure.ac): Likewise.
20405         * modules/stpcpy (configure.ac): Likewise.
20406         * modules/stpncpy (configure.ac): Likewise.
20407         * modules/strcase (configure.ac): Likewise.
20408         * modules/strcasestr (configure.ac): Likewise.
20409         * modules/strchrnul (configure.ac): Likewise.
20410         * modules/strdup (configure.ac): Likewise.
20411         * modules/strndup (configure.ac): Likewise.
20412         * modules/strnlen (configure.ac): Likewise.
20413         * modules/strpbrk (configure.ac): Likewise.
20414         * modules/strsep (configure.ac): Likewise.
20415         * modules/strstr (configure.ac): Likewise.
20416         * modules/strtok_r (configure.ac): Likewise.
20417
20418 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20419
20420         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20421
20422 2007-01-30  Jim Meyering  <jim@meyering.net>
20423
20424         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20425
20426 2007-01-29  Bruno Haible  <bruno@clisp.org>
20427
20428         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20429         * lib/execute.c: Likewise.
20430         * lib/pipe.c: Likewise.
20431         * lib/printf-args.h: Likewise.
20432         * lib/printf-args.c: Likewise.
20433         * lib/printf-parse.c: Likewise.
20434         * lib/vasnprintf.c: Likewise.
20435
20436 2007-01-29  Eric Blake  <ebb9@byu.net>
20437
20438         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20439         declaration.
20440
20441 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         * lib/strptime.h (strptime): Use 'restrict' for args where
20444         POSIX requires this.
20445         * lib/strptime.c (strptime): Likewise.
20446         Change license notice from LGPL to GPL, since gnulib-tool will
20447         change this as needed.
20448         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20449         defined.
20450         Include "strptime.h" first, to check interface.
20451         Do not #undef _LIBC and _NL_CURRENT.
20452         Do not include <stdlib.h>; no longer needed.
20453         Include "time_r.h" and declare ptime_locale_status
20454         only if _LIBC is not defined.
20455         (__P): Remove unused macro.
20456         (match_string): Bring back glibc version, but use it only if _LIBC
20457         is defined.
20458         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20459         Remove unnecessary assertion and abort() call.
20460         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20461         * m4/strptime.m4: Fix serial number comment.
20462         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20463         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20464         (Depends-on): Add time_r.
20465
20466 2007-01-29  Bruno Haible  <bruno@clisp.org>
20467
20468         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20469         strptime.
20470         * modules/strptime (Depends-on): Add stdbool.
20471         * lib/strptime.h: Include <time.h> always. Add comments.
20472
20473 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20474
20475         * modules/strptime: New file.
20476         * lib/strptime.h: New file.
20477         * lib/strptime.c: New file.
20478         * m4/strptime.m4: New file.
20479
20480 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20481
20482         * MODULES.html.sh: New module mpsort.
20483         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20484
20485         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20486         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20488         All uses changed.
20489         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20490         All uses changed.
20491         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20492         to _Restrict_.
20493         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20494         the parameter matches the prototype.
20495
20496 2007-01-28  Jim Meyering  <jim@meyering.net>
20497
20498         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20499         sys/time.h here, reverting that part of the previous patch:
20500         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20501
20502 2007-01-28  Bruno Haible  <bruno@clisp.org>
20503
20504         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20505         value of $(SYS_TIME_H).
20506         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20507         remove it conditionally, too. [added by Jim Meyering]
20508         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20509         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20510         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20511         GETTIMEOFDAY_REPLACEMENT to 1.
20512
20513 2007-01-28  Bruno Haible  <bruno@clisp.org>
20514
20515         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20516         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20517         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20518         Set UNISTD_H instead of UNISTD_H2.
20519         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20520
20521 2007-01-28  Bruno Haible  <bruno@clisp.org>
20522
20523         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20524         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20525
20526 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20527
20528         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20529         (func_create_testdir): Ensure C locale for `grep' and `tr'
20530         character ranges.
20531         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20532         ACLOCAL_AMFLAGS parsing state machine.
20533
20534 2007-01-27  Bruno Haible  <bruno@clisp.org>
20535
20536         * modules/unistr/base: Update.
20537
20538 2007-01-27  Bruno Haible  <bruno@clisp.org>
20539
20540         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20541         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20542         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20543         modules/unistr/u32-mbtouc.
20544         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20545         * lib/unistr.h: Update.
20546         * lib/linebreak.c: Update.
20547         * modules/unistr/u32-mbtouc: Renamed from
20548         modules/unistr/u32-mbtouc-safe.
20549         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20550         * lib/unistr.h: Update.
20551         * lib/unistr/u32-to-u8.c: Update.
20552         * lib/unistr/u32-to-u16.c: Update.
20553
20554 2007-01-27  Bruno Haible  <bruno@clisp.org>
20555
20556         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20557         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20558         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20559         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20560         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20561         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20562         modules/unistr/u16-mbtouc.
20563         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20564         * lib/unistr.h: Update.
20565         * lib/linebreak.c: Update.
20566         * modules/linebreak: Update.
20567         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20568         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20569         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20570         * modules/unistr/u16-mbtouc: Renamed from
20571         modules/unistr/u16-mbtouc-safe.
20572         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20573         * lib/unistr.h: Update.
20574         * lib/unistr/u16-to-u8.c: Update.
20575         * modules/unistr/u16-to-u8: Update.
20576         * lib/unistr/u16-to-u32.c: Update.
20577         * modules/unistr/u16-to-u32: Update.
20578
20579 2007-01-27  Bruno Haible  <bruno@clisp.org>
20580
20581         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20582         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20583         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20584         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20585         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20586         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20587         modules/unistr/u8-mbtouc.
20588         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20589         * lib/unistr.h: Update.
20590         * lib/striconveh.c: Update.
20591         * modules/striconveh: Update.
20592         * lib/linebreak.c: Update.
20593         * modules/linebreak: Update.
20594         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20595         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20596         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20597         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20598         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20599         * lib/unistr.h: Update.
20600         * lib/striconveh.c: Update.
20601         * modules/striconveh: Update.
20602         * lib/unistr/u8-to-u16.c: Update.
20603         * modules/unistr/u8-to-u16: Update.
20604         * lib/unistr/u8-to-u32.c: Update.
20605         * modules/unistr/u8-to-u32: Update.
20606
20607 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20608
20609         Sync from Libtool.
20610         * lib/argz.c: Do not include strings.h nor memory.h, include
20611         string.h unconditionally.  Patch by Simon Josefsson.
20612
20613 2007-01-27  Bruno Haible  <bruno@clisp.org>
20614
20615         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20616         from gl_HEADER_STRING_H_BODY.
20617         (gl_HEADER_STRING_H_BODY): Require it.
20618         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20619         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20620         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20621         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20622         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20623         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20624         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20625         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20626         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20627         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20628         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20629         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20630         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20631         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20632         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20633
20634 2007-01-27  Bruno Haible  <bruno@clisp.org>
20635
20636         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20637         check_PROGRAMS into noinst_PROGRAMS.
20638         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20639         check_PROGRAMS in this case.
20640         (func_import): Set for_test to false.
20641         (func_create_testdir): Set for_test to true.
20642
20643 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20644             Bruno Haible  <bruno@clisp.org>
20645
20646         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20647         (Depends-on): Add string.
20648         (Includes): Use <string.h> instead of strcasestr.h.
20649         * modules/string (Makefile.am): Also substitute the value of
20650         REPLACE_STRCASESTR.
20651         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20652         assume strcasestr is declared in <string.h> not <strings.h>. Also
20653         set REPLACE_STRCASESTR.
20654         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20655         REPLACE_STRCASESTR.
20656         * lib/strcasestr.h: Remove file.
20657         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20658         * lib/string_.h (strcasestr): New declaration.
20659
20660 2007-01-27  Bruno Haible  <bruno@clisp.org>
20661
20662         * lib/string_.h: Use 'extern'.
20663
20664 2007-01-27  Jim Meyering  <jim@meyering.net>
20665
20666         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20667         of set-but-not-used local, "q".
20668
20669         * lib/mempcpy.c: Include <config.h> before <string.h>.
20670         This fixes a compilation error on HP-UX, due to the system's
20671         "restrict"-using mempcpy prototype.
20672
20673 2007-01-26  Bruno Haible  <bruno@clisp.org>
20674
20675         Small optimization.
20676         * lib/javacomp.c: Include c-strstr.h.
20677          (is_envjavac_gcj): Use c_strstr instead of strstr.
20678         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20679
20680 2007-01-26  Bruno Haible  <bruno@clisp.org>
20681
20682         * MODULES.html.sh (Unicode string functions): Add the new modules.
20683
20684         * modules/uniconv/u32-strconv-to-locale: New file.
20685         * lib/uniconv/u32-strconv-to-locale.c: New file.
20686
20687         * modules/uniconv/u16-strconv-to-locale: New file.
20688         * lib/uniconv/u16-strconv-to-locale.c: New file.
20689
20690         * modules/uniconv/u8-strconv-to-locale: New file.
20691         * lib/uniconv/u8-strconv-to-locale.c: New file.
20692
20693         * modules/uniconv/u32-strconv-from-locale: New file.
20694         * lib/uniconv/u32-strconv-from-locale.c: New file.
20695
20696         * modules/uniconv/u16-strconv-from-locale: New file.
20697         * lib/uniconv/u16-strconv-from-locale.c: New file.
20698
20699         * modules/uniconv/u8-strconv-from-locale: New file.
20700         * lib/uniconv/u8-strconv-from-locale.c: New file.
20701
20702         * modules/uniconv/u32-strconv-to-enc: New file.
20703         * lib/uniconv/u32-strconv-to-enc.c: New file.
20704         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20705         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20706
20707         * modules/uniconv/u16-strconv-to-enc: New file.
20708         * lib/uniconv/u16-strconv-to-enc.c: New file.
20709         * lib/uniconv/u-strconv-to-enc.h: New file.
20710         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20711         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20712
20713         * modules/uniconv/u8-strconv-to-enc: New file.
20714         * lib/uniconv/u8-strconv-to-enc.c: New file.
20715         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20716         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20717
20718         * modules/uniconv/u32-strconv-from-enc: New file.
20719         * lib/uniconv/u32-strconv-from-enc.c: New file.
20720         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20721         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20722
20723         * modules/uniconv/u16-strconv-from-enc: New file.
20724         * lib/uniconv/u16-strconv-from-enc.c: New file.
20725         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20726         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20727
20728         * modules/uniconv/u8-strconv-from-enc: New file.
20729         * lib/uniconv/u8-strconv-from-enc.c: New file.
20730         * lib/uniconv/u-strconv-from-enc.h: New file.
20731         * modules/uniconv/u8-strconv-from-enc-tests: New file.
20732         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
20733
20734         * modules/uniconv/u32-conv-from-enc: New file.
20735         * lib/uniconv/u32-conv-from-enc.c: New file.
20736         * modules/uniconv/u32-conv-from-enc-tests: New file.
20737         * tests/uniconv/test-u32-conv-from-enc.c: New file.
20738
20739         * modules/uniconv/u16-conv-from-enc: New file.
20740         * lib/uniconv/u16-conv-from-enc.c: New file.
20741         * lib/uniconv/u-conv-from-enc.h: New file.
20742         * modules/uniconv/u16-conv-from-enc-tests: New file.
20743         * tests/uniconv/test-u16-conv-from-enc.c: New file.
20744
20745         * modules/uniconv/u8-conv-from-enc: New file.
20746         * lib/uniconv/u8-conv-from-enc.c: New file.
20747         * modules/uniconv/u8-conv-from-enc-tests: New file.
20748         * tests/uniconv/test-u8-conv-from-enc.c: New file.
20749
20750         * modules/uniconv/base: New file.
20751         * lib/uniconv.h: New file.
20752
20753 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20754
20755         * doc/gnulib-tool.texi (Initial import): Update to match current
20756         behavior with strdup module.
20757         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
20758         * lib/memmem.h: Remove; all uses removed.  This is now done
20759         by <string.h>.
20760         * lib/mempcpy.h: Likewise.
20761         * lib/memrchr.h: Likewise.
20762         * lib/stpcpy.h: Likewise.
20763         * lib/stpncpy.h: Likewise.
20764         * lib/strcase.h: Likewise.
20765         * lib/strchrnul.h: Likewise.
20766         * lib/strdup.h: Likewise.
20767         * lib/strndup.h: Likewise.
20768         * lib/strnlen.h: Likewise.
20769         * lib/strpbrk.h: Likewise.
20770         * lib/strsep.h: Likewise.
20771         * lib/strstr.h: Likewise.
20772         * lib/strtok_r.h: Likewise.
20773         * lib/string_.h: New file.
20774         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
20775         Rely on <string.h> instead.
20776         * lib/canon-host.c: Likewise.
20777         * lib/chdir-long.c: Likewise.
20778         * lib/concatpath.c: Likewise.
20779         * lib/exclude.c: Likewise.
20780         * lib/fchdir.c: Likewise.
20781         * lib/getaddrinfo.c: Likewise.
20782         * lib/getcwd.c: Likewise.
20783         * lib/getsubopt.c: Likewise.
20784         * lib/glob.c: Likewise.
20785         * lib/hard-locale.c: Likewise.
20786         * lib/iconvme.c: Likewise.
20787         * lib/javacomp.c: Likewise.
20788         * lib/mempcpy.c: Likewise.
20789         * lib/memrchr.c: Likewise.
20790         * lib/regex_internal.h: Likewise.
20791         * lib/stpncpy.c: Likewise.
20792         * lib/strcasecmp.c: Likewise.
20793         * lib/strchrnul.c: Likewise.
20794         * lib/strdup.c: Likewise.
20795         * lib/striconv.c: Likewise.
20796         * lib/striconveh.c: Likewise.
20797         * lib/striconveha.c: Likewise.
20798         * lib/strncasecmp.c: Likewise.
20799         * lib/strndup.c: Likewise.
20800         * lib/strnlen.c: Likewise.
20801         * lib/strsep.c: Likewise.
20802         * lib/strstr.c: Likewise.
20803         * lib/strtok_r.c: Likewise.
20804         * lib/userspec.c: Likewise.
20805         * lib/w32spawn.h: Likewise.
20806         * lib/xstrndup.c: Likewise.
20807         * lib/mountlist.c (strstr): Remove decl.
20808         * m4/string_h.m4: New file.
20809         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
20810         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
20811         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
20812         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
20813         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
20814         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
20815         Set REPLACE_STRCASECMP if necessary.
20816         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
20817         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
20818         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
20819         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
20820         HAVE_DECL_STRDUP if necessary.
20821         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
20822         since gl_FUNC_STRNDUP does that now.
20823         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
20824         Check for decl here...
20825         (gl_PREREQ_STRNLEN): ... not here.
20826         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
20827         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
20828         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
20829         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
20830         necessary.
20831         * modules/string: New file.
20832         * modules/memmem (Files): Remove special-purpose include file.
20833         (Depends-on): Add string.
20834         (Include): Include <string.h>, not the removed file.
20835         * modules/mempcpy: Likewise.
20836         * modules/memrchr: Likewise.
20837         * modules/stpcpy: Likewise.
20838         * modules/stpncpy: Likewise.
20839         * modules/strcase: Likewise.
20840         * modules/strchrnul: Likewise.
20841         * modules/strdup: Likewise.
20842         * modules/strndup: Likewise.
20843         * modules/strnlen: Likewise.
20844         * modules/strpbrk: Likewise.
20845         * modules/strsep: Likewise.
20846         * modules/strstr: Likewise.
20847         * modules/strtok_r: Likewise.
20848         * tests/test-dirname.c: Don't include "strdup.h", since
20849         <string.h> now suffices.
20850         * tests/test-memmem.c: Don't include "memmem.h", since
20851         <string.h> now suffices.
20852
20853 2007-01-25  Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
20856         *resultp is 0.
20857
20858         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
20859         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
20860         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
20861         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
20862
20863         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
20864         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
20865         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
20866         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
20867         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
20868         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
20869
20870 2007-01-24  Bruno Haible  <bruno@clisp.org>
20871
20872         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
20873         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
20874         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
20875         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
20876         gl_FUNC_FTS_CORE.
20877         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
20878         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
20879         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20880         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
20881         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
20882         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
20883         gl_FUNC_FCHOWNAT.
20884         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
20885         gl_FUNC_STRFTIME.
20886         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
20887         Reported by Ralf Wildenhues.
20888
20889 2007-01-24  Bruno Haible  <bruno@clisp.org>
20890
20891         Drop AC_REQUIRE calls that are redundant with the module dependencies.
20892         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
20893         gl_GETADDRINFO.
20894         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
20895         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
20896         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
20897
20898 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
20899
20900         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
20901         Don't use 'exit'; just return from 'main'.
20902         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
20903
20904         * lib/fnmatch_.h: Readjust white space and comments to match
20905         glibc, to avoid spurious diffs.
20906
20907 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20908
20909         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
20910         2004-12-01 change by Jakub Jelinek, since this code won't compile
20911         if !LIBC.  Problem reported by Bob Proulx.
20912
20913 2007-01-23  Bruno Haible  <bruno@clisp.org>
20914
20915         * lib/striconveh.c: Include c-strcaseeq.h.
20916         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20917         * modules/striconveh (Depends-on): Add c-strcaseeq.
20918
20919 2007-01-23  Bruno Haible  <bruno@clisp.org>
20920
20921         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20922
20923         * modules/c-strcaseeq: New file.
20924         * lib/c-strcaseeq.h: New file.
20925
20926         * modules/streq: New file.
20927         * lib/streq.h: New file.
20928
20929 2007-01-23  Bruno Haible  <bruno@clisp.org>
20930
20931         * modules/striconveha-tests: New file.
20932         * tests/test-striconveha.c: New file.
20933
20934         * lib/striconveha.h: Include <stdbool.h>.
20935         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20936         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20937         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20938         (mem_iconveha): New function.
20939         (str_iconveha_notranslit): Renamed from str_iconveha.
20940         (str_iconveha): New function.
20941         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20942         c-strcase.
20943
20944 2007-01-23  Bruno Haible  <bruno@clisp.org>
20945
20946         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20947         encodings without forgiving before trying any encoding with handler.
20948         (str_iconveha): Try all encodings without forgiving before trying any
20949         encoding with handler.
20950
20951 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20952
20953         Import the following changes from libc.
20954
20955         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20956
20957         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20958
20959         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20960
20961         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20962         normal_bracket label.
20963
20964         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20965
20966         [BZ #361]
20967         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20968         to normal_bracket after fetching the next character.
20969
20970 2007-01-22  Bruno Haible  <bruno@clisp.org>
20971
20972         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20973         argument.
20974         * lib/striconveh.c (iconv_carefully_1): New function.
20975         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20976         argument.
20977         (str_cd_iconveh): Update.
20978         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20979         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20980         * tests/test-striconveh.c (MAGIC): New macro.
20981         (new_offsets): New function.
20982         (main): Test call with and without offsets.
20983
20984 2007-01-22  Bruno Haible  <bruno@clisp.org>
20985
20986         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20987         * modules/sys_select (Makefile.am): Likewise.
20988         * modules/sys_socket (Makefile.am): Likewise.
20989         * modules/sys_time (Makefile.am): Likewise.
20990
20991 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20992
20993         * modules/gettimeofday (License): Change from GPL to LGPL, since
20994         gettimeofday is a library function.
20995
20996 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20997
20998         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20999
21000 2007-01-21  Bruno Haible  <bruno@clisp.org>
21001
21002         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
21003
21004 2007-01-21  Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/striconveha: New file.
21007         * lib/striconveha.h: New file.
21008         * lib/striconveha.c: New file.
21009         * MODULES.html.sh (Internationalization functions): Add striconveha.
21010         * lib/striconv.c (str_iconv): Optimize the case of an empty input
21011         string.
21012         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
21013
21014 2007-01-21  Bruno Haible  <bruno@clisp.org>
21015
21016         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
21017         * lib/striconveh.c (str_iconveh): Likewise.
21018
21019 2007-01-21  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/striconveh.h (mem_iconveh): New declaration.
21022         * lib/striconveh.c (mem_iconveh): New function.
21023         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
21024
21025 2007-01-21  Bruno Haible  <bruno@clisp.org>
21026
21027         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
21028
21029         * lib/striconveh.h (mem_cd_iconveh): Change specification.
21030         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
21031         original result buffer.
21032         (str_cd_iconveh): Update.
21033         * tests/test-striconveh.c (main): Update.
21034
21035         * lib/striconv.h (mem_cd_iconv): Change specification.
21036         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
21037         result buffer.
21038         (str_cd_iconv): Update.
21039         * tests/test-striconv.c (main): Update.
21040
21041 2007-01-21  Bruno Haible  <bruno@clisp.org>
21042
21043         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
21044
21045 2007-01-20  Jim Meyering  <jim@meyering.net>
21046
21047         * lib/userspec.c (parse_with_separator): If a user or group string
21048         starts with "+", skip the corresponding name-to-ID look-up, since
21049         such a look-up must fail: user and group names may not include "+".
21050
21051 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21052
21053         * lib/poll.c: Include sys/time.h and time.h unconditionally,
21054         since we now assume the sys_time module.
21055         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
21056         check for sys/time.h; no longer needed.
21057         * modules/poll (Depends-on): Depend on sys_time.
21058
21059 2007-01-18  Bruno Haible  <bruno@clisp.org>
21060
21061         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
21062         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21063
21064         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
21065         gettimeofday.
21066
21067         * tests/test-gettimeofday.c: Include <time.h>.
21068         (dummy): Remove variable.
21069
21070         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
21071         gl_HEADER_SYS_TIME_H.
21072         (gl_HEADER_SYS_TIME_H): New macro.
21073
21074         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
21075         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21076         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
21077         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
21078         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21079         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
21080         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
21081         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21082         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
21083         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21084         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21085
21086         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21087         last change; it caused a compilation error when cross-compiling to
21088         Cygwin.
21089
21090 2007-01-18  Jim Meyering  <jim@meyering.net>
21091
21092         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21093         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21094         than the race-prone "test -d sys || mkdir sys".
21095         (configure.ac): Use AC_PROG_MKDIR_P.
21096         * modules/sys_select: Likewise.
21097         * modules/sys_socket: Likewise.
21098         * modules/sys_time: Likewise.
21099
21100 2007-01-18  Eric Blake  <ebb9@byu.net>
21101
21102         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21103         replace gettimeofday.
21104         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21105         name, to avoid infinite recursion.
21106
21107 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21108
21109         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21110         module sys_time.
21111         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21112         assume timespec.h defines struct timeval.
21113         * lib/settime.c: Likewise.
21114         * lib/utimens.c: Likewise.
21115         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21116         since we now assume the gettimeofday module.
21117         * lib/tempname.c (__gen_tempname): Likewise.
21118         * lib/gettimeofday.h: Remove.
21119         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21120         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21121         Include <time.h>, for 'time()'.
21122         (localtime_buffer_addr): Also use this workaround if
21123         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21124         to simplify the uses.  All uses changed.
21125         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21126         that #undef is inside {}, and 'const' follows type name consistently.
21127         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21128         (gettimeofday): Do not use the maximum possible value for
21129         tv->tv_usec, since that might break usages other than ls.c.
21130         Instead, we'll leave ls.c alone.  This undoes today's patch
21131         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21132         we've never observed the problem but might as well keep the
21133         canary.
21134         * lib/nanosleep.c: Include timespec.h first, for interface check.
21135         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21136         now assume the sys_time module.
21137         * lib/tempname.c: Likewise.
21138         * lib/timespec.h: Likewise.
21139         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21140         needed.
21141         * lib/strftime.c: Likewise.
21142         * lib/timespec.h: Likewise.
21143         * lib/posixtm.c: Include posixtm.h first, for interface check.
21144         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21145         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21146         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21147         * lib/sys_time_.h: New file.
21148         * lib/timespec.h (struct timespec): Use long int, not long.
21149         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21150         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21151         Remove obsolescent call to AC_HEADER_TIME.
21152         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21153         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21154         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21155         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21156         Likewise.
21157         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21158         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21159         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21160         into the sys_time module.  Check for gettimeofday just once.
21161         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21162         for gettimeofday signature to just check the signature.  Merely
21163         compile it, since linking doesn't test signature.  Improve test for
21164         whether gettimeofday.o is actually needed.
21165         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21166         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21167         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21168         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21169         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21170         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21171         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21172         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21173         than worrying about sys/time.h.
21174         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21175         Don't bother worrying about TIME_WITH_SYS_TIME.
21176         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21177         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21178         * m4/sys_time_h.m4: New file.
21179         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21180         Don't include sys/time.h.  Return from main rather than exiting.
21181         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21182         all uses changed.
21183         * modules/gethrxtime (Depends-on): Add sys_time.
21184         * modules/gettime (Depends-on): Likewise.
21185         * modules/gettimeofday (Depends-on): Likewise.
21186         * modules/nanosleep (Depends-on): Likewise.
21187         * modules/settime (Depends-on): Likewise.
21188         * modules/tempname (Depends-on): Likewise.
21189         * modules/utimens (Depends-on): Likewise.
21190         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21191         (Include:) Change back to <sys/time.h>.
21192         (Maintainer:) Add self.
21193         * modules/sys_time: New file.
21194         * modules/tempname (Depends-on): Add gettimeofday.
21195         * tests/test-gettimeofday.c: Include <sys/time.h>
21196         rather than gettimeofday.h.
21197
21198 2007-01-17  Bruno Haible  <bruno@clisp.org>
21199
21200         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21201         the license default to GPL.
21202         (func_create_testdir): Don't complain if a module is LGPL and its
21203         tests module depends on GPLed modules.
21204
21205 2007-01-17  Bruno Haible  <bruno@clisp.org>
21206
21207         * lib/gettimeofday.c (gettimeofday): Add code for the case
21208         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21209         maximum possible value for tv->tv_usec, rather than the minimum one.
21210
21211 2005-10-08  Martin Lambers  <marlam@marlam.de>
21212 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21213 2007-01-16  Bruno Haible  <bruno@clisp.org>
21214
21215         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21216         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21217         gl_FUNC_GETTIMEOFDAY.
21218         (Include): Add gettimeofday.h.
21219         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21220         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21221         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21222         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21223         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21224         * lib/gettimeofday.h: New file.
21225         * lib/gettimeofday.c: Include <sys/timeb.h>.
21226         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21227         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21228         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21229         fall back on time().
21230
21231         * tests/test-gettimeofday.c: New file.
21232         * modules/gettimeofday-tests: New file.
21233
21234 2007-01-16  Eric Blake  <ebb9@byu.net>
21235
21236         * modules/fnmatch (Depends-on): Depend on wchar.
21237         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21238         * m4/fnmatch.m4: Likewise.
21239         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21240         * m4/mbchar.m4: Likewise.
21241         * modules/mbswidth (Depends-on): Depend on wchar.
21242         * lib/mbswidth.c: Assume <wchar.h>.
21243         * m4/mbswidth.m4: Likewise.
21244         * modules/quotearg (Depends-on): Depend on wchar.
21245         * lib/quotearg.c: Assume <wchar.h>.
21246         * m4/quotearg.m4: Likewise.
21247         * modules/regex (Depends-on): Depend on wchar.
21248         * lib/regex_internal.h: Assume <wchar.h>.
21249         * m4/regex.m4: Likewise.
21250         * modules/stdint (Depends-on): Depend on wchar.
21251         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21252         * m4/stdint.m4: Likewise.
21253         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21254         * modules/strftime (Depends-on): Depend on wchar.
21255         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21256         * modules/strtol (Depends-on): Depend on wchar.
21257         * lib/strtol.c: Assume <wchar.h>.
21258         * modules/wcwidth (Depends-on): Depend on wchar.
21259         * lib/wcwidth.h: Assume <wchar.h>.
21260         * m4/wcwidth.m4: Likewise.
21261
21262 2007-01-16  Bruno Haible  <bruno@clisp.org>
21263
21264         * modules/csharpexec-script: New, created from...
21265         * modules/csharpexec: ... this.
21266
21267 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21268
21269         * modules/javaexec-script: New, created from...
21270         * modules/javaexec: ... this.
21271
21272 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21273
21274         * modules/poll (Dependencies): Add sys_select.
21275
21276 2007-01-15  Jim Meyering  <jim@meyering.net>
21277
21278         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21279         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21280         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21281         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21282
21283 2007-01-15  Bruno Haible  <bruno@clisp.org>
21284
21285         * modules/striconveh: New file.
21286         * lib/striconveh.h: New file.
21287         * lib/striconveh.c: New file.
21288         * MODULES.html.sh (Internationalization functions): Add striconveh.
21289
21290         * modules/striconveh-tests: New file.
21291         * tests/test-striconveh.c: New file.
21292
21293 2007-01-15  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21296         not from GNU libiconv or GNU libc.
21297
21298 2007-01-15  Bruno Haible  <bruno@clisp.org>
21299
21300         * doc/gnulib-intro.texi (Copyright): Explain the different license
21301         terms for module descriptions, autoconf macros, tests, documentation.
21302
21303 2007-01-14  Bruno Haible  <bruno@clisp.org>
21304
21305         * modules/striconv-tests: New file.
21306         * tests/test-striconv.c: New file.
21307
21308 2007-01-14  Bruno Haible  <bruno@clisp.org>
21309
21310         * modules/iconv-tests: New file.
21311         * tests/test-iconv.c: New file.
21312
21313 2007-01-14  Bruno Haible  <bruno@clisp.org>
21314
21315         * gnulib-tool (func_get_license): For test modules, use the license of
21316         the main module.
21317
21318 2007-01-14  Bruno Haible  <bruno@clisp.org>
21319
21320         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21321         if iconv is found to exist.
21322
21323 2007-01-14  Bruno Haible  <bruno@clisp.org>
21324
21325         * modules/c-ctype-tests: New file.
21326         * tests/test-c-ctype.c: New file.
21327
21328 2007-01-14  Bruno Haible  <bruno@clisp.org>
21329
21330         * modules/binary-io-tests: New file.
21331         * tests/test-binary-io.sh: New file.
21332         * tests/test-binary-io.c: New file.
21333
21334 2007-01-14  Bruno Haible  <bruno@clisp.org>
21335
21336         * modules/array-oset-tests: New file.
21337         * tests/test-array_oset.c: New file.
21338
21339 2007-01-14  Bruno Haible  <bruno@clisp.org>
21340
21341         * modules/array-list-tests: New file.
21342         * tests/test-array_list.c: New file.
21343
21344 2007-01-14  Bruno Haible  <bruno@clisp.org>
21345
21346         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21347         and make.
21348         Reported by Simon Josefsson in
21349         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21350
21351 2007-01-14  Bruno Haible  <bruno@clisp.org>
21352
21353         * modules/allocsa-tests: New file.
21354         * tests/test-allocsa.c: New file.
21355
21356 2007-01-14  Bruno Haible  <bruno@clisp.org>
21357
21358         * modules/fchdir (Depends-on): Add absolute-header.
21359         * modules/unistd (Depends-on): Likewise.
21360
21361 2006-12-30  Bruno Haible  <bruno@clisp.org>
21362
21363         * modules/fchdir: New file.
21364         * modules/unistd (Files): Add lib/unistd_.h.
21365         (Makefile.am): Generate unistd.h from unistd_.h.
21366         * lib/fchdir.c: New file.
21367         * lib/dirent_.h: New file.
21368         * lib/unistd_.h: New file.
21369         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21370         * m4/fchdir.m4: New file.
21371         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21372         (gl_HEADER_UNISTD): Invoke it.
21373         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21374         function.
21375         * lib/backupfile.c (opendir, closedir): Undefine.
21376         * lib/chown.c (open, close): Undefine.
21377         * lib/clean-temp.c (open, close): Undefine.
21378         * lib/copy-file.c (open, close): Undefine.
21379         * lib/execute.c (open, close): Undefine.
21380         * lib/fsusage.c (open, close): Undefine.
21381         * lib/gc-gnulib.c (open, close): Undefine.
21382         * lib/getcwd.c (opendir, closedir): Undefine.
21383         * lib/glob.c (opendir, closedir): Undefine.
21384         * lib/javacomp.c (open, close): Undefine.
21385         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21386         * lib/openat-proc.c (open, close): Undefine.
21387         * lib/pagealign_alloc.c (open, close): Undefine.
21388         * lib/pipe.c (open, close): Undefine.
21389         * lib/progreloc.c (open, close): Undefine.
21390         * lib/savedir.c (opendir, closedir): Undefine.
21391         * lib/utime.c (open, close): Undefine.
21392         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21393
21394 2007-01-10  Bruno Haible  <bruno@clisp.org>
21395
21396         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21397
21398 2007-01-12  Eric Blake  <ebb9@byu.net>
21399
21400         Provide a robust <wchar.h>.  Further simplifications are now
21401         possible in other modules, but not included here.
21402         * modules/wchar: New module.
21403         * m4/wchar.m4: New file.
21404         * lib/wchar_.h: Likewise.
21405         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21406         of the new module.
21407         * MODULES.html.sh (Extended multibyte and wide character utilities):
21408         New section.
21409
21410 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21411
21412         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21413         to a reasonable default for memory allocation.
21414         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21415         file system that reports garbage st_size values for symlinks.
21416         Problem reported by Liyang Hu.
21417
21418 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21419
21420         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21421         Emacs .#* auto-save files).
21422
21423 2007-01-11  Bruno Haible  <bruno@clisp.org>
21424
21425         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21426         directory.
21427
21428 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21429
21430         Use @...@ consistently in lib/wctype_.h.
21431         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21432         on it being set to 1 or 0.
21433         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21434         go back to AC_SUBSTing it.
21435         * modules/wctype (Makefile.am): Undo previous change.
21436
21437 2007-01-10  Eric Blake  <ebb9@byu.net>
21438
21439         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21440         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21441         * modules/wctype (Makefile.am): Likewise.
21442         Reported by Chris McGuire.
21443
21444 2007-01-10  Jim Meyering  <jim@meyering.net>
21445
21446         fts.c: a small readability/maintainability improvement
21447         * lib/fts.c (fts_read): Make this code slightly more readable and
21448         maintainable by hoisting the "sp->fts_cur = p" assignments to
21449         immediately follow the statements that set P.  Derived from
21450         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21451
21452 2007-01-10  Eric Blake  <ebb9@byu.net>
21453
21454         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21455         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21456         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21457         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21458         Reported by Chris McGuire.
21459
21460 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21461
21462         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21463         in sed script.
21464
21465 2007-01-09  Bruno Haible  <bruno@clisp.org>
21466
21467         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21468         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21469         variables.
21470         (func_module): Use them.
21471
21472 2007-01-09  Bruno Haible  <bruno@clisp.org>
21473
21474         * modules/unistr/base: New file.
21475         * lib/unistr.h: New file.
21476
21477         * modules/unistr/u8-to-u16: New file.
21478         * lib/unistr/u8-to-u16.c: New file.
21479
21480         * modules/unistr/u8-to-u32: New file.
21481         * lib/unistr/u8-to-u32.c: New file.
21482
21483         * modules/unistr/u16-to-u8: New file.
21484         * lib/unistr/u16-to-u8.c: New file.
21485
21486         * modules/unistr/u16-to-u32: New file.
21487         * lib/unistr/u16-to-u32.c: New file.
21488
21489         * modules/unistr/u32-to-u8: New file.
21490         * lib/unistr/u32-to-u8.c: New file.
21491
21492         * modules/unistr/u32-to-u16: New file.
21493         * lib/unistr/u32-to-u16.c: New file.
21494
21495         * modules/unistr/u8-check: New file.
21496         * modules/unistr/u16-check: New file.
21497         * modules/unistr/u32-check: New file.
21498         * lib/unistr/u8-check.c: New file.
21499         * lib/unistr/u16-check.c: New file.
21500         * lib/unistr/u32-check.c: New file.
21501
21502         * modules/unistr/u8-chr: New file.
21503         * modules/unistr/u16-chr: New file.
21504         * modules/unistr/u32-chr: New file.
21505         * lib/unistr/u8-chr.c: New file.
21506         * lib/unistr/u16-chr.c: New file.
21507         * lib/unistr/u32-chr.c: New file.
21508
21509         * modules/unistr/u8-cmp: New file.
21510         * modules/unistr/u16-cmp: New file.
21511         * modules/unistr/u32-cmp: New file.
21512         * lib/unistr/u8-cmp.c: New file.
21513         * lib/unistr/u16-cmp.c: New file.
21514         * lib/unistr/u32-cmp.c: New file.
21515
21516         * modules/unistr/u8-cpy: New file.
21517         * modules/unistr/u16-cpy: New file.
21518         * modules/unistr/u32-cpy: New file.
21519         * lib/unistr/u8-cpy.c: New file.
21520         * lib/unistr/u16-cpy.c: New file.
21521         * lib/unistr/u32-cpy.c: New file.
21522         * lib/unistr/u-cpy.h: New file.
21523
21524         * modules/unistr/u8-cpy-alloc: New file.
21525         * modules/unistr/u16-cpy-alloc: New file.
21526         * modules/unistr/u32-cpy-alloc: New file.
21527         * lib/unistr/u8-cpy-alloc.c: New file.
21528         * lib/unistr/u16-cpy-alloc.c: New file.
21529         * lib/unistr/u32-cpy-alloc.c: New file.
21530         * lib/unistr/u-cpy-alloc.h: New file.
21531
21532         * modules/unistr/u8-endswith: New file.
21533         * modules/unistr/u16-endswith: New file.
21534         * modules/unistr/u32-endswith: New file.
21535         * lib/unistr/u8-endswith.c: New file.
21536         * lib/unistr/u16-endswith.c: New file.
21537         * lib/unistr/u32-endswith.c: New file.
21538         * lib/unistr/u-endswith.h: New file.
21539
21540         * modules/unistr/u8-mblen: New file.
21541         * modules/unistr/u16-mblen: New file.
21542         * modules/unistr/u32-mblen: New file.
21543         * lib/unistr/u8-mblen.c: New file.
21544         * lib/unistr/u16-mblen.c: New file.
21545         * lib/unistr/u32-mblen.c: New file.
21546
21547         * modules/unistr/u8-mbtouc: New file.
21548         * modules/unistr/u16-mbtouc: New file.
21549         * modules/unistr/u32-mbtouc: New file.
21550         * lib/unistr/u8-mbtouc.c: New file.
21551         * lib/unistr/u16-mbtouc.c: New file.
21552         * lib/unistr/u32-mbtouc.c: New file.
21553
21554         * modules/unistr/u8-mbtouc-safe: New file.
21555         * modules/unistr/u16-mbtouc-safe: New file.
21556         * modules/unistr/u32-mbtouc-safe: New file.
21557         * lib/unistr/u8-mbtouc-safe.c: New file.
21558         * lib/unistr/u16-mbtouc-safe.c: New file.
21559         * lib/unistr/u32-mbtouc-safe.c: New file.
21560
21561         * modules/unistr/u8-move: New file.
21562         * modules/unistr/u16-move: New file.
21563         * modules/unistr/u32-move: New file.
21564         * lib/unistr/u8-move.c: New file.
21565         * lib/unistr/u16-move.c: New file.
21566         * lib/unistr/u32-move.c: New file.
21567         * lib/unistr/u-move.h: New file.
21568
21569         * modules/unistr/u8-next: New file.
21570         * modules/unistr/u16-next: New file.
21571         * modules/unistr/u32-next: New file.
21572         * lib/unistr/u8-next.c: New file.
21573         * lib/unistr/u16-next.c: New file.
21574         * lib/unistr/u32-next.c: New file.
21575
21576         * modules/unistr/u8-prev: New file.
21577         * modules/unistr/u16-prev: New file.
21578         * modules/unistr/u32-prev: New file.
21579         * lib/unistr/u8-prev.c: New file.
21580         * lib/unistr/u16-prev.c: New file.
21581         * lib/unistr/u32-prev.c: New file.
21582
21583         * modules/unistr/u8-set: New file.
21584         * modules/unistr/u16-set: New file.
21585         * modules/unistr/u32-set: New file.
21586         * lib/unistr/u8-set.c: New file.
21587         * lib/unistr/u16-set.c: New file.
21588         * lib/unistr/u32-set.c: New file.
21589         * lib/unistr/u-set.h: New file.
21590
21591         * modules/unistr/u8-startswith: New file.
21592         * modules/unistr/u16-startswith: New file.
21593         * modules/unistr/u32-startswith: New file.
21594         * lib/unistr/u8-startswith.c: New file.
21595         * lib/unistr/u16-startswith.c: New file.
21596         * lib/unistr/u32-startswith.c: New file.
21597         * lib/unistr/u-startswith.h: New file.
21598
21599         * modules/unistr/u8-stpcpy: New file.
21600         * modules/unistr/u16-stpcpy: New file.
21601         * modules/unistr/u32-stpcpy: New file.
21602         * lib/unistr/u8-stpcpy.c: New file.
21603         * lib/unistr/u16-stpcpy.c: New file.
21604         * lib/unistr/u32-stpcpy.c: New file.
21605         * lib/unistr/u-stpcpy.h: New file.
21606
21607         * modules/unistr/u8-stpncpy: New file.
21608         * modules/unistr/u16-stpncpy: New file.
21609         * modules/unistr/u32-stpncpy: New file.
21610         * lib/unistr/u8-stpncpy.c: New file.
21611         * lib/unistr/u16-stpncpy.c: New file.
21612         * lib/unistr/u32-stpncpy.c: New file.
21613         * lib/unistr/u-stpncpy.h: New file.
21614
21615         * modules/unistr/u8-strcat: New file.
21616         * modules/unistr/u16-strcat: New file.
21617         * modules/unistr/u32-strcat: New file.
21618         * lib/unistr/u8-strcat.c: New file.
21619         * lib/unistr/u16-strcat.c: New file.
21620         * lib/unistr/u32-strcat.c: New file.
21621         * lib/unistr/u-strcat.h: New file.
21622
21623         * modules/unistr/u8-strchr: New file.
21624         * modules/unistr/u16-strchr: New file.
21625         * modules/unistr/u32-strchr: New file.
21626         * lib/unistr/u8-strchr.c: New file.
21627         * lib/unistr/u16-strchr.c: New file.
21628         * lib/unistr/u32-strchr.c: New file.
21629
21630         * modules/unistr/u8-strcmp: New file.
21631         * modules/unistr/u16-strcmp: New file.
21632         * modules/unistr/u32-strcmp: New file.
21633         * lib/unistr/u8-strcmp.c: New file.
21634         * lib/unistr/u16-strcmp.c: New file.
21635         * lib/unistr/u32-strcmp.c: New file.
21636
21637         * modules/unistr/u8-strcpy: New file.
21638         * modules/unistr/u16-strcpy: New file.
21639         * modules/unistr/u32-strcpy: New file.
21640         * lib/unistr/u8-strcpy.c: New file.
21641         * lib/unistr/u16-strcpy.c: New file.
21642         * lib/unistr/u32-strcpy.c: New file.
21643         * lib/unistr/u-strcpy.h: New file.
21644
21645         * modules/unistr/u8-strcspn: New file.
21646         * modules/unistr/u16-strcspn: New file.
21647         * modules/unistr/u32-strcspn: New file.
21648         * lib/unistr/u8-strcspn.c: New file.
21649         * lib/unistr/u16-strcspn.c: New file.
21650         * lib/unistr/u32-strcspn.c: New file.
21651         * lib/unistr/u-strcspn.h: New file.
21652
21653         * modules/unistr/u8-strdup: New file.
21654         * modules/unistr/u16-strdup: New file.
21655         * modules/unistr/u32-strdup: New file.
21656         * lib/unistr/u8-strdup.c: New file.
21657         * lib/unistr/u16-strdup.c: New file.
21658         * lib/unistr/u32-strdup.c: New file.
21659         * lib/unistr/u-strdup.h: New file.
21660
21661         * modules/unistr/u8-strlen: New file.
21662         * modules/unistr/u16-strlen: New file.
21663         * modules/unistr/u32-strlen: New file.
21664         * lib/unistr/u8-strlen.c: New file.
21665         * lib/unistr/u16-strlen.c: New file.
21666         * lib/unistr/u32-strlen.c: New file.
21667         * lib/unistr/u-strlen.h: New file.
21668
21669         * modules/unistr/u8-strmblen: New file.
21670         * modules/unistr/u16-strmblen: New file.
21671         * modules/unistr/u32-strmblen: New file.
21672         * lib/unistr/u8-strmblen.c: New file.
21673         * lib/unistr/u16-strmblen.c: New file.
21674         * lib/unistr/u32-strmblen.c: New file.
21675
21676         * modules/unistr/u8-strmbtouc: New file.
21677         * modules/unistr/u16-strmbtouc: New file.
21678         * modules/unistr/u32-strmbtouc: New file.
21679         * lib/unistr/u8-strmbtouc.c: New file.
21680         * lib/unistr/u16-strmbtouc.c: New file.
21681         * lib/unistr/u32-strmbtouc.c: New file.
21682
21683         * modules/unistr/u8-strncat: New file.
21684         * modules/unistr/u16-strncat: New file.
21685         * modules/unistr/u32-strncat: New file.
21686         * lib/unistr/u8-strncat.c: New file.
21687         * lib/unistr/u16-strncat.c: New file.
21688         * lib/unistr/u32-strncat.c: New file.
21689         * lib/unistr/u-strncat.h: New file.
21690
21691         * modules/unistr/u8-strncmp: New file.
21692         * modules/unistr/u16-strncmp: New file.
21693         * modules/unistr/u32-strncmp: New file.
21694         * lib/unistr/u8-strncmp.c: New file.
21695         * lib/unistr/u16-strncmp.c: New file.
21696         * lib/unistr/u32-strncmp.c: New file.
21697
21698         * modules/unistr/u8-strncpy: New file.
21699         * modules/unistr/u16-strncpy: New file.
21700         * modules/unistr/u32-strncpy: New file.
21701         * lib/unistr/u8-strncpy.c: New file.
21702         * lib/unistr/u16-strncpy.c: New file.
21703         * lib/unistr/u32-strncpy.c: New file.
21704         * lib/unistr/u-strncpy.h: New file.
21705
21706         * modules/unistr/u8-strnlen: New file.
21707         * modules/unistr/u16-strnlen: New file.
21708         * modules/unistr/u32-strnlen: New file.
21709         * lib/unistr/u8-strnlen.c: New file.
21710         * lib/unistr/u16-strnlen.c: New file.
21711         * lib/unistr/u32-strnlen.c: New file.
21712         * lib/unistr/u-strnlen.h: New file.
21713
21714         * modules/unistr/u8-strpbrk: New file.
21715         * modules/unistr/u16-strpbrk: New file.
21716         * modules/unistr/u32-strpbrk: New file.
21717         * lib/unistr/u8-strpbrk.c: New file.
21718         * lib/unistr/u16-strpbrk.c: New file.
21719         * lib/unistr/u32-strpbrk.c: New file.
21720         * lib/unistr/u-strpbrk.h: New file.
21721
21722         * modules/unistr/u8-strrchr: New file.
21723         * modules/unistr/u16-strrchr: New file.
21724         * modules/unistr/u32-strrchr: New file.
21725         * lib/unistr/u8-strrchr.c: New file.
21726         * lib/unistr/u16-strrchr.c: New file.
21727         * lib/unistr/u32-strrchr.c: New file.
21728
21729         * modules/unistr/u8-strspn: New file.
21730         * modules/unistr/u16-strspn: New file.
21731         * modules/unistr/u32-strspn: New file.
21732         * lib/unistr/u8-strspn.c: New file.
21733         * lib/unistr/u16-strspn.c: New file.
21734         * lib/unistr/u32-strspn.c: New file.
21735         * lib/unistr/u-strspn.h: New file.
21736
21737         * modules/unistr/u8-strstr: New file.
21738         * modules/unistr/u16-strstr: New file.
21739         * modules/unistr/u32-strstr: New file.
21740         * lib/unistr/u8-strstr.c: New file.
21741         * lib/unistr/u16-strstr.c: New file.
21742         * lib/unistr/u32-strstr.c: New file.
21743         * lib/unistr/u-strstr.h: New file.
21744
21745         * modules/unistr/u8-strtok: New file.
21746         * modules/unistr/u16-strtok: New file.
21747         * modules/unistr/u32-strtok: New file.
21748         * lib/unistr/u8-strtok.c: New file.
21749         * lib/unistr/u16-strtok.c: New file.
21750         * lib/unistr/u32-strtok.c: New file.
21751         * lib/unistr/u-strtok.h: New file.
21752
21753         * modules/unistr/u8-uctomb: New file.
21754         * modules/unistr/u16-uctomb: New file.
21755         * modules/unistr/u32-uctomb: New file.
21756         * lib/unistr/u8-uctomb.c: New file.
21757         * lib/unistr/u16-uctomb.c: New file.
21758         * lib/unistr/u32-uctomb.c: New file.
21759
21760         * MODULES.html.sh (Unicode string functions): Add the new modules.
21761
21762 2007-01-08  Bruno Haible  <bruno@clisp.org>
21763
21764         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
21765         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
21766         subdirectories.
21767
21768 2007-01-08  Karl Berry  <karl@gnu.org>
21769
21770         * doc/error.texi: mention that main() fns must set program_name
21771         when progname is used.
21772
21773 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
21774
21775         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
21776         WCTYPE_H is empty, for the benefit of builds from non-distclean
21777         directories.  Problem reported by Eric Blake in
21778         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
21779
21780 2007-01-08  Bruno Haible  <bruno@clisp.org>
21781
21782         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
21783         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
21784         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
21785         PROVIDE_CANONICALIZE_FILENAME_MODE.
21786         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
21787
21788 2007-01-08  Bruno Haible  <bruno@clisp.org>
21789
21790         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
21791         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
21792         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
21793         * lib/fts.c: Likewise.
21794         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
21795
21796 2006-12-25  Bruno Haible  <bruno@clisp.org>
21797
21798         * modules/utf8-ucs4-safe: New file.
21799         * lib/utf8-ucs4-safe.h: New file.
21800         * lib/unistr/utf8-ucs4-safe.c: New file.
21801
21802         * modules/utf16-ucs4-safe: New file.
21803         * lib/utf16-ucs4-safe.h: New file.
21804         * lib/unistr/utf16-ucs4-safe.c: New file.
21805
21806         * MODULES.html.sh (Unicode string functions): Add the new modules.
21807
21808 2007-01-08  Bruno Haible  <bruno@clisp.org>
21809
21810         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
21811         (Depends-on): Add unitypes.
21812         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21813         (u8_mbtouc_aux): Move out to separate file.
21814         (u8_mbtouc): Use ucs4_t, uint8_t types.
21815         * lib/unistr/utf8-ucs4.c: New file.
21816
21817         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
21818         (Depends-on): Add unitypes.
21819         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21820         (u16_mbtouc_aux): Move out to separate file.
21821         (u16_mbtouc): Use ucs4_t, uint16_t types.
21822         * lib/unistr/utf16-ucs4.c: New file.
21823
21824         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
21825         (Depends-on): Add unitypes.
21826         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
21827         (u8_uctomb_aux): Move out to separate file.
21828         (u8_uctomb): Use ucs4_t, uint8_t types.
21829         * lib/unistr/ucs4-utf8.c: New file.
21830
21831         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
21832         (Depends-on): Add unitypes.
21833         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
21834         (u16_uctomb_aux): Move out to separate file.
21835         (u16_uctomb): Use ucs4_t, uint16_t types.
21836         * lib/unistr/ucs4-utf16.c: New file.
21837
21838 2006-12-25  Bruno Haible  <bruno@clisp.org>
21839
21840         * modules/unitypes: New file.
21841         * lib/unitypes.h: New file.
21842         * MODULES.html.sh (func_all_modules): New section "Unicode string
21843         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
21844         this section. Add unitypes.
21845
21846 2007-01-08  Bruno Haible  <bruno@clisp.org>
21847
21848         Avoid variable names that conflict with those from libtool.
21849         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
21850         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
21851         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
21852         library_names_spec to acl_library_names_spec, hardcode_* to
21853         acl_hardcode_*.
21854         Reported by Ralf Wildenhues.
21855
21856 2007-01-08  Bruno Haible  <bruno@clisp.org>
21857
21858         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
21859         definition.
21860         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
21861         definition.
21862         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
21863         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
21864         definition.
21865         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21866         definition.
21867         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
21868         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
21869         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
21870         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
21871         definition.
21872         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
21873         definition.
21874         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
21875         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
21876         GC_USE_<algorithm>.
21877         * lib/gc-libgcrypt.c: Likewise.
21878         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
21879         * modules/gc-arctwo (configure.ac): Likewise.
21880         * modules/gc-des (configure.ac): Likewise.
21881         * modules/gc-hmac-md5 (configure.ac): Likewise.
21882         * modules/gc-hmac-sha1 (configure.ac): Likewise.
21883         * modules/gc-md2 (configure.ac): Likewise.
21884         * modules/gc-md4 (configure.ac): Likewise.
21885         * modules/gc-md5 (configure.ac): Likewise.
21886         * modules/gc-random (configure.ac): Likewise.
21887         * modules/gc-rijndael (configure.ac): Likewise.
21888         * modules/gc-sha1 (configure.ac): Likewise.
21889
21890 2007-01-08  Bruno Haible  <bruno@clisp.org>
21891
21892         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
21893         macro definition.
21894         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
21895         definition.
21896         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
21897         definition.
21898         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
21899         * modules/fcntl-safer (configure.ac): Likewise.
21900         * modules/fopen-safer (configure.ac): Likewise.
21901         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
21902         GNULIB_FWRITEERROR macro definition.
21903
21904 2007-01-08  Bruno Haible  <bruno@clisp.org>
21905
21906         * m4/gnulib-common.m4: New file.
21907         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
21908         (func_get_filelist): Add m4/gnulib-common.m4.
21909
21910 2007-01-08  Bruno Haible  <bruno@clisp.org>
21911
21912         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21913         command.
21914
21915 2007-01-08  Jim Meyering  <jim@meyering.net>
21916
21917         Use a more robust test for a "can't happen" condition.
21918         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21919         narrowed the st_size value.  Presuming the "can't happen" condition
21920         is true, that narrowing could conceivably convert an invalid st_size
21921         value into a valid one.  Instead, use a change based on Matthew
21922         Woehlke's original patch.
21923
21924         Slight readability improvement: use an assert-like macro
21925         in place of literal "abort ()" uses.
21926         * lib/fts.c (fts_assert): Define.
21927         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21928         Use this macro instead of a bare 'abort'.
21929
21930 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21933         simply work around them.
21934         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21935         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21936         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21937         declaring.
21938         Don't bother to define as macros, since the standard doesn't require it.
21939         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21940         longer worry about IRIX 5.3.
21941         (HAVE_WCTYPE_CTMP_BUG): Remove.
21942
21943 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21944
21945         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21946         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21947         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21948         Problems reported by Georg Schwarz for IRIX 5.3.
21949
21950         * gnulib-tool (autoconf_minversion): Take the maximum version number
21951         found, not the minimum.  Problem reported by James Youngman.
21952
21953 2007-01-03  Karl Berry  <karl@gnu.org>
21954
21955         * doc/error.texi: new file, explaining interaction with progname.
21956         * doc/gnulib.texi: include it.  Update copyright.
21957
21958 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21959
21960         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21961         AC_CANONICAL_HOST, to improve autobuild outputs.
21962
21963 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21964             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21965
21966         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21967         sockets, server sockets, and other file descriptors.  Count errors
21968         to compute the return value.  Reorder the code a bit to be easier
21969         to follow.  Don't set event bits that were not requested (except
21970         POLLERR and POLLHUP).
21971
21972 2007-01-01  Bruno Haible  <bruno@clisp.org>
21973
21974         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21975
21976 2007-01-03  Jim Meyering  <jim@meyering.net>
21977
21978         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21979
21980 2007-01-02  Bruno Haible  <bruno@clisp.org>
21981
21982         * modules/settime (Include): Require timespec.h.
21983         * modules/nanosleep (Include): Likewise.
21984
21985 2007-01-01  Bruno Haible  <bruno@clisp.org>
21986
21987         * gnulib-tool (func_emit_copyright_notice): Bump year.
21988         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21989
21990 2007-01-01  Bruno Haible  <bruno@clisp.org>
21991
21992         Improve support for OpenBSD.
21993         * build-aux/config.rpath (libname_spec): Export.
21994         (library_names_spec): New variable. Export.
21995         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21996         library_names_spec from the config.rpath output. Locate shared library
21997         through the name pattern in library_names_spec.
21998
21999 2007-01-01  Eric Blake  <ebb9@byu.net>
22000
22001         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
22002
22003 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
22004
22005         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
22006         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
22007         assume the C locale, and avoid an "eval" that could cause trouble.
22008         Problem with SORT reported by Bob Proulx.
22009
22010         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
22011         Define.  Trivial patch from Henning Nielsen Lund, originally
22012         sent to bug-grep@gnu.org today.
22013
22014 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
22017         struct stat.  Problem reported by Henning Nielsen Lund.
22018         * lib/acl.c: Include acl.h first, to check interface.  Don't
22019         bother to include sys/types.h and sys/stat.h again.
22020
22021 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22022
22023         Import the following change from libc; problem reported by
22024         Sven Verdoolaege.
22025
22026         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
22027
22028         [BZ #1373]
22029         * lib/argp.h: Remove __NTH for __argp_usage inline function.
22030
22031 2006-12-28  Jim Meyering  <jim@meyering.net>
22032
22033         * build-aux/announce-gen: Do not assume that the package
22034         builds any of tar.gz, tar.bz2, and .xdelta files.
22035         Suggestion from Simon Josefsson.
22036
22037 2006-12-28  Simon Josefsson  <simon@josefsson.org>
22038
22039         * modules/announce-gen: New file.
22040
22041 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
22042
22043         * lib/mbchar.h: Just include <wctype.h>; the wctype module
22044         handles its gotchas now.
22045         * lib/mbswidth.c: Likewise.
22046         * lib/wcwidth.h: Likewise.
22047         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
22048         and iswcntrl; the wctype module does this stuff now.
22049         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22050         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22051         * modules/mbchar (Depends-on): Add wctype.
22052         * modules/mbswidth (Depends-on): Likewise.
22053         * modules/wcwidth (Depends-on): Likewise.
22054
22055 2006-12-27  Eric Blake  <ebb9@byu.net>
22056
22057         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
22058         module uses more than what <wctype.h> is required to provide.
22059
22060 2006-12-26  Eric Blake  <ebb9@byu.net>
22061
22062         * gnulib-tool (sed_extract_prog): Avoid space-tab.
22063
22064 2006-12-26  Eric Blake  <ebb9@byu.net>
22065
22066         * modules/absolute-header: New module.
22067         * modules/fcntl (Depends-on): Depend on it.
22068         * modules/inttypes (Depends-on): Likewise.
22069         * modules/stdint (Depends-on): Likewise.
22070         * modules/sys_stat (Depends-on): Likewise.
22071         * modules/wctype (Depends-on): Likewise.
22072         * MODULES.html.sh (Support for building libraries and
22073         executables): Document it.
22074
22075 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22076
22077         * gnulib-tool (SED): Remove, undoing previous change.
22078         The problem was that it broke coreutils on Solaris, because
22079         "sed --posix" leaked into a makefile.
22080         (sed): New alias, if 'alias' and GNU sed.
22081
22082 2006-12-24  Jim Meyering  <jim@meyering.net>
22083
22084         Work around an fchownat bug in glibc-2.4:
22085         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22086         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22087         in spite of the -P option.
22088         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22089         New macros.
22090         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22091         * modules/openat (Files): Add lib/fchownat.c.
22092         * lib/openat.c (fchownat): Don't define here.  Move to...
22093         * lib/fchownat.c: ...this new file.
22094
22095 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         Fix bug reported by Bruno Haible in
22098         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22099         where quotearg.c didn't compile on Mac OS X 10.2 because it
22100         lacks <wchar.h> and wint_t.
22101         * lib/wctype_.h (__wctype_wint_t): New type.
22102         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22103         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22104         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22105         Arg is now of type __wctype_wint_t, not wint_t.
22106         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22107         substitute HAVE_WINT_T.
22108         * modules/wctype (Files): Add m4/wint_t.m4.
22109         (wctype.h): Substitute HAVE_WINT_T.
22110
22111 2006-12-23  Bruno Haible  <bruno@clisp.org>
22112
22113         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22114
22115 2006-12-23  Bruno Haible  <bruno@clisp.org>
22116
22117         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22118         S_ISLNK.
22119         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22120         mingw.
22121
22122 2006-12-22  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/copy-file.c: Include acl.h.
22125         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22126         Close the file descriptors only after being done with copy_acl.
22127         * modules/copy-file (Depends-on): Add acl.
22128
22129 2006-12-22  Bruno Haible  <bruno@clisp.org>
22130
22131         * gnulib-tool (SED): New variable.
22132         Use $SED instead of sed everywhere.
22133
22134 2006-12-22  Bruno Haible  <bruno@clisp.org>
22135
22136         * modules/no-c++: New file.
22137         * m4/no-c++.m4: New file.
22138         * MODULES.html.sh (Support for building libraries and executables):
22139         Add no-c++.
22140
22141 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22144         Include <limits.h>, and use its INT_MAX to rewrite the
22145         j loop so that it does not overflow 'int'.  Problem reported by
22146         Ralf Wildenhues in
22147         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22148         Play it safe by shifting left by 1 rather than multiplying by 2,
22149         as GCC is less likely to optimize this away when the value
22150         is signed (when it assumes overflow leads to undefined behavior).
22151         Also, don't assume time_t uses two's complement.
22152
22153 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22154
22155         * MODULES.html.sh: New module wctype.
22156         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22157         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22158         <wctype.h>, since the new wctype module should fix this.
22159         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22160         the wctype module should arrange for it.
22161         * lib/regex_internal.h: Likewise.
22162         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22163         since the wctype module should handle this now.
22164         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22165         * modules/fnmatch (Depends-on): Add wctype.
22166         * modules/quotearg (Depends-on): Likewise.
22167         * modules/regex (Depends-on): Likewise.
22168
22169 2006-12-19  Bruno Haible  <bruno@clisp.org>
22170
22171         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22172         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22173
22174 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22175
22176         * modules/savewd (Depends-on): Fix dependency on fcntl.
22177
22178 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22179
22180         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22181         conforms to C99, rather than relying on the user's environment
22182         setting of STDINT_H.
22183
22184 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22185         and Eric Blake  <ebb9@byu.net>
22186
22187         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22188         This is more consistent with the other defines here.
22189         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22190         Port to z/OS.  Problem reported by Paul Gilmartin.
22191         Change local vars to use gl_ prefix rather than ac_.
22192         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22193         with other defines.
22194         * modules/double-slash-root: New module.
22195         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22196         (Depends-on): Add double-slash-root.
22197         * MODULES.html.sh (File system functions): Mention new module.
22198
22199 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22202         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22203         This is for the benefit of gzip, which doesn't do i18n.
22204
22205 2006-12-12  Jim Meyering  <jim@meyering.net>
22206
22207         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22208         Reported by Andreas Schwab <schwab@suse.de>.
22209
22210 2006-12-12  Bruno Haible  <bruno@clisp.org>
22211
22212         Merge these changes.
22213         2006-09-05  Bruno Haible  <bruno@clisp.org>
22214         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22215         iconv_alloc succeeded.
22216         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22217         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22218         test for " && dest " at the end - dest is always != NULL there. Call
22219         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22220         with 2xNULL arguments, also to flush the state storage. Handle the
22221         IRIX iconv behaviour. Realloc the final result, to throw away unused
22222         memory.
22223
22224 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22225
22226         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22227         and fchmodat unconditionally, since glibc 2.4 has them.
22228         Problem reported by Arkadiusz Miskiewicz.
22229
22230 2006-12-10  Bruno Haible  <bruno@clisp.org>
22231
22232         * gnulib-tool (func_import): Show the include files only for those
22233         modules that are copied and specified.
22234         Reported by Karl Berry.
22235
22236 2006-12-08  Jim Meyering  <jim@meyering.net>
22237
22238         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22239         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22240
22241         * build-aux/announce-gen: Add two new options, both optional:
22242         --bootstrap-tools=TOOL_LIST
22243               a comma-separated list of tools, e.g.,
22244               autoconf,automake,bison,gnulib
22245         --gnulib-snapshot-date=DATE
22246               if gnulib is in the bootstrap tool list,
22247               then report this as the snapshot date.
22248               If not specified, use the current date/time.
22249               If you specify a date here, be sure it's UTC.
22250
22251 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22252
22253         * tests/test-argp-2.sh: Fix test to match actual output.
22254         (func_compare): Fix sed script to be portable.
22255
22256 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22257
22258         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22259         workaround for this case.  It is not autoconfigured now; offhand
22260         it's hard to see how to autoconfigure it.
22261
22262 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22263
22264         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22265         a directory that is about to be chowned.  Such a directory's
22266         initial file permissions should permit the owner only and this
22267         should not be changed until after the chown, since the group and
22268         other bits would be incorrect if they granted permission before
22269         the chown.
22270
22271         Fix porting problem for iswctype reported by Georg Schwarz in:
22272         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22273         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22274         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22275         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22276         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22277
22278 2006-12-03  Jim Meyering  <jim@meyering.net>
22279
22280         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22281         p->fts_statp may not yet be defined.
22282         (fts_read): Instead, set it in the caller, once p->fts_statp is
22283         sure to be defined, and corresponds to a top-level directory.
22284         This bug made du -x fail.  Here's the coreutils test case:
22285         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22286         Reported by Mike Frysinger.
22287
22288 2006-12-01  Jim Meyering  <jim@meyering.net>
22289
22290         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22291         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22292         Reported by Simon Josefsson.
22293
22294 2006-11-30  Jim Meyering  <jim@meyering.net>
22295
22296         * m4/warning.m4: Use the all-permissive copyright notice
22297         recommended by RMS (rather than LGPL).
22298         * m4/vararrays.m4: Likewise.
22299         * m4/flexmember.m4: Likewise.
22300
22301 2006-11-29  Bruno Haible  <bruno@clisp.org>
22302
22303         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22304         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22305         using +=.
22306         Reported by Simon Josefsson <simon@josefsson.org>.
22307
22308 2006-11-28  James Youngman <jay@gnu.org>
22309
22310         * README: Advise users that they might find the bug-gnulib@gnu.org
22311         and autotools-announce@gnu.org mailing lists useful.
22312
22313 2006-11-28  Bruno Haible  <bruno@clisp.org>
22314
22315         * m4/ptrdiff_max.m4: Remove file.
22316
22317 2006-11-21  Bruno Haible  <bruno@clisp.org>
22318
22319         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22320         _AC_COMPUTE_INT.
22321         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22322         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22323         _AC_COMPUTE_INT.
22324         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22325         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22326         _AC_COMPUTE_INT.
22327         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22328
22329 2006-11-28  Jim Meyering  <jim@meyering.net>
22330
22331         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22332         warning from "gcc -Wshadow" about shadowing the builtin.
22333
22334 2006-11-27  Bruno Haible  <bruno@clisp.org>
22335
22336         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22337         _AC_COMPUTE_INT.
22338         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22339
22340 2006-11-27  Bruno Haible  <bruno@clisp.org>
22341             Paul Eggert  <eggert@cs.ucla.edu>
22342
22343         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22344
22345 2006-11-26  Bruno Haible  <bruno@clisp.org>
22346
22347         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22348         noinst_LTLIBRARIES.
22349
22350 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22351             Bruno Haible  <bruno@clisp.org>
22352
22353         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22354         if compiling with "gcc -ansi".
22355
22356 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22357
22358         Fix some incompatibilities with gcc -ansi -pedantic.
22359         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22360         if compiling pedantically with GCC, unless it's C99 or later.
22361         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22362         it mishandles gcc -ansi -pedantic as well.
22363         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22364         if gcc -pedantic.
22365         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22366         initializers for struct if -pedantic, unless it's C99 or later.
22367
22368 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22369
22370         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22371         Don't close an fd more than once. Identical atimes indicate
22372         success, not failure.
22373
22374 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22375
22376         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22377
22378 2006-11-23  Jim Meyering  <jim@meyering.net>
22379
22380         * build-aux/announce-gen: New file.  From coreutils.
22381
22382 2006-11-22  Jim Meyering  <jim@meyering.net>
22383
22384         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22385         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22386         (fts_read): Use a temporary to narrow the overused st_size member
22387         before using it in a switch statement.  Reported by Matthew Woehlke.
22388
22389         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22390         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22391
22392 2006-11-20  Bruno Haible  <bruno@clisp.org>
22393
22394         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22395         changequote instead of pairs of brackets.
22396         Reported by Andreas Schwab <schwab@suse.de>.
22397
22398 2006-11-21  Jim Meyering  <jim@meyering.net>
22399
22400         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22401         so as to remain compatible with older compilers.
22402         Patch from Michael Deutschmann.
22403
22404 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22405
22406         * MODULES.html.sh (File system functions): Add openat.
22407
22408         * lib/openat.h (rpl_fstatat): New macro, if
22409         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22410         (fstatat): Define to rpl_fstatat under the same conditions,
22411         unless COMPILING_FSTATAT.
22412         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22413         seems to have the bug.
22414         * lib/fstatat.c: New file.
22415         * modules/openat (Files): Add it.
22416
22417 2006-11-20  Bruno Haible  <bruno@clisp.org>
22418
22419         * Makefile: New file.
22420
22421 2006-11-20  Jim Meyering  <jim@meyering.net>
22422
22423         The beginnings of syntax-related checks for gnulib.
22424         * lib/Makefile: New file.
22425         * lib/t-idcache: New script.  Ensure that the two halves of
22426         idcache.c stay in sync.
22427
22428         * lib/idcache.c: Adjust comments in user- and group- portions to
22429         be more accurate, and to be consistent with one another.
22430
22431 2006-11-20  Jim Meyering  <jim@meyering.net>
22432
22433         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22434         continue using the flexible array member (thus, this module performs
22435         half as many malloc calls), with the addition that...
22436         (getgroup, getuser): Consistently record a non-match via an empty
22437         "name" string, and map an empty string match to a NULL return value.
22438         * modules/idcache (Depends-on): Re-add flexmember.
22439
22440         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22441         (getuidbyname, getgroup, getgidbyname): Likewise.
22442
22443         Use cleaner syntax: NULL rather than 0.
22444         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22445
22446 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22447
22448         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22449         It mishandled the case where the group was missing.
22450         Problem reported by Greg Schafer.
22451         * modules/idcache: Likewise.
22452
22453 2006-11-18  Jim Meyering  <jim@meyering.net>
22454
22455         * check-module (%exempt_header): Add exception for some
22456         conditionally-included headers.
22457
22458         * modules/i-ring (Depends-on): Add verify.
22459         (License): Change to LGPL.
22460
22461 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22462
22463         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22464         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22465         and inttostr.h.  Use snprintf rather than uinttostr, so that
22466         LGPLed code doesn't depend on GPLed.
22467
22468 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22469
22470         * modules/inline (License): Change from GPL to LGPL.
22471
22472 2006-11-17  Jim Meyering  <jim@meyering.net>
22473
22474         * modules/d-type (License): Switch to LGPL.
22475
22476 2006-11-15  Bruno Haible  <bruno@clisp.org>
22477
22478         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22479
22480 2006-11-15  Eric Blake  <ebb9@byu.net>
22481
22482         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22483         the module dependency.
22484
22485 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22486             Bruno Haible  <bruno@clisp.org>
22487
22488         * gnulib-tool (func_create_testdir): Add license consistency check.
22489
22490 2006-11-15  Eric Blake  <ebb9@byu.net>
22491
22492         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22493         random "(cached)" in configure output.
22494
22495 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22496
22497         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22498         test for conforming inttypes.h is both announced and cached.
22499
22500         * MODULES.html.sh (seen_modules, seen_files): New variables.
22501         (func_module): Rewrite to use a few less gnulib-tool and sed
22502         invocations.  Avoid a couple of quadratic algorithms for ...
22503         (missed_modules, missed_files): ... these, with ...
22504         (func_append, func_tmpdir): ... these new functions, from
22505         gnulib-tool.  Analogously, install traps for cleanup.
22506
22507         * tests/test-gc.c (main): Remove unused variables.
22508         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22509
22510 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22511
22512         * modules/inttostr (License): Change to LGPL.
22513
22514 2006-11-14  Eric Blake  <ebb9@byu.net>
22515
22516         * modules/tempname (License): Change to LGPL.
22517
22518 2006-11-14  Eric Blake  <ebb9@byu.net>
22519
22520         * doc/functions.texi (Function Portability): *printf functions on
22521         Cygwin now understand all POSIX size specifiers.
22522
22523 2006-11-14  Bruno Haible  <bruno@clisp.org>
22524
22525         * modules/c-ctype (License): Change to LGPL.
22526
22527 2006-11-12  Bruno Haible  <bruno@clisp.org>
22528
22529         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22530         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22531         for GNOME libraries, for which the include files are installed in
22532         subdirectories of $prefix/include.
22533
22534 2006-11-12  Bruno Haible  <bruno@clisp.org>
22535
22536         * m4/lib-link.m4: Require at least autoconf-2.54.
22537         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22538         name to underscores for the --with option.
22539
22540 2006-11-13  Bruno Haible  <bruno@clisp.org>
22541
22542         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22543         the tests directory.
22544         Reported by Ralf Wildenhues.
22545
22546 2006-11-13  Bruno Haible  <bruno@clisp.org>
22547
22548         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22549         (func_emit_initmacro_end): Undo the override here.
22550         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22551         Works around the famous automake error in coreutils.
22552
22553 2006-11-13  Eric Blake  <ebb9@byu.net>
22554
22555         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22556         element, not its node.
22557
22558 2006-11-12  Bruno Haible  <bruno@clisp.org>
22559
22560         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22561         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22562
22563 2006-11-12  Bruno Haible  <bruno@clisp.org>
22564
22565         * gnulib-tool: New option --local-symlink.
22566         (func_usage): Document it.
22567         (lsymbolic): New variable.
22568         (func_import, func_create_testdir): If --symlink was not specified,
22569         test whether --local-symlink was specified and the file comes from
22570         the local_gnulib_dir.
22571
22572 2006-11-12  Bruno Haible  <bruno@clisp.org>
22573
22574         * gnulib-tool (func_ln): New function.
22575         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22576
22577 2006-11-12  Bruno Haible  <bruno@clisp.org>
22578
22579         Finish support for source files in subdirectories.
22580         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22581         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22582         AUTOMAKE_OPTIONS.
22583         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22584
22585 2006-11-12  Bruno Haible  <bruno@clisp.org>
22586
22587         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22588         EXTRA_lib_SOURCES augmentation.
22589         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22590
22591 2006-11-12  Jim Meyering  <jim@meyering.net>
22592
22593         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22594         file descriptors.  This also averts a failure on systems with
22595         native openat support when a traversed directory lacks "x" access.
22596         * lib/fts_.h: Include "i-ring.h"
22597         (struct FTS) [fts_fd_ring]: New member.
22598         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22599         (FCHDIR): Add parentheses.
22600         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22601         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22602         When descending, rather than simply closing the previous
22603         fts_cwd_fd value, push that file descriptor onto the ring.
22604         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22605         (fts_open): Initialize the new fd_ring member.
22606         (fts_close): Clear the ring.
22607         (fts_safe_changedir): When possible, use our new fd_ring to skip
22608         the diropen and fstat and dev/ino comparison that would normally
22609         accompany a virtual `chdir ("..")'.
22610
22611         * modules/fts (Depends-on): Add i-ring.
22612         * modules/i-ring: New module.
22613         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22614         * m4/i-ring.m4: New file.
22615
22616 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22617
22618         * gnulib-tool (func_create_testdir): Fix replacement of
22619         `build-aux' in configure.ac.  Run autotools in gltests
22620         subdirectory.
22621         (func_create_testdir, func_create_megatestdir, test): There is
22622         no need for '--force' in most autotool invocations in a new
22623         tree.  Actually fail the whole test if any of the tools, or the
22624         configure or make stages fail.
22625
22626         Sync from Automake.
22627         * build-aux/gnupload: Revert last change.  Add pointer to upload
22628         instructions of the GNU Maintenance Instructions.
22629         Suggestion by Karl Berry.
22630
22631 2006-11-10  Jim Meyering  <jim@meyering.net>
22632
22633         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22634
22635 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22636
22637         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22638         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22639         (bind_textdomain_codeset) [! ENABLE_NLS]:
22640         Evaluate all the arguments.  That way, callers get compatible behavior
22641         if the arguments have side effects.  Also, it avoids some GCC
22642         diagnostics in some cases; Joel E. Denny reported problems when Bison
22643         was configured with --enable-gcc-warnigs.
22644
22645 2006-11-10  Jim Meyering  <jim@meyering.net>
22646
22647         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22648         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22649         account.
22650
22651 2006-11-10  Jim Meyering  <jim@meyering.net>
22652
22653         * modules/inline: New file/module.
22654         * modules/xalloc (Files): Remove m4/inline.m4.
22655         (Depends-on): Add inline, instead.
22656         * modules/oset: Likewise.
22657         * modules/list: Likewise.
22658
22659 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22660
22661         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22662         Problem reported by Matthew Woehlke.
22663
22664 2006-11-09  Bruno Haible  <bruno@clisp.org>
22665
22666         * lib/tempname.c (gen_tempname): Remove variant that invokes
22667         __gen_tempname.
22668         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22669         __gen_tempname.
22670
22671 2006-11-08  Bruno Haible  <bruno@clisp.org>
22672
22673         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22674         to 'yes' instead of 'cross-compiling'.
22675
22676 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22677
22678         * lib/quotearg.h (quotearg_free): New decl.
22679         * lib/quotearg.c (quotearg_free): New function.
22680         (slot0, nslots, slotvec0, slotvec):
22681         Now file-scope so that quotearg_free can get at them.
22682
22683 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22684
22685         Sync from Automake.
22686         * build-aux/gnupload: Add missing 'gnu' to example URL.
22687         Report by Karl Berry.
22688
22689 2006-11-08  Bruno Haible  <bruno@clisp.org>
22690
22691         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22692         Suggested by Paul Eggert.
22693
22694 2006-11-08  Jim Meyering  <jim@meyering.net>
22695
22696         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22697         It's already included if !_LIBC.
22698         (fts_safe_changedir): Add a comment.
22699
22700 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22701
22702         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22703         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22704         Matthew Woehlke.
22705
22706         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22707         definitions up, to avoid colliding with change below.
22708         (static_inline) [HAVE_INLINE]: New macro.
22709         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22710         Provide extern decls when !HAVE_INLINE.  Do not define unless
22711         static_inline is defined, either by us or by xmalloc.c.  Use
22712         static_inline rather than static inline.
22713         (XCALLOC): Optimize sizeof(T) = 1 case.
22714         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22715
22716 2006-11-07  Bruno Haible  <bruno@clisp.org>
22717
22718         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22719         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22720         AC_C_INLINE.
22721         * modules/xalloc (Files): Add m4/inline.m4.
22722
22723 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22724
22725         * README: Fix typo.
22726         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22727         (Miscellanous Notes): ...from this.
22728
22729 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22730
22731         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
22732         Mention that offsetof should be used instead of sizeof.
22733         From Bruno Haible.
22734
22735 2006-11-07  Bruno Haible  <bruno@clisp.org>
22736
22737         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
22738
22739 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22740
22741         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22742         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
22743         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22744         (gl_tree_add_before, gl_tree_add_after):
22745         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
22746         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
22747         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22748         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
22749         (gl_linked_add_after, gl_linked_add_at): Likewise.
22750         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
22751         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22752         (gl_tree_add_before, gl_tree_add_after): Likewise.
22753         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
22754         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
22755         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
22756
22757 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22758
22759         * lib/gl_oset.h: Use C comment style, not C++ comment style.
22760
22761 2006-11-06  Bruno Haible  <bruno@clisp.org>
22762
22763         * m4/inline.m4: New file.
22764         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
22765         * modules/list (Files): Add m4/inline.m4.
22766         * modules/oset (Files): Likewise.
22767
22768 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22769
22770         * lib/idcache.c: Include <stddef.h>, for offsetof.
22771         (struct userid.name): Change from char * to a flexible array member.
22772         All uses changed.
22773         * modules/idcache (Depends-on): Add flexmember.
22774
22775         * MODULES.html.sh (Core language properties): New module flexmember.
22776         * modules/flexmember, m4/flexmember.m4: New files.
22777
22778         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
22779         inline functions that are identical with the old xnmalloc_inline,
22780         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
22781         that we can avoid some unnecessary integer multiplications and
22782         divisions in the common case where the element size is known at
22783         compile time.
22784         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
22785         needed.
22786         (xnboundedmalloc): Remove.
22787         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
22788         arguments, for consistency with rest of this header.
22789         (xcharalloc): Rewrite using XNMALLOC.
22790         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
22791         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
22792         versions have been moved to lib/xalloc.h and renamed to be the
22793         non-*_inline versions.
22794         (xmalloc, xrealloc): Implement without reference to the xnmalloc
22795         and xnrealloc functions, since those functions are now inline and
22796         now call us.
22797         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
22798         renaming described above.
22799         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
22800         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
22801         captures the dependency in AC_C_INLINE.
22802
22803         New module canonicalize-lgpl, proposed by Charles Wilson in
22804         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
22805         with a few small changes afterwards.
22806         * MODULES.html.sh (File system functions): New module
22807         canonicalize-lgpl.
22808         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
22809         and canonicalize_file_name.
22810         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
22811         * modules/canonicalize-lgpl: New files.
22812
22813 2006-11-05  Bruno Haible  <bruno@clisp.org>
22814
22815         * gnulib-tool (func_import, func_create_testdir): Create directories
22816         also for files in subdirectories of lib/.
22817
22818 2006-11-05  Bruno Haible  <bruno@clisp.org>
22819
22820         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
22821         ANSI C compliant.
22822
22823 2006-11-03  Bruno Haible  <bruno@clisp.org>
22824
22825         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22826         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
22827         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
22828         (xnboundedmalloc): New inline function.
22829         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
22830         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
22831         xmalloc.
22832         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
22833         xmalloc.
22834         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
22835         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
22836         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
22837         xmalloc.
22838         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22839         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
22840         xmalloc.
22841         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
22842         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22843         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
22844         xmalloc.
22845         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22846         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
22847         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22848         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
22849         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
22850         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
22851         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
22852
22853 2006-11-03  Bruno Haible  <bruno@clisp.org>
22854
22855         * lib/c-ctype.h [C++]: Define functions without name mangling.
22856         * lib/fwriteerror.h [C++]: Likewise.
22857         * lib/gcd.h [C++]: Likewise.
22858         * lib/linebreak.h [C++]: Likewise.
22859
22860 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22861
22862         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
22863         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
22864         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
22865         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22866         Check for functions and headers just once.
22867         Check for declaration of canonicalize_file_name.
22868         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
22869
22870 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22871
22872         * gnulib-tool (func_import): Fix typo in actioncmd.
22873
22874 2006-11-02  Bruno Haible  <bruno@clisp.org>
22875
22876         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
22877         newline sequence in the Makefile.am snippet as a space, like "make"
22878         does.
22879         Reported by Roger Persson <perrog@gmail.com>.
22880
22881 2006-11-01  Bruno Haible  <bruno@clisp.org>
22882
22883         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
22884         already declared in <string.h>.
22885         * lib/strcase.h (strncasecmp): Don't declare it if yes.
22886
22887 2006-11-01  Bruno Haible  <bruno@clisp.org>
22888
22889         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
22890         * lib/strcase.h: Include <string.h>.
22891         (strcasecmp): Define to rpl_strcasecmp here.
22892
22893 2006-11-01  Bruno Haible  <bruno@clisp.org>
22894
22895         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
22896
22897 2006-11-01  Eric Blake  <ebb9@byu.net>
22898
22899         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
22900
22901         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
22902
22903 2006-10-29  Bruno Haible  <bruno@clisp.org>
22904
22905         Make it compile in C++ mode.
22906         * lib/full-write.c (full_rw): Add a cast.
22907
22908 2006-11-01  Bruno Haible  <bruno@clisp.org>
22909
22910         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22911         be POSIX compliant.
22912         Reported by Roger Persson <perrog@gmail.com>.
22913
22914 2006-11-01  Eric Blake  <ebb9@byu.net>
22915
22916         * lib/getopt_.h: Fix comments.
22917
22918 2006-10-31  Eric Blake  <ebb9@byu.net>
22919
22920         * modules/tmpdir (Depends-on): Add sys_stat.
22921         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22922         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22923         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22924         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22925         tempname.
22926
22927 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22928
22929         Avoid some C++ diagnostics reported by Bruno Haible.
22930         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22931         xmalloc.
22932         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22933         (struct slotvec): Move to top level.
22934         (quotearg_n_options): Rewrite to avoid xmalloc.
22935         * lib/xalloc.h (xcharalloc): New function.
22936         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22937         [defined __cplusplus]: Add function template that provides result
22938         type propagation.  This part of the change is from Bruno Haible.
22939
22940 2006-10-29  Bruno Haible  <bruno@clisp.org>
22941
22942         Make it compile in C++ mode.
22943         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22944         * lib/strnlen1.c (strnlen1): Cast memchr result.
22945         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22946         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22947         (create_temp_dir): Rename local variable 'template'.
22948         (compile_csharp_using_sscli): Add cast.
22949         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22950         * lib/findprog.c (find_in_path): Likewise.
22951         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22952         * lib/wait-process.c (register_slave_subprocess): Likewise.
22953
22954 2006-10-22  Bruno Haible  <bruno@clisp.org>
22955
22956         * modules/tsearch: New file.
22957         * lib/tsearch.h: New file.
22958         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22959         * m4/tsearch.m4: New file.
22960         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22961
22962 2006-10-29  Eric Blake  <ebb9@byu.net>
22963
22964         * lib/arcfour.c: Assume config.h.
22965         * lib/arctwo.c: Likewise.
22966         * lib/base64.c: Likewise.
22967         * lib/check-version.c: Likewise.
22968         * lib/crc.c: Likewise.
22969         * lib/des.c: Likewise.
22970         * lib/gc-gnulib.c: Likewise.
22971         * lib/gc-libgcrypt.c: Likewise.
22972         * lib/gc-pbkdf2-sha1.c: Likewise.
22973         * lib/getaddrinfo.c: Likewise.
22974         * lib/getdelim.c: Likewise.
22975         * lib/getline.c: Likewise.
22976         * lib/hmac-md5.c: Likewise.
22977         * lib/hmac-sha1.c: Likewise.
22978         * lib/iconvme.c: Likewise.
22979         * lib/md2.c: Likewise.
22980         * lib/md4.c: Likewise.
22981         * lib/memxor.c: Likewise.
22982         * lib/read-file.c: Likewise.
22983         * lib/readline.c: Likewise.
22984         * lib/rijndael-alg-fst.c: Likewise.
22985         * lib/rijndael-api-fst.c: Likewise.
22986         * lib/xgetdomainname.c: Likewise.
22987
22988 2006-10-28  Eric Blake  <ebb9@byu.net>
22989
22990         * lib/xstrndup.c: Assume config.h.
22991
22992 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22993
22994         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22995         stat-macros.h is now for our own macros, whereas stat_h is for
22996         macros in the <sys/stat.h> name space.
22997         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22998         (STAT_MACROS_H): Remove.
22999         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
23000         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
23001         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
23002         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
23003         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
23004         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
23005         Move these macros to ...
23006         * lib/stat_.h: here.  Don't include stat-macros.h.
23007         * lib/canonicalize.c: Don't include stat-macros.h.
23008         * lib/chown.c: Likewise.
23009         * lib/euidaccess.c: Likewise.
23010         * lib/file-type.c: Likewise.
23011         * lib/filemode.c: Likewise.
23012         * lib/glob.c: Likewise.
23013         * lib/isapipe.c: Likewise.
23014         * lib/lchown.c: Likewise.
23015         * lib/lstat.c: Likewise.
23016         * lib/mkdir-p.c: Likewise.
23017         * lib/rmdir.c: Likewise.
23018         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
23019         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
23020         unless mkdir isn't declared, to speed up 'configure'.
23021         Always create sys/stat.h, since it's unlikely any real sys/stat.h
23022         would define all the S_* symbols.
23023         * modules/canonicalize (Depends-on):
23024         Depend on sys_stat, not stat-macros.
23025         * modules/chown: Likewise.
23026         * modules/euidaccess: Likewise.
23027         * modules/filemode: Likewise.
23028         * modules/file-type: Likewise.
23029         * modules/glob: Likewise.
23030         * modules/isapipe: Likewise.
23031         * modules/lchown: Likewise.
23032         * modules/lstat: Likewise.
23033         * modules/mkancesdirs: Likewise.
23034         * modules/rmdir: Likewise.
23035         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
23036         * modules/modechange: Likewise.
23037         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
23038         (configure.ac): Remove gl_STAT_MACROS.
23039         * modules/sys_stat (Depends-on): Remove stat-macros.
23040
23041 2006-10-27  Bruno Haible  <bruno@clisp.org>
23042
23043         * m4/signed.m4: Remove file.
23044         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
23045         invocation.
23046         * modules/vasnprintf (Files): Remove m4/signed.m4.
23047
23048 2006-10-27  Bruno Haible  <bruno@clisp.org>
23049
23050         Update to GNU gettext 0.16.
23051         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
23052         m4/inttypes-h.m4, m4/signed.m4.
23053         * m4/gettext.m4: Update to GNU gettext 0.16.
23054         * m4/intl.m4: New file, from GNU gettext.
23055         * m4/intldir.m4: New file, from GNU gettext.
23056         * config/srclist.txt: Update
23057
23058 2006-10-27  Eric Blake  <ebb9@byu.net>
23059
23060         * MODULES.html.sh: Document tempname.
23061         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
23062         dependencies.
23063         (Files): Move lib/tempname.c...
23064         * modules/tempname: ...to this new module.
23065         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
23066         (gl_PREREQ_TEMPNAME): Move...
23067         * m4/tempname.m4: ...to this new file.
23068         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
23069         * modules/sys_stat (Depends-on): Add stat-macros.
23070         * lib/stat_.h (includes): Pick up stat macros.
23071         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
23072         if stat macros are broken.
23073         * lib/tempname.c (includes): No need to include "stat-macros.h".
23074         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
23075         (direxists, __path_search) [!_LIBC]: Don't compile these in
23076         gnulib; the tmpdir module covers that.
23077         * lib/tempname.h: New file.
23078
23079 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
23080
23081         * COPYING: Explain how gnulib-tool converts licence headers.
23082         Almost all wording by Eric Blake.
23083
23084 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23085
23086         * lib/mbchar.h (is_basic_table): Make read-only.
23087         * lib/mbchar.c (is_basic_table): Likewise.
23088         Reported by John Darrington.
23089
23090 2006-10-25  Bruno Haible  <bruno@clisp.org>
23091
23092         * lib/progname.h (set_program_name): Undefine before defining.
23093
23094 2006-10-25  Bruno Haible  <bruno@clisp.org>
23095
23096         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23097         false for non-gcc C++ compilers.
23098         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23099
23100 2006-10-24  Bruno Haible  <bruno@clisp.org>
23101
23102         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23103         iconv implementations like Irix iconv.
23104
23105 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23106
23107         * modules/vararrays: New file.
23108         * m4/vararrays.m4: New file, taken from diffutils.
23109         * MODULES.html.sh: New module vararrays.
23110
23111 2006-10-24  Karl Berry  <karl@gnu.org>
23112
23113         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23114         Don't call GNU Unix.
23115
23116 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23117
23118         * users.txt: Add Libtool.
23119
23120         Sync from Libtool:
23121
23122         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23123
23124         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23125         to gnulib's policy of including config.h unconditionally.
23126
23127 2006-10-24  Bruno Haible  <bruno@clisp.org>
23128
23129         * modules/wcwidth (Files): Add m4/wint_t.m4.
23130         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23131         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23132
23133 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23134
23135         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23136         to pacify GCC with some -W flags enabled.  Problem reported by
23137         Bruno Haible.
23138
23139 2006-10-24  Jim Meyering  <jim@meyering.net>
23140
23141         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23142         Reported by Karl Berry.
23143
23144 2006-10-23  Bruno Haible  <bruno@clisp.org>
23145
23146         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23147
23148 2006-10-24  Bruno Haible  <bruno@clisp.org>
23149
23150         * lib/gl_list.h: Use C comment style, not C++ comment style.
23151
23152 2006-10-23  Eric Blake  <ebb9@byu.net>
23153
23154         * lib/getaddrinfo.c (includes): Add missing include.
23155
23156 2006-10-23  Bruno Haible  <bruno@clisp.org>
23157             Paul Eggert  <eggert@cs.ucla.edu>
23158
23159         Ability to rename obstack_free.
23160         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23161         obstack_free.
23162         (obstack_free): Invoke the __obstack_free macro.
23163         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23164
23165 2006-10-23  Bruno Haible  <bruno@clisp.org>
23166             Paul Eggert  <eggert@cs.ucla.edu>
23167
23168         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23169         __argc, __argv from the declaration. (They are defined as macros on
23170         mingw.)
23171
23172 2006-10-22  Bruno Haible  <bruno@clisp.org>
23173
23174         * doc/gnulib-intro.texi: New file.
23175         * doc/gnulib.texi: Include it.
23176
23177 2006-10-21  Bruno Haible  <bruno@clisp.org>
23178
23179         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23180         "Introduction", "Miscellanous Notes", "Particular Modules".
23181
23182 2006-10-21  Bruno Haible  <bruno@clisp.org>
23183
23184         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23185         Change mostlyclean-local rule to avoid sh syntax error from bash
23186         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23187
23188 2006-10-23  Jim Meyering  <jim@meyering.net>
23189
23190         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23191         in place of snprintf.
23192
23193         * modules/inttostr (Files): Add lib/uinttostr.c.
23194         * lib/uinttostr.c (inttostr): New file/function.
23195         * lib/inttostr.h (uinttostr): Declare.
23196         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23197         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23198         Add uinttostr.
23199         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23200
23201 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23202
23203         * lib/canonicalize.c (ELOOP): Define if not already defined.
23204         Problem reported by Bruno Haible in
23205         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23206
23207 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23210         Problem reported by Perry Smith and Ville Laurikari.
23211
23212         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23213         uses.
23214
23215 2006-10-19  Bruno Haible  <bruno@clisp.org>
23216
23217         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23218         for mingw.
23219
23220 2006-10-19  Bruno Haible  <bruno@clisp.org>
23221
23222         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23223         Needed for mingw.
23224
23225 2006-10-19  Bruno Haible  <bruno@clisp.org>
23226
23227         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23228
23229 2006-10-19  Bruno Haible  <bruno@clisp.org>
23230
23231         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23232         it.
23233
23234 2006-10-19  Bruno Haible  <bruno@clisp.org>
23235
23236         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23237         invocation.
23238
23239 2006-10-19  Bruno Haible  <bruno@clisp.org>
23240
23241         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23242         mountlist by default.
23243
23244 2006-10-16  Bruno Haible  <bruno@clisp.org>
23245
23246         * lib/c-strstr.c: Include c-strstr.h.
23247
23248 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23249
23250         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23251         in a slash.
23252
23253 2006-10-18  Bruno Haible  <bruno@clisp.org>
23254
23255         * lib/lock.h [C++]: Wrap definitions in extern "C".
23256
23257 2006-10-18  Bruno Haible  <bruno@clisp.org>
23258
23259         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23260         gl_LIBOBJS list.
23261
23262 2006-10-18  Bruno Haible  <bruno@clisp.org>
23263
23264         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23265
23266 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23267
23268         * lib/xstrtol.h: Include gettext.h.
23269         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23270         Problem reported by Eric Blake.
23271         * modules/xstrtol (Depends-on): Add gettext-h.
23272
23273 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23274
23275         * lib/strftime.c (advance): New macro.
23276         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23277         incomplete type, so you can't add 0 to it.  Problem and patch
23278         reported by Eelco Dolstra for dietlibc.
23279
23280 2006-10-18  Jim Meyering  <jim@meyering.net>
23281
23282         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23283         type for a local, and rename it: s/up/user_proc/.
23284
23285 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23286
23287         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23288         READ_UTMP_USER_PROCESS.
23289         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23290
23291 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23292
23293         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23294         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23295
23296 2006-10-17  Eric Blake  <ebb9@byu.net>
23297
23298         * lib/sigprocmask.c (sigprocmask): Fix typo.
23299
23300         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23301
23302         * modules/clean-temp (Makefile.am): Don't add to make output...
23303         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23304         config.h.
23305
23306 2006-10-17  Bruno Haible  <bruno@clisp.org>
23307
23308         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23309         differently if DEFAULT_TEXT_DOMAIN is set.
23310
23311 2006-10-16  Bruno Haible  <bruno@clisp.org>
23312
23313         * lib/clean-temp.c: Include fwriteerror.h.
23314
23315 2006-10-16  Bruno Haible  <bruno@clisp.org>
23316
23317         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23318
23319 2006-10-16  Bruno Haible  <bruno@clisp.org>
23320
23321         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23322         * lib/sigprocmask.h: Include <sys/types.h>.
23323         (sigset_t): Use the system's definition if present.
23324
23325 2006-10-17  Eric Blake  <ebb9@byu.net>
23326
23327         * lib/xvasprintf.c (includes): Assume config.h.
23328         * lib/xasprintf.c (includes): Likewise.
23329
23330 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23331
23332         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23333         at least as wide as intmax_t.
23334
23335 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23336
23337         (Imported from Automake.)
23338         * build-aux/gnupload: Update to version 1.1 of directive file.
23339
23340 2006-10-16  Eric Blake  <ebb9@byu.net>
23341
23342         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23343         match Automake 1.10a.
23344
23345 2006-10-14  Bruno Haible  <bruno@clisp.org>
23346
23347         * modules/sigprocmask: New file.
23348         * lib/sigprocmask.h: New file.
23349         * lib/sigprocmask.c: New file.
23350         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23351         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23352         request sigprocmask.o.
23353         (gl_PREREQ_SIGPROCMASK): New macro.
23354         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23355         (Depends-on): Add sigprocmask.
23356         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23357         gt_SIGNALBLOCKING. Test for 'raise' only once.
23358         * lib/fatal-signal.c: Include sigprocmask.h.
23359         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23360         unblock_fatal_signals): Define always.
23361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23362         sigprocmask.
23363
23364 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23365
23366         Sync from Automake.
23367         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23368         which incorrectly sets the mode of an existing destination
23369         directory.  In some cases the unpatched install-sh could do the
23370         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23371         system.  We hope this is rare in practice, but it's clearly worth
23372         fixing.  Problem reported by Alex Unleashed in
23373         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23374         Also, don't bother to check for -m bugs unless we're using -m;
23375         suggested by Stepan Kasal.
23376
23377 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23378
23379         Sync from Automake.
23380         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23381         `-c' flag, so they appear at the same position as in %FASTDEP%
23382         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23383         which ignores unknown options only after the first non-option.
23384         Bug report against M4 by Nelson H. F. Beebe.
23385
23386 2006-10-13  Jim Meyering  <jim@meyering.net>
23387
23388         Fix a bug in yesterday's change.
23389         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23390         p->fts_statp->st_dev would be used uninitialized.
23391         Ensures that we always call fts_stat on the very first entry.
23392         Miklos Szeredi reported that find -xdev stopped working.
23393
23394 2006-10-12  Bruno Haible  <bruno@clisp.org>
23395
23396         * gnulib-tool (func_get_automake_snippet): Append an automatically
23397         computed EXTRA_DIST augmentation.
23398         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23399         * modules/alloca-opt (Makefile.am): Likewise.
23400         * modules/allocsa (Makefile.am): Likewise.
23401         * modules/arcfour (Makefile.am): Likewise.
23402         * modules/arctwo (Makefile.am): Likewise.
23403         * modules/argmatch (Makefile.am): Likewise.
23404         * modules/argz (Makefile.am): Likewise.
23405         * modules/atexit (Makefile.am): Likewise.
23406         * modules/backupfile (Makefile.am): Likewise.
23407         * modules/byteswap (Makefile.am): Likewise.
23408         * modules/c-strtod (Makefile.am): Likewise.
23409         * modules/c-strtold (Makefile.am): Likewise.
23410         * modules/calloc (Makefile.am): Likewise.
23411         * modules/canon-host (Makefile.am): Likewise.
23412         * modules/canonicalize (Makefile.am): Likewise.
23413         * modules/chdir-long (Makefile.am): Likewise.
23414         * modules/chdir-safer (Makefile.am): Likewise.
23415         * modules/check-version (Makefile.am): Likewise.
23416         * modules/chown (Makefile.am): Likewise.
23417         * modules/cloexec (Makefile.am): Likewise.
23418         * modules/close-stream (Makefile.am): Likewise.
23419         * modules/closeout (Makefile.am): Likewise.
23420         * modules/crc (Makefile.am): Likewise.
23421         * modules/csharpexec (Makefile.am): Likewise.
23422         * modules/cycle-check (Makefile.am): Likewise.
23423         * modules/des (Makefile.am): Likewise.
23424         * modules/dev-ino (Makefile.am): Likewise.
23425         * modules/dirfd (Makefile.am): Likewise.
23426         * modules/dirname (Makefile.am): Likewise.
23427         * modules/dup2 (Makefile.am): Likewise.
23428         * modules/eealloc (Makefile.am): Likewise.
23429         * modules/error (Makefile.am): Likewise.
23430         * modules/euidaccess (Makefile.am): Likewise.
23431         * modules/exclude (Makefile.am): Likewise.
23432         * modules/exitfail (Makefile.am): Likewise.
23433         * modules/fcntl-safer (Makefile.am): Likewise.
23434         * modules/fcntl (Makefile.am): Likewise.
23435         * modules/file-type (Makefile.am): Likewise.
23436         * modules/fileblocks (Makefile.am): Likewise.
23437         * modules/filemode (Makefile.am): Likewise.
23438         * modules/filenamecat (Makefile.am): Likewise.
23439         * modules/fnmatch (Makefile.am): Likewise.
23440         * modules/fopen-safer (Makefile.am): Likewise.
23441         * modules/fpending (Makefile.am): Likewise.
23442         * modules/fprintftime (Makefile.am): Likewise.
23443         * modules/free (Makefile.am): Likewise.
23444         * modules/fsusage (Makefile.am): Likewise.
23445         * modules/ftruncate (Makefile.am): Likewise.
23446         * modules/fts (Makefile.am): Likewise.
23447         * modules/gc-arcfour (Makefile.am): Likewise.
23448         * modules/gc-des (Makefile.am): Likewise.
23449         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23450         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23451         * modules/gc-md4 (Makefile.am): Likewise.
23452         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23453         * modules/gc-sha1 (Makefile.am): Likewise.
23454         * modules/gc (Makefile.am): Likewise.
23455         * modules/getaddrinfo (Makefile.am): Likewise.
23456         * modules/getcwd (Makefile.am): Likewise.
23457         * modules/getdelim (Makefile.am): Likewise.
23458         * modules/getdomainname (Makefile.am): Likewise.
23459         * modules/getgroups (Makefile.am): Likewise.
23460         * modules/gethostname (Makefile.am): Likewise.
23461         * modules/gethrxtime (Makefile.am): Likewise.
23462         * modules/getline (Makefile.am): Likewise.
23463         * modules/getloadavg (Makefile.am): Likewise.
23464         * modules/getlogin_r (Makefile.am): Likewise.
23465         * modules/getndelim2 (Makefile.am): Likewise.
23466         * modules/getopt (Makefile.am): Likewise.
23467         * modules/getpagesize (Makefile.am): Likewise.
23468         * modules/getpass-gnu (Makefile.am): Likewise.
23469         * modules/getpass (Makefile.am): Likewise.
23470         * modules/getsubopt (Makefile.am): Likewise.
23471         * modules/gettime (Makefile.am): Likewise.
23472         * modules/gettimeofday (Makefile.am): Likewise.
23473         * modules/getugroups (Makefile.am): Likewise.
23474         * modules/getusershell (Makefile.am): Likewise.
23475         * modules/glob (Makefile.am): Likewise.
23476         * modules/group-member (Makefile.am): Likewise.
23477         * modules/hard-locale (Makefile.am): Likewise.
23478         * modules/hash (Makefile.am): Likewise.
23479         * modules/hmac-md5 (Makefile.am): Likewise.
23480         * modules/hmac-sha1 (Makefile.am): Likewise.
23481         * modules/human (Makefile.am): Likewise.
23482         * modules/idcache (Makefile.am): Likewise.
23483         * modules/imaxabs (Makefile.am): Likewise.
23484         * modules/imaxdiv (Makefile.am): Likewise.
23485         * modules/inet_ntop (Makefile.am): Likewise.
23486         * modules/inet_pton (Makefile.am): Likewise.
23487         * modules/intprops (Makefile.am): Likewise.
23488         * modules/inttostr (Makefile.am): Likewise.
23489         * modules/inttypes (Makefile.am): Likewise.
23490         * modules/isapipe (Makefile.am): Likewise.
23491         * modules/javaversion (Makefile.am): Likewise.
23492         * modules/lchmod (Makefile.am): Likewise.
23493         * modules/lchown (Makefile.am): Likewise.
23494         * modules/localcharset (Makefile.am): Likewise.
23495         * modules/long-options (Makefile.am): Likewise.
23496         * modules/lstat (Makefile.am): Likewise.
23497         * modules/malloc (Makefile.am): Likewise.
23498         * modules/mathl (Makefile.am): Likewise.
23499         * modules/mbchar (Makefile.am): Likewise.
23500         * modules/md2 (Makefile.am): Likewise.
23501         * modules/md4 (Makefile.am): Likewise.
23502         * modules/md5 (Makefile.am): Likewise.
23503         * modules/memcasecmp (Makefile.am): Likewise.
23504         * modules/memchr (Makefile.am): Likewise.
23505         * modules/memcmp (Makefile.am): Likewise.
23506         * modules/memcoll (Makefile.am): Likewise.
23507         * modules/memcpy (Makefile.am): Likewise.
23508         * modules/memmem (Makefile.am): Likewise.
23509         * modules/memmove (Makefile.am): Likewise.
23510         * modules/mempcpy (Makefile.am): Likewise.
23511         * modules/memrchr (Makefile.am): Likewise.
23512         * modules/memset (Makefile.am): Likewise.
23513         * modules/memxor (Makefile.am): Likewise.
23514         * modules/mkancesdirs (Makefile.am): Likewise.
23515         * modules/mkdir-p (Makefile.am): Likewise.
23516         * modules/mkdir (Makefile.am): Likewise.
23517         * modules/mkdtemp (Makefile.am): Likewise.
23518         * modules/mkstemp (Makefile.am): Likewise.
23519         * modules/mktime (Makefile.am): Likewise.
23520         * modules/modechange (Makefile.am): Likewise.
23521         * modules/mountlist (Makefile.am): Likewise.
23522         * modules/nanosleep (Makefile.am): Likewise.
23523         * modules/obstack (Makefile.am): Likewise.
23524         * modules/openat (Makefile.am): Likewise.
23525         * modules/pagealign_alloc (Makefile.am): Likewise.
23526         * modules/pathmax (Makefile.am): Likewise.
23527         * modules/physmem (Makefile.am): Likewise.
23528         * modules/poll (Makefile.am): Likewise.
23529         * modules/posixtm (Makefile.am): Likewise.
23530         * modules/posixver (Makefile.am): Likewise.
23531         * modules/putenv (Makefile.am): Likewise.
23532         * modules/quote (Makefile.am): Likewise.
23533         * modules/quotearg (Makefile.am): Likewise.
23534         * modules/raise (Makefile.am): Likewise.
23535         * modules/read-file (Makefile.am): Likewise.
23536         * modules/readline (Makefile.am): Likewise.
23537         * modules/readlink (Makefile.am): Likewise.
23538         * modules/readtokens (Makefile.am): Likewise.
23539         * modules/readutmp (Makefile.am): Likewise.
23540         * modules/realloc (Makefile.am): Likewise.
23541         * modules/regex (Makefile.am): Likewise.
23542         * modules/rename-dest-slash (Makefile.am): Likewise.
23543         * modules/rename (Makefile.am): Likewise.
23544         * modules/rijndael (Makefile.am): Likewise.
23545         * modules/rmdir (Makefile.am): Likewise.
23546         * modules/rpmatch (Makefile.am): Likewise.
23547         * modules/safe-read (Makefile.am): Likewise.
23548         * modules/safe-write (Makefile.am): Likewise.
23549         * modules/same-inode (Makefile.am): Likewise.
23550         * modules/same (Makefile.am): Likewise.
23551         * modules/save-cwd (Makefile.am): Likewise.
23552         * modules/savedir (Makefile.am): Likewise.
23553         * modules/setenv (Makefile.am): Likewise.
23554         * modules/settime (Makefile.am): Likewise.
23555         * modules/sha1 (Makefile.am): Likewise.
23556         * modules/sig2str (Makefile.am): Likewise.
23557         * modules/snprintf (Makefile.am): Likewise.
23558         * modules/stat-macros (Makefile.am): Likewise.
23559         * modules/stat-time (Makefile.am): Likewise.
23560         * modules/stdbool (Makefile.am): Likewise.
23561         * modules/stdint (Makefile.am): Likewise.
23562         * modules/stdlib-safer (Makefile.am): Likewise.
23563         * modules/stpcpy (Makefile.am): Likewise.
23564         * modules/stpncpy (Makefile.am): Likewise.
23565         * modules/strcase (Makefile.am): Likewise.
23566         * modules/strcasestr (Makefile.am): Likewise.
23567         * modules/strchrnul (Makefile.am): Likewise.
23568         * modules/strcspn (Makefile.am): Likewise.
23569         * modules/strdup (Makefile.am): Likewise.
23570         * modules/strerror (Makefile.am): Likewise.
23571         * modules/strftime (Makefile.am): Likewise.
23572         * modules/strndup (Makefile.am): Likewise.
23573         * modules/strnlen (Makefile.am): Likewise.
23574         * modules/strpbrk (Makefile.am): Likewise.
23575         * modules/strsep (Makefile.am): Likewise.
23576         * modules/strstr (Makefile.am): Likewise.
23577         * modules/strtod (Makefile.am): Likewise.
23578         * modules/strtoimax (Makefile.am): Likewise.
23579         * modules/strtok_r (Makefile.am): Likewise.
23580         * modules/strtol (Makefile.am): Likewise.
23581         * modules/strtoll (Makefile.am): Likewise.
23582         * modules/strtoul (Makefile.am): Likewise.
23583         * modules/strtoull (Makefile.am): Likewise.
23584         * modules/strtoumax (Makefile.am): Likewise.
23585         * modules/strverscmp (Makefile.am): Likewise.
23586         * modules/sys_socket (Makefile.am): Likewise.
23587         * modules/sys_stat (Makefile.am): Likewise.
23588         * modules/sysexits (Makefile.am): Likewise.
23589         * modules/time_r (Makefile.am): Likewise.
23590         * modules/timegm (Makefile.am): Likewise.
23591         * modules/timespec (Makefile.am): Likewise.
23592         * modules/tmpfile-safer (Makefile.am): Likewise.
23593         * modules/trim (Makefile.am): Likewise.
23594         * modules/unistd-safer (Makefile.am): Likewise.
23595         * modules/unlinkdir (Makefile.am): Likewise.
23596         * modules/unlocked-io (Makefile.am): Likewise.
23597         * modules/userspec (Makefile.am): Likewise.
23598         * modules/utime (Makefile.am): Likewise.
23599         * modules/utimecmp (Makefile.am): Likewise.
23600         * modules/utimens (Makefile.am): Likewise.
23601         * modules/vasnprintf (Makefile.am): Likewise.
23602         * modules/vasprintf (Makefile.am): Likewise.
23603         * modules/vsnprintf (Makefile.am): Likewise.
23604         * modules/xalloc (Makefile.am): Likewise.
23605         * modules/xgetcwd (Makefile.am): Likewise.
23606         * modules/xnanosleep (Makefile.am): Likewise.
23607         * modules/xreadlink (Makefile.am): Likewise.
23608         * modules/xstrtod (Makefile.am): Likewise.
23609         * modules/xstrtol (Makefile.am): Likewise.
23610         * modules/xstrtold (Makefile.am): Likewise.
23611         * modules/yesno (Makefile.am): Likewise.
23612         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23613
23614 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23615
23616         * modules/error (Makefile.am): Distribute files through
23617         EXTRA_DIST, not lib_SOURCES.
23618
23619 2006-10-12  Eric Blake  <ebb9@byu.net>
23620
23621         * modules/error (Makefile.am): Distribute files in /lib.
23622         * modules/obstack (Makefile.am): Likewise.
23623
23624 2006-10-12  Bruno Haible  <bruno@clisp.org>
23625
23626         * modules/acl (Makefile.am): Distribute all files in lib/ through
23627         EXTRA_DIST.
23628         * modules/arcfour (Makefile.am): Likewise.
23629         * modules/arctwo (Makefile.am): Likewise.
23630         * modules/argmatch (Makefile.am): Likewise.
23631         * modules/argz (Makefile.am): Likewise.
23632         * modules/atexit (Makefile.am): Likewise.
23633         * modules/backupfile (Makefile.am): Likewise.
23634         * modules/c-strtod (Makefile.am): Likewise.
23635         * modules/c-strtold (Makefile.am): Likewise.
23636         * modules/calloc (Makefile.am): Likewise.
23637         * modules/canon-host (Makefile.am): Likewise.
23638         * modules/canonicalize (Makefile.am): Likewise.
23639         * modules/chdir-long (Makefile.am): Likewise.
23640         * modules/chdir-safer (Makefile.am): Likewise.
23641         * modules/check-version (Makefile.am): Likewise.
23642         * modules/chown (Makefile.am): Likewise.
23643         * modules/cloexec (Makefile.am): Likewise.
23644         * modules/close-stream (Makefile.am): Likewise.
23645         * modules/closeout (Makefile.am): Likewise.
23646         * modules/crc (Makefile.am): Likewise.
23647         * modules/cycle-check (Makefile.am): Likewise.
23648         * modules/des (Makefile.am): Likewise.
23649         * modules/dirfd (Makefile.am): Likewise.
23650         * modules/dirname (Makefile.am): Likewise.
23651         * modules/dup2 (Makefile.am): Likewise.
23652         * modules/euidaccess (Makefile.am): Likewise.
23653         * modules/exclude (Makefile.am): Likewise.
23654         * modules/exitfail (Makefile.am): Likewise.
23655         * modules/fcntl-safer (Makefile.am): Likewise.
23656         * modules/file-type (Makefile.am): Likewise.
23657         * modules/fileblocks (Makefile.am): Likewise.
23658         * modules/filemode (Makefile.am): Likewise.
23659         * modules/filenamecat (Makefile.am): Likewise.
23660         * modules/fnmatch (Makefile.am): Likewise.
23661         * modules/fopen-safer (Makefile.am): Likewise.
23662         * modules/fpending (Makefile.am): Likewise.
23663         * modules/fprintftime (Makefile.am): Likewise.
23664         * modules/free (Makefile.am): Likewise.
23665         * modules/fsusage (Makefile.am): Likewise.
23666         * modules/ftruncate (Makefile.am): Likewise.
23667         * modules/fts (Makefile.am): Likewise.
23668         * modules/gc (Makefile.am): Likewise.
23669         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23670         * modules/getaddrinfo (Makefile.am): Likewise.
23671         * modules/getcwd (Makefile.am): Likewise.
23672         * modules/getdelim (Makefile.am): Likewise.
23673         * modules/getdomainname (Makefile.am): Likewise.
23674         * modules/getgroups (Makefile.am): Likewise.
23675         * modules/gethostname (Makefile.am): Likewise.
23676         * modules/gethrxtime (Makefile.am): Likewise.
23677         * modules/getline (Makefile.am): Likewise.
23678         * modules/getloadavg (Makefile.am): Likewise.
23679         * modules/getlogin_r (Makefile.am): Likewise.
23680         * modules/getopt (Makefile.am): Likewise.
23681         * modules/getpass (Makefile.am): Likewise.
23682         * modules/getpass-gnu (Makefile.am): Likewise.
23683         * modules/getsubopt (Makefile.am): Likewise.
23684         * modules/gettime (Makefile.am): Likewise.
23685         * modules/gettimeofday (Makefile.am): Likewise.
23686         * modules/getugroups (Makefile.am): Likewise.
23687         * modules/getusershell (Makefile.am): Likewise.
23688         * modules/glob (Makefile.am): Likewise.
23689         * modules/group-member (Makefile.am): Likewise.
23690         * modules/hard-locale (Makefile.am): Likewise.
23691         * modules/hash (Makefile.am): Likewise.
23692         * modules/hmac-md5 (Makefile.am): Likewise.
23693         * modules/hmac-sha1 (Makefile.am): Likewise.
23694         * modules/human (Makefile.am): Likewise.
23695         * modules/idcache (Makefile.am): Likewise.
23696         * modules/imaxabs (Makefile.am): Likewise.
23697         * modules/imaxdiv (Makefile.am): Likewise.
23698         * modules/inet_ntop (Makefile.am): Likewise.
23699         * modules/inet_pton (Makefile.am): Likewise.
23700         * modules/inttostr (Makefile.am): Likewise.
23701         * modules/isapipe (Makefile.am): Likewise.
23702         * modules/lchown (Makefile.am): Likewise.
23703         * modules/long-options (Makefile.am): Likewise.
23704         * modules/lstat (Makefile.am): Likewise.
23705         * modules/malloc (Makefile.am): Likewise.
23706         * modules/mathl (Makefile.am): Likewise.
23707         * modules/mbchar (Makefile.am): Likewise.
23708         * modules/md2 (Makefile.am): Likewise.
23709         * modules/md4 (Makefile.am): Likewise.
23710         * modules/md5 (Makefile.am): Likewise.
23711         * modules/memcasecmp (Makefile.am): Likewise.
23712         * modules/memchr (Makefile.am): Likewise.
23713         * modules/memcmp (Makefile.am): Likewise.
23714         * modules/memcoll (Makefile.am): Likewise.
23715         * modules/memcpy (Makefile.am): Likewise.
23716         * modules/memmem (Makefile.am): Likewise.
23717         * modules/memmove (Makefile.am): Likewise.
23718         * modules/mempcpy (Makefile.am): Likewise.
23719         * modules/memrchr (Makefile.am): Likewise.
23720         * modules/memset (Makefile.am): Likewise.
23721         * modules/memxor (Makefile.am): Likewise.
23722         * modules/mkancesdirs (Makefile.am): Likewise.
23723         * modules/mkdir (Makefile.am): Likewise.
23724         * modules/mkdir-p (Makefile.am): Likewise.
23725         * modules/mkdtemp (Makefile.am): Likewise.
23726         * modules/mkstemp (Makefile.am): Likewise.
23727         * modules/mktime (Makefile.am): Likewise.
23728         * modules/modechange (Makefile.am): Likewise.
23729         * modules/mountlist (Makefile.am): Likewise.
23730         * modules/nanosleep (Makefile.am): Likewise.
23731         * modules/openat (Makefile.am): Likewise.
23732         * modules/pagealign_alloc (Makefile.am): Likewise.
23733         * modules/physmem (Makefile.am): Likewise.
23734         * modules/poll (Makefile.am): Likewise.
23735         * modules/posixtm (Makefile.am): Likewise.
23736         * modules/posixver (Makefile.am): Likewise.
23737         * modules/putenv (Makefile.am): Likewise.
23738         * modules/quote (Makefile.am): Likewise.
23739         * modules/quotearg (Makefile.am): Likewise.
23740         * modules/raise (Makefile.am): Likewise.
23741         * modules/read-file (Makefile.am): Likewise.
23742         * modules/readline (Makefile.am): Likewise.
23743         * modules/readlink (Makefile.am): Likewise.
23744         * modules/readtokens (Makefile.am): Likewise.
23745         * modules/readutmp (Makefile.am): Likewise.
23746         * modules/realloc (Makefile.am): Likewise.
23747         * modules/regex (Makefile.am): Likewise.
23748         * modules/rename (Makefile.am): Likewise.
23749         * modules/rename-dest-slash (Makefile.am): Likewise.
23750         * modules/rijndael (Makefile.am): Likewise.
23751         * modules/rmdir (Makefile.am): Likewise.
23752         * modules/rpmatch (Makefile.am): Likewise.
23753         * modules/safe-read (Makefile.am): Likewise.
23754         * modules/safe-write (Makefile.am): Likewise.
23755         * modules/same (Makefile.am): Likewise.
23756         * modules/save-cwd (Makefile.am): Likewise.
23757         * modules/savedir (Makefile.am): Likewise.
23758         * modules/setenv (Makefile.am): Likewise.
23759         * modules/settime (Makefile.am): Likewise.
23760         * modules/sha1 (Makefile.am): Likewise.
23761         * modules/sig2str (Makefile.am): Likewise.
23762         * modules/snprintf (Makefile.am): Likewise.
23763         * modules/stdlib-safer (Makefile.am): Likewise.
23764         * modules/stpcpy (Makefile.am): Likewise.
23765         * modules/stpncpy (Makefile.am): Likewise.
23766         * modules/strcase (Makefile.am): Likewise.
23767         * modules/strcasestr (Makefile.am): Likewise.
23768         * modules/strchrnul (Makefile.am): Likewise.
23769         * modules/strcspn (Makefile.am): Likewise.
23770         * modules/strdup (Makefile.am): Likewise.
23771         * modules/strerror (Makefile.am): Likewise.
23772         * modules/strftime (Makefile.am): Likewise.
23773         * modules/strndup (Makefile.am): Likewise.
23774         * modules/strnlen (Makefile.am): Likewise.
23775         * modules/strpbrk (Makefile.am): Likewise.
23776         * modules/strsep (Makefile.am): Likewise.
23777         * modules/strstr (Makefile.am): Likewise.
23778         * modules/strtod (Makefile.am): Likewise.
23779         * modules/strtoimax (Makefile.am): Likewise.
23780         * modules/strtok_r (Makefile.am): Likewise.
23781         * modules/strtol (Makefile.am): Likewise.
23782         * modules/strtoll (Makefile.am): Likewise.
23783         * modules/strtoul (Makefile.am): Likewise.
23784         * modules/strtoull (Makefile.am): Likewise.
23785         * modules/strtoumax (Makefile.am): Likewise.
23786         * modules/strverscmp (Makefile.am): Likewise.
23787         * modules/time_r (Makefile.am): Likewise.
23788         * modules/timegm (Makefile.am): Likewise.
23789         * modules/tmpfile-safer (Makefile.am): Likewise.
23790         * modules/unistd-safer (Makefile.am): Likewise.
23791         * modules/unlinkdir (Makefile.am): Likewise.
23792         * modules/userspec (Makefile.am): Likewise.
23793         * modules/utime (Makefile.am): Likewise.
23794         * modules/utimecmp (Makefile.am): Likewise.
23795         * modules/utimens (Makefile.am): Likewise.
23796         * modules/vasnprintf (Makefile.am): Likewise.
23797         * modules/vasprintf (Makefile.am): Likewise.
23798         * modules/vsnprintf (Makefile.am): Likewise.
23799         * modules/xalloc (Makefile.am): Likewise.
23800         * modules/xgetcwd (Makefile.am): Likewise.
23801         * modules/xnanosleep (Makefile.am): Likewise.
23802         * modules/xreadlink (Makefile.am): Likewise.
23803         * modules/xstrtod (Makefile.am): Likewise.
23804         * modules/xstrtol (Makefile.am): Likewise.
23805         * modules/xstrtold (Makefile.am): Likewise.
23806         * modules/yesno (Makefile.am): Likewise.
23807
23808 2006-10-12  Jim Meyering  <jim@meyering.net>
23809
23810         * m4/getloadavg.m4: Revert the change below.
23811
23812         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
23813         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
23814         fail with a symlink, which is what coreutils' ./bootstrap now
23815         creates by default.
23816
23817 2006-10-12  Bruno Haible  <bruno@clisp.org>
23818
23819         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
23820         mingw.
23821         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
23822         MSVC and mingw explicitly.
23823
23824 2006-10-11  Simon Josefsson  <jas@extundo.com>
23825             Bruno Haible  <bruno@clisp.org>
23826
23827         Add support for multiple gnulib-tool invocations in the scope of a
23828         single configure.ac file.
23829         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
23830         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
23831         with the same contents as the _LIBADD variable.
23832         (func_emit_initmacro_start, func_emit_initmacro_end,
23833         func_emit_initmacro_done): New functions.
23834         (func_import, func_create_testdir): Invoke them. Allow the identifiers
23835         gl_LIBOBJS and gl_LTLIBOBJS.
23836
23837 2006-10-11  Bruno Haible  <bruno@clisp.org>
23838
23839         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
23840         (func_create_testdir): Don't create po/Makefile.am, don't invoke
23841         autoreconf. Instead, invoke autopoint explicitly but move back the
23842         *.m4 files from gnulib.
23843
23844 2006-10-11  Bruno Haible  <bruno@clisp.org>
23845
23846         * gnulib-tool (func_usage): Make module names after --create-testdir
23847         optional.
23848         (func_create_testdir): If no module was specified, use nearly all
23849         modules.
23850
23851 2006-10-12  Jim Meyering  <jim@meyering.net>
23852
23853         Big performance improvement for fts-based tools that use FTS_NOSTAT.
23854         Avoid spurious inode-mismatch problems on non-POSIX file systems.
23855         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
23856         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
23857         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
23858         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
23859         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
23860         (fts_set_stat_required): New function.
23861         (fts_open): Defer the calls to fts_stat, if possible or requested.
23862         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
23863         into fts_stat itself.
23864         (fts_read): Perform any required (deferred) fts_stat call.
23865         (fts_build): Likewise, for the directory we're about to open and read.
23866         In the readdir loop, carefully decide whether each entry will require
23867         an eventual call to fts_stat, using dirent.d_type info if available.
23868         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
23869         a command line argument into this function.  Update all callers.
23870         Map a return value of FTS_DOT to FTS_D for a command line argument.
23871         * modules/fts (Depends-on): Add d-type.  Alphabetize.
23872         Thanks to Miklos Szeredi for his tenacity and for the initial
23873         bug report about "find" failing on a FUSE-based file system.
23874
23875         * lib/fts.c (fts_open): Use consistent indentation.
23876
23877 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23878
23879         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
23880         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
23881         reported by Jim Meyering.  All uses of cache variables renamed
23882         to match Autoconf's.
23883         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
23884         the other one.
23885
23886         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
23887         Fix misspelling in diagnostic.
23888
23889 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23890
23891         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
23892         defined.  Problem reported by Matthew Woehlke.
23893
23894         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
23895         Add support for Tandem NonStop R series.
23896         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
23897         Use new macro.
23898
23899         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
23900         (has_trailing_slash): Omit size arg; all callers changed.
23901         Omit 'inline', since it doesn't help performance and we'd
23902         need to configure it.
23903         Don't count //, ///, etc. as having a trailing slash.
23904         As a side effect, this removes a C99ism reported by Matthew Woehlke.
23905         (rpl_rename_dest_slash): On failure, use rename's errno rather
23906         than (in some cases) an incorrect or junk errno.
23907         Simplify code by removing need to compute length; this does
23908         cause it to make two passes instead of one over the file name,
23909         but it's worth it.
23910
23911         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23912         change, since Autoconf's version may no longer be appropriate now
23913         that we are using CVS Autoconf's version.  Add support for Tandem.
23914
23915 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23916             Bruno Haible  <bruno@clisp.org>
23917
23918         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23919         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23920         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23921         gl_AC_TYPE_LONG_LONG.
23922
23923         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23924         instead of HAVE_LONG_LONG.
23925         * lib/printf-args.c (printf_fetchargs): Likewise.
23926         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23927         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23928         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23929         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23930         gl_AC_TYPE_LONG_LONG.
23931
23932 2006-10-11  Bruno Haible  <bruno@clisp.org>
23933
23934         * m4/longlong.m4: Add comments.
23935         * m4/ulonglong.m4: Likewise.
23936
23937 2006-10-10  Bruno Haible  <bruno@clisp.org>
23938
23939         Make it possible to #define stpcpy, strdup to aliases.
23940         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23941         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23942
23943 2006-10-10  Bruno Haible  <bruno@clisp.org>
23944
23945         Make it possible to #define gcd to an alias.
23946         * lib/gcd.c: Include config.h.
23947
23948 2006-10-10  Bruno Haible  <bruno@clisp.org>
23949
23950         Make it possible to #define c_isascii to an alias.
23951         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23952         defined. Undefine the macros before defining them, to avoid gcc
23953         warnings.
23954         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23955         define NO_C_CTYPE_MACROS early.
23956
23957 2006-10-10  Bruno Haible  <bruno@clisp.org>
23958
23959         Make it possible to #define set_program_name to an alias.
23960         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23961         ENABLE_RELOCATABLE early.
23962
23963 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23964
23965         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23966         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23967         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23968         More generally, don't assume that 64-bit signed int is available
23969         if unsigned int is, and vice versa.
23970         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23971         unsigned symbols, not on their signed counterparts.
23972         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23973         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23974         (UINT64_C, UINTMAX_C):
23975         Likewise.
23976         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23977         unsigned counterparts.
23978         (Have_long_long, Unsigned): New macros.
23979         (Int): Renamed from INT.
23980         (strtoimax): Use the new macros.
23981         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23982         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23983         * modules/inttypes (inttypes.h): Substitute
23984         HAVE_UNSIGNED_LONG_LONG_INT.
23985         * modules/stdint (stdint.h): Likewise.
23986         (Files): Add m4/ulonglong.m4.
23987
23988 2006-10-10  Bruno Haible  <bruno@clisp.org>
23989
23990         Fix a gcc -Wshadow warning.
23991         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23992         to 'bucket'.
23993         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23994         gl_linked_indexof_from_to): Likewise.
23995         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23996         Likewise.
23997         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23998         Likewise.
23999         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
24000         Reported by Eric Blake.
24001
24002 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
24003
24004         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
24005         for NetBSD.  Problem reported by Bruno Haible.
24006
24007 2006-10-09  Jim Meyering  <jim@meyering.net>
24008
24009         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
24010         Patch from Bruno Haible.
24011
24012 2006-10-09  Jim Meyering  <jim@meyering.net>
24013
24014         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
24015         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
24016         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
24017
24018 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24019
24020         Don't include <config.h> twice; this doesn't work in some cases,
24021         e.g., when config.h has "#define intmax_t long long int" and
24022         we include <config.h>, <inttypes.h>, <config.h> in that order.
24023         Problem reported by Matthew Woehlke in:
24024         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
24025         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
24026         * lib/fts-cycle.c: Don't include config.h.
24027         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
24028         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
24029         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
24030         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
24031         inttypes.h.
24032         * lib/xstrtoumax.c: Likewise.
24033         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
24034         __strtol and the like, so that this module is more like its siblings.
24035         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
24036         Remove; no longer needed now that we assume gnulib inttypes.h.
24037
24038 2006-10-08  Bruno Haible  <bruno@clisp.org>
24039
24040         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
24041         option.
24042
24043 2006-10-07  Jim Meyering  <jim@meyering.net>
24044
24045         * modules/inttypes (inttypes.h): Revert what seems to have been
24046         an inadvertent part of today's change: use "|", not "/" in the
24047         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
24048
24049 2006-10-07  Bruno Haible  <bruno@clisp.org>
24050
24051         * modules/sublist: New file.
24052
24053 2006-10-07  Bruno Haible  <bruno@clisp.org>
24054
24055         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
24056         * modules/argz (argz.h): Likewise.
24057         * modules/arpa_inet (arpa/inet.h): Likewise.
24058         * modules/byteswap (byteswap.h): Likewise.
24059         * modules/configmake (configmake.h): Likewise.
24060         * modules/fcntl (fcntl.h): Likewise.
24061         * modules/fnmatch (fnmatch.h): Likewise.
24062         * modules/getopt (getopt.h): Likewise.
24063         * modules/glob (glob.h): Likewise.
24064         * modules/inttypes (inttypes.h): Likewise.
24065         * modules/netinet_in (netinet/in.h): Likewise.
24066         * modules/poll (poll.h): Likewise.
24067         * modules/stdbool (stdbool.h): Likewise.
24068         * modules/stdint (stdint.h): Likewise.
24069         * modules/sys_select (sys/select.h): Likewise.
24070         * modules/sys_socket (sys/socket.h): Likewise.
24071         * modules/sys_stat (sys/stat.h): Likewise.
24072         * modules/sysexits (sysexits.h): Likewise.
24073         * modules/unistd (unistd.h): Likewise.
24074         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24075         Add a "DO NOT EDIT" comment to the generated file.
24076         (func_import): Likewise for gnulib-comp.m4.
24077
24078 2006-10-07  Bruno Haible  <bruno@clisp.org>
24079
24080         * lib/gl_sublist.h: New file.
24081         * lib/gl_sublist.c: New file.
24082
24083 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24084
24085         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24086         name (relative to the original working directory) and the file
24087         name component (relative to the temporary working directory).  All
24088         callers changed.
24089         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24090         * lib/mkdir-p.c (make_dir_parents): Likewise.
24091         * lib/mkdir-p.h (make_dir_parents): Likewise.
24092
24093 2006-10-06  Eric Blake  <ebb9@byu.net>
24094
24095         Define several macros for use by the clean-temp module.
24096         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24097         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24098         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24099
24100         * lib/clean-temp.h (close_stream_temp): New declaration.
24101         * lib/clean-temp.c (includes): Pull in headers according to what
24102         other modules are in use.
24103         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24104
24105 2006-10-06  Bruno Haible  <bruno@clisp.org>
24106
24107         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24108         instead of fopen, fwriteerror.
24109
24110 2006-10-06  Bruno Haible  <bruno@clisp.org>
24111
24112         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24113         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24114         int.
24115         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24116         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24117         Return an error indicator.
24118         Suggested by Eric Blake.
24119
24120 2006-10-06  Bruno Haible  <bruno@clisp.org>
24121
24122         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24123         Reported by Eric Blake.
24124
24125 2006-10-06  Bruno Haible  <bruno@clisp.org>
24126
24127         * modules/closeout (Description): Mention stderr too.
24128
24129 2006-10-06  Bruno Haible  <bruno@clisp.org>
24130         and Paul Eggert  <eggert@cs.ucla.edu>
24131
24132         * lib/closeout.c (close_stdout): Also close stderr.
24133         * lib/closeout.h: Update comment.
24134
24135 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24136
24137         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24138         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24139         * lib/dirchownmod.c: Include lchown.h.
24140         * lib/lchown.c: Don't include files that lchown.h now includes.
24141         Don't declare chown, since lchown.h now does that.
24142         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24143         (lchown): Define to rpl_chown if lchown is declared but
24144         does not exist.  Declare using a prototype if lchown is not
24145         declared.  Add a copyright notice.
24146         * lib/mkstemp.h: Include <unistd.h>.
24147         * lib/openat.c: Include lchown.h.
24148
24149         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24150         we now test for that separately.
24151         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24152         rather than O_NOFOLLOW, when testing whether it's possible to
24153         avoid a race condition reliably.
24154         * lib/savewd.c (savewd_chdir): Likewise.
24155
24156         Remove macros that are no longer needed now that stdint.h is
24157         reliable.
24158         * lib/fsusage.c (UINTMAX_MAX): Remove.
24159         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24160         * lib/utimecmp.c (SIZE_MAX): Remove.
24161
24162         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24163
24164         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24165         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24166         O_NOATIME works.
24167
24168 2006-10-05  Bruno Haible  <bruno@clisp.org>
24169
24170         * lib/gl_list.h (gl_sortedlist_search_from_to,
24171         gl_sortedlist_indexof_from_to): New declarations.
24172         (gl_list_implementation): New fields sortedlist_search_from_to,
24173         sortedlist_indexof_from_to.
24174         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24175         inline functions.
24176         * lib/gl_list.c (gl_sortedlist_search_from_to,
24177         gl_sortedlist_indexof_from_to): New functions.
24178         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24179         function.
24180         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24181         (gl_array_sortedlist_search_from_to): New function.
24182         (gl_array_list_implementation): Update.
24183         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24184         function.
24185         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24186         (gl_carray_sortedlist_search_from_to): New function.
24187         (gl_carray_list_implementation): Update.
24188         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24189         gl_linked_sortedlist_indexof_from_to): New functions.
24190         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24191         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24192         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24193         gl_tree_sortedlist_indexof_from_to): New functions.
24194         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24195         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24196         Update.
24197         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24198         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24199         Update.
24200
24201 2006-10-05  Bruno Haible  <bruno@clisp.org>
24202
24203         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24204         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24205         (struct gl_list_implementation): Add fields search_from_to,
24206         indexof_from_to. Remove fields search, indexof.
24207         (gl_list_search): Use the search_from_to method.
24208         (gl_list_search_from, gl_list_search_from_to): New functions.
24209         (gl_list_indexof): Use the indexof_from_to method.
24210         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24211         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24212         (gl_list_search_from, gl_list_search_from_to): New functions.
24213         (gl_list_indexof): Use the indexof_from_to method.
24214         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24215         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24216         gl_array_indexof. Add start_index, end_index arguments.
24217         (gl_array_search_from_to): Renamed from gl_array_search. Add
24218         start_index, end_index arguments.
24219         (gl_array_remove, gl_array_list_implementation): Update.
24220         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24221         gl_carray_indexof. Add start_index, end_index arguments.
24222         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24223         start_index, end_index arguments.
24224         (gl_carray_remove, gl_carray_list_implementation): Update.
24225         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24226         gl_linked_search. Add start_index, end_index arguments.
24227         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24228         start_index, end_index arguments.
24229         (gl_linked_remove): Update.
24230         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24231         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24232         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24233         field to 'size_t'.
24234         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24235         gl_tree_search. Add start_index, end_index arguments.
24236         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24237         start_index, end_index arguments.
24238         (gl_tree_remove): Update.
24239         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24240         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24241         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24242         function.
24243         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24244         gl_tree_search. Add start_index, end_index arguments.
24245         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24246         start_index, end_index arguments.
24247         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24248         Update.
24249         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24250
24251 2006-10-05  Bruno Haible  <bruno@clisp.org>
24252
24253         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24254
24255         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24256         fwriteerror_temp): New declarations.
24257         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24258         (descriptors): New variable.
24259         (cleanup): First, close the descriptors.
24260         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24261         fclose_temp, fwriteerror_temp): New functions.
24262
24263 2006-10-04  Jim Meyering  <jim@meyering.net>
24264
24265         * lib/fts.c (fts_open): Tiny comment change.
24266
24267 2006-10-04  Bruno Haible  <bruno@clisp.org>
24268
24269         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24270         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24271         gl_LOCK_BODY.
24272         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24273         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24274         gl_LOCK_EARLY_BODY.
24275         (gl_LOCK): Require gl_LOCK_BODY.
24276
24277 2006-10-04  Bruno Haible  <bruno@clisp.org>
24278
24279         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24280         (gl_oset_search_atleast): New declaration.
24281         (struct gl_oset_implementation): Add field 'search_atleast'.
24282         (gl_oset_search_atleast): New inline function.
24283         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24284         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24285         (gl_array_oset_implementation): Update.
24286         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24287         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24288         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24289
24290 2006-10-04  Bruno Haible  <bruno@clisp.org>
24291
24292         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24293
24294 2006-10-03  Bruno Haible  <bruno@clisp.org>
24295
24296         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24297         from gl_avltreehash_list_implementation.
24298
24299 2006-10-03  Bruno Haible  <bruno@clisp.org>
24300
24301         * lib/gl_oset.c (gl_oset_add): Fix return type.
24302
24303 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24304
24305         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24306
24307 2006-10-02  Eric Blake  <ebb9@byu.net>
24308
24309         * modules/strnlen (Depends-on): Add extensions.
24310
24311 2006-10-02  Eric Blake  <ebb9@byu.net>
24312
24313         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24314         definition in 2.60+.
24315
24316 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24317
24318         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24319         checks.
24320
24321 2006-10-02  Bruno Haible  <bruno@clisp.org>
24322
24323         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24324         to the AUTOMAKE_OPTIONS.
24325         Reported by Jim Meyering.
24326
24327 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24328
24329         Work around bug in Solaris 10 /proc file system:
24330         /proc/self/fd/NNN/.. isn't the parent directory of
24331         the directory whose file descriptor is NNN.  This needs to
24332         be worked around at run time, not compile time, since a
24333         program might be built on Solaris 8, where things work, and
24334         run on Solaris 10.
24335         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24336         to use the following interface instead:
24337         (OPENAT_BUFFER_SIZE): New macro.
24338         (openat_proc_name): New function.
24339         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24340         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24341         Likewise.
24342         * lib/openat-proc.c: New file.
24343         * modules/openat (Files): Add lib/openat-proc.c.
24344         (Depends-on): Add same-inode, stdbool.
24345         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24346
24347 2006-09-29  Bruno Haible  <bruno@clisp.org>
24348
24349         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24350         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24351         argument. Set stdout_closed before testing for ferror, not after.
24352         (fwriteerror, fwriteerror_no_ebadf): New functions.
24353
24354 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24355
24356         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24357
24358 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24359
24360         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24361         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24362
24363 2006-09-28  Jim Meyering  <jim@meyering.net>
24364
24365         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24366         Include <unistd.h>.
24367
24368 2006-09-28  Bruno Haible  <bruno@clisp.org>
24369
24370         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24371         * modules/linkedhash-list (Depends-on): Likewise.
24372         * modules/rbtreehash-list (Depends-on): Likewise.
24373
24374 2006-09-28  Bruno Haible  <bruno@clisp.org>
24375
24376         * lib/strndup.h: Simplify the redefinition of strndup.
24377         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24378         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24379
24380 2006-09-28  Bruno Haible  <bruno@clisp.org>
24381
24382         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24383         * lib/gl_linkedhash_list.c: Likewise.
24384         * lib/gl_rbtreehash_list.c: Likewise.
24385
24386 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24387
24388         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24389         getaddrinfo.
24390
24391         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24392         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24393         it causes <stdio_ext.h> to cause a compile-time error.
24394         Problem reported by Nelson H. F. Beebe.
24395         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24396         of HAVE_DECL___PENDING.
24397
24398         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24399         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24400         declaration.
24401
24402 2006-09-27  Jim Meyering  <jim@meyering.net>
24403
24404         This file could end up with a definition for a function
24405         named __strndup, rather than rpl_strndup on a system with
24406         incomplete weak_alias support.
24407         * lib/strndup.c (strndup): Rename from __strndup.
24408         Remove #defines that used to map __strndup to strndup.
24409         Don't use K&R prototypes.
24410         Remove LIBC-related code, since this file is not sync'd with glibc.
24411         * lib/strndup.h: Revamp, accordingly.
24412         * m4/strndup.m4: Modernize.
24413
24414 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24415
24416         * modules/savewd (Depends-on): Add 'raise'.
24417         * lib/savewd.c: Include <signal.h>, for 'raise'.
24418
24419 2006-09-26  Jim Meyering  <jim@meyering.net>
24420
24421         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24422         when we detect Darwin 8.7.0's acl_get_file bug.
24423         Rearrange to perform the new (below) run-test while $LIBS
24424         contains any acl-related library.  Set USE_ACL at the end.
24425         (gl_ACL_GET_FILE): New function.
24426
24427 2006-09-26  Eric Blake  <ebb9@byu.net>
24428
24429         * lib/verror.c: Include <config.h> unconditionally.
24430
24431 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24432
24433         * modules/clock-time (Maintainer): Add self.
24434         * modules/getlogin_r (Depends-on): Add extensions.
24435
24436 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24437
24438         * modules/clock-time: New module.
24439         * modules/nanosleep (Depends-on): Add clock-time.
24440         * modules/gethrxtime (Depends-on): Likewise.
24441         * modules/gettime (Depends-on): Likewise.
24442         * modules/settime (Depends-on): Likewise.
24443
24444         * modules/fts-lgpl: Depend on openat.
24445         * modules/mkancesdirs: Depend on savewd.
24446         * modules/mkdir-p: Likewise.
24447
24448 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24449
24450         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24451
24452         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24453         `gl_have_arbitrary_file_name_length_limit' to
24454         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24455         actually works between configure runs.
24456
24457 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24458             Bruno Haible  <bruno@clisp.org>
24459
24460         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24461
24462 2006-09-25  Jim Meyering  <jim@meyering.net>
24463
24464         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24465         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24466
24467 2006-09-25  Eric Blake  <ebb9@byu.net>
24468
24469         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24470         exec's in 2006-09-18 patch when shuffling fds.
24471
24472 2006-09-25  Bruno Haible  <bruno@clisp.org>
24473
24474         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24475         Reported by Jim Meyering.
24476
24477 2006-09-24  Jim Meyering  <jim@meyering.net>
24478
24479         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24480         compare a pointer against a literal "0".  That caused failures with
24481         at least HP-UX's hpcc.
24482
24483 2006-09-22  Simon Josefsson  <jas@extundo.com>
24484
24485         * modules/gc-sha1:
24486         * modules/gc-md4:
24487         * modules/gc-hmac-sha1:
24488         * modules/gc-hmac-md5:
24489         * modules/gc-des:
24490         * modules/gc-arcfour: Distribute more files.
24491
24492 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24493
24494         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24495         (gl_linked_iterator_from_to): Initialize struct completely.
24496         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24497         (gl_tree_iterator_from_to): Likewise
24498         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24499         * lib/gl_array_list.c [lint] (gl_array_iterator)
24500         (gl_array_iterator_from_to): Likewise.
24501         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24502         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24503         (gl_carray_iterator_from_to): Likewise.
24504
24505         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24506         * lib/md4.c (md4_process_block): Remove unused variable.
24507         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24508         parentheses for clarity.
24509
24510 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24511
24512         * modules/bison-i18n (Depends-on): Add gettext.
24513
24514 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24515
24516         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24517         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24518         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24519         also add missing comma that caused broken test.
24520         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24521         stdlib.h, for `abort'.
24522         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24523         variables.
24524         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24525         include unistd.h if present, for `rmdir'.
24526         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24527         variables.
24528         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24529         in the process include standard headers for prototypes.
24530         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24531         gets declared on GNU/Linux.
24532         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24533         unistd.h, for `rmdir'.
24534         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24535
24536         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24537         always true.
24538         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24539
24540         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24541
24542 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24543
24544         * gnulib-tool (func_version): Create output all at once.  This
24545         may help avoid triggering unnecessary SIGPIPEs, and at any
24546         rate it doesn't hurt.
24547
24548 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24549             Bruno Haible  <bruno@clisp.org>
24550
24551         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24552         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24553         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24554
24555         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24556         (gl_FUNC_VASPRINTF): Invoke it.
24557
24558 2006-09-22  Bruno Haible  <bruno@clisp.org>
24559
24560         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24561         getloadavg.c as first argument.
24562
24563 2006-09-22  Bruno Haible  <bruno@clisp.org>
24564
24565         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24566         at the beginning of the gl_INIT macro.
24567         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24568         gl_GETLOADAVG.
24569
24570 2006-09-22  Bruno Haible  <bruno@clisp.org>
24571
24572         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24573         module.
24574         Suggested by Ralf Wildenhues.
24575
24576 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24577
24578         Import this patch from libc:
24579
24580         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24581
24582         * lib/regex_internal.c (re_string_reconstruct): Handle
24583         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24584         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24585         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24586         re_string_context_at.
24587
24588         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24589         now requires it.
24590         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24591         gl_REGEX now does it for us.
24592         (gl_REGEX): Add test taken from
24593         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24594
24595         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24596         Check that large offsets work.  Modernize Autoconf usages.
24597         Prefer "yes" to mean a good thing rather than a bad.
24598         Don't put "#define mkstemp" in config.h, as this might interfere
24599         with standard system headers that "#define mkstemp mkstemp64".
24600
24601         * modules/mkstemp (Depends-on): Add extensions, so that
24602         mkstemp is visible on some platforms.
24603         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24604         (Include): Change to "mkstemp.h" from <stdlib.h>.
24605         (Files): Add mkstemp.h.
24606
24607         * lib/mkstemp.h: New file, since some standard headers
24608         #define mkstemp.
24609         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24610         Include "mkstemp.h".
24611         Make the _LIBC code resemble glibc original more,
24612         e.g., use K&R style.
24613         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24614         (mkstemp): Remove, since mkstemp.h does this for us.
24615         * lib/stdlib--.h: Include mkstemp.h.
24616
24617         Import this patch from libc:
24618
24619         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24620
24621         * lib/tempname.c (__gen_tempname): Change attempts_min
24622         into a macro.  Use preprocessor to decide how to initialize
24623         attempts [Coverity CID 67].
24624
24625 2006-09-20  Bruno Haible  <bruno@clisp.org>
24626
24627         * lib/mkdtemp.c: Import from libc.
24628         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24629                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24630                 attempts_min into a macro.  Use preprocessor to decide how to
24631                 initialize attempts [Coverity CID 67].
24632         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24633                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24634                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24635
24636 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24637
24638         * gnulib-tool (func_exit): New function, to allow to pass the
24639         exit status portably through the trap.  Use everywhere.
24640         (--help, --version): Signal a write error.
24641         (trap): catch SIGPIPE, for write errors.
24642         Exit at the end of the trap, with the correct exit status.
24643
24644 2006-09-19  Karl Berry  <karl@gnu.org>
24645
24646         * doc/gnulib.texi: note about the license texinfo files.
24647
24648 2006-09-19  Eric Blake  <ebb9@byu.net>
24649
24650         * gnulib-tool: Avoid space-tab.
24651
24652 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24653
24654         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24655         that prevented coreutils 6.1 from building.  Problem reported
24656         by Petter Reinholdtsen.
24657
24658 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24659
24660         * gnulib-tool (avoidlist): Fix typo that broke options like
24661         --avoid=lock that are used by coreutils bootstrap.
24662
24663 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24664
24665         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24666         more systematically.
24667
24668 2006-09-18  Jim Meyering  <jim@meyering.net>
24669
24670         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24671
24672 2006-09-18  Bruno Haible  <bruno@clisp.org>
24673
24674         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24675
24676 2006-09-18  Bruno Haible  <bruno@clisp.org>
24677
24678         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24679         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24680         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24681         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24682         * m4/gettext.m4: Require autoconf >= 2.52.
24683         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24684         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24685         of gl_cv_header_inttypes_h.
24686
24687 2006-09-18  Bruno Haible  <bruno@clisp.org>
24688
24689         * lib/javaversion.c: Include configmake.h.
24690
24691 2006-09-18  Bruno Haible  <bruno@clisp.org>
24692
24693         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24694         avoid that the while loops be executed in a subshell.
24695
24696 2006-09-18  Bruno Haible  <bruno@clisp.org>
24697
24698         * MODULES.html.sh (func_module): Break long lines.
24699         Suggested by Bruce Korb <bkorb@gnu.org>.
24700
24701 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24702
24703         Speed up by a factor of 1.12.
24704         * gnulib-tool (nl): New variable.
24705         (func_import): Rewrite include directive extraction to only read each
24706         directive once.
24707
24708 2006-09-17  Bruno Haible  <bruno@clisp.org>
24709
24710         * modules/javaversion (Makefile.am): Remove DEFS setting.
24711         (Depends-on): Add configmake, for PKGDATADIR definition.
24712
24713 2006-09-17  Bruno Haible  <bruno@clisp.org>
24714
24715         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24716
24717 2006-09-17  Bruno Haible  <bruno@clisp.org>
24718
24719         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24720         (func_modules_transitive_closure, func_modules_add_dummy,
24721         func_modules_to_filelist, func_import, func_create_testdir,
24722         func_create_megatestdir, ...): Use it wherever possible.
24723         Suggested by Ralf Wildenhues.
24724
24725 2006-09-16  Karl Berry  <karl@gnu.org>
24726
24727         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24728         to avoid sectioning errors.
24729         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24730         [ifinfo]: blank line after @center-ed titles.
24731         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
24732         Spell FSF address consistently with others.
24733         (These changes approved by rms.)
24734
24735 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24736
24737         Speed up by a factor of 1.61.
24738         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
24739         already checked module names again.
24740
24741 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24742
24743         Speed up by a factor of 1.13.
24744         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
24745         for new_files, and the input to func_add_or_update.
24746
24747 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24748
24749         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
24750         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
24751
24752 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24753
24754         * modules/mkancesdirs (Depends-on): Add fcntl.
24755         * modules/savewd: New file.
24756         * MODULES.html.sh (File system functions): Add savewd.
24757
24758         * modules/configmake (Makefile.am): Add support for the
24759         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
24760
24761 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24762
24763         * m4/savewd.m4: New file.
24764
24765 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24766
24767         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
24768         (dirchownmod): New arg FD.  All callers changed.
24769         Use FD rather than opening the directory ourself, as opening is
24770         now the caller's responsibility.
24771         * lib/dirchownmod.h: Likewise.
24772         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
24773         hosts that require <sys/types.h> before <sys/stat.h>.  Include
24774         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
24775         (test_dir): Remove.
24776         (mkancesdirs): Return length of prefix of FILE that has already
24777         been made, or -2 if there is a child doing the work.  Redo
24778         algorithm so that it is O(N) rather than O(N**2).  Optimize away
24779         ".", and treat ".." specially since it might stray back into
24780         already-created areas.  Use a subprocess if necessary.  New arg
24781         WD; all users changed.  MAKE_DIR function should now return 1
24782         if it creates a directory that is not readable.  Return -2 if
24783         a child process is spun off.
24784         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
24785         Adjust signature to match code.
24786         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
24787         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
24788         all users changed.
24789         * lib/savewd.c, lib/savewd.h: New files.
24790
24791 2006-09-15  Jim Meyering  <jim@meyering.net>
24792
24793         * modules/rename-dest-slash: New module.
24794         * MODULES.html.sh (posix_compat): Add it here.
24795
24796         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
24797
24798 2006-09-15  Jim Meyering  <jim@meyering.net>
24799
24800         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
24801         file.
24802
24803         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
24804
24805 2006-09-15  Jim Meyering  <jim@meyering.net>
24806
24807         * lib/rename-dest-slash.c (has_trailing_slash): Use
24808         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
24809         (rpl_rename_dest_slash): Perform the cheaper trailing slash
24810         test before testing whether SRC is a directory.
24811         Suggestions from Bruno Haible.
24812
24813         Avoid a warning about an unused variable.
24814         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
24815         into the #ifdef block where it's used.
24816
24817         * lib/rename-dest-slash.c: New file.
24818
24819 2006-09-14  Bruno Haible  <bruno@clisp.org>
24820
24821         * lib/allocsa.c: Include <config.h> unconditionally.
24822         * lib/asnprintf.c: Likewise.
24823         * lib/asprintf.c: Likewise.
24824         * lib/c-strcasecmp.c: Likewise.
24825         * lib/c-strcasestr.c: Likewise.
24826         * lib/c-strncasecmp.c: Likewise.
24827         * lib/c-strstr.c: Likewise.
24828         * lib/classpath.c: Likewise.
24829         * lib/clean-temp.c: Likewise.
24830         * lib/concatpath.c: Likewise.
24831         * lib/copy-file.c: Likewise.
24832         * lib/csharpcomp.c: Likewise.
24833         * lib/csharpexec.c: Likewise.
24834         * lib/execute.c: Likewise.
24835         * lib/fatal-signal.c: Likewise.
24836         * lib/findprog.c: Likewise.
24837         * lib/fwriteerror.c: Likewise.
24838         * lib/gl_array_list.c: Likewise.
24839         * lib/gl_array_oset.c: Likewise.
24840         * lib/gl_avltree_list.c: Likewise.
24841         * lib/gl_avltree_oset.c: Likewise.
24842         * lib/gl_avltreehash_list.c: Likewise.
24843         * lib/gl_carray_list.c: Likewise.
24844         * lib/gl_linked_list.c: Likewise.
24845         * lib/gl_linkedhash_list.c: Likewise.
24846         * lib/gl_list.c: Likewise.
24847         * lib/gl_oset.c: Likewise.
24848         * lib/gl_rbtree_list.c: Likewise.
24849         * lib/gl_rbtree_oset.c: Likewise.
24850         * lib/gl_rbtreehash_list.c: Likewise.
24851         * lib/imaxabs.c: Likewise.
24852         * lib/imaxdiv.c: Likewise.
24853         * lib/javacomp.c: Likewise.
24854         * lib/javaexec.c: Likewise.
24855         * lib/javaversion.c: Likewise.
24856         * lib/linebreak.c: Likewise.
24857         * lib/localcharset.c: Likewise.
24858         * lib/lock.c: Likewise.
24859         * lib/mbchar.c: Likewise.
24860         * lib/mbswidth.c: Likewise.
24861         * lib/mkdtemp.c: Likewise.
24862         * lib/pipe.c: Likewise.
24863         * lib/printf-args.c: Likewise.
24864         * lib/printf-parse.c: Likewise.
24865         * lib/progname.c: Likewise.
24866         * lib/progreloc.c: Likewise.
24867         * lib/readlink.c: Likewise.
24868         * lib/sh-quote.c: Likewise.
24869         * lib/stpcpy.c: Likewise.
24870         * lib/stpncpy.c: Likewise.
24871         * lib/strcasecmp.c: Likewise.
24872         * lib/strcasestr.c: Likewise.
24873         * lib/strcspn.c: Likewise.
24874         * lib/striconv.c: Likewise.
24875         * lib/strncasecmp.c: Likewise.
24876         * lib/strnlen1.c: Likewise.
24877         * lib/strstr.c: Likewise.
24878         * lib/strtok_r.c: Likewise.
24879         * lib/tls.c: Likewise.
24880         * lib/tmpdir.c: Likewise.
24881         * lib/unicodeio.c: Likewise.
24882         * lib/unsetenv.c: Likewise.
24883         * lib/vasnprintf.c: Likewise.
24884         * lib/vasprintf.c: Likewise.
24885         * lib/wait-process.c: Likewise.
24886         * lib/xallocsa.c: Likewise.
24887         * lib/xsetenv.c: Likewise.
24888         * lib/xstriconv.c: Likewise.
24889
24890 2006-09-13  Simon Josefsson  <jas@extundo.com>
24891
24892         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
24893         that internally, suggested by Ralf Wildenhues
24894         <Ralf.Wildenhues@gmx.de>.
24895
24896 2006-09-13  Simon Josefsson  <jas@extundo.com>
24897
24898         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
24899         @LIBOBJS@.
24900         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24901
24902 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24903
24904         * lib/_fpending.c: Include <config.h> unconditionally, since we no
24905         longer worry about uses that don't define HAVE_CONFIG_H.
24906         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
24907         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
24908         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
24909         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
24910         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24911         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24912         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24913         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24914         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24915         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24916         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24917         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24918         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24919         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24920         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24921         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24922         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24923         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24924         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24925         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24926         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24927         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24928         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24929         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24930         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24931         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24932         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24933         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24934         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24935         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24936         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24937         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24938         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24939         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24940         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24941         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24942         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24943         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24944         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24945         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24946         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24947         Likewise.
24948
24949 2006-09-13  Eric Blake  <ebb9@byu.net>
24950
24951         * lib/getopt.c: Fix typo in last commit.
24952
24953 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24954
24955         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24956         dgettext.
24957
24958 2006-09-12  Jim Meyering  <jim@meyering.net>
24959
24960         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24961         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24962         Reported by Nelson H. F. Beebe.
24963
24964 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24965
24966         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24967         program_invocation_name and program_invocation_short_name are
24968         initialized.
24969         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24970         and program_invocation_short_name to argp.h, so they are visible
24971         to user programs.
24972         * lib/argp.h: Likewise
24973
24974 2006-09-10  Bruno Haible  <bruno@clisp.org>
24975
24976         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24977         m4/inttypes_h.m4, m4/uintmax_t.m4.
24978
24979 2006-09-10  Bruno Haible  <bruno@clisp.org>
24980
24981         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24982         gl_AC_TYPE_UINTMAX_T.
24983
24984 2006-09-10  Bruno Haible  <bruno@clisp.org>
24985
24986         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24987
24988 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24989
24990         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24991         convention.  Text proposed by Bruno Haible.
24992         (struct argp_option): Document the use of N_() wrappers.
24993
24994         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24995         '\v', and translate the two parts separately, instead of feeding
24996         the whole string to gettext.  This allows to exclude
24997         '\v' from the strings visible to the translator by writing doc
24998         strings as N_("..") "\v" N_("..").
24999
25000 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
25001
25002         * config/srclist.txt: Undo latest change; the bug was fixed.
25003
25004 2006-09-09  Bruno Haible  <bruno@clisp.org>
25005
25006         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
25007         assignments if building a library without libtool.
25008         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
25009         in func_emit_lib_Makefile_am.
25010         (func_import): When building a static library libfoo.a, arrange to
25011         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
25012         (func_create_testdir): Likewise.
25013         * modules/gc (configure.ac, Makefile.am): If building statically,
25014         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
25015         * modules/iconvme (configure.ac, Makefile.am): Likewise.
25016         * modules/striconv (configure.ac, Makefile.am): Likewise.
25017         Based on a suggestion by Ralf Wildenhues.
25018
25019 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25020
25021         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25022         Check for unistd.h too, since Autoconf doesn't assume POSIX.
25023         Also:
25024
25025         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25026         Add year_2050_test to catch glibc bug 2821
25027         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25028
25029         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25030         Prefer #ifdef to #if.
25031
25032         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
25033         Return from 'main' instead of calling 'exit'.
25034
25035 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25036
25037         * lib/mktime.c (guess_time_tm): Fix bug where mktime
25038         returned the maximum time_t value rather than (time_t) -1.
25039         Problem originally reported by William Bardwell
25040         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25041
25042         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25043         Moved to here ...
25044         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25045         ... from here.
25046
25047 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25048
25049         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
25050         2821 is fixed.
25051
25052 2006-09-08  Jim Meyering  <jim@meyering.net>
25053
25054         Don't make generated files read-only.  That would bother too many
25055         people.  However, do retain the ability to work when targets are
25056         read-only: remove the destination and temporary files before writing
25057         them (when generated via sed or echo), or by using the -f option for
25058         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
25059         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25060         * modules/byteswap, modules/configmake, modules/fcntl:
25061         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25062         * modules/localcharset, modules/netinet_in, modules/poll:
25063         * modules/stdbool, modules/stdint, modules/sys_select:
25064         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25065
25066 2006-09-08  Jim Meyering  <jim@meyering.net>
25067
25068         Avoid new build failure on FreeBSD 6.0.
25069         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
25070         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
25071         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
25072
25073 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25074
25075         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
25076
25077 2006-09-07  Jim Meyering  <jim@meyering.net>
25078
25079         Fix global typo in last change: use chmod u-w, not chmod u-x.
25080         Spotted by Paul Eggert and Bruce Korb.
25081         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25082         * modules/byteswap, modules/configmake, modules/fcntl:
25083         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25084         * modules/localcharset, modules/netinet_in, modules/poll:
25085         * modules/stdbool, modules/stdint, modules/sys_select:
25086         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25087
25088 2006-09-06  Jim Meyering  <jim@meyering.net>
25089
25090         Make generated files be read-only.
25091         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25092         Ensure that each generated file is now read-only.
25093         * modules/argz: Likewise.
25094         * modules/arpa_inet: Likewise.
25095         * modules/byteswap: Likewise.
25096         * modules/configmake: Likewise.
25097         * modules/fcntl: Likewise.
25098         * modules/fnmatch: Likewise.
25099         * modules/getopt: Likewise.
25100         * modules/glob: Likewise.
25101         * modules/inttypes: Likewise.
25102         * modules/netinet_in: Likewise.
25103         * modules/poll: Likewise.
25104         * modules/stdbool: Likewise.
25105         * modules/stdint: Likewise.
25106         * modules/sys_select: Likewise.
25107         * modules/sys_socket: Likewise.
25108         * modules/sys_stat: Likewise.
25109         * modules/sysexits: Likewise.
25110         * modules/localcharset: Same as above, but continue using temporary
25111         file named "t-$@" (why different?) rather than the "$@-t" used
25112         everywhere else.
25113
25114         * modules/sysexits (Makefile.am): Replace literal occurrences
25115         of "sysexit.h" more readable, and more consistent, "$@".
25116
25117 2006-09-06  Bruno Haible  <bruno@clisp.org>
25118
25119         * modules/striconv: New file.
25120         * modules/xstriconv: New file.
25121         * MODULES.html.sh (Internationalization functions): Add striconv,
25122         xstriconv.
25123
25124 2006-09-06  Bruno Haible  <bruno@clisp.org>
25125
25126         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25127         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25128         not using libtool correctly.
25129
25130 2006-09-06  Bruno Haible  <bruno@clisp.org>
25131
25132         * lib/striconv.h: New file.
25133         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25134         iconvstring.c.
25135         * lib/xstriconv.h: New file.
25136         * lib/xstriconv.c: New file.
25137
25138 2006-09-06  Bruno Haible  <bruno@clisp.org>
25139
25140         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25141         lib_..._LDFLAGS.
25142
25143 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25144
25145         * lib/argz_.h: Sync from Libtool.
25146
25147         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25148                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25149
25150         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25151
25152 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25153
25154         * modules/trim: New file.
25155
25156 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25157
25158         * lib/trim.h: New file.
25159         * lib/trim.c: New file.
25160
25161 2006-09-05  Bruno Haible  <bruno@clisp.org>
25162
25163         * MODULES.html.sh (String handling): Add trim.
25164
25165 2006-09-04  Karl Berry  <karl@gnu.org>
25166
25167         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25168         until next release.
25169
25170 2006-09-03  Bruno Haible  <bruno@clisp.org>
25171
25172         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25173         correctly.
25174
25175 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25178         not gl_GETLOADAVG.  Omit unneeded semicolons.
25179         Problems reported by Ralf Wildenhues in
25180         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25181         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25182         at the end, which is the usual gnulib style.
25183
25184         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25185         of doing all the work ourselves.
25186         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25187         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25188
25189 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25190
25191         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25192         Problem reported by Ralf Wildenhues in
25193         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25194
25195         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25196         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25197
25198 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25199
25200         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25201         yesterday's patch by changing test -n to test -z.
25202
25203 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25204
25205         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25206         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25207         the former is now obsolescent.
25208
25209         * modules/chdir-long (Depends-on): Add fcntl.
25210
25211 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25212
25213         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25214         obsolescent, and programs should use gnulib instead.
25215         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25216         but with prefixes changed.
25217
25218 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25221         or stdbool.h, because they might not exist while configuring.
25222
25223         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25224         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25225         does that for us.
25226         (O_DIRECTORY): Remove.
25227
25228 2006-08-31  Eric Blake  <ebb9@byu.net>
25229
25230         * gnulib-tool: Don't let emacs change spaces to TAB.
25231
25232 2006-08-31  Bruno Haible  <bruno@clisp.org>
25233
25234         * gnulib-tool: When calling func_import more than once, do it in a
25235         subshell.
25236         Reported by Eric Blake <ebb9@byu.net>.
25237
25238 2006-08-31  Bruno Haible  <bruno@clisp.org>
25239
25240         * gnulib-tool (nl): Remove variable.
25241         (sed_transform_lib_file): Use more robust test for config-h module.
25242         (func_import): Fix typo in 2006-08-25 patch.
25243
25244 2006-08-31  Bruno Haible  <bruno@clisp.org>
25245
25246         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25247         specified, augment Makefile.am variables instead of assigning them.
25248
25249 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25250
25251         Work around a bug in both the Linux and SunOS 64-bit kernels:
25252         nanosleep mishandles sleeps for longer than 2**31 seconds.
25253         Problem reported by Frank v Waveren in
25254         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25255         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25256         Check for nanosleep bug.
25257         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25258
25259 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25260
25261         Work around a bug in both the Linux and SunOS 64-bit kernels:
25262         nanosleep mishandles sleeps for longer than 2**31 seconds.
25263         Problem reported by Frank v Waveren in
25264         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25265         * lib/nanosleep.c (BILLION): New constant.
25266         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25267         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25268         implementation.
25269
25270 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25271
25272         * modules/nanosleep (Depends-on): Add gettime.
25273
25274 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25275         and Simon Josefsson  <jas@extundo.com>
25276         and Oskar Liljeblad  <oskar@osk.mine.nu>
25277
25278         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25279         * gnulib-tool (func_import): New license type 'unmodifiable license
25280         text'.
25281         * modules/fdl: Use it.  Longer description.
25282         * module/gpl, module/lgpl: New files.
25283
25284 2006-08-30  Jim Meyering  <jim@meyering.net>
25285
25286         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25287         shadowing the parameter.
25288
25289 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25290
25291         Sync from Libtool:
25292
25293         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25294
25295         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25296         sharing with gnulib.  Report by Eric Blake.
25297
25298 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25299
25300         * modules/isapipe: New file.
25301         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25302
25303 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25304
25305         * modules/configmake (Makefile.am): Add a comment, and omit
25306         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25307         by Bruno Haible.
25308
25309 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25310
25311         * m4/isapipe.m4: New file.
25312
25313 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25314
25315         * lib/isapipe.c, lib/isapipe.h: New files.
25316
25317 2006-08-29  Jim Meyering  <jim@meyering.net>
25318
25319         * modules/configmake (Makefile.am): Make configmake.h depend on
25320         Makefile.  Otherwise, a stale configmake.h could hang around.
25321
25322 2006-08-29  Eric Blake  <ebb9@byu.net>
25323
25324         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25325         resolution of upstream bug 3044.
25326
25327 2006-08-29  Bruno Haible  <bruno@clisp.org>
25328
25329         * modules/localcharset (Depends-on): Add configmake.
25330         (Makefile.am): Remove setting of LIBDIR through DEFS.
25331
25332 2006-08-29  Bruno Haible  <bruno@clisp.org>
25333
25334         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25335         defined.
25336
25337 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25338
25339         * modules/fcntl: New file.
25340         * modules/chdir-safer (Depends-on): Add fcntl.
25341         * modules/fts: Likewise.
25342         * modules/mkdir-p: Likewise.
25343
25344         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25345         This undoes the most recent change, since we're now addressing the
25346         problem in a different way.
25347
25348         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25349         into output, since the output might be called Makefile.am even
25350         if $makefile_name is something different.
25351         (func_import): Use $makefile_am rather than
25352         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25353         empty.
25354
25355         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25356
25357 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25358
25359         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25360         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25361         recent change to stdint.m4, since we're now addressing the problem in a
25362         different way.
25363
25364 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25365
25366         * m4/fcntl_h.m4: New file.
25367
25368 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25369
25370         * lib/fcntl_.h: New file.
25371         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25372         the fcntl module.
25373         * lib/dirchownmod.c: Likewise.
25374         * lib/fts.c: Likewise.
25375
25376         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25377         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25378         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25379         just before including <inttypes.h>, to avoid circular inclusion.
25380
25381 2006-08-28  Jim Meyering  <jim@meyering.net>
25382
25383         * doc/visibility.texi: Actually read and correct the grammar of the
25384         sentence affected by yesterday's change.
25385
25386 2006-08-28  Eric Blake  <ebb9@byu.net>
25387
25388         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25389         needs wrapper.
25390
25391 2006-08-28  Eric Blake  <ebb9@byu.net>
25392
25393         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25394
25395 2006-08-28  Eric Blake  <ebb9@byu.net>
25396
25397         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25398
25399 2006-08-28  Bruno Haible  <bruno@clisp.org>
25400
25401         * modules/c-strstr: New file, from GNU gettext.
25402         * MODULES.html.sh (String handling): Add c-strstr.
25403
25404 2006-08-28  Bruno Haible  <bruno@clisp.org>
25405
25406         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25407         macros.
25408         Reported by Eric Blake.
25409
25410 2006-08-28  Bruno Haible  <bruno@clisp.org>
25411
25412         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25413         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25414         * lib/vasprintf.c: Include errno.h, limits.h.
25415         (EOVERFLOW): New fallback definition.
25416         (vasprintf): Test here whether the string length is > INT_MAX.
25417         * lib/vsnprintf.c: Include errno.h, limits.h.
25418         (EOVERFLOW): New fallback definition.
25419         (vsnprintf): Fix bug when generated string was too long for the buffer.
25420         Test here whether the string length is > INT_MAX.
25421
25422 2006-08-28  Bruno Haible  <bruno@clisp.org>
25423
25424         * lib/inttypes_.h (SCNX*): Remove definitions.
25425         Reported by Eric Blake.
25426
25427 2006-08-28  Bruno Haible  <bruno@clisp.org>
25428
25429         * lib/c-strstr.h: New file, from GNU gettext.
25430         * lib/c-strstr.c: New file, from GNU gettext.
25431
25432 2006-08-28  Bruno Haible  <bruno@clisp.org>
25433
25434         * gnulib-tool: Reorder some statements.
25435
25436 2006-08-28  Bruno Haible  <bruno@clisp.org>
25437
25438         * gnulib-tool: New option --makefile-name.
25439         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25440         $makefile_name.
25441         (func_import): Write $makefile_name to the cache file, and read it from
25442         there unless explicitly specified. Use $makefile_name as file name
25443         instead of Makefile.am. Adjust the recommendations accordingly.
25444
25445 2006-08-28  Bruno Haible  <bruno@clisp.org>
25446
25447         * gnulib-tool (func_verify_module): Check against misapplying patch.
25448
25449 2006-08-28  Bruno Haible  <bruno@clisp.org>
25450
25451         * gnulib-tool (func_relativize, func_relconcat): New functions.
25452         Give an error if --local-dir is given with --update.
25453         Remove trailing slashes from $local_gnulib_dir.
25454         (func_import): Store the relativized $local_gnulib_dir in
25455         gnulib-cache.m4, and read it from there if not specified explicitly.
25456
25457 2006-08-28  Bruno Haible  <bruno@clisp.org>
25458
25459         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25460         is the current directory. Respect also $local_gnulib_dir.
25461
25462 2006-08-28  Bruno Haible  <bruno@clisp.org>
25463             Simon Josefsson  <jas@extundo.com>
25464
25465         BeOS portability.
25466         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25467
25468 2006-08-27  Jim Meyering  <jim@meyering.net>
25469
25470         * doc/visibility.texi: Remove duplicate word: "pointer".
25471
25472 2006-08-26  Bruno Haible  <bruno@clisp.org>
25473
25474         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25475         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25476         (Makefile.am): Create inttypes.h from inttypes_.h.
25477         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25478
25479         * modules/imaxabs: New file.
25480
25481         * modules/imaxdiv: New file.
25482
25483 2006-08-26  Bruno Haible  <bruno@clisp.org>
25484
25485         * m4/inttypes.m4: New file.
25486         * m4/_inttypes_h.m4: Remove file.
25487         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25488         PRI_MACROS_BROKEN.
25489         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25490
25491         * m4/imaxabs.m4: New file.
25492
25493         * m4/imaxdiv.m4: New file.
25494
25495 2006-08-26  Bruno Haible  <bruno@clisp.org>
25496
25497         * lib/inttypes_.h: New file.
25498         * lib/inttypes.h: Remove file.
25499         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25500
25501         * lib/imaxabs.c: New file.
25502
25503         * lib/imaxdiv.c: New file.
25504
25505 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25506
25507         New config-h module, so that "make" output needn't be cluttered
25508         by -DHAVE_CONFIG_H.
25509         * MODULES.html.sh (Support for building libraries and executables):
25510         Add config-h.
25511         * modules/config-h: New file.
25512         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25513         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25514         the config-h module is used.
25515
25516         New configmake module, so that "make" output needn't be cluttered
25517         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25518         * MODULES.html.sh (Support for building libraries and executables):
25519         Add configmake.
25520         * modules/configmake: New file.
25521
25522 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25523
25524         * m4/config-h.m4: New file.
25525
25526 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25527
25528         * config/srclist.txt: Add elisp-comp.
25529
25530 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25531
25532         * MODULES.html.sh (Support for building libraries and executables):
25533         Add elisp-comp.
25534         * build-aux/elisp-comp: New file.
25535         * modules/elisp-comp: New file.
25536
25537 2006-08-24  Bruno Haible  <bruno@clisp.org>
25538
25539         * gnulib-tool (func_create_testdir): Use non-default values of
25540         sourcebase and m4base.
25541
25542 2006-08-24  Bruno Haible  <bruno@clisp.org>
25543
25544         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25545         HTML structure.
25546
25547 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25548
25549         * modules/openat (Depends-on): Add lchown.
25550
25551 2006-08-23  Bruno Haible  <bruno@clisp.org>
25552
25553         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25554         of gl_LOCK_EARLY instead of gl_LOCK.
25555
25556 2006-08-23  Bruno Haible  <bruno@clisp.org>
25557
25558         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25559         on OSF/1 to no.
25560         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25561
25562 2006-08-23  Bruno Haible  <bruno@clisp.org>
25563
25564         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25565         as unusable.
25566
25567         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25568         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25569         (gl_LOCK): New macro.
25570
25571 2006-08-22  Simon Josefsson  <jas@extundo.com>
25572
25573         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25574         to md5 module.
25575
25576 2006-08-22  Simon Josefsson  <jas@extundo.com>
25577
25578         * MODULES.html.sh: Add "Support for maintaining and release
25579         projects".
25580
25581         * build-aux/gnupload: New file, from coreutils.
25582
25583 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25584
25585         Avoid the need for AC_LIBSOURCES in m4 macros.
25586         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25587         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25588         * modules/check-version (EXTRA_DIST): Add check-version.h.
25589         * modules/crc (EXTRA_DIST): Add crc.h.
25590         * modules/des (EXTRA_DIST): Add des.h.
25591         * modules/gc (EXTRA_DIST): Add gc.h.
25592         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25593         * modules/getline (EXTRA_DIST): Add getline.h.
25594         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25595         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25596         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25597         * modules/md2 (EXTRA_DIST): Add md2.h.
25598         * modules/md4 (EXTRA_DIST): Add md4.h.
25599         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25600         * modules/read-file (EXTRA_DIST): Add read-file.h.
25601         * modules/readline (EXTRA_DIST): Add readline.h.
25602         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25603         rijndael-api-fst.h.
25604
25605 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25606
25607         * m4/rijndael.m4 (gl_ARCFOUR):
25608         * m4/arctwo.m4 (gl_ARCTWO):
25609         * m4/check-version.m4 (gl_CHECK_VERSION):
25610         * m4/crc.m4 (gl_CRC):
25611         * m4/des.m4 (gl_DES):
25612         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25613         * m4/gc.m4 (gl_GC):
25614         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25615         * m4/getline.m4 (gl_FUNC_GETLINE):
25616         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25617         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25618         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25619         * m4/md2.m4 (gl_MD2):
25620         * m4/md4.m4 (gl_MD4):
25621         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25622         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25623         * m4/readline.m4 (gl_FUNC_READLINE):
25624         * m4/rijndael.m4 (gl_RIJNDAEL):
25625         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25626         to get the necessary .h files and whatnot.
25627
25628 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25629
25630         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25631         gnulib rather than the other way around.
25632         * config/srclistvars.sh (COREUTILS): Remove.
25633
25634 2006-08-22  Jim Meyering  <jim@meyering.net>
25635
25636         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25637
25638         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25639
25640 2006-08-22  Eric Blake  <ebb9@byu.net>
25641
25642         * modules/regexprops-generic: New file.
25643         * MODULES.html.sh (Support for building documentation): List it.
25644
25645 2006-08-22  Eric Blake  <ebb9@byu.net>
25646
25647         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25648         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25649         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25650         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25651
25652 2006-08-22  Bruno Haible  <bruno@clisp.org>
25653
25654         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25655         and lib_LTLIBRARIES like the other lib_* variables.
25656
25657 2006-08-22  Bruno Haible  <bruno@clisp.org>
25658
25659         * build-aux/x-to-1.in: New file, from GNU gettext.
25660
25661 2006-08-22  Bruno Haible  <bruno@clisp.org>
25662
25663         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25664         <utmpx.h> exists.
25665
25666 2006-08-22  Bruno Haible  <bruno@clisp.org>
25667
25668         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25669         <utmpx.h> exists.
25670
25671 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25672
25673         BeOS portability.
25674         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25675         exist.
25676         Problem reported by Bruno Haible.
25677
25678 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25679
25680         Avoid the need for AC_LIBSOURCES in m4 macros.
25681         * modules/acl (EXTRA_DIST): Add acl.h.
25682         * modules/argmatch (Files): Add m4/argmatch.m4.
25683         (configure.ac): Add gl_ARGMATCH.
25684         (EXTRA_DIST): Renamed from lib_SOURCES, for
25685         consistency with the other modules.  Remove argmatch.c.
25686         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25687         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25688         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25689         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25690         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25691         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25692         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25693         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25694         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25695         * modules/closeout (EXTRA_DIST): Add closeout.h.
25696         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25697         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25698         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25699         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25700         dirname.h; remove basename.c and stripslash.c.
25701         * modules/exclude (EXTRA_DIST): Add exclude.h.
25702         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25703         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25704         * modules/file-type (EXTRA_DIST): Add file-type.h.
25705         * modules/filemode (EXTRA_DIST): Add filemode.h.
25706         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25707         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25708         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25709         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25710         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25711         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25712         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25713         * modules/getdate (EXTRA_DIST): Add getdate.c.
25714         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25715         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25716         * modules/getpass (EXTRA_DIST): Add getpass.h.
25717         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25718         * modules/group-member (EXTRA_DIST): Add group-member.h.
25719         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25720         * modules/hash (EXTRA_DIST): Add hash.h.
25721         * modules/human (EXTRA_DIST): Add human.h.
25722         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25723         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25724         * modules/lchown (EXTRA_DIST): Add lchown.h.
25725         * modules/long-options (EXTRA_DIST): Add long-options.h.
25726         * modules/lstat (EXTRA_DIST): Add lstat.h.
25727         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25728         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25729         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25730         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25731         * modules/memxor (EXTRA_DIST): Add memxor.h.
25732         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
25733         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
25734         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
25735         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
25736         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
25737         * modules/physmem (EXTRA_DIST): Add physmem.h.
25738         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
25739         * modules/posixver (EXTRA_DIST): Add posixver.h.
25740         * modules/quote (EXTRA_DIST): Add quote.h.
25741         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
25742         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
25743         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
25744         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
25745         regex_internal.h regexec.c.
25746         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
25747         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
25748         * modules/same (EXTRA_DIST): Add same.h.
25749         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
25750         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
25751         * modules/savedir (EXTRA_DIST): Add savedir.h.
25752         * modules/sha1 (EXTRA_DIST): Add sha1.h.
25753         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
25754         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
25755         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
25756         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
25757         * modules/strdup (EXTRA_DIST): Add strdup.h.
25758         * modules/strftime (EXTRA_DIST): Add strftime.h.
25759         * modules/strndup (EXTRA_DIST): Add strndup.h.
25760         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
25761         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
25762         * modules/time_r (EXTRA_DIST): Add time_r.h.
25763         * modules/timespec (EXTRA_DIST): Add timespec.h.
25764         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25765         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
25766         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
25767         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
25768         * modules/userspec (EXTRA_DIST): Add userspec.h.
25769         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
25770         * modules/utimens (EXTRA_DIST): Add utimens.h.
25771         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
25772         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
25773         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
25774         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
25775         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
25776         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
25777         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
25778         * modules/yesno (EXTRA_DIST): Add yesno.h.
25779
25780 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25781
25782         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
25783
25784         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
25785         * m4/dev-ino.m4, same-inode.m4: Remove.
25786
25787         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
25788         * m4/acl.m4 (AC_FUNC_ACL):
25789         * m4/backupfile.m4 (gl_BACKUPFILE):
25790         * m4/c-strtod.m4 (gl_C99_STRTOLD):
25791         * m4/canon-host.m4 (gl_CANON_HOST):
25792         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25793         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
25794         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
25795         * m4/cloexec.m4 (gl_CLOEXEC):
25796         * m4/close-stream.m4 (gl_CLOSE_STREAM):
25797         * m4/closeout.m4 (gl_CLOSEOUT):
25798         * m4/dirfd.m4 (gl_FUNC_DIRFD):
25799         * m4/dirname.m4 (gl_DIRNAME):
25800         * m4/exclude.m4 (gl_EXCLUDE):
25801         * m4/exitfail.m4 (gl_EXITFAIL):
25802         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
25803         * m4/file-type.m4 (gl_FILE_TYPE):
25804         * m4/filemode.m4 (gl_FILEMODE):
25805         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
25806         * m4/fpending.m4 (gl_FUNC_FPENDING):
25807         * m4/fprintftime.m4 (gl_FPRINTFTIME):
25808         * m4/fts.m4 (gl_FUNC_FTS):
25809         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
25810         * m4/getdate.m4 (gl_GETDATE):
25811         * m4/gethrxtime.m4 (gl_GETHRXTIME):
25812         * m4/getpagesize.m4 (gl_GETPAGESIZE):
25813         * m4/getpass.m4 (gl_FUNC_GETPASS):
25814         * m4/gettime.m4 (gl_GETTIME):
25815         * m4/getugroups.m4 (gl_GETUGROUPS):
25816         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
25817         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
25818         * m4/hard-locale.m4 (gl_HARD_LOCALE):
25819         * m4/hash.m4 (gl_HASH):
25820         * m4/idcache.m4 (gl_IDCACHE):
25821         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
25822         * m4/lchown.m4 (gl_FUNC_LCHOWN):
25823         * m4/long-options.m4 (gl_LONG_OPTIONS):
25824         * m4/lstat.m4 (gl_FUNC_LSTAT):
25825         * m4/md5.m4 (gl_MD5):
25826         * m4/memcasecmp.m4 (gl_MEMCASECMP):
25827         * m4/memcoll.m4 (gl_MEMCOLL):
25828         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
25829         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
25830         * m4/memxor.m4 (gl_MEMXOR):
25831         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
25832         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
25833         * m4/modechange.m4 (gl_MODECHANGE):
25834         * m4/mountlist.m4 (gl_MOUNTLIST):
25835         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25836         * m4/openat.m4 (gl_FUNC_OPENAT):
25837         * m4/pathmax.m4 (gl_PATHMAX):
25838         * m4/physmem.m4 (gl_PHYSMEM):
25839         * m4/posixtm.m4 (gl_POSIXTM):
25840         * m4/posixver.m4 (gl_POSIXVER):
25841         * m4/quote.m4 (gl_QUOTE):
25842         * m4/quotearg.m4 (gl_QUOTEARG):
25843         * m4/readtokens.m4 (gl_READTOKENS):
25844         * m4/readutmp.m4 (gl_READUTMP):
25845         * m4/regex.m4 (gl_REGEX):
25846         * m4/safe-read.m4 (gl_SAFE_READ):
25847         * m4/safe-write.m4 (gl_SAFE_WRITE):
25848         * m4/same.m4 (gl_SAME):
25849         * m4/save-cwd.m4 (gl_SAVE_CWD):
25850         * m4/savedir.m4 (gl_SAVEDIR):
25851         * m4/settime.m4 (gl_SETTIME):
25852         * m4/sha1.m4 (gl_SHA1):
25853         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
25854         * m4/stat-macros.m4 (gl_STAT_MACROS):
25855         * m4/stat-time.m4 (gl_STAT_TIME):
25856         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
25857         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
25858         * m4/strdup.m4 (gl_FUNC_STRDUP):
25859         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
25860         * m4/strndup.m4 (gl_FUNC_STRNDUP):
25861         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
25862         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
25863         * m4/time_r.m4 (gl_TIME_R):
25864         * m4/timespec.m4 (gl_TIMESPEC):
25865         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
25866         * m4/unlinkdir.m4 (gl_UNLINKDIR):
25867         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
25868         * m4/userspec.m4 (gl_USERSPEC):
25869         * m4/utimecmp.m4 (gl_UTIMECMP):
25870         * m4/utimens.m4 (gl_UTIMENS):
25871         * m4/xalloc.m4 (gl_XALLOC):
25872         * m4/xgetcwd.m4 (gl_XGETCWD):
25873         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
25874         * m4/xreadlink.m4 (gl_XREADLINK):
25875         * m4/xstrtod.m4 (gl_XSTRTOD):
25876         * m4/yesno.m4 (gl_YESNO):
25877         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25878         to get the necessary .h files and whatnot.
25879
25880 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
25881             Bruno Haible  <bruno@clisp.org>
25882
25883         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
25884         /bin/sh understanding of '!' conditional negation.
25885
25886 2006-08-21  Jim Meyering  <jim@meyering.net>
25887
25888         * modules/openat (Depends-on): Really alphabetize.
25889
25890         * modules/acl (Depends-on): Add error and quote.
25891
25892         * check-module (find_included_lib_files): Add at-func.c to the
25893         ok-to-include-more-than-once white list.
25894
25895         * modules/openat (Depends-on): Add lstat.  Alphabetize.
25896
25897 2006-08-21  Bruno Haible  <bruno@clisp.org>
25898
25899         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25900         Emit a pkgdata_DATA variable only if some snippets add contents to it.
25901         Reported by Martin Lambers <marlam@marlam.de>.
25902
25903 2006-08-21  Bruno Haible  <bruno@clisp.org>
25904
25905         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
25906         specify an installation location, don't emit a noinst_LIBRARIES or
25907         noinst_LTLIBRARIES assignment.
25908
25909 2006-08-21  Bruno Haible  <bruno@clisp.org>
25910
25911         BeOS portability.
25912         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25913         BeOS has mbrtowc() but no <wctype.h>.
25914
25915 2006-08-21  Bruno Haible  <bruno@clisp.org>
25916
25917         BeOS portability.
25918         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25919         exist.
25920
25921 2006-08-21  Bruno Haible  <bruno@clisp.org>
25922
25923         BeOS portability.
25924         * lib/mbchar.h: Include <wctype.h> only if it exists.
25925
25926 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25927
25928         Remove files that are no longer needed by their respective modules.
25929         * m4/obstack.m4: Remove.
25930         * m4/strerror_r.m4: Remove.
25931         * m4/uint32_t.m4: Remove.
25932         * m4/uintptr_t.m4: Remove.
25933         * m4/ullong_max.m4: Remove.
25934         * m4/xstrtoimax.m4: Remove.
25935         * m4/xstrtoumax.m4: Remove.
25936
25937         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25938         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25939         dependencies now capture this.
25940
25941         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25942         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25943         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25944         * m4/human.m4 (gl_HUMAN): Likewise.
25945         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25946         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25947
25948         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25949
25950         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25951         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25952         stdint.
25953         * m4/human.m4 (gl_HUMAN): Likewise.
25954         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25955         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25956         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25957         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25958         * m4/xstrtol (gl_XSTRTOL): Likewise.
25959
25960         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25961         AC_TYPE_LONG_LONG_INT.
25962         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25963         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25964         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25965         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25966
25967         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25968         on stdbool.
25969
25970         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25971         (gl_PREREQ_XSTRTOUL): Remove.
25972
25973         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25974
25975         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25976         mode.
25977
25978 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25979
25980         Add and change modules to make it easier for coreutils to use
25981         gnulib-tool.
25982         * modules/backupfile (Files): Remove m4/d-ino.m4.
25983         (Depends-on): Add d-ino.
25984         * modules/cycle-check (Depends-on): Add stdint.
25985         (lib_SOURCES): Add cycle-check.h.
25986         * modules/d-ino: New module.
25987         * modules/d-type: New module.
25988         * modules/error (Files): Remove m4/strerror_r.m4.
25989         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25990         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25991         m4/inttypes_h.m4, m4/uintmax_t.m4.
25992         (Depends-on): Add stdint.
25993         (lib_SOURCES): Add fsusage.h.
25994         * modules/getcwd (Files): Remove d-ino.m4.
25995         (Depends-on): Add d-ino.
25996         * modules/getndelim2 (Depends-on): Add stdint.
25997         * modules/glob (Files): Remove m4/d-type.m4.
25998         (Depends-on): Add d-type.
25999         * modules/host-os: New module.
26000         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
26001         m4/inttypes_h.m4, m4/uintmax_t.m4.
26002         * Depends-on: Add stdint.
26003         (lib_SOURCES): Add human.h.
26004         * modules/inttostr (Files): Remove m4/intmax_t.m4,
26005         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
26006         m4/uintmax_t.m4, m4/ulonglong.m4.
26007         (Depends-on): Add stdint.
26008         (EXTRA_DIST): Add inttostr.h.
26009         * modules/lchmod: New module.
26010         * modules/link-follow: New module.
26011         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
26012         (Depends-on): Add lchmod.
26013         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
26014         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
26015         (Depends-on): Add stdint.
26016         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
26017         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
26018         (Depends-on): Add stdint.
26019         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
26020         * modules/perl: New module.
26021         * modules/regex (Depends-on): Add stdint.
26022         * modules/rmdir-errno: New module.
26023         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26024         m4/intmax_t.m4.
26025         (Depends-on): Add stdint.
26026         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26027         m4/uintmax_t.m4.
26028         (Depends-on): Add stdint.
26029         * modules/unlink-busy: New module.
26030         * modules/utimecmp (Depends-on): Add stdint.
26031         * modules/uptime: New module.
26032         * modules/winsz-ioctl: New module.
26033         * modules/winsz-termios: New module.
26034         * modules/xnanosleep (Depends-on): Add nanosleep.
26035         * modules/ullong_max: Remove.
26036         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
26037         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
26038         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
26039         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
26040         (Depends-on): Add inttypes.
26041         (lib_SOURCES): Add xstrtol.h.
26042         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
26043         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
26044         * MODULES.html.sh: Move 'assert' into the assert section.
26045         Move 'dummy' into the linking section.
26046         Remove ullong_max.
26047         Add section for compatibility checks for POSIX:2001 functions,
26048         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
26049         winsz-ioctl, and winsz-termios into it.
26050         Add lchmod.
26051         Add top-level Misc section and put host-os, perl, and uptime
26052         into it.
26053
26054 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26055
26056         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
26057         now assume the stdint module.  Do not include inttypes.h.
26058         * lib/fsusage.h: Likewise.
26059         * lib/getndelim2.c: Likewise.
26060         * lib/human.h: Likewise.
26061         * lib/inttostr.h: Likewise.
26062         * lib/obstack.c: Likewise.
26063         * lib/regex_internal.h: Likewise.
26064         * lib/tempname.c: Likewise.
26065         * lib/utimecmp.c: Likewise.
26066         * lib/xstrtol.h: Likewise.
26067
26068         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
26069
26070         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
26071         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
26072         * lib/xtime.h: Likewise.
26073
26074 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26075
26076         * modules/openat (Files): Add lib/fchmodat.c.
26077         Fixes problem reported by Jay Youngman.
26078
26079 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26080
26081         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
26082         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
26083
26084 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26085             Bruno Haible  <bruno@clisp.org>
26086
26087         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26088         and is a script that invokes bison. Tighten the code. Add comments.
26089
26090 2006-08-18  Jim Meyering  <jim@meyering.net>
26091
26092         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26093         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26094         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26095         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26096
26097 2006-08-18  Bruno Haible  <bruno@clisp.org>
26098
26099         * modules/bison-i18n: New file.
26100         * MODULES.html.sh (Internationalization functions): Add it.
26101
26102 2006-08-18  Bruno Haible  <bruno@clisp.org>
26103
26104         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26105         sys/statvfs.h. When getmntinfo was found, check its declaration and
26106         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26107
26108 2006-08-18  Bruno Haible  <bruno@clisp.org>
26109
26110         * m4/bison-i18n.m4: New file, from bison.
26111
26112 2006-08-18  Bruno Haible  <bruno@clisp.org>
26113
26114         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26115         (ME_DUMMY): Treat "kernfs" as a dummy.
26116         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26117
26118 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26119
26120         Update from coreutils.
26121
26122         2006-08-15  Jim Meyering  <jim@meyering.net>
26123
26124         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26125
26126         2006-01-17  Jim Meyering  <jim@meyering.net>
26127
26128         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26129
26130         2006-01-11  Jim Meyering  <jim@meyering.net>
26131
26132         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26133         Check for the lchmod function.
26134
26135 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26136
26137         Update from coreutils.
26138
26139         * lib/__fpending.h: Add copyright notice.
26140         * lib/fprintftime.h: Likewise.
26141         * lib/savedir.c: Use (C) in copyright notice.
26142         * lib/savedir.h: Likewise.
26143
26144         2006-08-15  Jim Meyering  <jim@meyering.net>
26145
26146         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26147         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26148         in support of the EXPECTED_ERRNO macro.
26149         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26150         definitions.  Instead, define the appropriate symbols and include
26151         "at-func.c".
26152         * lib/mkdirat.c (mkdirat): Likewise.
26153         * lib/fchmodat.c (fchmodat): Likewise.
26154         (ENOSYS): Remove definition.
26155         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26156         it.  Don't include "unistd--.h" -- it wasn't ever used.
26157
26158         2006-01-17  Jim Meyering  <jim@meyering.net>
26159
26160         Rewrite fts.c not to change the current working directory,
26161         by using openat, fstatat, fdopendir, etc..
26162
26163         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26164         (HAVE_OPENAT_SUPPORT): Define.
26165         [_LIBC] (fchdir): Don't undef or define; no longer used.
26166         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26167         Now, this `function' always succeeds, and consumes its file descriptor
26168         parameter -- so callers must not close such FDs.  Update callers.
26169         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26170         (diropen): Add parameter, SP.  Adjust all callers.
26171         Implement using diropen_fd, rather than open.
26172         (fts_open): Initialize new member, fts_cwd_fd.
26173         Remove fts_rft-setting code.
26174         (fts_close): Close fts_cwd_fd, if necessary.
26175         (__opendir2): Define in terms of opendir or opendirat,
26176         depending on whether the FST_NOCHDIR flag is set.
26177         (fts_build): Since fts_safe_changedir consumes its FD, and since
26178         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26179         and close the dup'd file descriptor upon failure.
26180         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26181         (fts_safe_changedir): Tweak semantics to reflect that this function
26182         now calls cwd_advance_fd and hence consumes its FD argument.
26183         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26184         [struct FTS] (fts_rft): Remove now-unused member.
26185         [struct FTS] (fts_cycle.state): Improve comment.
26186
26187         * lib/openat.c (openat_needs_fchdir): New function.
26188         * lib/openat.h (openat_needs_fchdir): Declare it.
26189
26190 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26191
26192         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26193         Problem and fix reported by Pádraig Brady in
26194         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26195
26196 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26197
26198         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26199
26200 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26201
26202         * lib/memcoll.c (memcoll): Optimize for the common case where the
26203         arguments are bytewise equal.
26204
26205 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26206
26207         * doc/regexprops-generic.texi: Add a copyright notice.
26208
26209 2006-08-15  Bruno Haible  <bruno@clisp.org>
26210
26211         * modules/tmpdir (License): Change to LGPL.
26212
26213 2006-08-15  Bruno Haible  <bruno@clisp.org>
26214
26215         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26216         module.
26217
26218 2006-08-14  Simon Josefsson  <jas@extundo.com>
26219
26220         * config/srclist.txt: Add gnupload.
26221
26222 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26223
26224         Change copyright notice from LGPL 2 to GPL 2, since that's the
26225         standard form used in the gnulib repository.
26226         * tests/test-lock.c: Likewise.
26227         * tests/test-stdint.c: Likewise.
26228         * tests/test-tls.c: Likewise.
26229
26230         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26231         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26232         Add copyright notice.
26233
26234         * check-module: Add copyright notice.  Output a copyright
26235         notice if "--version" is specified.
26236         * modules/COPYING: New file.
26237         * tests/test-getaddrinfo.c: Add copyright notice.
26238         * tests/test-verify.c: Likewise.
26239
26240 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26241
26242         Change copyright notice from LGPL 2 to GPL 2, since that's the
26243         standard form used in the gnulib repository.
26244         * lib/lock.c: LGPL -> GPL.
26245         * lib/lock.h: Likewise.
26246         * lib/strnlen1.c: Likewise.
26247         * lib/strnlen1.h: Likewise.
26248         * lib/tls.c: Likewise.
26249         * lib/tls.h: Likewise.
26250         * lib/tmpdir.c: Likewise.
26251
26252         * lib/TODO: Remove; this belongs only in coreutils.
26253
26254 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26255
26256         Add copyright notices to long-enough files that lack them, since
26257         otherwise the files aren't clearly free.  Use the same notice that
26258         getdate.texi already uses.
26259         * doc/alloca-opt.texi: Add copyright notice.
26260         * doc/alloca.texi: Likewise.
26261         * doc/ctime.texi: Likewise.
26262         * doc/functions.texi: Likewise.
26263         * doc/gcd.texi: Likewise.
26264         * doc/gnulib-tool.texi: Likewise.
26265         * doc/inet_ntoa.texi: Likewise.
26266         * doc/visibility.texi: Likewise.
26267
26268         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26269         * doc/quote.texi: Add copyright notice.
26270
26271         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26272         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26273         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26274         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26275         is now obsolete, and give a pointer to the Sun list.
26276         Add copyright notice.
26277
26278 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26279
26280         * config/srclistvars.sh: Add copyright notice.
26281
26282 2006-08-14  Eric Blake  <ebb9@byu.net>
26283
26284         Import the following change from libc:
26285
26286         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26287
26288         Upstream bug 2997.
26289         * lib/misc/error.c: Add space between program name and message if file
26290         name is missing.
26291
26292 2006-08-12  Karl Berry  <karl@gnu.org>
26293
26294         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26295         remove, these originate in gnulib now.
26296
26297 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26298
26299         * doc/Makefile (standards.info standards.html standards.dvi):
26300         Also depend on make-stds.texi.
26301
26302 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26303
26304         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26305         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26306
26307         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26308         in wchar_t.  Problem reported by Eric Blake.
26309
26310         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26311         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26312         Also, help the compiler to keep LEN in a register.
26313
26314 2006-08-11  Eric Blake  <ebb9@byu.net>
26315
26316         * users.txt: Sort.  Add tar.
26317
26318 2006-08-11  Bruno Haible  <bruno@clisp.org>
26319
26320         * users.txt: New file.
26321
26322 2006-08-11  Bruno Haible  <bruno@clisp.org>
26323
26324         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26325         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26326
26327 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26328
26329         * modules/snprintf (Depends-on): Remove minmax.
26330         (Maintainer): Add self and Bruno.
26331
26332 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26333
26334         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26335         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26336         (EOVERFLOW): Define if the system does not.
26337         Do not include "minmax.h"; it wasn't used.
26338         (snprintf): Don't assume size_t promotes to an unsigned type.
26339         Fix bug when generated string was too long for the buffer: the
26340         buffer's contents are supposed to be the initial prefix of the
26341         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26342         exceeds INT_MAX; do the check ourselves.
26343
26344         Import the following changes from libc:
26345
26346         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26347
26348         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26349         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26350         set wc to the byte which couldn't be converted.
26351         (re_string_reconstruct): Don't clear valid_raw_len before calling
26352         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26353         tip_context using re_string_context_at.
26354
26355         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26356
26357         * lib/posix/regex.h: g++ still cannot handled [restrict].
26358
26359         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26360
26361         * lib/posix/regex.h: Remove special handling for VMS.
26362
26363 2006-08-10  Jim Meyering  <jim@meyering.net>
26364
26365         * modules/same-inode: New module.
26366         * modules/dev-ino: New module.
26367         * modules/cycle-check: Depend on these modules, rather than simply
26368         including their .h files.
26369         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26370         required via m4/cycle-check.m4.
26371         * modules/same: Depend on new same-inode module, rather than
26372         including same-inode.h.
26373         * modules/chdir-safer: New file.
26374
26375         * modules/chown (Depends-on): Add stat-macros.
26376
26377 2006-08-10  Jim Meyering  <jim@meyering.net>
26378
26379         * m4/cycle-check.m4: New file.
26380         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26381         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26382
26383 2006-08-10  Eric Blake  <ebb9@byu.net>
26384
26385         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26386         in from original proposal.
26387
26388 2006-08-10  Eric Blake  <ebb9@byu.net>
26389         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26390
26391         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26392         namespace.
26393
26394 2006-08-10  Bruno Haible  <bruno@clisp.org>
26395
26396         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26397         as well.
26398
26399 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26400
26401         Sync from coreutils.
26402
26403         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26404
26405         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26406         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26407
26408 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26409
26410         * modules/restrict: Remove; no longer needed now that we assume
26411         Autoconf 2.59 or later.
26412         * MODULES.html.sh: Remove 'restrict'.
26413         * modules/argp (Depends-on): Remove 'restrict'.
26414         * modules/base64 (Depends-on): Likewise.
26415         * modules/gc (Depends-on): Likewise.
26416         * modules/getaddrinfo (Depends-on): Likewise.
26417         * modules/glob (Depends-on): Likewise.
26418         * modules/inet_ntop (Depends-on): Likewise.
26419         * modules/inet_pton (Depends-on): Likewise.
26420         * modules/memxor (Depends-on): Likewise.
26421         * modules/regex (Depends-on): Likewise.
26422         * modules/strtok_r (Depends-on): Likewise.
26423         * modules/time_r (Depends-on): Likewise.
26424
26425 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26426
26427         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26428         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26429         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26430         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26431         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26432         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26433         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26434         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26435
26436         Merge from coreutils.
26437         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26438         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26439         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26440         * m4/time_r.m4 (gl_TIME_R): Likewise.
26441
26442 2006-08-09  Karl Berry  <karl@gnu.org>
26443
26444         * config/srclist.txt: no more gettext-tools, per Bruno.
26445
26446 2006-08-08  Eric Blake  <ebb9@byu.net>
26447
26448         * modules/verror: New module.
26449         * MODULES.html.sh: Document it.
26450
26451 2006-08-08  Eric Blake  <ebb9@byu.net>
26452
26453         * lib/verror.h, lib/verror.c: New files.
26454
26455 2006-08-08  Eric Blake  <ebb9@byu.net>
26456
26457         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26458         verror_at_line output complies with GNU Coding Standards even when
26459         file is NULL.
26460
26461 2006-08-07  Bruno Haible  <bruno@clisp.org>
26462
26463         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26464         versions of AIX.
26465         Reported by Ralf Wildenhues.
26466
26467 2006-08-07  Bruno Haible  <bruno@clisp.org>
26468
26469         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26470         in an AC_DEFUN. Needed so that the autoconf snippets can use
26471         AC_REQUIRE.
26472
26473 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26474
26475         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26476         Initialize pkgdata_DATA.
26477         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26478         overriding it.
26479
26480 2006-08-06  Eric Blake  <ebb9@byu.net>
26481
26482         * lib/error.h: Fold in some upstream changes from glibc.
26483         * lib/error.c: Likewise.
26484
26485 2006-08-04  Bruno Haible  <bruno@clisp.org>
26486
26487         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26488         Make the mostlyclean-local rule depend on mostlyclean-generic.
26489         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26490
26491 2006-07-31  Bruno Haible  <bruno@clisp.org>
26492
26493         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26494         <stdlib.h>, <string.h>.
26495
26496 2006-07-30  Bruno Haible  <bruno@clisp.org>
26497
26498         * modules/readlink (License): Change to LGPL.
26499
26500 2006-07-30  Bruno Haible  <bruno@clisp.org>
26501
26502         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26503         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26504         set PKGDATADIR to point to it.
26505
26506 2006-07-30  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/csharpexec (configure.ac): Comment out macro invocation.
26509         * modules/javaexec (configure.ac): Likewise.
26510         * modules/javacomp-script (configure.ac): Likewise.
26511
26512         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26513
26514 2006-07-30  Bruno Haible  <bruno@clisp.org>
26515
26516         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26517         linked-list.
26518
26519 2006-07-30  Bruno Haible  <bruno@clisp.org>
26520
26521         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26522
26523 2006-07-30  Bruno Haible  <bruno@clisp.org>
26524
26525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26526         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26527         get removed.
26528
26529 2006-07-29  Bruno Haible  <bruno@clisp.org>
26530
26531         Make it possible for gnulib-tool to work with locally modified or
26532         augmented gnulib repositories.
26533         * gnulib-tool (func_usage): Document --local-dir option.
26534         (local_gnulib_dir): New variable.
26535         Handle --local-dir option.
26536         (func_lookup_file): New function.
26537         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26538         (func_get_description, func_get_filelist, func_get_description,
26539         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26540         func_get_automake_snippet, func_get_include_directive,
26541         func_get_license, func_get_maintainer): Use func_lookup_file.
26542         (func_import, func_create_testdir): Use func_lookup_file.
26543
26544 2006-07-29  Bruno Haible  <bruno@clisp.org>
26545
26546         * modules/setenv (Depends-on): Add unistd.
26547
26548 2006-07-29  Bruno Haible  <bruno@clisp.org>
26549
26550         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26551
26552 2006-07-29  Bruno Haible  <bruno@clisp.org>
26553
26554         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26555
26556 2006-07-29  Bruno Haible  <bruno@clisp.org>
26557
26558         * gnulib-tool (import, update): If there is no Makefile.am, look at
26559         aclocal.m4, instead of bailing out.
26560
26561 2006-07-29  Bruno Haible  <bruno@clisp.org>
26562
26563         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26564         Categorize the options by when they are useful.
26565
26566 2006-07-29  Bruno Haible  <bruno@clisp.org>
26567
26568         * gnulib-tool (func_usage): Document option --no-libtool.
26569         Handle option --no-libtool.
26570         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26571         for changed semantics of $libtool variable.
26572         (func_import): Likewise. If libtool is not used, show this through
26573         an option --no-libtool.
26574         (func_create_testdir): Update.
26575
26576 2006-07-29  Bruno Haible  <bruno@clisp.org>
26577
26578         * gnulib-tool (func_import): Extend error message about missing
26579         --doc-base.
26580
26581 2006-07-29  Bruno Haible  <bruno@clisp.org>
26582
26583         * gnulib-tool (func_import): Don't create the $docbase directory if
26584         there is no file to store there.
26585
26586 2006-07-29  Bruno Haible  <bruno@clisp.org>
26587
26588         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26589         relevant, look for configure.ac there, not in the current directory.
26590         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26591
26592 2006-07-29  Bruno Haible  <bruno@clisp.org>
26593
26594         * gnulib-tool (SORT): New variable.
26595         (func_usage): Undocument --assume-autoconf option.
26596         Remove --assume-autoconf option handling.
26597         (autoconf_minversion): Determine from the contents of configure.ac.
26598         (func_import): Remove autoconf_minversion handling.
26599         Suggested by Eric Blake.
26600
26601 2006-07-29  Bruno Haible  <bruno@clisp.org>
26602
26603         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26604
26605 2006-07-29  Bruno Haible  <bruno@clisp.org>
26606
26607         * config/srclist.txt (*setenv.[ch]): Remove rules.
26608
26609 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26610
26611         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26612
26613 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26614
26615         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26616         arpa/inet.h.
26617
26618 2006-07-28  Simon Josefsson  <jas@extundo.com>
26619
26620         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26621         * modules/inet_pton (Depends-on): Likewise.
26622
26623 2006-07-28  Simon Josefsson  <jas@extundo.com>
26624
26625         * m4/netinet_in_h.m4: New file.
26626
26627 2006-07-28  Simon Josefsson  <jas@extundo.com>
26628
26629         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26630         #include's.
26631
26632 2006-07-28  Simon Josefsson  <jas@extundo.com>
26633
26634         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26635         #include's.
26636
26637 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26638
26639         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26640         setgid on directories only if they set these bits.
26641         * lib/modechange.h: Remove obsolete comment about masks.
26642
26643 2006-07-28  Eric Blake  <ebb9@byu.net>
26644
26645         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26646         macro expansion.
26647
26648 2006-07-28  Bruno Haible  <bruno@clisp.org>
26649
26650         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26651
26652 2006-07-28  Bruno Haible  <bruno@clisp.org>
26653
26654         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26655
26656 2006-07-28  Bruno Haible  <bruno@clisp.org>
26657
26658         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26659         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26660         Define fallbacks.
26661         Avoids link error on FreeBSD 4.x.
26662         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26663
26664         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26665         encoding.
26666         * lib/mbswidth.c (iswcntrl): Likewise.
26667
26668 2006-07-27  Bruno Haible  <bruno@clisp.org>
26669
26670         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26671         test.
26672
26673 2006-07-27  Bruno Haible  <bruno@clisp.org>
26674
26675         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26676         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26677         defined.
26678
26679 2006-07-26  Eric Blake  <ebb9@byu.net>
26680
26681         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26682
26683 2006-07-26  Eric Blake  <ebb9@byu.net>
26684
26685         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26686         like mingw that lack mkstemp.
26687         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26688         avoid compilation warning on mingw.
26689
26690 2006-07-26  Bruno Haible  <bruno@clisp.org>
26691
26692         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26693         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26694         INT_FAST*_MIN, INTPTR_MIN.
26695
26696 2006-07-25  Bruno Haible  <bruno@clisp.org>
26697
26698         * modules/version-etc (Depends-on): Add stdarg.
26699
26700 2006-07-25  Bruno Haible  <bruno@clisp.org>
26701
26702         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26703         complex commands.
26704
26705 2006-07-25  Bruno Haible  <bruno@clisp.org>
26706
26707         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26708         defined in <stdarg.h> or config.h.
26709
26710 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26711
26712         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26713         (gl_STDIO_SAFER): Remove.
26714
26715 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26716
26717         * MODULES.html.sh (File stream based Input/Output):
26718         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26719         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26720         * modules/fopen-safer, modules/tmpfile-safer: New files.
26721         * modules/stdio-safer: Remove.
26722
26723 2006-07-24  Bruno Haible  <bruno@clisp.org>
26724
26725         * modules/tmpdir: New file.
26726         * MODULES.html.sh (File system functions): Add it.
26727
26728 2006-07-24  Bruno Haible  <bruno@clisp.org>
26729
26730         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26731         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
26732
26733 2006-07-24  Bruno Haible  <bruno@clisp.org>
26734
26735         * modules/clean-temp: New file.
26736
26737 2006-07-24  Bruno Haible  <bruno@clisp.org>
26738
26739         * m4/tmpdir.m4: New file, from GNU gettext.
26740
26741 2006-07-24  Bruno Haible  <bruno@clisp.org>
26742
26743         * lib/tmpdir.h: New file, from GNU gettext.
26744         * lib/tmpdir.c: New file, from GNU gettext.
26745
26746 2006-07-24  Bruno Haible  <bruno@clisp.org>
26747
26748         * lib/clean-temp.h: New file, from GNU gettext.
26749         * lib/clean-temp.c: New file, from GNU gettext.
26750
26751 2006-07-23  Eric Blake  <ebb9@byu.net>
26752
26753         * modules/stdio-safer (Files): Add tmpfile-safer.c.
26754         (Depends-on): Add binary-io.
26755
26756 2006-07-23  Eric Blake  <ebb9@byu.net>
26757
26758         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
26759
26760 2006-07-23  Eric Blake  <ebb9@byu.net>
26761
26762         * lib/tmpfile-safer.c: New file.
26763         * lib/stdio-safer.h (fopen_safer): Add prototype.
26764         * lib/stdio--.h (tmpfile): Make safer.
26765
26766 2006-07-23  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
26769         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
26770         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
26771         gl_linked_remove_at): Use it.
26772
26773 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26774         and Simon Josefsson <jas@extundo.com>
26775
26776         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
26777
26778         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
26779
26780 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26781
26782         * modules/close-stream: New file.
26783         * modules/closeout (Description): Make it clear that it exits
26784         with a diagnostic on error.
26785         (Depends-on): Add close-stream.  Remove fpending, stdbool.
26786         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
26787
26788 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26789
26790         * m4/close-stream.m4: New file.
26791
26792 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26793
26794         * lib/close-stream.c, lib/close-stream.h: New files.
26795
26796 2006-07-22  Bruno Haible  <bruno@clisp.org>
26797
26798         Merge from GNU gettext 0.15.
26799
26800         2006-05-01  Bruno Haible  <bruno@clisp.org>
26801
26802                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
26803
26804         2006-07-22  Bruno Haible  <bruno@clisp.org>
26805
26806                 * modules/javaversion: New file.
26807                 * MODULES.html.sh (Java): Add javaversion.
26808
26809         2006-03-12  Bruno Haible  <bruno@clisp.org>
26810
26811                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
26812
26813         2005-12-04  Bruno Haible  <bruno@clisp.org>
26814
26815                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
26816                 (untested).
26817
26818         2006-06-21  Bruno Haible  <bruno@clisp.org>
26819
26820                 Avoid warnings from recent versions of mcs.
26821                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
26822                 -o, -L, -r any more. Use options documented since mcs-1.0
26823                 instead. Similarly for -g.
26824
26825         2005-12-04  Bruno Haible  <bruno@clisp.org>
26826
26827                 * build-aux/csharpcomp.sh.in: Suffix for resources is
26828                 .resources, not .resource.
26829
26830         2005-07-09  Bruno Haible  <bruno@clisp.org>
26831
26832                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
26833                 add a .dll suffix.
26834                 Reported by Mark Junker <mjscod@gmx.de>.
26835
26836         2006-07-22  Bruno Haible  <bruno@clisp.org>
26837
26838                 * modules/gettext: Upgrade to gettext-0.15.
26839                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
26840                 m4/visibility.m4.
26841                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
26842
26843 2006-07-22  Bruno Haible  <bruno@clisp.org>
26844
26845         Merge from GNU gettext 0.15.
26846
26847         2006-03-25  Bruno Haible  <bruno@clisp.org>
26848
26849                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
26850
26851         2006-07-21  Bruno Haible  <bruno@clisp.org>
26852
26853                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
26854                 "1.1".
26855
26856         2006-05-09  Bruno Haible  <bruno@clisp.org>
26857
26858                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
26859                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
26860                 for the conftestver execution.
26861
26862         2006-05-01  Bruno Haible  <bruno@clisp.org>
26863
26864                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
26865                 optional target-version argument. Verify that the compiler
26866                 groks source of the specified source-version, or add -source
26867                 option as necessary. Verify that the compiler produces
26868                 bytecode in the specified target-version, or add -target and
26869                 -source options as necessary. Make the result of the test
26870                 available as variable CONF_JAVAC. Also log error output in
26871                 config.log.
26872
26873         2006-03-11  Bruno Haible  <bruno@clisp.org>
26874
26875                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
26876
26877         2006-05-09  Bruno Haible  <bruno@clisp.org>
26878
26879                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
26880                 CLASSPATH_SEPARATOR to a semicolon.
26881
26882         2006-03-12  Bruno Haible  <bruno@clisp.org>
26883
26884                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
26885                 available as variable CONF_JAVA, for subsequent autoconf
26886                 tests. Also log error output in config.log.
26887
26888         2006-07-19  Bruno Haible  <bruno@clisp.org>
26889
26890                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
26891                 that getline works on glibc2 systems. Needed to avoid trouble
26892                 in relocatable.c.
26893                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
26894
26895         2005-12-04  Bruno Haible  <bruno@clisp.org>
26896
26897                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
26898                 launcher (untested).
26899
26900         2005-12-04  Bruno Haible  <bruno@clisp.org>
26901
26902                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
26903
26904         2006-07-22  Bruno Haible  <bruno@clisp.org>
26905
26906                 * gettext.m4: Update from GNU gettext-0.15.
26907                 * nls.m4: Likewise.
26908                 * po.m4: Likewise.
26909                 * inttypes-pri.m4: Likewise.
26910                 * inttypes-h.m4: Renamed from inttypes.m4.
26911                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26912
26913 2006-07-22  Bruno Haible  <bruno@clisp.org>
26914
26915         Merge from GNU gettext 0.15.
26916
26917         2005-07-05  Bruno Haible  <bruno@clisp.org>
26918
26919                 * printf-args.c (printf_fetchargs): Work around broken
26920                 definition of wint_t on mingw.
26921
26922         2005-02-12  Bruno Haible  <bruno@clisp.org>
26923
26924                 * xallocsa.h: Add extern "C" for C++.
26925
26926         2006-05-17  Bruno Haible  <bruno@clisp.org>
26927
26928                 Cygwin portability.
26929                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26930
26931         2006-04-30  Bruno Haible  <bruno@clisp.org>
26932
26933                 * progreloc.c: Include <mach-o/dyld.h> if available.
26934                 (find_executable): Use _NSGetExecutablePath when possible.
26935
26936         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26937
26938                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26939                 function.
26940
26941         2005-12-29  Bruno Haible  <bruno@clisp.org>
26942
26943                 * progreloc.c (set_program_name_and_installdir): Fix
26944                 compilation error.
26945
26946         2005-12-04  Bruno Haible  <bruno@clisp.org>
26947
26948                 Cygwin portability.
26949                 * progreloc.c: Include <windows.h> also on Cygwin.
26950                 (find_executable): Add support for Cygwin.
26951                 (set_program_name_and_installdir): Handle also platforms with
26952                 nonempty EXEEXT.
26953
26954         2006-07-11  Bruno Haible  <bruno@clisp.org>
26955
26956                 * javacomp.c: Fix a comment.
26957                 Reported by Jim Meyering.
26958
26959         2006-04-30  Bruno Haible  <bruno@clisp.org>
26960
26961                 * javacomp.h (compile_java_class): Add source_version,
26962                 target_version arguments.
26963                 * javacomp.c: Rewritten to choose only a compiler that
26964                 respects the specified source_version and target_version.
26965
26966         2006-06-27  Bruno Haible  <bruno@clisp.org>
26967
26968                 Assume correct S_ISDIR macro.
26969                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26970
26971         2006-07-22  Bruno Haible  <bruno@clisp.org>
26972
26973                 * javaversion.h: New file, from GNU gettext.
26974                 * javaversion.c: New file, from GNU gettext.
26975                 * javaversion.java: New file, from GNU gettext.
26976                 * javaversion.class: New file, from GNU gettext.
26977
26978         2006-05-17  Bruno Haible  <bruno@clisp.org>
26979
26980                 Cygwin portability.
26981                 * javaexec.c (execute_java_class): Test for jview program
26982                 also on Cygwin.
26983
26984         2006-04-09  Bruno Haible  <bruno@clisp.org>
26985
26986                 * fatal-signal.c: Don't include string.h.
26987                 (at_fatal_signal): Use a copying loop instead of memcpy.
26988
26989         2005-12-04  Bruno Haible  <bruno@clisp.org>
26990
26991                 * csharpexec.c: Add support for 'clix' launcher (untested).
26992                 (execute_csharp_using_sscli): New function.
26993                 (execute_csharp_program): Call it.
26994
26995         2006-06-21  Bruno Haible  <bruno@clisp.org>
26996
26997                 Avoid warnings from recent versions of mcs.
26998                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26999                 -o, -L, -r any more. Use options documented since mcs-1.0
27000                 instead. Similarly for -g.
27001
27002         2005-07-09  Bruno Haible  <bruno@clisp.org>
27003
27004                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
27005                 add a .dll suffix.
27006                 Reported by Mark Junker <mjscod@gmx.de>.
27007
27008         2006-06-17  Bruno Haible  <bruno@clisp.org>
27009
27010                 * config.charset: Update for NetBSD 3.0.
27011
27012         2006-05-17  Bruno Haible  <bruno@clisp.org>
27013
27014                 Cygwin portability.
27015                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
27016
27017         2006-05-16  Bruno Haible  <bruno@clisp.org>
27018
27019                 * localcharset.c [CYGWIN]: Include <windows.h>.
27020                 (get_charset_aliases): For Cygwin, return the same CPxxx
27021                 aliases list as under WIN32.
27022                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
27023                 the environment variables. Fall back to GetACP().
27024
27025         2006-04-05  Bruno Haible  <bruno@clisp.org>
27026
27027                 * config.charset: Update Juan Manuel Guerrero's address.
27028
27029         2005-02-12  Bruno Haible  <bruno@clisp.org>
27030
27031                 * allocsa.h: Add extern "C" for C++.
27032
27033         2005-02-10  Bruno Haible  <bruno@clisp.org>
27034
27035                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
27036                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
27037
27038         2006-07-22  Bruno Haible  <bruno@clisp.org>
27039
27040                 * gettext.h: Update to GNU gettext-0.15.
27041
27042 2006-07-22  Bruno Haible  <bruno@clisp.org>
27043
27044         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
27045         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
27046         lib-prefix.m4, longdouble.m4, ssize_t.m4.
27047
27048 2006-07-21  Eric Blake  <ebb9@byu.net>
27049
27050         * modules/stdlib-safer: New file.
27051         * MODULES.html.sh (File stream based Input/Output): Add
27052         stdlib-safer.
27053
27054 2006-07-21  Eric Blake  <ebb9@byu.net>
27055
27056         * lib/stdlib-safer.h: New file from coreutils, required by
27057         stdlib--.h.
27058
27059 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
27060
27061         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
27062
27063 2006-07-20  Bruno Haible  <bruno@clisp.org>
27064
27065         * gnulib-tool: Recognize new option --assume-autoconf.
27066         (autoconf_minversion): New variable.
27067         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
27068
27069 2006-07-20  Bruno Haible  <bruno@clisp.org>
27070
27071         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
27072
27073 2006-07-19  Derek R. Price  <derek@ximbiot.com>
27074
27075         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
27076         Reindent and repaginate.
27077
27078 2006-07-19  Derek Price  <derek@ximbiot.com>
27079
27080         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
27081         Correct grammar.
27082
27083 2006-07-17  Bruno Haible  <bruno@clisp.org>
27084
27085         * modules/list: New file.
27086         * modules/array-list: New file.
27087         * modules/carray-list, modules/carray-list-tests: New files.
27088         * modules/linked-list, modules/linked-list-tests: New files.
27089         * modules/avltree-list, modules/avltree-list-tests: New files.
27090         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27091         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27092         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27093         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27094         * modules/oset: New file.
27095         * modules/array-oset: New file.
27096         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27097         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27098         * tests/test-carray_list.c: New file.
27099         * tests/test-linked_list.c: New file.
27100         * tests/test-avltree_list.c: New file.
27101         * tests/test-rbtree_list.c: New file.
27102         * tests/test-linkedhash_list.c: New file.
27103         * tests/test-avltreehash_list.c: New file.
27104         * tests/test-rbtreehash_list.c: New file.
27105         * tests/test-avltree_oset.c: New file.
27106         * tests/test-rbtree_oset.c: New file.
27107         * MODULES.html.sh (Container data structures): New section.
27108
27109 2006-07-17  Bruno Haible  <bruno@clisp.org>
27110
27111         * m4/gl_list.m4: New file.
27112
27113 2006-07-17  Bruno Haible  <bruno@clisp.org>
27114
27115         * lib/gl_list.h: New file.
27116         * lib/gl_list.c: New file.
27117         * lib/gl_array_list.h: New file.
27118         * lib/gl_array_list.c: New file.
27119         * lib/gl_carray_list.h: New file.
27120         * lib/gl_carray_list.c: New file.
27121         * lib/gl_linked_list.h: New file.
27122         * lib/gl_linked_list.c: New file.
27123         * lib/gl_anylinked_list1.h: New file.
27124         * lib/gl_anylinked_list2.h: New file.
27125         * lib/gl_avltree_list.h: New file.
27126         * lib/gl_avltree_list.c: New file.
27127         * lib/gl_anyavltree_list1.h: New file.
27128         * lib/gl_anyavltree_list2.h: New file.
27129         * lib/gl_rbtree_list.h: New file.
27130         * lib/gl_rbtree_list.c: New file.
27131         * lib/gl_anyrbtree_list1.h: New file.
27132         * lib/gl_anyrbtree_list2.h: New file.
27133         * lib/gl_anytree_list1.h: New file.
27134         * lib/gl_anytree_list2.h: New file.
27135         * lib/gl_linkedhash_list.h: New file.
27136         * lib/gl_linkedhash_list.c: New file.
27137         * lib/gl_anyhash_list1.h: New file.
27138         * lib/gl_anyhash_list2.h: New file.
27139         * lib/gl_avltreehash_list.h: New file.
27140         * lib/gl_avltreehash_list.c: New file.
27141         * lib/gl_rbtreehash_list.h: New file.
27142         * lib/gl_rbtreehash_list.c: New file.
27143         * lib/gl_anytreehash_list1.h: New file.
27144         * lib/gl_anytreehash_list2.h: New file.
27145
27146         * lib/gl_oset.h: New file.
27147         * lib/gl_oset.c: New file.
27148         * lib/gl_array_oset.h: New file.
27149         * lib/gl_array_oset.c: New file.
27150         * lib/gl_avltree_oset.h: New file.
27151         * lib/gl_avltree_oset.c: New file.
27152         * lib/gl_rbtree_oset.h: New file.
27153         * lib/gl_rbtree_oset.c: New file.
27154         * lib/gl_anytree_oset.h: New file.
27155
27156 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27157
27158         * m4/mkancesdirs.m4: New file.
27159         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27160         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27161         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27162         it.
27163
27164 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27165
27166         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27167         * lib/mkancesdirs.h: New files.
27168         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27169         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27170         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27171         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27172         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27173         callers changed.  Revamp internals significantly, by not
27174         attempting to create directories that are temporarily more
27175         permissive than the final results.  Do not attempt to use
27176         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27177         This removes some race conditions, fixes some bugs, and simplifies
27178         things.  Use new dirchownmod function to do owner and mode changes.
27179         * lib/mkdir-p.h: Likewise.
27180         * lib/modechange.c (octal_to_mode): New function.
27181         (struct mode_change): New member mentioned.
27182         (make_node_op_equals): New arg mentioned.  All callers changed.
27183         (mode_compile): Keep track of which mode bits the user has explicitly
27184         mentioned.
27185         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27186         New arg PMODE_BITS, to keep track of which mode bits the user
27187         mentioned; it treats S_ISUID and S_ISGID speciall.
27188         All callers changed.
27189         * lib/modechange.h: Likewise.
27190
27191 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27192
27193         * MODULES.html.sh: Add mkancestors.
27194         * modules/mkancesdirs: New module.
27195         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27196         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27197         The chdir-safer and afs files are now orphans; I'll remove them
27198         unless someone speaks up.
27199         Add lib/dirchownmod.c, lib/dirchownmod.h.
27200         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27201         Add lchown, mkancesdirs.
27202         (Maintainer): Add self.
27203
27204 2006-07-15  Karl Berry  <karl@gnu.org>
27205
27206         * gnulib-tool: help message wording/arrangement.
27207
27208 2006-07-14  Simon Josefsson  <jas@extundo.com>
27209
27210         * doc/gnulib.texi (Libtool and Windows): New section.
27211
27212 2006-07-12  Simon Josefsson  <jas@extundo.com>
27213
27214         * modules/gendocs (License): Fix license, approved by Karl.
27215
27216 2006-07-12  Eric Blake  <ebb9@byu.net>
27217
27218         * MODULES.html.sh: Add gendocs.
27219
27220 2006-07-11  Eric Blake  <ebb9@byu.net>
27221
27222         * modules/fdl: New module, to install doc/fdl.texi.
27223         * MODULES.html.sh: Add new section for documentation modules.
27224         * gnulib-tool: Avoid space-tab.
27225         (--doc-base): New option, to manage files from doc.
27226
27227 2006-07-11  Eric Blake  <ebb9@byu.net>
27228
27229         * m4/absolute-header.m4: Fix comments to match recent change.
27230
27231 2006-07-11  Eric Blake  <ebb9@byu.net>
27232
27233         * gnulib-tool: List --doc-base before --tests-base.
27234
27235 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27236
27237         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27238
27239 2006-07-11  Bruno Haible  <bruno@clisp.org>
27240
27241         * README: Mention where to put documentation.
27242
27243 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27244
27245         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27246
27247 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27248
27249         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27250         to stdint.m4.
27251
27252 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27253
27254         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27255         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27256         "no/such/file/stdint.h" when there is no such file, so that
27257         the resulting C code can be parsed by dodgy compilers.
27258         Problems reported by Bob Proulx.
27259
27260 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27261
27262         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27263         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27264         macros into the GNU _D_EXACT_NAMLEN.
27265         * lib/savedir.c:  Likewise.
27266         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27267
27268 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27269         and Paul Eggert  <eggert@cs.ucla.edu>
27270
27271         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27272         * m4/savedir.m4:
27273         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27274         macros into the GNU _D_EXACT_NAMLEN.
27275
27276 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27277
27278         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27279         around the absolute name, to work around a problem with the HP-UX
27280         11.23 native C compiler, reported by Bob Proulx.
27281
27282 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27283
27284         * doc/maintain.texi, make-stds.texi: Sync from
27285         <http://savannah.gnu.org/projects/gnustandards>.
27286
27287 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27288
27289         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27290
27291 2006-07-09  Jim Meyering  <jim@meyering.net>
27292
27293         * m4/glob.m4: Remove a doubled word in a comment.
27294
27295 2006-07-09  Jim Meyering  <jim@meyering.net>
27296
27297         * lib/argp-pv.c: Remove a doubled word in a comment.
27298         * lib/check-version.c (check_version): Likewise.
27299         * lib/javacomp.c (compile_java_class): Likewise.
27300
27301 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27302
27303         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27304         for the benefit of people using Autoconf 2.60.  If you want to
27305         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27306         (or m4/onceonly.m4, if pre-2.57) manually.
27307
27308 2006-07-08  Jim Meyering  <jim@meyering.net>
27309
27310         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27311         comment.
27312         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27313         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27314         comment.
27315
27316 2006-07-08  Jim Meyering  <jim@meyering.net>
27317
27318         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27319
27320 2006-07-07  Simon Josefsson  <jas@extundo.com>
27321
27322         * tests/test-crc.c: Change expected crc value, the test vector
27323         were probably computed using the old broken crc.c?
27324
27325 2006-07-06  Simon Josefsson  <jas@extundo.com>
27326
27327         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27328         now the canonical place for the M4 file).
27329
27330         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27331         from the sys_socket dependency now.
27332
27333         * modules/inet_pton (Files): Ditto.
27334
27335         * modules/inet_ntop (Files): Ditto.
27336
27337 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27338
27339         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27340         not gl_PREREQ_GETUSERSHELL.
27341
27342 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27343
27344         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27345         with only one argument, for Autoconf 2.60.
27346         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27347         expand to nothing, so add a shell command to avoid syntax error.
27348         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27349
27350 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27351
27352         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27353
27354 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27355
27356         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27357         no longer needed.  Check for isblank decl.
27358         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27359         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27360         of existence.
27361
27362 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27363
27364         * lib/getloadavg.c: Use __VMS, not VMS.
27365         * lib/getopt.c: Likewise.
27366         * lib/getpagesize.h: Likewise.
27367         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27368         and probably does not work.
27369
27370 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27371
27372         * lib/.cppi-disable: Add wcwidth.
27373         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27374         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27375         (ISGRAPH): Remove.  All uses changed to isgraph.
27376         (FOLD) [!defined _LIBC]: Remove special case.
27377         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27378         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27379         HAVE_ISBLANK.
27380         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27381         case.
27382
27383 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27384
27385         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27386         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27387         brackets.  Other minor changes to suppress some compiler
27388         warnings.
27389
27390 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27391         and Paul Eggert  <eggert@cs.ucla.edu>
27392
27393         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27394         of invoking obsolescent AC_HEADER_DIRENT macro.
27395         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27396         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27397         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27398         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27399         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27400         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27401         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27402         * m4/readdir.m4: Remove; no longer needed.
27403
27404 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27405         and Paul Eggert  <eggert@cs.ucla.edu>
27406
27407         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27408         Don't worry about this obsolete case any more.
27409         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27410         directories.
27411         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27412         worry about this obsolete case any more.
27413         * lib/fts.c: Likewise.
27414         * lib/getcwd.c: Likewise.
27415         * lib/glob.h: Likewise.
27416         * lib/savedir.c: Likewise.
27417
27418 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27419
27420         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27421         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27422         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27423         needed.
27424         All uses removed.
27425         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27426         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27427         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27428         needed.
27429         * m4/getdate.m4 (gl_GETDATE): Likewise.
27430         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27431         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27432         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27433         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27434         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27435         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27436         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27437         needed.
27438
27439 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27440
27441         * lib/memcasecmp.c: Include <limits.h>.
27442         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27443         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27444         Don't assume isdigit succeeds only on '0' through '9'.
27445
27446 2006-07-05  Eric Blake  <ebb9@byu.net>
27447
27448         * modules/getaddrinfo (Depends-on): Add snprintf.
27449
27450 2006-07-05  Eric Blake  <ebb9@byu.net>
27451
27452         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27453         to avoid 'header present but could not be compiled' on cygwin.
27454
27455 2006-07-05  Eric Blake  <ebb9@byu.net>
27456
27457         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27458         missing from netdb.h.
27459         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27460
27461 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27462
27463         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27464         no longer needed.
27465         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27466         * m4/getdate.m4 (gl_GETDATE): Likewise.
27467         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27468         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27469         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27470         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27471         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27472
27473 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27474
27475         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27476         All uses of is_space replaced by isspace.
27477         * lib/exit.h: Don't talk about STDC_HEADERS.
27478         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27479         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27480         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27481         replaced by isprint etc.
27482         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27483         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27484         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27485         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27486         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27487         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27488
27489 2006-07-05  Bruno Haible  <bruno@clisp.org>
27490
27491         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27492         the function exists, before testing against AIX.
27493         Reported by Martin Lambers <marlam@marlam.de>.
27494
27495 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27496
27497         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27498         From Mark D. Baushke.
27499
27500 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27501
27502         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27503         to the absolute name, not just one, to bypass Sun C 5.8's
27504         "warning: #include of /usr/include/... may be non-portable".
27505
27506 2006-07-04  Eric Blake  <ebb9@byu.net>
27507
27508         * modules/dirname-tests: New test module.
27509         * tests/test-dirname.c: New file, replacing dirname.c
27510         TEST_DIRNAME section that was recently deleted.
27511
27512 2006-07-04  Bruno Haible  <bruno@clisp.org>
27513
27514         Assume ANSI C header files and <ctype.h> functions.
27515         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27516         (mbsnwidth): Use isprint, iscntrl instead.
27517
27518 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27519
27520         Merge from coreutils.
27521         * MODULES.html.sh: Add xstrtold.
27522         * modules/xstrtold: New file.
27523         * modules/cycle-check (Files): Add lib/same-inode.h.
27524         * modules/dirname (Files): Add m4/double-slash-root.m4.
27525         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27526         * modules/mkdir-p (Files): Add lib/same-inode.h.
27527         * modules/same (Files): Add lib/same-inode.h.
27528
27529 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27530
27531         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27532         This is to keep the terminology clean; POSIX talks about
27533         "absolute pathnames", not "full pathnames", but the GNU
27534         Coding Standards say to use "path" for something else;
27535         so use "absolute" to keep both sides happy.
27536         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27537         Set gl_absolute_header, not gl_full_header_path.
27538         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27539         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27540         All uses changed.
27541
27542         Merge from coreutils.
27543
27544         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27545
27546         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27547         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27548         want to require the building of c-strtod.o.
27549         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27550         needs -lm directly.
27551         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27552
27553         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27554
27555         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27556         --as-needed option if available.  Problem reported by Albert Chin in
27557         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27558         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27559         cc merely issues a bunch of annoying warnings for --as-needed
27560         (this problem was reported by Bob Proulx).  Also, try linking with
27561         -lm to detect a bug in binutils 2.16 (this problem was reported
27562         by Ralf Wildenhues).
27563
27564         2006-06-18  Jim Meyering  <jim@meyering.net>
27565
27566         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27567         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27568         macro.
27569         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27570         also check for glibc-2.4's abort-inducing bug.
27571
27572         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27573         Low-probability clean-up should be to use rmdir to get rid of
27574         the just-created directory, not unlink.
27575
27576         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27577         configure fail, and request a bug report to inform us about it.
27578         Add a comment that, barring reports to the contrary, in 2007 we'll
27579         assume ftruncate is universally available.
27580
27581         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27582
27583         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27584
27585         2006-03-12  Jim Meyering  <jim@meyering.net>
27586
27587         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27588         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27589         * m4/same.m4 (gl_SAME): Likewise.
27590         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27591
27592         2006-03-11  Eric Blake  <ebb9@byu.net>
27593
27594         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27595         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27596         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27597         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27598
27599 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27600
27601         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27602         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27603         reported by Mark D. Baushke, one in
27604         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27605
27606         Merge from coreutils.
27607
27608         * lib/.cppi-disable: Add stdint_.h.
27609         * lib/.cvsignore: Add stdint.h.
27610
27611         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27612
27613         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27614         both double and long double versions.
27615         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27616         * lib/xstrtold.c: New file.
27617         * lib/xstrtod.h (xstrtold): New decl.
27618
27619         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27620
27621         * lib/filemode.c (setst): Remove.
27622         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27623         (arguably) clearer, and the generated code is a bit smaller on my
27624         Debian GNU/Linux stable x86 host.
27625
27626         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27627
27628         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27629         Assume that filemode.h includes sys/types.h and sys/stat.h.
27630         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27631         (ftypelet): Reorder to put common cases first, for efficiency.
27632         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27633         to do 'M'.
27634         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27635         of 10, for compatibility with FreeBSD.  All callers changed.
27636         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27637         types that can't be deduced solely from st_mode.  First arg is now a
27638         const pointer.
27639         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27640         (strmode): Renamed from mode_string.
27641         (filemodestring): New decl.
27642         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27643         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27644         needed.
27645         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27646
27647         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27648
27649         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27650         fsusage.h now does that.  Include fsusage.h first, to test interface.
27651         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27652         at most one method (the old code could have generated decls that
27653         didn't conform to C89, not that this was ever exercised).
27654         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27655
27656         2006-03-19  Jim Meyering  <jim@meyering.net>
27657
27658         Work even in a chroot where d_ino values for entries in "/"
27659         don't match the stat.st_ino values for the same names.
27660         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27661         number, iterate through all entries again, using lstat instead.
27662         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27663         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27664
27665         * lib/getcwd.c (__getcwd): Clarify a comment.
27666         Use memcpy in place of a call to strcpy.
27667
27668         2006-03-12  Jim Meyering  <jim@meyering.net>
27669
27670         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27671         matches that of the current directory (which we're about to chdir ".."
27672         out of), then save the dev-ino of the parent, instead.
27673
27674         * lib/same-inode.h (SAME_INODE): New file/macro.
27675         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27676         Include "same-inode.h", instead.
27677         * lib/same.c: Likewise.
27678         * lib/cycle-check.h: Include "same-inode.h".
27679         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27680         * lib/cycle-check.c (SAME_INODE): Remove definition.
27681         * lib/root-dev-ino.h: Include "same-inode.h".
27682
27683         2006-03-11  Eric Blake  <ebb9@byu.net>
27684
27685         * lib/same.c (same_name): s/base_name/last_component/
27686         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27687         * lib/filenamecat.c (file_name_concat): Likewise.
27688
27689         2006-03-11  Eric Blake  <ebb9@byu.net>,
27690                     Paul Eggert  <eggert@cs.ucla.edu>
27691
27692         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27693         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27694         drive prefix.
27695         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27696         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27697         (last_component): New method.
27698         * lib/dirname.c (dir_len): Determine when drive letters need a
27699         subsequent slash.  Preserve // when it is special.
27700         (dir_name): Don't append dot when drive letter is absolute.
27701         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27702         * lib/basename.c (base_name): New semantics - malloc the result.
27703         Preserve // when it is special.  Preserve relative files that look
27704         like drive letters.
27705         (base_len): Preserve // when it is special.
27706         (last_component): New method, similar to old base_name semantics.
27707         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27708         base_name.  Strip redundant slashes from ///.
27709
27710 2006-07-03  Jim Meyering  <jim@meyering.net>
27711
27712         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27713         macro is used before the first cycle_check call.
27714
27715 2006-07-03  Eric Blake  <ebb9@byu.net>
27716
27717         * modules/dirname (Depends-on): Add xstrndup.
27718
27719 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27720
27721         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27722         test cases, so that config.log is a bit easier to follow.
27723
27724 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27725
27726         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27727         both are 64 bits, since this seems to be the tradition, and this
27728         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27729         we ever run into a host that prefers long long to long in this
27730         case, we'll need another configure-time test.  Problem reported by
27731         Jim Meyering.
27732
27733 2006-07-02  Eric Blake  <ebb9@byu.net>
27734
27735         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
27736
27737 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27738
27739         * modules/inttypes (Depends-on): No longer depends on stdint.
27740         * modules/stdint (Description): Say more about assumptions.
27741         Say that the fast types might differ.  Say macros are used.
27742         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
27743         (Makefile.am): Revise list of substituted symbols to match
27744         new stdint.m4.
27745         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
27746         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
27747         * tests/test-stdint.c (verify_same_types)
27748         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
27749         the code conforms to C99/C89.
27750         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
27751         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
27752
27753 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27754
27755         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
27756         but fix a bug, by requiring at least 64 bits.
27757         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27758         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
27759         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
27760         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
27761
27762         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
27763         changes.  Make 2.59 a prerequisite.  Check and substitute for
27764         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
27765         inttypes.h.  Do not use special include files; just use the
27766         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
27767         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
27768         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
27769         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
27770         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
27771         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
27772         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
27773         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
27774         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
27775         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
27776         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
27777         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
27778         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
27779         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
27780         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
27781         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
27782         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
27783         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
27784         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
27785         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
27786         WINT_MAX.  Check for C99 conformance more strictly, by detecting
27787         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
27788         not check for things that C99 does not require, e.g., int8_t.  If
27789         a test isn't needed unless <stdint.h> isn't working, and is
27790         unlikely to be needed for any other reason, then don't do it
27791         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
27792         size_t, since we assume C89 freestanding at least.  Do not check
27793         for sig_atomic_t, wchar_t, or wint_t, since the code now does
27794         the right thing even if the types are not defined.  Instead use:
27795         (gl_STDINT_TYPE_PROPERTIES): New macro.
27796         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
27797         testing whether <sys/types.h> clashes, as Autoconf does this for
27798         us now.  All uses removed.
27799         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
27800         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
27801         (gl_CHECK_TYPE_SAME):
27802         Remove; no longer needed.
27803         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
27804         exists, since we'll return 0 anyway in that case.
27805         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
27806
27807 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27808
27809         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
27810         possible collision with system files.
27811         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
27812         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
27813         WCHAR_MIN and WCHAR_MAX in this case.
27814         (<stddef.h>): Do not include; no longer needed.
27815         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
27816         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
27817         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
27818         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
27819         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
27820         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
27821         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
27822         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
27823         !defined(__c99))]: Include in this case too, since it's harmless
27824         now.
27825         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
27826         dangerous to do so.
27827         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
27828         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
27829         (_STDINT_MIN, _STDINT_MAX): New macros.
27830         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
27831         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
27832         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
27833         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
27834         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
27835         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
27836         macros, not typedefs; this simplifies things quite a bit.
27837         Use long int for all types narrower than int64_t.
27838         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
27839         Define in terms of long long int or int64_t or long int,
27840         not int64_t or int32_t.  This saves some compile-time testing.
27841         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
27842         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
27843         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
27844         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
27845         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
27846         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
27847         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
27848         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
27849         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
27850         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
27851         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27852         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27853         undef any previous version and define our own version, for
27854         simplicity and consistency with the new macros for types.
27855         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27856         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27857         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
27858         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
27859         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
27860         @WINT_T_SUFFIX@ to keep things simple here.
27861         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
27862         Simplify by assuming typical 8/16/32/64 host, since we're
27863         already doing that elsewhere anyway.
27864         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
27865         and assume long long int is 64 bits if available.  This
27866         speeds up 'configure'.
27867
27868 2006-07-01  Eric Blake  <ebb9@byu.net>
27869
27870         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
27871         Reported by Andreas Buening.
27872
27873 2006-07-01  Eric Blake  <ebb9@byu.net>
27874
27875         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
27876
27877 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27878
27879         * lib/getaddrinfo.c: fixed typo
27880
27881 2006-06-29  Jim Meyering  <jim@meyering.net>
27882
27883         * modules/strftime (Maintainer): Add my name, since with the
27884         FPRINTFTIME changes strftime.c has forked from glibc.
27885
27886 2006-06-29  Eric Blake  <ebb9@byu.net>
27887
27888         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
27889
27890 2006-06-29  Eric Blake  <ebb9@byu.net>
27891
27892         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
27893
27894 2006-06-29  Eric Blake  <ebb9@byu.net>
27895
27896         * lib/stat_.h: New file.
27897
27898 2006-06-29  Eric Blake  <ebb9@byu.net>
27899
27900         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
27901         unused static function.
27902
27903 2006-06-29  Eric Blake  <ebb9@byu.net>
27904
27905         * doc/functions.texi (Function Portability): Document missing lstat
27906         on mingw.
27907
27908 2006-06-29  Eric Blake  <ebb9@byu.net>
27909
27910         * MODULES.html.sh: Add sys_stat.
27911         * modules/sys_stat: New module.
27912         * modules/mkstemp (Depends-on): Add sys_stat.
27913
27914 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27915
27916         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27917
27918 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27919
27920         * m4/c-bs-a.m4: Removed.
27921
27922 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27923
27924         * lib/strftime.c: Assume strftime() exists.
27925
27926 2006-06-29  Derek Price  <derek@ximbiot.com>
27927
27928         * modules/c-bs-a: Removed - \a is C89.
27929         * MODULES.html.sh: Remove c-bs-a.
27930
27931 2006-06-29  Bruno Haible  <bruno@clisp.org>
27932
27933         * modules/wcwidth (License): Change to LGPL.
27934
27935 2006-06-28  Simon Josefsson  <jas@extundo.com>
27936
27937         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27938         on _WIN32.
27939
27940         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27941         getnameinfo.
27942
27943 2006-06-28  Simon Josefsson  <jas@extundo.com>
27944
27945         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27946
27947 2006-06-28  Simon Josefsson  <jas@extundo.com>
27948
27949         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27950         functions there.  It will succeed on Windows XP, but on Windows
27951         2000 and (presumably) earlier, it will fail, and use the internal
27952         re-implementation.
27953         (use_win32_p): New function.
27954         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27955         Support AI_NUMERICSERV to disable getservbyname.
27956         (getnameinfo): New function, only supports
27957         NI_NUMERICHOST|NI_NUMERICSERV for now.
27958
27959         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27960         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27961         getnameinfo.
27962
27963 2006-06-28  Eric Blake  <ebb9@byu.net>
27964
27965         * modules/wcwidth: New file.
27966         * modules/mbchar (Depends-on): Add wcwidth.
27967         * modules/mbswidth (Depends-on): Add wcwidth.
27968         * MODULES.html.sh: Add wcwidth.
27969
27970 2006-06-28  Eric Blake  <ebb9@byu.net>
27971
27972         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27973         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27974
27975 2006-06-28  Eric Blake  <ebb9@byu.net>
27976
27977         * lib/xvasprintf.h: Fix comments.
27978
27979 2006-06-28  Eric Blake  <ebb9@byu.net>
27980
27981         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27982         * lib/mbswidth.c (wcwidth): Move from here...
27983         * lib/wcwidth.h: ...to this new file.
27984
27985 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27986
27987         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27988
27989         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27990         it's obsolete.
27991         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27992
27993 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27994
27995         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27996         Autoconf 2.60 says this stuff was obsolete.
27997
27998 2006-06-28  Bruno Haible  <bruno@clisp.org>
27999
28000         * modules/wcwidth (Files): Add m4/wchar_t.m4.
28001
28002 2006-06-28  Bruno Haible  <bruno@clisp.org>
28003
28004         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
28005         gt_TYPE_WCHAR_T.
28006
28007 2006-06-28  Bruno Haible  <bruno@clisp.org>
28008
28009         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
28010         declaration for wcwidth.
28011         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
28012
28013 2006-06-28  Bruno Haible  <bruno@clisp.org>
28014
28015         * lib/mkdtemp.c [MINGW]: Include <io.h>.
28016         (mkdir): Define using _mkdir.
28017
28018 2006-06-28  Bruno Haible  <bruno@clisp.org>
28019
28020         * lib/getaddrinfo.h: Fix POSIX URL.
28021         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
28022         _WIN32.
28023         (use_win32_p): Make static.
28024         (getaddrinfo): Reject service name if it is empty or does not consist
28025         solely of decimal digits, or if its value is > 65535.
28026         (getnameinfo): Remove useless casts.
28027
28028 2006-06-27  Simon Josefsson  <jas@extundo.com>
28029
28030         * modules/sys_select: New file, suggested by Bruno Haible, Paul
28031         Eggert and Martin Lambers.
28032
28033 2006-06-27  Simon Josefsson  <jas@extundo.com>
28034
28035         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
28036         Eggert and Martin Lambers.
28037
28038 2006-06-27  Bruno Haible  <bruno@clisp.org>
28039
28040         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
28041         result to 0, not to empty.
28042         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
28043
28044 2006-06-27  Bruno Haible  <bruno@clisp.org>
28045
28046         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
28047
28048 2006-06-26  Simon Josefsson  <jas@extundo.com>
28049
28050         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
28051         present.
28052
28053 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
28054
28055         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
28056         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
28057         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
28058
28059 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
28060
28061         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
28062
28063 2006-06-26  Bruno Haible  <bruno@clisp.org>
28064
28065         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
28066
28067 2006-06-26  Bruno Haible  <bruno@clisp.org>
28068
28069         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
28070
28071 2006-06-26  Bruno Haible  <bruno@clisp.org>
28072
28073         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
28074         SGI C compiler in pre-C99 mode.
28075         Suggested by Mark D. Baushke and Larry Jones.
28076
28077 2006-06-26  Bruno Haible  <bruno@clisp.org>
28078
28079         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
28080         WCHAR_MAX.
28081         Reported by Mark D. Baushke and Larry Jones.
28082
28083 2006-06-26  Bruno Haible  <bruno@clisp.org>
28084
28085         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28086         in pre-C99 mode.
28087         Suggested by Mark D. Baushke and Larry Jones.
28088
28089 2006-06-23  Simon Josefsson  <jas@extundo.com>
28090             Bruno Haible  <bruno@clisp.org>
28091
28092         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28093         Emit mostlyclean-local rule.
28094         (func_emit_tests_Makefile_am): Likewise.
28095         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28096
28097 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28098
28099         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28100
28101 2006-06-23  Bruno Haible  <bruno@clisp.org>
28102
28103         * tests/test-stdint.c: Update to match ISO C 99 Technical
28104         Corrigendum 1.
28105
28106 2006-06-23  Bruno Haible  <bruno@clisp.org>
28107
28108         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28109
28110 2006-06-23  Bruno Haible  <bruno@clisp.org>
28111
28112         * lib/stdint_.h: Treat IRIX like OpenBSD.
28113
28114 2006-06-23  Bruno Haible  <bruno@clisp.org>
28115
28116         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28117         ISO C 99 Technical Corrigendum 1.
28118
28119 2006-06-22  Simon Josefsson  <jas@extundo.com>
28120
28121         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28122         MinGW.
28123
28124 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28125
28126         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28127         needed.  Some compiler complained about some of them.  Problem reported
28128         by Larry Jones in
28129         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28130
28131 2006-06-21  Simon Josefsson  <jas@extundo.com>
28132
28133         * tests/test-getaddrinfo.c: New file.
28134
28135         * modules/getaddrinfo-tests: New file.
28136
28137         * MODULES.html.sh: Add inet_pton.
28138
28139         * modules/inet_pton: New file.
28140
28141 2006-06-21  Simon Josefsson  <jas@extundo.com>
28142
28143         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28144         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28145         of using the (limited) gnulib implementation on Windows XP.
28146
28147         * m4/inet_pton.m4: New file.
28148
28149 2006-06-21  Simon Josefsson  <jas@extundo.com>
28150
28151         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28152         variable.
28153
28154         * lib/socket_.h: Don't define WINVER.
28155
28156         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28157         slightly modified to work in gnulib.
28158
28159 2006-06-21  Simon Josefsson  <jas@extundo.com>
28160
28161         * doc/gnulib.texi (Windows sockets): Add.
28162
28163 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28164
28165         * lib/read-file.c (fread_file): Start with buffer allocation of
28166         0 bytes rather than 1 byte; this simplifies the code.
28167         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28168         code to free buffer and save/restore errno.
28169         (internal_read_file): Remove unused local.
28170
28171 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28172
28173         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28174         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28175         Problem reported by Denis Excoffier in
28176         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28177
28178 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28179
28180         * modules/sys_socket, modules/socklen: Include sys/types since
28181         FreeBSD 4.x's sys/socket.h needs it.
28182
28183 2006-06-19  Simon Josefsson  <jas@extundo.com>
28184
28185         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28186
28187 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28188
28189         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28190
28191 2006-06-19  Bruno Haible  <bruno@clisp.org>
28192
28193         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28194         and FULL_PATH_INTTYPES_H in angle brackets.
28195         Reported by Mark D. Baushke <mdb@gnu.org>.
28196
28197 2006-06-17  Eric Blake  <ebb9@byu.net>
28198
28199         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28200         errno.
28201
28202 2006-06-17  Bruno Haible  <bruno@clisp.org>
28203
28204         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28205         <sys/inttypes.h>.
28206
28207 2006-06-17  Bruno Haible  <bruno@clisp.org>
28208
28209         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28210         whether errno is declared. Assume <errno.h> declares errno.
28211
28212 2006-06-17  Bruno Haible  <bruno@clisp.org>
28213
28214         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28215
28216 2006-06-17  Bruno Haible  <bruno@clisp.org>
28217
28218         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28219         problem on Solaris 2.5.1.
28220
28221 2006-06-16  Eric Blake  <ebb9@byu.net>
28222
28223         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28224         * lib/unicodeio.c [!defined errno]: Likewise.
28225         * lib/strtol.c [!defined errno]: Likewise.
28226         * lib/strtod.c [!defined errno]: Likewise.
28227
28228 2006-06-15  Eric Blake  <ebb9@byu.net>
28229
28230         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28231
28232 2006-06-15  Eric Blake  <ebb9@byu.net>
28233
28234         * config/srclist.txt (ssize_t.m4): Lose sync.
28235
28236 2006-06-15  Bruno Haible  <bruno@clisp.org>
28237
28238         * modules/stdint (Files): Include m4/full-header-path.m4,
28239         m4/size_max.m4, m4/wchar_t.m4.
28240         (Makefile.am): Many more substitutions.
28241         * modules/stdint-tests: New file.
28242         * tests/test-stdint.c: New file.
28243
28244 2006-06-15  Bruno Haible  <bruno@clisp.org>
28245
28246         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28247         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28248         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28249         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28250         gl_CHECK_TYPE_SAME): New macros.
28251
28252 2006-06-15  Bruno Haible  <bruno@clisp.org>
28253
28254         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28255
28256 2006-06-15  Bruno Haible  <bruno@clisp.org>
28257
28258         * lib/stdint_.h: Rewritten to be fully auto-configured.
28259         Fixes bug on HP-UX/IA64.
28260
28261 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28262
28263         * lib/getdate.y (__attribute__): Don't define if already defined.
28264         Problem reported by Larry Jones.
28265         * lib/utimens.c (__attribute__): Likewise.
28266
28267 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28268
28269         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28270         reported by Andreas Schwab.
28271
28272 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28273             Bruno Haible  <bruno@clisp.org>
28274
28275         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28276         check for the declaration of strnlen and a run test that exposes the
28277         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28278         rpl_strndup.
28279
28280 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28281             Bruno Haible  <bruno@clisp.org>
28282
28283         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28284
28285 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28286
28287         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28288         compile test, for Tru64 4.0D.
28289
28290 2006-05-28  Karl Berry  <karl@gnu.org>
28291
28292         * config/srclist.txt (printf-args.c): lose sync.
28293
28294 2006-05-26  Martin Lambers  <marlam@marlam.de>
28295
28296         * lib/getpass.c: Updates the test for the native W32 API, and adds
28297         missing includes, thus fixing compilation warnings.
28298
28299 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28300
28301         * lib/exclude.c (exclude_fnmatch): New function.
28302         (excluded_file_name): Call exclude_fnmatch.
28303         * lib/exclude.h (excluded_file_name): New prototype
28304
28305 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28306
28307         * lib/tempname.c (small_open, large_open): New macros.
28308         (__open, __open64) [!_LIBC]: Remove.
28309         (__gen_tempname): Use small_open and large_open instead of __open
28310         and __open64.  This fixes a portability bug on HP-UX 11.11i
28311         reported by Simon Wing-Tang in
28312         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28313
28314 2006-05-24  Bruno Haible  <bruno@clisp.org>
28315
28316         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28317         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28318         Reported by Thorsten Maerz <torte@netztorte.de> via
28319         Aaron Stone <aaron@serendipity.cx>.
28320
28321 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28322
28323         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28324         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28325         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28326         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28327         not really conditional on the cache.
28328         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28329
28330 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28331
28332         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28333         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28334         (my_usleep): Don't mishandle maximum value.
28335
28336 2006-05-19  Jim Meyering  <jim@meyering.net>
28337
28338         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28339
28340 2006-05-17  Bruno Haible  <bruno@clisp.org>
28341
28342         Cygwin portability.
28343         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28344
28345 2006-05-17  Bruno Haible  <bruno@clisp.org>
28346
28347         * lib/stdint_.h: Fix recognition of Cygwin.
28348
28349 2006-05-15  Bruno Haible  <bruno@clisp.org>
28350
28351         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28352         on libtool patch by Ralf Wildenhues.
28353
28354 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28355
28356         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28357         test for C99 conformance; (bool) 0.5 is an integer constant
28358         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28359         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28360
28361 2006-05-11  Simon Josefsson  <jas@extundo.com>
28362
28363         * m4/xvasprintf.m4: Fix obvious typo.
28364
28365 2006-05-11  Jim Meyering  <jim@meyering.net>
28366
28367         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28368         James Lemley.
28369
28370 2006-05-10  Simon Josefsson  <jas@extundo.com>
28371
28372         * lib/md4.c: Typo fix, update copyright years.
28373         (K1, K2): Don't use L because it turn computations into 64-bit on
28374         64-bit platforms.
28375
28376 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28377
28378         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28379         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28380         unwanted sign propagation, e.g., on hosts with 64-bit int.
28381         There still are some problems with reeelly weird theoretical hosts
28382         (e.g., 33-bit int) but it's not worth worrying about now.
28383         * lib/sha1.c (rol): Likewise.
28384         (K1, K2, K3, K4): Remove unnecessary L suffix.
28385
28386 2006-05-10  Bruno Haible  <bruno@clisp.org>
28387
28388         * lib/des.c: Cast to avoid warnings.
28389
28390 2006-05-09  Bruno Haible  <bruno@clisp.org>
28391
28392         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28393         (Depends-on): Depend also on xsize, stdarg.
28394         (configure.ac): Add gl_XVASPRINTF.
28395
28396 2006-05-09  Bruno Haible  <bruno@clisp.org>
28397
28398         * m4/xvasprintf.m4: New file.
28399
28400 2006-05-09  Bruno Haible  <bruno@clisp.org>
28401
28402         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28403         (EOVERFLOW): Define fallback value.
28404         (xstrcat): New function.
28405         (xvasprintf): Recognize the special case of a string concatenation.
28406
28407 2006-05-08  Eric Blake  <ebb9@byu.net>
28408
28409         * gnulib-tool (func_version): Base copyright year on CVS date.
28410         (func_emit_copyright_notice): New function.
28411         (func_emit_lib_Makefile_am): Use it.
28412         (func_emit_tests_Makefile_am): Likewise.
28413         (func_import): Likewise.
28414
28415 2006-05-08  Bruno Haible  <bruno@clisp.org>
28416
28417         * modules/stdarg: New file.
28418         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28419
28420 2006-05-08  Bruno Haible  <bruno@clisp.org>
28421
28422         * m4/stdarg.m4: New file, from GNU gettext.
28423
28424 2006-05-08  Bruno Haible  <bruno@clisp.org>
28425
28426         * config/srclist.txt (build-aux/config.rpath): different from latest
28427         release.
28428
28429 2006-05-08  Bruno Haible  <bruno@clisp.org>
28430
28431         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28432
28433 2006-05-05  Jim Meyering  <jim@meyering.net>
28434
28435         * m4/warning.m4: New file, derived from bison's file by the same name.
28436
28437 2006-05-03  Bruno Haible  <bruno@clisp.org>
28438
28439         * lib/stdint_.h: Shorter URL.
28440         * lib/inttypes.h: Likewise.
28441
28442 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28443
28444         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28445
28446 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28447
28448         * lib/verify.h: Document the internals better.  Most of this change
28449         was written by Bruno Haible.
28450
28451 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28452
28453         * doc/verify.texi: New file, partly based on a proposal by
28454         Bruno Haible.
28455
28456 2006-05-02  Bruno Haible  <bruno@clisp.org>
28457
28458         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28459         test from here...
28460         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28461
28462 2006-04-29  Bruno Haible  <bruno@clisp.org>
28463
28464         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28465         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28466
28467 2006-04-29  Bruno Haible  <bruno@clisp.org>
28468
28469         * gnulib-tool: Make --update option actually work.
28470
28471 2006-04-29  Bruno Haible  <bruno@clisp.org>
28472
28473         * doc/gcd.texi: New file.
28474         * doc/gnulib.texi: Include it.
28475
28476 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28477
28478         * lib/getdate.y (get_date): When adding relative date, start with the
28479         initial time, not with the result of the first mktime call.
28480
28481 2006-04-25  Bruno Haible  <bruno@clisp.org>
28482
28483         * gnulib-tool (func_import): Output the include directives in three
28484         blocks, sorted separately.
28485         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28486
28487 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28488
28489         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28490         to define main with arguments, for C++.  Reported by Eric Blake.
28491         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28492         Prefer 'int main ()' to 'int main (void)', for C++.
28493         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28494         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28495         for 'main', for C99 and C++.
28496
28497 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28498
28499         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28500         Don't assume that exit status -1 is valid.
28501         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28502         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28503         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28504         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28505         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28506         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28507         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28508         functions can be used without declaring them, or that you can
28509         exit with status -1.
28510         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28511
28512 2006-04-24  Karl Berry  <karl@gnu.org>
28513
28514         * config/srclist.txt (longdouble.m4): sync lost.
28515
28516 2006-04-24  Eric Blake  <ebb9@byu.net>
28517
28518         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28519
28520 2006-04-24  Bruno Haible  <bruno@clisp.org>
28521
28522         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28523         poll() implementation in AIX.
28524         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28525
28526 2006-04-24  Bruno Haible  <bruno@clisp.org>
28527
28528         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28529         assigned exactly once.
28530
28531 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28532             Bruno Haible  <bruno@clisp.org>
28533
28534         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28535         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28536         for AM_CPPFLAGS.
28537
28538 2006-04-23  Bruno Haible  <bruno@clisp.org>
28539
28540         * modules/copy-file: Depend on unistd.
28541         * modules/execute: Likewise.
28542         * modules/fatal-signal: Likewise.
28543         * modules/findprog: Likewise.
28544         * modules/mkdtemp : Likewise.
28545         * modules/pipe: Likewise.
28546         * modules/wait-process: Likewise.
28547
28548 2006-04-23  Bruno Haible  <bruno@clisp.org>
28549
28550         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28551         condition was already detected.
28552         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28553
28554 2006-04-23  Bruno Haible  <bruno@clisp.org>
28555
28556         * lib/copy-file.c: Include <unistd.h> unconditionally.
28557         * lib/execute.c: Likewise.
28558         * lib/fatal-signal.c: Likewise.
28559         * lib/findprog.c: Likewise.
28560         * lib/mkdtemp.c: Likewise.
28561         * lib/pipe.h: Likewise.
28562         * lib/pipe.c: Likewise.
28563         * lib/wait-process.h: Likewise.
28564
28565 2006-04-23  Bruno Haible  <bruno@clisp.org>
28566
28567         * gnulib-tool (func_usage): Fix --import description. Document
28568         --update.
28569         (func_import): Create temporary file in a temporary directory, if
28570         --dry-run is specified. Silence errors from 'grep' when there are no
28571         m4 files in $m4dir.
28572         (func_create_testdir): Silence errors from 'grep' when there are no
28573         m4 files in $m4dir.
28574         Reported by Karl Berry <karl@freefriends.org>.
28575
28576 2006-04-20  Bruno Haible  <bruno@clisp.org>
28577
28578         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28579         one argument, so that the code will be portable to Autoconf 2.60.
28580         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28581         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28582         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28583
28584 2006-04-19  Derek Price  <derek@ximbiot.com>
28585             Eric Blake  <ebb9@byu.net>
28586
28587         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28588         rather than "/full/path.h".  Update comment to match.  Shorten &
28589         generalize m4_translit call via AS_TR_CPP.
28590
28591 2006-04-19  Derek Price  <derek@ximbiot.com>
28592             Eric Blake  <ebb9@byu.net>
28593
28594         * lib/inttypes.h: Correct grammar in comment.
28595
28596 2006-04-18  Derek Price  <derek@ximbiot.com>
28597             Paul Eggert  <eggert@cs.ucla.edu>
28598
28599         * modules/inttypes: New file.
28600         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28601
28602 2006-04-18  Derek Price  <derek@ximbiot.com>
28603             Paul Eggert  <eggert@cs.ucla.edu>
28604
28605         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28606         New files.
28607
28608 2006-04-18  Derek Price  <derek@ximbiot.com>
28609             Paul Eggert  <eggert@cs.ucla.edu>
28610
28611         * lib/inttypes.h: New file.
28612         * lib/strtoimax.c: Assume <inttypes.h>.
28613
28614 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28615
28616         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28617         isn't mounted.  Problem reported by Kir Kolyshkin.
28618
28619 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28620
28621         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28622         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28623         Derek R. Price.
28624         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28625         implementation.
28626
28627 2006-04-12  Eric Blake  <ebb9@byu.net>
28628
28629         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28630         is now done automatically by the corresponding Autoconf macro.
28631
28632 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28633
28634         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28635         time_r.h.
28636
28637 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28638
28639         Merge regex changes from libc, removing some of our
28640         POSIX-conformance changes that were rejected and redoing them in a
28641         less-intrusive way.
28642
28643         * lib/regcomp.c (re_compile_internal, init_dfa):
28644         Length arg is now size_t, not Idx.  All uses changed.
28645         (peek_token): Forward decl now says internal_function.
28646         (__re_error_msgid, __re_error_msgid_idx):
28647         Now static rather than extern with attribute_hidden.
28648         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28649         For some reason libc prefers K&R style defns for external functions.
28650         (regerror) [!defined _LIBC]: Likewise.
28651         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28652         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28653         (build_range_exp, build_collating_symbol):
28654         Use K&R-style defn.
28655         (re_compile_fastmap): Use '\0' to memset, not 0.
28656         (utf8_sb_map): Make the calculations more obvious.
28657         (init_dfa, parse_bracket_exp, build_charclass_op):
28658         Call calloc and cast result, as glibc does.
28659         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28660         (build_range_exp, build_collating_symbol):
28661         Now internal functions.
28662
28663         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28664
28665         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28666         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28667         Don't depend on VMS; depend on __VMS instead, for POSIX
28668         namespace cleanness.
28669         (regoff_t): Define to ssize_t, not long int.
28670
28671         Remove the REG_ macros named below.  Instead, make the old names
28672         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28673         __USE_GNU_REGEX.
28674         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28675         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28676         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28677         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28678         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28679         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28680         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28681         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28682         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28683         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28684         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28685         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28686         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28687         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28688         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28689         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28690         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28691         (REG_NREGS):
28692         Remove.  All uses replaced by the old RE_* names.
28693         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28694         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28695         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28696         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28697         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28698         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28699         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28700         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28701         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28702         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28703         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28704         Don't bother having these macros be independent of each others'
28705         values, since they no longer exist in the POSIX name space.
28706
28707         Rename the following member names back to their old names,
28708         unless !__USE_GNU_REGEX.  All uses changed back.
28709         (buffer): Renamed from re_buffer.
28710         (allocated): Renamed from re_allocated.
28711         (used): Renamed from re_used.
28712         (syntax): Renamed from re_syntax.
28713         (fastmap): Renamed from re_fastmap.
28714         (translate): Renamed from re_translate.
28715         (can_be_null): Renamed from re_can_be_null.
28716         (regs_allocated): Renamed from re_regs_allocated.
28717         (fastmap_accurate): Renamed from re_fastmap_accurate.
28718         (no_sub): Renamed from re_no_sub.
28719         (not_bol): Renamed from re_not_bol.
28720         (not_eol): Renamed from re_not_eol.
28721         (newline_anchor): Renamed from re_newline_anchor.
28722         (num_regs): Renamed from rm_num_regs.
28723         (start): Renamed from rm_start.
28724         (end): Renamed from rm_end.
28725
28726         (free_state): Move up a bit.
28727
28728         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28729         #define to be empty.
28730         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28731         when that is what is intended.
28732         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
28733         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
28734         (MAX): New macro.
28735         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
28736         All uses changed back to re_malloc, etc.  It's now the caller's
28737         responsibility to check for overflow; all callers changed.
28738         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
28739         (re_x2nrealloc): Remove.
28740         (free_state): Remove decl.
28741
28742         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
28743         (re_set_registers, re_exec):
28744         Use K&R-style defn.
28745
28746         2006-01-31  Roland McGrath  <roland@redhat.com>
28747
28748         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
28749         Reported by Mike Frysinger <vapier@gentoo.org>.
28750
28751         2006-01-15  Andreas Jaeger  <aj@suse.de>
28752
28753         [BZ #1950]
28754         * lib/regex_internal.c (re_string_reconstruct): Adjust for
28755         build_wcs_upper_buffer change.
28756         (build_wcs_upper_buffer): Change return type.
28757
28758         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
28759
28760         * lib/regex_internal.h: Include <stdint.h> if available.
28761
28762         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
28763
28764         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
28765
28766         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28767
28768         * lib/regcomp.c: Adjust for changed secondary hash function.
28769
28770         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
28771
28772         * lib/regex.h: Pretty printing.
28773         Clean up namespace a bit.
28774
28775         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
28776
28777         * lib/regexec.c (update_cur_sifted_state, check_arrival,
28778         check_arrival_add_next_nodes): Avoid using uninitialized variable.
28779
28780         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28781                     Ulrich Drepper  <drepper@redhat.com>
28782
28783         [BZ #1302]
28784         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
28785         changed.
28786         (bitset_word_t): Renamed from bitset_word.  All uses changed.
28787
28788         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
28789
28790         [BZ #281]
28791         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
28792         * lib/regcomp.c: Remove unnecessary uses of
28793         unsigned RE_TRANSLATE_TYPE.
28794         * lib/regex_internal.h: Likewise.
28795         * lib/regex_internal.c: Likewise.
28796         * lib/regexec.c: Likewise.
28797         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
28798
28799         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
28800
28801         * lib/regexec.c (find_recover_state): Remove unnecessary
28802         initialization.
28803         (transit_state_bkref): Make DFA a const pointer.
28804         (get_subexp): Likewise.
28805         (check_arrival): Likewise.
28806         (update_cur_sifted_state): Likewise.
28807         (re_search_internal): Likewise.
28808         (prune_impossible_nodes): Likewise.
28809         (acquire_init_state_context): Likewise.
28810         (proceed_next_node): Likewise.
28811         (set_regs): Likewise.
28812         (free_fail_stack_return): Likewise.
28813         (check_arrival_expand_ecl): Mark DFA parameter as const.
28814         (check_arrival_expand_ecl_sub): Likewise.
28815         (check_subexp_limits): Likewise.
28816         (sub_epsilon_src_nodes):  Likewise.
28817         (add_epsilon_src_nodes):  Likewise.
28818         (merge_state_array): Likewise.
28819         (update_regs): Likewise.
28820         (build_trtable): Likewise.
28821         (sift_states_backward): Mark MCTX parameter as const.
28822         (build_sifted_states): Likewise.
28823         (update_cur_sifted_state): Likewise.
28824         (sift_states_mkref): Likewise.
28825         (check_arrival_expand_ecl): Mark eclosure as const.
28826         (check_dst_limits_calc_pos_1): Likewise.
28827         * lib/regex_internal.h (re_match_context_t): Make dfa a const
28828         pointer.
28829
28830         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
28831
28832         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
28833         (transit_state_sb): Likewise.
28834         (transit_state_mb): Likewise.
28835         (sift_states_iter_mb): Likewise.
28836         (check_arrival_add_next_nodes): Likewise.
28837         (check_node_accept_bytes): Change first parameter to pointer-to-const.
28838         [_LIBC] (re_search_2_stub): Use mempcpy.
28839
28840         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
28841         mbrtowc for very simple UTF-8 case.
28842
28843         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
28844         a pointer-to-const.
28845         (re_acquire_state_context): Likewise.
28846         * lib/regex_internal.h: Adjust prototypes.
28847
28848         * lib/regex.c: Prevent using C++ compilers.
28849
28850         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
28851         (re_acquire_state_context): Likewise.
28852
28853 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28854
28855         * modules/regex (Depends-on): Add ssize_t.
28856
28857 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28858
28859         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
28860         translation table.
28861
28862 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28863
28864         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
28865
28866 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
28867             Bruno Haible  <bruno@clisp.org>
28868
28869         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
28870         <sys/types.h> and <inttypes.h>.
28871
28872 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28873
28874         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
28875         `__error_t_defined', so argp.h will not typedef the former.
28876
28877 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
28878
28879         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
28880         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
28881         glibc names.  Even if glibc is changed to conform to POSIX, the
28882         traditional names will be available anyway, since regex depends on
28883         the extensions module.  Also, fix a longstanding typo in the
28884         implementation of Spencer ERE test #75 from grep 2.3.  Problems
28885         reported by Emanuele Giaquinta.  Also, change sense of cached
28886         variable, so that the message makes sense.
28887
28888 2006-03-24  Simon Josefsson  <jas@extundo.com>
28889
28890         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
28891         including some doc fixes.
28892         (base64_encode_alloc): Fix +1 bug on allocation failures.
28893
28894 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28895
28896         * lib/base64.c (base64_encode): Do not read past end of array with
28897         unsanitized input on systems with CHAR_BIT > 8.
28898
28899 2006-03-24  Eric Blake  <ebb9@byu.net>
28900
28901         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
28902
28903 2006-03-22  Karl Berry  <karl@gnu.org>
28904
28905         * config/srclist.txt (*setenv.[ch]): get from coreutils.
28906         * config/srclistvars.sh (COREUTILS): new var.
28907
28908 2006-03-17  Jim Meyering  <jim@meyering.net>
28909
28910         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28911         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28912
28913 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28914
28915         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28916         no longer needs it.  Instead, check that regoff_t is as least
28917         as wide as ptrdiff_t.
28918
28919         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28920         so that our regex.h stays compatible with the installed regex.
28921         This is helpful for installers who configure --without-included-regex.
28922         Problem reported by Emanuele Giaquinta.
28923
28924 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28925
28926         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28927         Typedef to long int, not to off_, as POSIX will likely change
28928         in that direction.
28929
28930 2006-03-15  Eric Blake  <ebb9@byu.net>
28931
28932         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28933
28934 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28935
28936         * lib/argp-help.c (validate_uparams): Fix typo
28937         * lib/argp-parse.c (argp_default_options): Consistently begin help
28938         messages with a lowercase letter.
28939
28940 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28941
28942         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28943         overrun buffers and shouldn't be used (much as gets shouldn't be
28944         used).
28945         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28946
28947 2006-03-08  Simon Josefsson  <jas@extundo.com>
28948
28949         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28950         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28951
28952 2006-03-08  Simon Josefsson  <jas@extundo.com>
28953
28954         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28955         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28956
28957 2006-03-08  Simon Josefsson  <jas@extundo.com>
28958
28959         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28960         signal that configure disabled the device.
28961
28962 2006-03-08  Simon Josefsson  <jas@extundo.com>
28963
28964         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28965         languages.
28966
28967 2006-03-07  Simon Josefsson  <jas@extundo.com>
28968
28969         * modules/getopt (Depends-on): Add unistd.
28970
28971         * modules/unistd: New file.
28972
28973 2006-03-07  Simon Josefsson  <jas@extundo.com>
28974
28975         * modules/gc-random: New file.
28976
28977 2006-03-07  Simon Josefsson  <jas@extundo.com>
28978
28979         * m4/unistd_h.m4: New file.
28980
28981 2006-03-07  Simon Josefsson  <jas@extundo.com>
28982
28983         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28984         test to be side-effect free by storing the result in the cache
28985         variable gl_cv_lib_readline, and moving the assignment of
28986         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28987         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28988
28989 2006-03-07  Simon Josefsson  <jas@extundo.com>
28990
28991         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28992         error on missing devices (the functions will return an error).
28993
28994         * m4/gc.m4: Move random stuff to gc-random.m4
28995
28996 2006-03-07  Simon Josefsson  <jas@extundo.com>
28997
28998         * lib/unistd_.h: New file.
28999
29000 2006-03-07  Simon Josefsson  <jas@extundo.com>
29001
29002         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
29003
29004 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29005
29006         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
29007         Problem reported by Juan Manuel Guerrero.
29008
29009 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29010
29011         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
29012         the unistd module.
29013         * lib/getlogin_r.c: Likewise.
29014         * lib/getlogin_r.h: Likewise.
29015         * lib/glob.c: Likewise.
29016         * lib/pagealign_alloc.c: Likewise.
29017         * lib/unistd_.h: Remove; no longer needed.
29018
29019 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29020
29021         * MODULES.html.sh (Support for systems lacking POSIX:2001):
29022         Add unistd.
29023         * modules/c-stack (Depends-on): Add unistd.
29024         * modules/getlogin_r: Likewise.
29025         * modules/glob: Likewise.
29026         * modules/pagealign_alloc: Likewise.
29027         * modules/unistd (Files): Remove lib/unistd_.h.
29028         (EXTRA_DIST): Remove.
29029         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
29030         need unistd_.h.
29031         (MOSTLYCLEANFILES): Remove unistd.h-t.
29032
29033 2006-03-03  Simon Josefsson  <jas@extundo.com>
29034
29035         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
29036
29037 2006-03-03  Simon Josefsson  <jas@extundo.com>
29038
29039         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
29040         libidn and bison.
29041
29042 2006-03-03  Simon Josefsson  <jas@extundo.com>
29043
29044         * build-aux/maint.mk: Add indent target.
29045
29046 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
29047
29048         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
29049         our replacement poll.h in any case, to avoid a differing
29050         declaration from a system header.  Seen on AIX.
29051
29052 2006-03-01  Simon Josefsson  <jas@extundo.com>
29053
29054         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
29055         <kasal@ucw.cz>.
29056
29057 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29058
29059         * modules/gettime (Depends-on): Add extensions module.
29060         * modules/nanosleep (Depends-on): Likewise.
29061         * modules/settime (Depends-on): Likewise.
29062
29063 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29064
29065         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
29066         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
29067         pedantically.
29068         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29069         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
29070
29071         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
29072         not "==".  Reported by Ralf Wildenhues.
29073
29074 2006-03-01  Karl Berry  <karl@gnu.org>
29075
29076         * doc/Copyright/request-*: new files, synced from gnuorg.
29077
29078 2006-03-01  Karl Berry  <karl@gnu.org>
29079
29080         * config/srclist.txt (Copyright/*): new entries.
29081
29082 2006-02-28  Simon Josefsson  <jas@extundo.com>
29083
29084         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29085
29086 2006-02-27  Simon Josefsson  <jas@extundo.com>
29087
29088         * lib/base64.h: Indent #define's.  From Jim Meyering
29089         <jim@meyering.net>.
29090
29091 2006-02-27  Jim Meyering  <jim@meyering.net>
29092
29093         Revert the change of 2006-02-24, so these files can continue
29094         to be sync'd from gettext.
29095         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29096         of `config.h'.
29097
29098 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29099
29100         * modules/intprops: New file.
29101         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29102         Add intprops.
29103         * modules/getloadavg (Files): Remove lib/intprops.h.
29104         (Depends-on): Add intprops.
29105         * modules/human: Likewise.
29106         * modules/inttostr: Likewise.
29107         * modules/openat: Likewise.
29108         * modules/sig2str: Likewise.
29109         * modules/userspec: Likewise.
29110         * modules/utimecmp: Likewise.
29111         * modules/xnanosleep: Likewise.
29112         * modules/xstrtol: Likewise.
29113
29114 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29115
29116         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29117         * modules/lock-tests (TESTS): Use $(EXEEXT).
29118         * modules/tls-tests: Likewise.
29119         * modules/argp-tests: Likewise.
29120         (check_PROGRAMS): New var, replacing...
29121         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29122
29123 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29124
29125         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29126         `config.h'.
29127
29128 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29129
29130         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29131
29132 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29133
29134         Sync from coreutils.
29135         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29136         gl_CHDIR_SAFER.
29137
29138 2006-02-22  Jim Meyering  <jim@meyering.net>
29139
29140         Sync from coreutils.
29141         * m4/chdir-safer.m4: New file.
29142
29143 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29144
29145         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29146         AT_FDCWD exceeds INT_MAX.
29147         * lib/openat.h (AT_FDCWD): Likewise.
29148
29149 2006-02-17  Eric Blake  <address@hidden>
29150
29151         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29152
29153 2006-02-16  Simon Josefsson  <jas@extundo.com>
29154
29155         * modules/getaddrinfo (Depends-on): Add sys_socket.
29156
29157 2006-02-15  Simon Josefsson  <jas@extundo.com>
29158
29159         * build-aux/maint.mk: Add dsyntax-check rule.
29160
29161 2006-02-15  Eric Blake  <ebb9@byu.net>
29162
29163         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29164         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29165         'present but cannot compile' warnings on cygwin.
29166         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29167         use ws2tcpip.h if sys/socket.h works.
29168         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29169         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29170
29171 2006-02-14  Simon Josefsson  <jas@extundo.com>
29172
29173         * modules/maintainer-makefile (Files): Rename.
29174
29175         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29176         and (the local) Makefile.cfg to maint-cfg.mk.
29177
29178         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29179         to the latter.
29180
29181         * modules/maintainer-makefile: New module.
29182
29183         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29184         severaly stripped to make it possible to build it up from scratch
29185         with reliable tests.
29186
29187         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29188         fixes to permit overriding the default actions when configure and
29189         makefile are not available.
29190
29191 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29192
29193         Sync from coreutils.
29194         * modules/lstat (Depends-on): Don't depend on xalloc.
29195         (License): Change from GPL to LGPL, since this is now simply a
29196         replacement for a libc function.
29197
29198 2006-02-14  Jim Meyering  <jim@meyering.net>
29199
29200         Sync from coreutils.
29201
29202         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29203         failure on deficient systems, and simplify gnulib lgpl dependencies.
29204         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29205         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29206
29207         * lib/xalloc-die.c: Remove unused definition of N_.
29208
29209 2006-02-14  Jim Meyering  <jim@meyering.net>
29210
29211         Sync from coreutils.
29212         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29213         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29214         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29215         double-quote uses of that variable, to accommodate the rare case in
29216         which getmntent is available in none of the libraries checked.  This
29217         happens at least on FreeBSD 5.0.
29218
29219 2006-02-13  Simon Josefsson  <jas@extundo.com>
29220
29221         * gnulib-tool (Usage): Fix --import, from
29222         karl@freefriends.org (Karl Berry).
29223
29224 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29225
29226         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29227
29228 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29229
29230         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29231         "autoupdate" on 2005-12-12.
29232
29233 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29234
29235         * modules/closeout (Depends-on): Remove atexit.
29236
29237 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29238
29239         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29240         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29241
29242 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29243
29244         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29245         __EXTENSIONS__ if this causes compilation to fail.  Problem
29246         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29247         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29248
29249 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29250
29251         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29252         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29253         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29254         All uses changed.
29255
29256 2006-01-26  Simon Josefsson  <jas@extundo.com>
29257
29258         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29259         prototype is visible on mingw32.
29260
29261         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29262         for mingw32.
29263
29264         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29265         mingw32).
29266
29267 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29268
29269         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29270         attempt to open for write; this always fails, at least on POSIX
29271         hosts.  This reinstates the 2006-01-09 change, which was
29272         inadvertently removed.
29273
29274 2006-01-26  Bruno Haible  <bruno@clisp.org>
29275
29276         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29277         Reported by Paul Eggert.
29278
29279 2006-01-26  Bruno Haible  <bruno@clisp.org>
29280             Paul Eggert  <eggert@cs.ucla.edu>
29281
29282         * lib/stdbool_.h (_Bool)
29283         [(! (defined __cplusplus || defined __BEOS__)
29284           && !defined __GNUC__
29285           && !(defined __HP_cc || defined __xlc__
29286                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29287                || defined __sgi))]:
29288         #define to signed char in these cases too; this simplifies
29289         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29290         etc., separately) and makes it more conservative.
29291
29292 2006-01-25  Simon Josefsson  <jas@extundo.com>
29293
29294         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29295         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29296         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29297
29298 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29299
29300         * lib/argp-namefrob.h: Bugfix. Remove stray #
29301
29302 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29303
29304         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29305         so that we test the test.
29306         Check for yet another HP-UX cc bug involving *bool |= bool.
29307
29308 2006-01-25  Karl Berry  <karl@gnu.org>
29309
29310         * config/srclist.txt (vasnprintf.c): sync lost.
29311
29312 2006-01-25  Jim Meyering  <jim@meyering.net>
29313
29314         Sync from the stable (b5) branch of coreutils:
29315
29316         * lib/fts.c (fts_children): Don't let close() clobber errno from
29317         failed fchdir().
29318
29319         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29320         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29321         a dangling symlink.  That can also happen at least for ELOOP.
29322         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29323         FYI, this bug predates the inclusion of fts.c in coreutils.
29324
29325         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29326         in their own block, so pre-c99 compilers don't object.
29327
29328         Avoid the double-free (first in fts_read, second in fts_close) that
29329         would occur when an `active' directory is made inaccessible (e.g.,
29330         via chmod a-x) during a traversal.
29331         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29332         before returning.  Reproduce this failure by
29333         mkdir -p a/b; cd a; chmod a-x . b
29334         Reported by Stavros Passas.
29335
29336 2006-01-25  Jim Meyering  <jim@meyering.net>
29337
29338         * lib/fileblocks.c: Remove more useless parentheses.
29339         * lib/readutmp.h: Likewise.
29340
29341 2006-01-25  Bruno Haible  <bruno@clisp.org>
29342
29343         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29344         warnings.
29345         Reported by Paul Eggert.
29346
29347 2006-01-25  Bruno Haible  <bruno@clisp.org>
29348
29349         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29350         rid of a trap command. For Solaris sh.
29351         Reported by Mark D. Baushke <mdb@gnu.org>.
29352
29353 2006-01-24  Simon Josefsson  <jas@extundo.com>
29354
29355         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29356         Bruno.
29357
29358 2006-01-24  Karl Berry  <karl@gnu.org>
29359
29360         * config/srclist.txt (argp-namefrob.h): sync lost.
29361
29362 2006-01-24  Jim Meyering  <jim@meyering.net>
29363
29364         * modules/openat (Files): Add lib/intprops.h.
29365         From Mark D. Baushke.
29366
29367 2006-01-24  Jim Meyering  <jim@meyering.net>
29368
29369         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29370         Reported by Mark D. Baushke.
29371
29372 2006-01-24  Jim Meyering  <jim@meyering.net>
29373
29374         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29375
29376 2006-01-24  Bruno Haible  <bruno@clisp.org>
29377
29378         * modules/strnlen (Maintainer): Change from glibc to all.
29379
29380 2006-01-24  Bruno Haible  <bruno@clisp.org>
29381
29382         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29383         Patch by Paul Eggert.
29384
29385 2006-01-24  Bruno Haible  <bruno@clisp.org>
29386
29387         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29388         already has it.
29389         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29390         2005-11-26.
29391
29392         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29393         'signed char' to avoid problems with the built-in _Bool type.
29394         Reported by Paul Eggert on 2005-11-26.
29395
29396 2006-01-24  Bruno Haible  <bruno@clisp.org>
29397
29398         * gnulib-tool (func_import): Avoid constructing complicated sed
29399         expressions inside backquote.
29400         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29401
29402 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29403
29404         These changes imported from libc.
29405         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29406         test and two separate function calls.
29407         * lib/strndup.c (__strndup): Add libc_hidden_def.
29408
29409 2006-01-23  Simon Josefsson  <jas@extundo.com>
29410
29411         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29412         Remove the test_*_SOURCES variable: automake infers it by default.
29413         * modules/tls-tests: Likewise.
29414
29415 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29416
29417         Work around porting bugs reported by Dieter in
29418         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29419         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29420         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29421         Include "getopt.h" first, to check interface.
29422         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29423         !HAVE_DECL_GETENV.
29424         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29425         (__strndup): Revert to K&R-style function dfns, the glibc style.
29426         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29427         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29428         Include strnlen.h first, to get prototype properly.
29429         (strnlen): Renamed from __strnlen.
29430         Remove weak alias.
29431
29432 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29433
29434         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29435
29436 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29437
29438         * config/srclist.txt: Adjust to reflect glibc reorganization.
29439         This affects only comments.
29440
29441 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29442
29443          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29444          Reported by Bruce Korb <bkorb@gnu.org>.
29445
29446 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29447
29448         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29449         to pacify gcc -Wswitch-default.
29450
29451 2006-01-22  Bruno Haible  <bruno@clisp.org>
29452
29453         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29454         temporary buffer for sprintf, take into account the precision also
29455         for 'd', 'i', 'u', 'o', 'x', 'X'.
29456
29457 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29458
29459         * modules/argp-tests: New module
29460         * tests/test-argp.c: New file
29461         * tests/test-argp-2.sh: New file
29462
29463 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29464
29465         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29466         (__argp_base_name): Removed
29467         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29468         typo.
29469         (__argp_base_name): Provide macro definition or extern declaration
29470         depending on the configuration
29471
29472 2006-01-20  Simon Josefsson  <jas@extundo.com>
29473
29474         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29475
29476 2006-01-20  Simon Josefsson  <jas@extundo.com>
29477
29478         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29479
29480 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29481
29482         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29483         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29484         Suggested by Bruno Haible.
29485
29486 2006-01-20  Karl Berry  <karl@gnu.org>
29487
29488         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29489         until changes propagate, I guess.
29490
29491 2006-01-19  Simon Josefsson  <jas@extundo.com>
29492
29493         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29494
29495 2006-01-19  Simon Josefsson  <jas@extundo.com>
29496
29497         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29498
29499 2006-01-19  Simon Josefsson  <jas@extundo.com>
29500
29501         * gnulib-tool: Set check_PROGRAMS.
29502
29503         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29504         modules/des-tests, modules/gc-arcfour-tests,
29505         modules/gc-arctwo-tests, modules/gc-des-tests,
29506         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29507         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29508         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29509         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29510         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29511         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29512         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29513         test_*_SOURCES.
29514
29515 2006-01-18  Simon Josefsson  <jas@extundo.com>
29516
29517         * modules/socklen (Depends-on): Depend on sys_socket.
29518
29519 2006-01-18  Simon Josefsson  <jas@extundo.com>
29520
29521         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29522         modules/des-tests, modules/gc-arcfour-tests,
29523         modules/gc-arctwo-tests, modules/gc-des-tests,
29524         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29525         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29526         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29527         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29528         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29529         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29530         $(EXEEXT) to automake TESTS variable, for mingw32.
29531
29532 2006-01-17  Simon Josefsson  <jas@extundo.com>
29533
29534         * modules/socklen (Include): Need sys/socket.h.
29535
29536 2006-01-17  Bruno Haible  <bruno@clisp.org>
29537
29538         * modules/ssize_t (Include): Add <sys/types.h>.
29539
29540 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29541
29542         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29543         it's not portable and it doesn't work with cross-compiles.
29544         Problem reported by Bruno Haible.  Fix missing-$ typo in
29545         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29546         -zignore from being used with Sun's C compiler.
29547
29548 2006-01-12  Simon Josefsson  <jas@extundo.com>
29549
29550         * lib/base64.c: Fix warning, reported by Bruno Haible
29551         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29552
29553 2006-01-12  Bruno Haible  <bruno@clisp.org>
29554
29555         * modules/ldd: New file.
29556         * build-aux/ldd.sh.in: New file.
29557         * MODULES.html.sh (Support for building libraries and executables): Add
29558         ldd.
29559
29560 2006-01-12  Bruno Haible  <bruno@clisp.org>
29561
29562         * m4/ldd.m4: New file.
29563
29564 2006-01-12  Bruno Haible  <bruno@clisp.org>
29565
29566         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29567         endless loop while replacing $auxdir with build-aux.
29568
29569 2006-01-11  Simon Josefsson  <jas@extundo.com>
29570
29571         * lib/stdint_.h (SIZE_MAX): Add missing (.
29572
29573 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29574
29575         Sync from coreutils.
29576         * lib/md5.c: Fix commentary typos.
29577         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29578         * lib/md5.h (__attribute__): Remove; unused.
29579         * lib/sha1.c: Fix commentary to match md5 better.
29580         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29581         so that we don't need to worry about alignment.  All uses changed.
29582         This merges the 2005-10-28 md5 change into sha1.
29583
29584 2006-01-11  Jim Meyering  <jim@meyering.net>
29585
29586         Sync from coreutils.
29587         * lib/md5.c (OP): Fix spacing.
29588
29589 2006-01-11  Bruno Haible  <bruno@clisp.org>
29590
29591         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29592         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29593         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29594
29595 2006-01-11  Bruno Haible  <bruno@clisp.org>
29596
29597         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29598         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29599         the "early" section as well.
29600
29601 2006-01-11  Bruno Haible  <bruno@clisp.org>
29602
29603         Avoid "ar: no archive members specified" error on MacOS X.
29604         * gnulib-tool (func_modules_add_dummy): New function.
29605         (func_import, func_create_testdir): Invoke it.
29606
29607 2006-01-11  Bruno Haible  <bruno@clisp.org>
29608
29609         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29610         with $auxdir in AC_CONFIG_FILES statements.
29611
29612 2006-01-11  Bruno Haible  <bruno@clisp.org>
29613
29614         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29615         Initialize also noinst_HEADERS to empty.
29616
29617 2006-01-11  Bruno Haible  <bruno@clisp.org>
29618
29619         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29620         variables.
29621         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29622         autoreconf.
29623
29624 2006-01-11  Bruno Haible  <bruno@clisp.org>
29625
29626         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29627         overridable by the user.
29628         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29629
29630 2006-01-10  Simon Josefsson  <jas@extundo.com>
29631
29632         * modules/sys_socket: New file.
29633
29634 2006-01-10  Simon Josefsson  <jas@extundo.com>
29635
29636         * m4/sys_socket_h.m4: New file.
29637
29638 2006-01-10  Simon Josefsson  <jas@extundo.com>
29639
29640         * lib/socket_.h: New file.
29641
29642 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29643
29644         * modules/readutmp (Maintainer): Add myself.
29645
29646 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29647
29648         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29649         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29650         People who are still concerned with buggy memcmp implementations
29651         can invoke gl_FUNC_MEMCMP themselves.
29652
29653 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29654
29655         * lib/regex_internal.h (BITSET_WORD_BITS):
29656         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29657         preprocessor mishandles large unsigned values as if they were signed.
29658         Problem reported by Claudio Fontana in
29659         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29660
29661 2006-01-10  Jim Meyering  <jim@meyering.net>
29662
29663         Avoid the double-free (first in fts_read, second in fts_close) that
29664         would occur when an `active' directory is made inaccessible (e.g.,
29665         via chmod a-x) during a traversal.
29666         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29667         before returning.  Reproduce this failure by
29668         mkdir -p a/b; cd a; chmod a-x . b
29669         Reported by Stavros Passas.
29670
29671         Sync from coreutils.
29672         * lib/sha1.c: Tweak grammar in a comment.
29673
29674 2006-01-10  Jim Meyering  <jim@meyering.net>
29675
29676         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29677         Patch by Joerg Sonnenberger.
29678
29679 2006-01-10  Bruno Haible  <bruno@clisp.org>
29680
29681         * modules/readutmp: Depend on module free.
29682         * modules/strtok_r: Depend on module restrict.
29683
29684 2006-01-10  Bruno Haible  <bruno@clisp.org>
29685
29686         * modules/gettext (configure.ac): Add an invocation of
29687         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29688
29689 2006-01-10  Bruno Haible  <bruno@clisp.org>
29690
29691         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29692         Reported by Werner Lemberg <wl@gnu.org>.
29693
29694 2006-01-10  Bruno Haible  <bruno@clisp.org>
29695
29696         * lib/localcharset.c: Update from GNU gettext.
29697
29698 2006-01-10  Bruno Haible  <bruno@clisp.org>
29699
29700         * lib/argp.h (__const): Remove macro. Use const instead.
29701         * lib/argp-fmtstream.h (__const): Likewise.
29702         * lib/glob_.h (__const): Remove macro.
29703         * lib/glob-libc.h: Use const instead of __const.
29704
29705 2006-01-10  Bruno Haible  <bruno@clisp.org>
29706
29707         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29708         variable.
29709         Needed to avoid an automake error regarding the 'gettext' module.
29710
29711 2006-01-09  Simon Josefsson  <jas@extundo.com>
29712
29713         * modules/inet_ntop (Depends-on): Add restrict.
29714
29715 2006-01-09  Simon Josefsson  <jas@extundo.com>
29716
29717         * modules/gc-rijndael-tests (License): Put under LGPL.
29718
29719         * modules/gc-des-tests (License): Likewise.
29720
29721         * modules/gc-arcfour-tests (License): Likewise.
29722
29723         * modules/gc-arctwo-tests (License): Likewise.
29724
29725         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29726
29727         * modules/gc-hmac-sha1-tests (Files): Likewise.
29728
29729         * modules/gc-hmac-md5-tests (License): Likewise.
29730
29731         * modules/gc-sha1-tests (License): Likewise.
29732
29733         * modules/gc-md5-tests (License): Likewise.
29734
29735         * modules/gc-md4-tests (License): Likewise.
29736
29737         * modules/gc-md2-tests (License): Likewise.
29738
29739         * modules/gc-tests (License): Likewise.
29740
29741         * modules/des-tests (License): Likewise.
29742
29743         * modules/md4-tests (License): Likewise.
29744
29745         * modules/md2-tests (License): Likewise.
29746
29747 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29748
29749         Sync from coreutils:
29750
29751         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
29752         * modules/lib-ignore: New file.
29753         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
29754         chdir-safer.m4, lchmod.m4.
29755         * modules/openat: Add mkdirat.c, openat-priv.h.
29756
29757 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29758
29759         Sync from coreutils.
29760         * m4/lib-ignore.m4: New file.
29761         * m4/lchmod.m4: New file.
29762
29763 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29764
29765         Sync from coreutils.
29766         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
29767         for write access: POSIX says that must fail.
29768         * lib/fts.c (diropen): Likewise.
29769         * lib/save-cwd.c (save_cwd): Likewise.
29770         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
29771         well, for minor improvements on hosts that lack O_DIRECTORY.
29772         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
29773         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
29774         Fall back on chown if open failed with EACCES.
29775
29776         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
29777         Report an error at compile-time if only a 1-second nominal clock
29778         resolution is found.
29779
29780         * lib/lchmod.h: New file.
29781         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
29782         (make_dir_parents): Use lchown rather than chown, and
29783         lchmod rather than chmod.
29784
29785         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
29786         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
29787         "proc" reported by n0dalus.
29788
29789         * lib/mountlist.c: Include <limits.h>.
29790         (dev_from_mount_options)
29791         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
29792         New function.  It no longer assumes "dev=" has the System V meaning
29793         on Linux (since it doesn't).  It also parses "dev=" more carefully.
29794         (read_file_system_list)
29795         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
29796         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
29797         dev= in that case.
29798
29799         * lib/posixtm.h (PDS_PRE_2000): New macro.
29800         * lib/posixtm.c (year): Arg is now syntax_bits rather than
29801         allow_century.  All usages changed.  Reject dates outside the range
29802         1969-1999 if PDS_PRE_2000 is used.
29803
29804 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29805
29806         Sync from coreutils.
29807         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
29808         (Time of day items): Mention the possibility of leap seconds.
29809         Problem reported by Dr. David Alan Gilbert.
29810
29811 2006-01-09  Jim Meyering  <jim@meyering.net>
29812
29813         Sync from coreutils.
29814
29815         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
29816
29817         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
29818
29819         * lib/modechange.c (mode_compile): Reject an invalid mode string
29820         that starts with an octal digit.  From Andreas Gruenbacher.
29821
29822         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
29823         and dup to open_safer and dup_safer, respectively.
29824         (openat_permissive): Fix typo in comment.
29825
29826         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
29827         "gettext.h"; either no longer needed or are guaranteed by openat.h.
29828         (_): Remove; no longer needed.
29829         (openat): Renamed from rpl_openat; no need for rpl_openat
29830         since openat.h renames openat for us.
29831         Replace most of the body with a call to openat_permissive,
29832         to avoid duplicate code.
29833         Port to (probably hypothetical) environments were mode_t is
29834         wider than int.
29835         (openat_permissive): Require mode arg, so that we can check
29836         types better.  Put it just after flags.  Change cwd failure
29837         indicator from pointer-to-bool to pointer-to-errno-value.
29838         All callers changed.
29839         Invoke openat_save_fail and/or openat_restore_fail if
29840         cwd_errno is null, so that openat can call us.
29841         (openat_permissive, fdopendir, fstatat, unlinkat):
29842         Simplify errno handling to avoid some duplicate code,
29843         as it's OK to set errno on success.
29844         * lib/openat.h: Revamp code so that function macros depend on
29845         __OPENAT_PREFIX only, not also on AT_FDCWD.
29846         (openat_ro): Remove.  Caller changed to use openat_permissive.
29847         (openat_permissive): Now a macro, if not a function.
29848         (openat_restore_fail, openat_save_fail): Now always functions,
29849         since mkdirat needs them even if __OPENAT_PREFIX is defined.
29850
29851         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
29852         and openat.c.
29853         * lib/mkdirat.c: Include openat-priv.h.
29854         Remove definitions of macros defined therein.
29855         * lib/openat.c: Likewise.
29856
29857         * lib/mkdirat.c (mkdirat): New file and function.
29858         * lib/openat.h (mkdirat): Declare.
29859
29860         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
29861
29862         * lib/openat.h (openat_permissive): Declare.
29863         (openat_ro): Define.
29864
29865         * lib/openat.c (EXPECTED_ERRNO): New macro.
29866         (openat_permissive): New function -- used in remove.c rewrite.
29867         (all functions): Set errno just before returning, only if there
29868         was an actual failure.
29869         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
29870
29871         Emulate openat-family functions using Linux's procfs, if possible.
29872         Idea and some code based on Ulrich Drepper's glibc changes.
29873
29874         * lib/openat.c: (BUILD_PROC_NAME): New macro.
29875         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
29876         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
29877         before falling back on save_cwd and restore_cwd.
29878         (fdopendir, fstatat, unlinkat): Likewise.
29879
29880         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
29881         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
29882
29883         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
29884         as second argument to va_arg.  Otherwise, some versions of gcc
29885         warn that `if this code is reached, the program will abort'.
29886
29887 2006-01-09  Jim Meyering  <jim@meyering.net>
29888
29889         Sync from coreutils.
29890         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
29891         Require openat-priv.h.
29892
29893 2006-01-09  Bruno Haible  <bruno@clisp.org>
29894
29895         * modules/strnlen (Include): Use strnlen.h.
29896
29897 2006-01-09  Bruno Haible  <bruno@clisp.org>
29898
29899         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
29900
29901 2006-01-09  Bruno Haible  <bruno@clisp.org>
29902
29903         * lib/sysexit_.h (EX_OK): New macro.
29904         Suggested by Martin Lambers <marlam@marlam.de>.
29905
29906 2006-01-09  Bruno Haible  <bruno@clisp.org>
29907
29908         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
29909         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
29910
29911 2006-01-09  Bruno Haible  <bruno@clisp.org>
29912
29913         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29914         numbers.
29915
29916 2006-01-09  Bruno Haible  <bruno@clisp.org>
29917
29918         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29919         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29920         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29921         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29922
29923 2006-01-09  Bruno Haible  <bruno@clisp.org>
29924
29925         * build-aux/javacomp.sh.in: New file, moved from lib/.
29926         * modules/javacomp-script (Files): Update.
29927         (configure.ac): Add AC_CONFIG_FILES invocation.
29928         (EXTRA_DIST): Remove variable.
29929
29930         * build-aux/javaexec.sh.in: New file, moved from lib/.
29931         * modules/javaexec (Files): Update.
29932         (configure.ac): Add AC_CONFIG_FILES invocation.
29933         (EXTRA_DIST): Remove javaexec.sh.in.
29934
29935         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29936         * modules/csharpcomp-script (Files): Update.
29937         (configure.ac): Add AC_CONFIG_FILES invocation.
29938         (EXTRA_DIST): Remove variable.
29939
29940         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29941         * modules/csharpexec (Files): Update.
29942         (configure.ac): Add AC_CONFIG_FILES invocation.
29943         (EXTRA_DIST): Remove csharpexec.sh.in.
29944
29945 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29946
29947         Sync from coreutils.
29948
29949         Add POSIX ACL support
29950         * lib/acl.h (copy_acl, set_acl): Add declarations.
29951         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29952         systems other than Linux.
29953         (chmod_or_fchmod): New function: use fchmod when possible,
29954         and chmod otherwise.
29955         (file_has_acl): Add a POSIX ACL implementation, with a
29956         Linux-specific subcase.
29957         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29958         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29959         acls are unsupported.
29960         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29961         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29962         are unsupported.
29963
29964 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29965
29966         Sync from coreutils.
29967         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29968
29969 2006-01-07  Bruno Haible  <bruno@clisp.org>
29970
29971         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29972         gl_EARLY.
29973
29974 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29975
29976         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29977         Problem reported for Mingw by Mark Junker.
29978
29979 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29980
29981         * README: Gnulib normally doesn't generate a tarball.
29982
29983 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29984
29985         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29986         long int, not int, for nanosecond counts, so that people who are
29987         used to POSIX struct timespec won't be surprised.  Reported by Jim
29988         Meyering.
29989
29990 2005-12-28  Bruno Haible  <bruno@clisp.org>
29991
29992         * build-aux/config.rpath: Update from GNU gettext.
29993
29994 2005-12-16  Jim Meyering  <jim@meyering.net>
29995
29996         * modules/fprintftime: New module.
29997         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29998
29999 2005-12-16  Jim Meyering  <jim@meyering.net>
30000
30001         * m4/fprintftime.m4: New file.
30002
30003 2005-12-16  Jim Meyering  <jim@meyering.net>
30004
30005         * lib/fprintftime.c, lib/fprintftime.h: New files.
30006
30007 2005-12-15  Simon Josefsson  <jas@extundo.com>
30008
30009         * modules/socklen (configure.ac): Fix M4 macro name, to align with
30010         new m4/socklen.m4.
30011
30012 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30013
30014         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
30015         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
30016
30017 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30018
30019         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
30020         * lib/argp-help.c (fill_in_uparams): Check if the constructed
30021         struct uparams is valid. Fall back to the default values if it is
30022         not.
30023
30024 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30025
30026         * modules/argp (Files): Add argp-pin.c
30027         (Depends-on): dirname
30028         (lib_SOURCES): Add argp-pin.c
30029
30030 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30031
30032         * m4/argp.m4:  Check if program_invocation_name and
30033         program_invocation_short_name are declared and define appropriate
30034         macros if they are not.
30035
30036 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30037
30038         * lib/argp-help.c (__argp_base_name): New function
30039         (__argp_short_program_name): Rewrite using __argp_base_name
30040         * lib/argp-namefrob.h: Define program_invocation_name and
30041         program_invocation_short_name if requested
30042         (__argp_base_name): Add prototype
30043         * lib/argp-parse.c (argp_def): Use gettext wrappers
30044         (argp_default_parser): Use __argp_base_name
30045         * lib/argp-pin.c: New file. Defines program_invocation_name and
30046         program_invocation_short_name on systems that lack them.
30047
30048 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30049
30050         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
30051         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30052         porting problem reported by Georg Schwarz in
30053         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30054
30055 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30056
30057         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
30058         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30059         porting problem reported by Georg Schwarz in
30060         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30061
30062 2005-12-05  Bruno Haible  <bruno@clisp.org>
30063
30064         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
30065         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
30066         Reported by Mark Junker <mjscod@gmx.de>.
30067
30068 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
30069
30070         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
30071         Use implementation from Albert Chin, with some
30072         comments/corrections by Stepan Kasal and myself.
30073
30074 2005-12-02  Bruno Haible  <bruno@clisp.org>
30075
30076         * gnulib-tool (func_import): Accept GPLed build tool modules when
30077         --lgpl is given.
30078         * modules/csharpcomp-script: New file.
30079         * modules/csharpcomp: Depend on it.
30080         * modules/javacomp-script: New file.
30081         * modules/javacomp: Depend on it.
30082         Suggested by Simon Josefsson.
30083
30084 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30085
30086         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30087         statement, to work around an HP-UX 10.20 compiler bug reported by
30088         Peter O'Gorman.
30089
30090 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30091
30092         * modules/savedir (Depends-on): Add openat.
30093
30094 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30095
30096         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30097         (uintmax_t) [defined uintmax_t]: Do not declare.
30098         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30099         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30100         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30101         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30102         sake of portability to weird hosts that C allows (though we don't
30103         know of any practical examples).
30104
30105         * lib/savedir.h (fdsavedir): New decl.
30106         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30107         contains most of the former guts of savedir.
30108         (savedir): Use savedirstream.
30109         Include "openat.h".
30110
30111 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30112
30113         * modules/obstack (Files): Add m4/ulonglong.m4.
30114         Problem reported by Davide Angelocola.
30115
30116 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30117
30118         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30119         coreutils no longer futzes with rounding modes.
30120
30121 2005-11-14  Jim Meyering  <jim@meyering.net>
30122
30123         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30124         replacement of mkstemp.
30125
30126 2005-11-10  Simon Josefsson  <jas@extundo.com>
30127
30128         * lib/readline.c: Remove EOL.
30129
30130 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30131
30132         * modules/gethrxtime (Depends-on): Add gettime.
30133
30134 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30135
30136         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30137         or gettimeofday; no longer needed.
30138
30139 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30140
30141         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30142         time business.
30143         (gethrxtime) [! (HAVE_NANOUPTIME
30144         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30145         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30146         our own approximation.
30147
30148 2005-11-08  Eric Blake  <ebb9@byu.net>
30149
30150         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30151
30152 2005-11-08  Eric Blake  <ebb9@byu.net>
30153
30154         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30155
30156 2005-11-04  Bruno Haible  <bruno@clisp.org>
30157
30158         * gnulib-tool: Implement --update mode.
30159
30160 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30161
30162         Fix porting problem reported by Theodoros V. Kalamatianos.
30163         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30164         Don't assume that futimes failing means we must fail.
30165
30166 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30167
30168         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30169         variables to suggest the intended function of the PATH_MAX check.
30170
30171 2005-10-30  Kean Johnston  <jkj@sco.com>
30172
30173         Trivial changes to support SCO systems.
30174         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30175         as PATH_MAX.
30176         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30177         where __ptr is null when no I/O is pending.
30178
30179 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30180
30181         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30182         leave errno alone.  Problem reported by Dmitry V. Levin.
30183
30184 2005-10-28  Simon Josefsson  <jas@extundo.com>
30185
30186         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30187         Test more.
30188
30189         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30190
30191         * modules/md2, modules/md2-tests: New files.
30192
30193 2005-10-28  Simon Josefsson  <jas@extundo.com>
30194
30195         * m4/inet_ntop.m4: More tests.
30196
30197         * m4/gc-md2.m4, md2.m4: New file.
30198
30199 2005-10-28  Simon Josefsson  <jas@extundo.com>
30200
30201         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30202         "restrict" keywords, as per POSIX.  Protect the function
30203         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30204         Don't use K&R prototypes.  Check the sprintf return values.
30205         Re-define EAFNOSUPPORT if not present.  Indent.
30206
30207         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30208         suggested by Bruno Haible <bruno@clisp.org>.
30209
30210         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30211
30212         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30213
30214         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30215         libgcrypt).
30216
30217         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30218
30219         * lib/md2.h, lib/md2.c: New files.
30220
30221 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30222
30223         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30224         errno alone.  Problem reported by Frederic Jolliton.
30225
30226 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30227
30228         * modules/verify (License): Change from GPL to LGPL.  This is a
30229         tiny module and there are apparently near-equivalents that are
30230         under the BSD license.
30231
30232 2005-10-24  Simon Josefsson  <jas@extundo.com>
30233
30234         * modules/sha1: Relicense to LGPL.
30235
30236 2005-10-24  Simon Josefsson  <jas@extundo.com>
30237
30238         * lib/md4.h: Shrink buffer size, now that we changed the type.
30239
30240 2005-10-23  Simon Josefsson  <jas@extundo.com>
30241
30242         * gnulib-tool (func_import): Fix --tests-base.
30243
30244 2005-10-22  Simon Josefsson  <jas@extundo.com>
30245
30246         * modules/arcfour (Depends-on): Need stdint.
30247
30248 2005-10-22  Simon Josefsson  <jas@extundo.com>
30249
30250         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30251         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30252
30253 2005-10-22  Simon Josefsson  <jas@extundo.com>
30254
30255         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30256         suggested by Bruno Haible <bruno@clisp.org>.
30257
30258 2005-10-22  Simon Josefsson  <jas@extundo.com>
30259
30260         * lib/crc.h: Include stddef.h, for size_t.
30261
30262 2005-10-22  Simon Josefsson  <jas@extundo.com>
30263
30264         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30265         arcfour_context struct (simplify test vector testing in GNU
30266         Shishi).
30267
30268 2005-10-21  Simon Josefsson  <jas@extundo.com>
30269
30270         * modules/des, modules/des-tests: New files.
30271
30272         * modules/gc-des, modules/gc-des-tests: New files.
30273
30274         * tests/test-des.c, tests/test-gc-des.c: New file.
30275
30276 2005-10-21  Simon Josefsson  <jas@extundo.com>
30277
30278         * modules/arctwo, modules/arctwo-tests: New files.
30279
30280         * tests/test-arctwo.c: New file.
30281
30282         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30283
30284         * tests/test-gc-arctwo.c: New file.
30285
30286 2005-10-21  Simon Josefsson  <jas@extundo.com>
30287
30288         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30289         Bruno Haible <bruno@clisp.org>.
30290
30291         * m4/gc-des.m4: New file.
30292
30293 2005-10-21  Simon Josefsson  <jas@extundo.com>
30294
30295         * m4/arctwo.m4: New file.
30296
30297         * m4/gc-arctwo.m4: New file.
30298
30299 2005-10-21  Simon Josefsson  <jas@extundo.com>
30300
30301         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30302         block.
30303
30304 2005-10-21  Simon Josefsson  <jas@extundo.com>
30305
30306         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30307         <bruno@clisp.org>.
30308
30309         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30310
30311         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30312         Bruno Haible <bruno@clisp.org>.
30313
30314         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30315         <bruno@clisp.org>.
30316
30317 2005-10-21  Simon Josefsson  <jas@extundo.com>
30318
30319         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30320
30321 2005-10-21  Simon Josefsson  <jas@extundo.com>
30322
30323         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30324
30325 2005-10-21  Simon Josefsson  <jas@extundo.com>
30326
30327         * lib/des.h, lib/des.c: New files.
30328
30329         * lib/gc-gnulib.c: Support DES.c
30330
30331 2005-10-21  Simon Josefsson  <jas@extundo.com>
30332
30333         * lib/arctwo.h, lib/arctwo.c: New files.
30334
30335         * lib/gc-gnulib.c: Support ARCTWO.
30336
30337 2005-10-21  Simon Josefsson  <jas@extundo.com>
30338
30339         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30340         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30341
30342 2005-10-21  Simon Josefsson  <jas@extundo.com>
30343
30344         * gnulib-tool (func_import, func_create_testdir): Define automake
30345         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30346         Makefile.am snippet),
30347         suggested by Bruno Haible <bruno@clisp.org>.
30348
30349         * modules/gc (Makefile.am): Use it.
30350
30351 2005-10-21  Bruno Haible  <bruno@clisp.org>
30352
30353         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30354         patch.
30355
30356 2005-10-19  Simon Josefsson  <jas@extundo.com>
30357
30358         * tests/test-gc-rijndael.c: New file.
30359
30360         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30361
30362 2005-10-19  Simon Josefsson  <jas@extundo.com>
30363
30364         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30365         interface too.
30366
30367 2005-10-19  Simon Josefsson  <jas@extundo.com>
30368
30369         * tests/test-gc-arcfour.c: New file.
30370
30371         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30372
30373 2005-10-19  Simon Josefsson  <jas@extundo.com>
30374
30375         * modules/gc-md4, modules/gc-md4-tests: New file.
30376
30377         * tests/test-gc-md4.c: New file.
30378
30379 2005-10-19  Simon Josefsson  <jas@extundo.com>
30380
30381         * m4/gc-md4.m4: New file.
30382
30383 2005-10-19  Simon Josefsson  <jas@extundo.com>
30384
30385         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30386         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30387         <kasal@ucw.cz>.
30388
30389 2005-10-19  Simon Josefsson  <jas@extundo.com>
30390
30391         * m4/gc-arcfour.m4: New file.
30392
30393         * m4/gc-rijndael.m4: New file.
30394
30395 2005-10-19  Simon Josefsson  <jas@extundo.com>
30396
30397         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30398
30399 2005-10-19  Simon Josefsson  <jas@extundo.com>
30400
30401         * lib/gc-gnulib.c: Support ARCFOUR.
30402
30403 2005-10-19  Simon Josefsson  <jas@extundo.com>
30404
30405         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30406         support.
30407
30408         * lib/gc.h: Add ECB enum type.
30409
30410         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30411
30412 2005-10-18  Simon Josefsson  <jas@extundo.com>
30413
30414         * tests/test-md5.c: New file.
30415
30416         * modules/md5-tests: New file.
30417
30418 2005-10-18  Simon Josefsson  <jas@extundo.com>
30419
30420         * tests/test-md4.c: New file.
30421
30422         * modules/md4, modules/md4-tests: New files.
30423
30424 2005-10-18  Simon Josefsson  <jas@extundo.com>
30425
30426         * m4/md4.m4: New file.
30427
30428 2005-10-18  Simon Josefsson  <jas@extundo.com>
30429
30430         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30431
30432 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30433
30434         * gnulib-tool (func_create_testdir): Omit the second check whether
30435         BUILT_SOURCES in nonempty.
30436
30437 2005-10-17  Simon Josefsson  <jas@extundo.com>
30438
30439         * tests/test-rijndael.c: New file.
30440
30441 2005-10-17  Simon Josefsson  <jas@extundo.com>
30442
30443         * modules/sha1: Depend on stdint instead of md5.
30444
30445         * modules/md5: Depend on stdint, remove uint32_t.
30446
30447 2005-10-17  Simon Josefsson  <jas@extundo.com>
30448
30449         * modules/gc-sha1-tests: New file.
30450
30451         * tests/test-gc-sha1.c: New file.
30452
30453 2005-10-17  Simon Josefsson  <jas@extundo.com>
30454
30455         * m4/md5.m4: Remove call to uint32_t.m4.
30456
30457 2005-10-17  Simon Josefsson  <jas@extundo.com>
30458
30459         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30460
30461         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30462         md5.h.
30463
30464         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30465
30466         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30467
30468 2005-10-17  Simon Josefsson  <jas@extundo.com>
30469
30470         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30471
30472 2005-10-17  Simon Josefsson  <jas@extundo.com>
30473
30474         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30475
30476 2005-10-17  Simon Josefsson  <jas@extundo.com>
30477
30478         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30479
30480         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30481
30482 2005-10-17  Bruno Haible  <bruno@clisp.org>
30483
30484         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30485         that it can also be used in a test.
30486
30487 2005-10-16  Bruno Haible  <bruno@clisp.org>
30488
30489         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30490         TESTS_ENVIRONMENT, so that individual tests can augment it.
30491
30492         * gnulib-tool (func_create_testdir): Use an intermediate target for
30493         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30494         macros, like $(ALLOCA_H), which cannot be passed through the command
30495         line.
30496
30497 2005-10-15  Simon Josefsson  <jas@extundo.com>
30498
30499         * modules/rijndael-tests: New file.
30500
30501         * modules/rijndael: New file.
30502
30503 2005-10-15  Simon Josefsson  <jas@extundo.com>
30504
30505         * m4/rijndael.m4: New file.
30506
30507 2005-10-15  Simon Josefsson  <jas@extundo.com>
30508
30509         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30510
30511         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30512
30513 2005-10-14  Simon Josefsson  <jas@extundo.com>
30514
30515         * tests/test-arcfour.c: New file.
30516
30517         * modules/arcfour, modules/arcfour-tests: New files.
30518
30519 2005-10-14  Simon Josefsson  <jas@extundo.com>
30520
30521         * m4/arcfour.m4: New file.
30522
30523 2005-10-14  Simon Josefsson  <jas@extundo.com>
30524
30525         * lib/arcfour.h, lib/arcfour.c: New files.
30526
30527 2005-10-14  Roland McGrath  <roland@redhat.com>
30528
30529         Import from libc.  [BZ #1331]
30530         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30531         macro argument.
30532         Reported by Matej Vela <vela@debian.org>.
30533
30534 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30535
30536         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30537         include <wchar.h>; no longer needed.
30538
30539 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30540
30541         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30542
30543 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30544         and  Ulrich Drepper  <drepper@redhat.com>
30545
30546         Import from libc.
30547         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30548         instead of inline stream orientation test and two separate
30549         function calls.  Pay no attention to USE_IN_LIBIO.
30550
30551 2005-10-13  Simon Josefsson  <jas@extundo.com>
30552
30553         * modules/gc-hmac-md5-tests: New file.
30554
30555         * tests/test-gc-hmac-sha1.c: New file.
30556
30557         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30558
30559         * modules/gc-hmac-md5-tests: New file.
30560
30561         * tests/test-gc-md5.c: New file.
30562
30563         * modules/gc-md5-tests: New file.
30564
30565 2005-10-13  Simon Josefsson  <jas@extundo.com>
30566
30567         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30568         Move memory allocation outside of loop.
30569
30570 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30571
30572         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30573         intermediate directory is in a read-only file system.  Problem
30574         reported by Eric Blake.
30575
30576 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30577
30578         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30579
30580 2005-10-12  Simon Josefsson  <jas@extundo.com>
30581
30582         * tests/test-hmac-sha1.c: New file.
30583
30584         * modules/hmac-sha1-tests: New file.
30585
30586         * modules/hmac-sha1: New file.
30587
30588 2005-10-12  Simon Josefsson  <jas@extundo.com>
30589
30590         * modules/gc-sha1: New file.
30591
30592 2005-10-12  Simon Josefsson  <jas@extundo.com>
30593
30594         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30595
30596         * tests/test-gc-pbkdf2-sha1.c: New file.
30597
30598 2005-10-12  Simon Josefsson  <jas@extundo.com>
30599
30600         * modules/gc-md5, modules/gc-hmac-md5: New files.
30601
30602         * modules/gc (Files): Remove md5, memxor and hmac files.
30603
30604 2005-10-12  Simon Josefsson  <jas@extundo.com>
30605
30606         * m4/gc-pbkdf2-sha1.m4: New file.
30607
30608         * m4/gc-hmac-sha1.m4: New file.
30609
30610         * m4/gc-sha1: New file.
30611
30612         * m4/hmac-sha1.m4: New file.
30613
30614 2005-10-12  Simon Josefsson  <jas@extundo.com>
30615
30616         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30617
30618         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30619
30620 2005-10-12  Simon Josefsson  <jas@extundo.com>
30621
30622         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30623         suggested by Bruno Haible <bruno@clisp.org>.
30624
30625 2005-10-12  Simon Josefsson  <jas@extundo.com>
30626
30627         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30628
30629 2005-10-12  Simon Josefsson  <jas@extundo.com>
30630
30631         * lib/gc-pbkdf2-sha1.c: New file.
30632
30633         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30634
30635 2005-10-12  Simon Josefsson  <jas@extundo.com>
30636
30637         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30638
30639         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30640
30641 2005-10-12  Simon Josefsson  <jas@extundo.com>
30642
30643         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30644         GC_USE_HMAC_MD5, respectively.
30645
30646         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30647         (gc_md5): Fix typo.
30648
30649         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30650
30651         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30652
30653         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30654
30655 2005-10-12  Bruno Haible  <bruno@clisp.org>
30656
30657         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30658         Reported by Stepan Kasal <kasal@ucw.cz>.
30659
30660 2005-10-11  Simon Josefsson  <jas@extundo.com>
30661
30662         * tests/test-crc.c: New file.
30663
30664         * modules/crc, modules/crc-tests: New files.
30665
30666 2005-10-11  Simon Josefsson  <jas@extundo.com>
30667
30668         * m4/crc.m4: New file.
30669
30670 2005-10-11  Simon Josefsson  <jas@extundo.com>
30671
30672         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30673
30674         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30675
30676         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30677
30678 2005-10-11  Simon Josefsson  <jas@extundo.com>
30679
30680         * lib/crc.h, lib/crc.c: New files.
30681
30682         * lib/gc.h (gc_hash_buffer): Add doc.
30683
30684 2005-10-11  Bruno Haible  <bruno@clisp.org>
30685
30686         * modules/c-strcasestr: New file.
30687         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30688
30689 2005-10-11  Bruno Haible  <bruno@clisp.org>
30690
30691         * modules/c-strcase: New file.
30692         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30693
30694 2005-10-11  Bruno Haible  <bruno@clisp.org>
30695
30696         * lib/strcasecmp.c: Include limits.h.
30697         (strcasecmp): Avoid integer overflow on exotic platforms.
30698         * lib/strncasecmp.c: Include limits.h.
30699         (strncasecmp): Avoid integer overflow on exotic platforms.
30700         Reported by Paul Eggert.
30701
30702 2005-10-11  Bruno Haible  <bruno@clisp.org>
30703
30704         * lib/c-strcasestr.h: New file, from GNU gettext.
30705         * lib/c-strcasestr.c: New file, from GNU gettext.
30706
30707 2005-10-11  Bruno Haible  <bruno@clisp.org>
30708
30709         * lib/c-strcase.h: New file, from GNU gettext.
30710         * lib/c-strcasecmp.c: New file, from GNU gettext.
30711         * lib/c-strncasecmp.c: New file, from GNU gettext.
30712
30713 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30714
30715         * modules/mempcpy (License): GPL -> LGPL.
30716         * modules/strchrnul (License): Likewise.
30717         * modules/sysexits (License): Likewise.
30718
30719 2005-10-08  Simon Josefsson  <jas@extundo.com>
30720
30721         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30722
30723 2005-10-07  Simon Josefsson  <jas@extundo.com>
30724
30725         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30726
30727 2005-10-06  Simon Josefsson  <jas@extundo.com>
30728
30729         * tests/test-hmac-md5.c: New file.
30730
30731         * modules/hmac-md5-tests: New file.
30732
30733         * modules/hmac-md5: New file.
30734
30735 2005-10-06  Simon Josefsson  <jas@extundo.com>
30736
30737         * m4/hmac-md5.m4: New file.
30738
30739         * m4/memxor.m4: Require gl_C_RESTRICT.
30740
30741 2005-10-06  Simon Josefsson  <jas@extundo.com>
30742
30743         * lib/memxor.c (memxor): Avoid casts and warnings.
30744
30745 2005-10-06  Simon Josefsson  <jas@extundo.com>
30746
30747         * lib/hmac-md5.c: New file.
30748
30749         * lib/hmac.h: New file.
30750
30751 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30752
30753         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
30754         promotes to int, not unsigned int, to catch the AIX 5.3
30755         compiler bug.
30756
30757 2005-10-05  Simon Josefsson  <jas@extundo.com>
30758
30759         * modules/memxor: New file.
30760
30761         * modules/iconv (Files): Move config.rpath to havelib, it is used
30762         there.
30763
30764         * modules/havelib (Files): Add config.rpath.
30765
30766 2005-10-05  Simon Josefsson  <jas@extundo.com>
30767
30768         * m4/memxor.m4: New file.
30769
30770 2005-10-05  Simon Josefsson  <jas@extundo.com>
30771
30772         * lib/memxor.c (memxor): Fix compiler error.
30773
30774         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
30775         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
30776
30777         * lib/memxor.h, lib/memxor.c: New files.
30778
30779         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
30780         we assume all systems have it, suggested by Jim Meyering
30781         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
30782         any systems lack sys/socket.h; mingw32 is known to lack it, but we
30783         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
30784         same reasons.
30785
30786 2005-10-05  Simon Josefsson  <jas@extundo.com>
30787
30788         * config/srclist.txt: Add glibc bug 1423 for md5.h.
30789
30790 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30791
30792         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
30793         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
30794         needed, since the source code now assumes these .h files.
30795
30796 2005-10-05  Derek Price  <derek@ximbiot.com>
30797
30798         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
30799
30800 2005-10-05  Bruno Haible  <bruno@clisp.org>
30801
30802         * modules/stdint (License): Change to LGPL.
30803
30804 2005-10-04  Simon Josefsson  <jas@extundo.com>
30805
30806         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
30807         D. Baushke" <mdb@gnu.org>.
30808
30809 2005-10-04  Bruno Haible  <bruno@clisp.org>
30810
30811         * lib/verify.h (verify_true): Provide alternative definition for C++.
30812
30813 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
30814
30815         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
30816         (SSIZE_MAX): New macro, if not already defined.
30817         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
30818         than 2 GiB.
30819
30820 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30821
30822         Sync from coreutils.
30823         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
30824         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
30825         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
30826         ULLONG_MAX doesn't work with 2.7.2.1.
30827
30828 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30829
30830         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
30831         From Ben Pfaff.
30832
30833         * modules/exclude (Depends-on): Depend on verify.
30834         * modules/strtoimax (Depends-on): Likewise.
30835         * modules/utimecmp (Depends-on): Likewise.
30836
30837 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30838
30839         * lib/exclude.c: Include verify.h.
30840         (verify): Remove.  All callers changed to use verify.h's version.
30841         * lib/strtoimax.c: Likewise.
30842         * lib/utimecmp.c: Likewis.e
30843
30844         Sync from coreutils.
30845         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
30846         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
30847         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
30848         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
30849         bother returning ENOSYS if settimeofday or stime fails; just let
30850         them return whatever errno they want to return.
30851         * lib/utimens.c: Include unistd.h, for dup2.
30852         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
30853         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
30854
30855 2005-10-02  Jim Meyering  <jim@meyering.net>
30856
30857         Sync from coreutils.
30858         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
30859         from glibc-2.2.5 that fails for read-only files.
30860
30861 2005-10-02  Jim Meyering  <jim@meyering.net>
30862
30863         Sync from coreutils.
30864         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
30865         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
30866         `#if HAVE_CONFIG_H'.
30867         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
30868         Remove AT_FDCWD test.
30869         Do not consume the fd unless successful.
30870         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
30871         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
30872         block, so that we don't even try to compile it if settimeofday is
30873         available.  This works around a compilation failure on OSF1 V5.1,
30874         due to stime requiring a `long int*' while tv_sec is `int'.
30875
30876 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
30877
30878         Sync from coreutils.
30879         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
30880         against `yes', rather than just testing for nonempty.
30881
30882 2005-10-01  Simon Josefsson  <jas@extundo.com>
30883
30884         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
30885         and Darwin.
30886
30887         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
30888         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
30889         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
30890         freeaddrinfo and gai_strerror are declared by the POSIX headers.
30891         Check if struct addrinfo is declared.
30892
30893 2005-10-01  Simon Josefsson  <jas@extundo.com>
30894
30895         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
30896         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
30897         AI_* and EAI_* definitions.  Protect function declarations.
30898
30899 2005-10-01  Jim Meyering  <jim@meyering.net>
30900
30901         Sync from coreutils.
30902
30903         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
30904         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
30905         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
30906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30907         in the inet and nsl libraries.  Required on Solaris 5.7.
30908
30909 2005-10-01  Jim Meyering  <jim@meyering.net>
30910
30911         Sync from coreutils.
30912         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30913         in the inet and nsl libraries.  Required on Solaris 5.7.
30914
30915 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30916
30917         * lib/getdelim.c (getdelim): Remove unused variables.
30918
30919 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30920
30921         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30922         so that the code works even with ancient cpp.  Portability problem
30923         with GCC 2.7.2.1 reported by Thomas M.Ott.
30924
30925 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30926
30927         * modules/regex (Depends-on): Add strcase.
30928
30929         * modules/gethostname (Licence): Change from GPL to LGPL, since
30930         gethostname.c is a trivial implementation of a standard library
30931         function.
30932         * modules/poll (License): Change from GPL to LGPL, since it's
30933         derived from LGPL code.
30934
30935 2005-09-27  Jim Meyering  <jim@meyering.net>
30936
30937         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30938         HAVE_CONFIG_H.
30939
30940         * lib/intprops.h (signed_type_or_expr__): Define.
30941         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30942         for unsigned types.
30943
30944 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30945
30946         * lib/verify.h (verify_expr): Remove, replacing with:
30947         (verify_true): New macro that returns true instead of void.
30948         (verify_type__): Remove.
30949         (verify): Use verify_true rather than verify_type__.
30950
30951 2005-09-26  Bruno Haible  <bruno@clisp.org>
30952
30953         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30954         is necessary.
30955         (lib_SOURCES): Remove mbchar.c.
30956         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30957         (Files): Add m4/mbrtowc.m4.
30958         * modules/mbiter: Likewise.
30959         * modules/mbuiter: Likewise.
30960
30961 2005-09-26  Bruno Haible  <bruno@clisp.org>
30962
30963         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30964         compile mbchar.c if they are not both present.
30965         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30966         * m4/mbiter.m4 (gl_MBITER): Likewise.
30967         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30968         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30969         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30970
30971 2005-09-25  Jim Meyering  <jim@meyering.net>
30972
30973         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30974         also uses socklen_t.
30975
30976 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30977
30978         * lib/utimens.c (ENOSYS): Define if not already defined.
30979         (futimens): Support having a null PATH if the file descriptor
30980         is nonnegative.
30981
30982         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30983         Remove.
30984         (__attribute): Define to empty unless GCC 3.1 or later.
30985         This works around a core dump on OpenBSD 3.4, which has GCC
30986         2.95.3, which dumps core when given __attribute__(()).  It also
30987         simplifies other tests, since we really don't want to bother with
30988         worrying about which ancient version of GCC supported what.
30989         Original problem reported by Yoann Vandoorselaere, with part of
30990         the fix suggested by Derek Price.
30991
30992 2005-09-24  Jim Meyering  <jim@meyering.net>
30993
30994         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30995         so we can once again use a positive bitfield width of 1 -- now we
30996         don't have to explain why we were using a bitfield width of 2.
30997
30998 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30999
31000         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
31001         and similarly for the other external symbols.  Problem reported
31002         by James Gallager.
31003
31004         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
31005         bug reported by Jim Meyering.
31006
31007         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
31008         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
31009         not needed, since socklen is a prerequisite module.
31010
31011 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31012
31013         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
31014         Problem reported by Eric Blake.
31015         (getaddrinfo): Initialize se so that it's not garbage.
31016         Redo internal storage allocation so that it doesn't make unportable
31017         assumptions about alignment.
31018         Fix a memory leak.
31019
31020         * lib/utimens.c (futimens): Use futimesat if available.
31021         Prefer it to futimes since it doesn't have the futimes bug.
31022
31023         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
31024         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
31025         Instead, declare a function that returns a pointer to an array,
31026         and use verify_type__ to declare the size of the array.
31027         Problem and germ of a solution reported by Bruno Haible.
31028         (verify_type__): Use 2, not 1, for bitfield size, to avoid
31029         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
31030
31031 2005-09-23  Jim Meyering  <jim@meyering.net>
31032
31033         Sync from coreutils.
31034         Correct build failure (socklen_t not defined) on at least
31035         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
31036         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
31037
31038 2005-09-23  Jim Meyering  <jim@meyering.net>
31039
31040         * modules/getaddrinfo (Depends-on): Add socklen.
31041
31042 2005-09-23  Bruno Haible  <bruno@clisp.org>
31043
31044         * tests/test-verify.c: New file.
31045
31046 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31047
31048         Sync from coreutils.
31049
31050         * modules/argmatch (Depends-on): Add verify.
31051         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
31052         unistd-safer.
31053         * modules/save-cwd (Depends-on): Likewise.
31054
31055         * modules/openat (Files): Add lib/openat-die.c.
31056         (Depends-on): Remove error, exitfail.
31057         Add dirname.
31058
31059         * modules/verify: New file.
31060         * MODULES.html.sh (Diagnostics <assert.h>): New section,
31061         with "verify" module.
31062
31063 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31064
31065         Sync from coreutils.
31066
31067         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
31068         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
31069         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
31070         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
31071         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
31072         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
31073         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
31074         Don't bother checking for string.h, stdlib.h, unistd.h.
31075         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
31076         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
31077         module's job.
31078         * m4/jm-macros.m4 (gl_MACROS): Likewise.
31079         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
31080
31081         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
31082         (gl_GETDATE): Use it.
31083
31084         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31085
31086 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31087
31088         Sync from coreutils.
31089
31090         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31091         stat-time.h.
31092         * lib/argmatch.h: Include verify.h
31093         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31094         (ARGMATCH_ASSERT): Remove; unused.
31095         * lib/canonicalize.c: Assume STDC_HEADERS.
31096         * lib/exclude.c: Include "strcase.h".
31097         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31098         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31099         and stdio-safer.h.
31100         (getusershell): Call fopen, not fopen_safer.
31101         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31102         Do not include unistd-safer.h.
31103         (save_cwd): Don't call fd_safer; no longer needed
31104         now that we include fcntl--.h.
31105
31106         * lib/getdate.y (relative_time): New type.
31107         (RELATIVE_TIME_0): New constant.
31108         (parser_control): Use relative_time instead of doing it ourselves.
31109         (%union): Add new relative_time rel member.
31110         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31111         Now typeless.
31112         (relunit, relunit_snumber): Now of type rel.
31113         (zone, rel, relunit, get_date): Adjust to above changes.
31114
31115         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31116         Do not include unistd-safer.h.
31117         (getloadavg): Don't call fd_safer; no longer needed
31118         now that we include fcntl--.h.
31119
31120         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31121         (make_dir_parents): Treat ENOSYS like EEXIST.
31122
31123         Improve quality of diagnostics on restore_cwd failure.
31124         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31125         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31126         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31127         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31128         each time through the loop.  Do not diagnose restore_cwd failure;
31129         that is the caller's job (and perhaps the caller does not care).
31130
31131         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31132         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31133         If the file already exists but is not a directory, don't bother
31134         to try to make its parents.
31135         Close potential file descriptor leak if we can't chdir("/") (!).
31136         Don't always return true if chdir($PWD) fails; return true only
31137         if the requested action was done successfully (except for the
31138         chdir($PWD)).
31139         Don't log final directory unless we actually made it.
31140         Refactor to avoid duplicate code to fix up permissions.
31141         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31142
31143         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31144         to make it a bit faster and (I hope) clearer.
31145         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31146         Fix bug in formats like %2N.
31147
31148         * lib/verify.h: New file.
31149
31150 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31151
31152         Sync from coreutils.
31153         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31154
31155 2005-09-22  Jim Meyering  <jim@meyering.net>
31156
31157         Sync from coreutils.
31158
31159         * m4/lstat.m4 (gl_FUNC_LSTAT):
31160         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31161         Remove obsolete comment.
31162         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31163         * m4/xstrtod.m4: Likewise.
31164
31165         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31166
31167 2005-09-22  Jim Meyering  <jim@meyering.net>
31168
31169         Sync from coreutils.
31170
31171         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31172
31173         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31174         the .tm_year member, since otherwise gcc-4.0 would now warn about
31175         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31176
31177         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31178         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31179
31180         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31181         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31182         when run in a time zone for which daylight savings time is in effect
31183         for the starting date.
31184
31185         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31186         stop us from restricting permissions of just-created absolute-named
31187         directories.
31188         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31189         to restore initial working directory.
31190         * lib/mkdir-p.c (make_dir_parents): New parameter:
31191         different_working_dir, to tell caller if/when we change the working
31192         directory and are unable to return to the initial one.
31193         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31194         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31195         `return false'.  This fixes a bug introduced on 2004-07-30.
31196
31197         * lib/openat.c (fdopendir): Be sure to close the supplied
31198         file descriptor before returning.  This makes our replacement
31199         implementation a little closer to Solaris's, where fdopendir
31200         ties the file descriptor to the returned DIR* pointer.
31201         * lib/openat.c (unlinkat): New function.
31202         * lib/openat.h (unlinkat): Add prototype.
31203         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31204         (openat_restore_fail): Rename from openat_restore_die.
31205         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31206
31207         Provide an alternative to exiting immediately upon save_cwd or
31208         restore_cwd failure.  Now, an application can arrange e.g.,
31209         to perform a longjump in that case.
31210         * lib/openat.c: Include dirname.h.
31211         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31212         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31213         and openat_restore_die rather than calling error directly.
31214         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31215
31216         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31217         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31218         define.
31219
31220         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31221         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31222                             int utc, int nanoseconds);
31223         Background:
31224         date should not have to allocate a megabyte of virtual memory to
31225         handle a format argument like +%1048575T.  When implemented with
31226         strftime, it must allocate such a buffer, use strftime to fill it
31227         in, print it, then free it.
31228         With fprintftime, it simply prints everything and exits.
31229         With no need for memory allocation, that's one fewer way to fail.
31230         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31231         optional field width, not before, so we accept %9:z, not %:9z.
31232         (my_strftime): Be sure to use L_('x') for literals.
31233
31234         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31235         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31236         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31237         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31238         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31239         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31240         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31241         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31242         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31243         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31244         * lib/xgethostname.c, lib/xreadlink.c:
31245         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31246
31247         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31248         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31249         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31250         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31251         and don't include <sys/file.h>).
31252
31253 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31254
31255         Sync from coreutils.
31256
31257         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31258         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31259         [!LDAV_DONE]: Avoid unused variable warning.
31260
31261 2005-09-21  Bruno Haible  <bruno@clisp.org>
31262
31263         * lib/unicodeio.h (unicode_to_mb): New declaration.
31264
31265 2005-09-20  Derek Price  <derek@ximbiot.com>
31266
31267         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31268         getaddrinfo.h.
31269
31270 2005-09-20  Bruno Haible  <bruno@clisp.org>
31271
31272         * gnulib-tool: Remove trailing slashes from the values specified for
31273         --source-base, --m4-base, --tests-base, --aux-dir.
31274         Suggested by Simon Josefsson <jas@extundo.com>.
31275
31276 2005-09-20  Bruno Haible  <bruno@clisp.org>
31277
31278         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31279         func_modules_to_filelist, func_import, func_create_testdir): Make all
31280         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31281         change when gnulib-tool is invoked in a different locale.
31282
31283 2005-09-19  Simon Josefsson  <jas@extundo.com>
31284
31285         * m4/socklen.m4: Fix typo.
31286
31287 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31288
31289         Use a consistent style for including <config.h>.
31290         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31291         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31292         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31293         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31294         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31295         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31296         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31297         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31298         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31299         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31300         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31301         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31302         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31303         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31304         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31305         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31306         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31307         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31308         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31309         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31310         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31311         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31312         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31313         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31314         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31315         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31316         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31317         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31318         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31319         lib/xstrtoumax.c, lib/yesno.c:
31320         Standardize inclusion of config.h.
31321         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31322         lib/inttostr.h:  Removed inclusion of config.h from header files.
31323         * lib/inttostr.c:  Adjusted in-tree users.
31324         * lib/timespec.h: Remove superfluous warning to include config.h.
31325         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31326         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31327         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31328         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31329         config.h with HAVE_CONFIG_H.
31330
31331 2005-09-19  Jim Meyering  <jim@meyering.net>
31332
31333         * modules/pathmax (License): Change to LGPL.
31334
31335 2005-09-19  Derek Price  <derek@ximbiot.com>
31336
31337         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31338
31339 2005-09-19  Bruno Haible  <bruno@clisp.org>
31340
31341         * gnulib-tool (import): Provide default for --tests-base.
31342
31343 2005-09-19  Bruno Haible  <bruno@clisp.org>
31344
31345         * doc/quote.texi: New file, extracted from gnulib.texi.
31346         * doc/ctime.texi: New file, extracted from gnulib.texi.
31347         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31348         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31349         * doc/gnulib.texi: Include them.
31350
31351 2005-09-18  Bruno Haible  <bruno@clisp.org>
31352
31353         Portability fix.
31354         * gnulib-tool (func_readlink): New function.
31355         (func_ln_if_changed): Use it.
31356
31357 2005-09-18  Bruno Haible  <bruno@clisp.org>
31358
31359         * gnulib-tool: Support --with-tests also with --import.
31360         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31361         (func_import): Use variables $testsbase and $inctests. Emit a
31362         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31363         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31364         SUBDIRS += $testsdir.
31365         (func_create_testdir): Update.
31366
31367 2005-09-18  Bruno Haible  <bruno@clisp.org>
31368
31369         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31370         instead of $dry_run.
31371         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31372         (func_ln_if_changed): Don't handle dry-run here.
31373         (func_import): In dry-run mode, detect more precisely which actions
31374         would be performed, and don't use "...ing" verbs.
31375
31376 2005-09-18  Bruno Haible  <bruno@clisp.org>
31377
31378         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31379         (func_import): Use join on two temporary files instead of three nested
31380         loops, in order to determine which files are new or old.
31381
31382 2005-09-18  Bruno Haible  <bruno@clisp.org>
31383
31384         * gnulib-tool (func_import): Comment out code that spits out the
31385         new files with --dry-run.
31386
31387 2005-09-18  Bruno Haible  <bruno@clisp.org>
31388
31389         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31390
31391 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31392
31393         * lib/stat-time.h: New file.
31394         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31395         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31396         in a different way.
31397         (timespec_cmp): New function.
31398         * lib/utimecmp.c: Include stat-time.h.
31399         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31400         members exist, not on the obsolescent ST_MTIM_NSEC.
31401         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31402
31403 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31404
31405         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31406
31407 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31408
31409         * MODULES.html.sh (File system functions): Add stat-time.
31410         * modules/stat-time: New file.
31411         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31412         is now done in a different way, by the stat-time module.
31413         * modules/utimecmp (Depends-on): Add stat-time.
31414
31415 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31416
31417         * m4/st_mtim.m4: Remove.  Superseded by...
31418         * m4/stat-time.m4: New file.
31419         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31420         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31421
31422 2005-09-15  Derek Price  <derek@ximbiot.com>
31423
31424         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31425
31426 2005-09-15  Derek Price  <derek@ximbiot.com>
31427
31428         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31429         * lib/regex_internal.c: Ditto, using this...
31430         (__GNUC_PREREQ): ...new macro.
31431         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31432         using...
31433         (__GNUC_PREREQ): ...this new macro.
31434
31435         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31436
31437 2005-09-15  Derek Price  <derek@ximbiot.com>
31438             Paul Eggert  <eggert@cs.ucla.edu>
31439
31440         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31441         changes, consolidating in...
31442         * lib/regex_internal.h: ...this file.
31443
31444 2005-09-13  Jim Meyering  <jim@meyering.net>
31445
31446         * lib/canon-host.c: Filter through gnu indent and reword comments
31447         slightly.
31448         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31449
31450 2005-09-13  Derek Price  <derek@ximbiot.com>
31451
31452         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31453         failure.
31454         Reported by Jim Meyering  <jim@meyering.net>.
31455
31456 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31457
31458         * lib/base64.c: Typo.
31459         (base64_encode): Put b64str in initialized data section.
31460
31461 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31462
31463         Merge glibc and coreutils changes into gnulib, plus a few
31464         extra fixes.
31465         * lib/md5.c: Use #error rather than a string.
31466         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31467         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31468         (__attribute__): Define to empty for non recent-GCC.
31469         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31470         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31471         Renamed from their non-__ counterparts, with new macros replacing
31472         them if not _LIBC.  Add __THROW attribute.
31473         (rol): Remove.
31474         (struct md5_ctx): Align buffer if using GCC.
31475         * lib/sha1.h (struct sha1_ctx): Likewise.
31476         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31477         The old name was backwards.
31478         (NOTSWAP): Remove; not used.
31479         (rol): New macro, moved here from md5.h.
31480         (sha1_process_block): Remove a FIXME that doesn't make sense.
31481
31482 2005-09-12  Derek Price  <derek@ximbiot.com>
31483
31484         Return usable errors from canon-host.
31485         * lib/canon-host.h: New file.
31486         * lib/canon-host.c (canon_host): Wrap...
31487         (canon_host_r): ...this new function, which now relies exclusively on
31488         getaddrinfo.
31489         (ch_strerror): New function.
31490         (last_cherror): New global.
31491         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31492         interface.
31493         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31494         void *.
31495         (freeaddrinfo): Free ai->ai_canonname when set.
31496
31497 2005-09-12  Derek Price  <derek@ximbiot.com>
31498
31499         Make canon-host require getaddrinfo.
31500         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31501         AC_LIBSOURCE canon-host.h.  Call...
31502         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31503         gl_GETADDRINFO.
31504         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31505
31506 2005-09-12  Derek Price  <derek@ximbiot.com>
31507
31508         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31509         LGPL.
31510         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31511
31512 2005-09-12  Derek Price  <derek@ximbiot.com>
31513
31514         * lib/gai_strerror.c: Include config.h when available.  Include
31515         getaddrinfo.h before other headers to test interface.
31516         Reported by Larry Jones <lawrence.jones@ugs.com>.
31517
31518 2005-09-12  Derek Price  <derek@ximbiot.com>
31519             Paul Eggert  <eggert@cs.ucla.edu>
31520
31521         * modules/glob (Files): Add glob-libc.h.
31522
31523 2005-09-12  Derek Price  <derek@ximbiot.com>
31524             Paul Eggert  <eggert@cs.ucla.edu>
31525
31526         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31527         glob_.h, glob-libc.h.
31528         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31529
31530 2005-09-12  Derek Price  <derek@ximbiot.com>
31531             Paul Eggert  <eggert@cs.ucla.edu>
31532
31533         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31534         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31535         protecting things that should be done only in gnulib contexts.
31536         * lib/glob_.h: New file, containing only the glob things needed for
31537         gnulib.
31538         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31539         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31540         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31541         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31542         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31543         and to respect the namespace rules better.
31544
31545 2005-09-08  Simon Josefsson  <jas@extundo.com>
31546
31547         * modules/socklen: New file.
31548
31549 2005-09-08  Simon Josefsson  <jas@extundo.com>
31550
31551         * m4/socklen.m4: New file.
31552
31553 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31554
31555         * modules/utimens (Files): Add m4/utimbuf.m4, since
31556         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31557         Reported by Sergey Poznyakoff.
31558
31559 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31560
31561         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31562         definitions, since that's the preferred style in glibc.
31563         Fix a minor spacing issue, and update copyright notice to match
31564         glibc's.
31565
31566 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31567
31568         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31569
31570 2005-09-06  Simon Josefsson  <jas@extundo.com>
31571
31572         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31573         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31574
31575 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31576
31577         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31578         warning.
31579
31580 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31581
31582         * config/srclist.txt: Add glibc bug 1302.
31583
31584 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31585
31586         Change bitset word type from unsigned int to unsigned long int,
31587         as this has better performance on typical 64-bit hosts.
31588         Port bitset code to hosts with unusual word sizes.
31589         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31590         (build_collating_symbol):
31591         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31592         argument is a bitset.  This is merely a style issue, but it makes
31593         it clearer that an entire array is expected.
31594         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31595         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31596         Port to the case where bitset_word is not the same as unsigned int.
31597         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31598         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31599         Likewise.
31600         * lib/regexec.c (check_dst_limits_calc_pos_1,
31601         check_subexp_matching_top):
31602         (build_trtable, group_nodes_into_DFAstates):
31603         Likewise.
31604         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31605         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31606         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31607         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31608         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31609         * lib/regcomp.c (optimize_subexps, lower_subexp):
31610         Work even if bitset_word has holes in its bitwise representation.
31611         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31612         * lib/regexec.c (check_dst_limits_calc_pos_1,
31613         check_subexp_matching_top):
31614         Likewise.
31615         * lib/regex_internal.c (re_string_reconstruct):
31616         Don't assume UCHAR_MAX == 255.
31617         * lib/regex_internal.h (bitset_set_all): Likewise.
31618         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31619         All uses changed.
31620         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31621         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31622         All uses changed.
31623         (BITSET_WORD_MAX): New macro.
31624         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31625         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31626         (bitset_empty, bitset_copy):
31627         Prefer sizeof (bitset) to multiplying it out ourselves.
31628         (bitset_not_merge): Remove; unused.
31629         (bitset_contain): Return bool, not unsigned int with one bit on.
31630         All callers changed.
31631         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31632         alignment than re_node_set; do this by defining a new internal
31633         type struct dests_alloc and using it to allocate memory.
31634
31635 2005-09-05  Bruno Haible  <bruno@clisp.org>
31636
31637         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31638         links.
31639
31640 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31641
31642         * modules/size_max (Makefile.am): Add size_max.h
31643
31644 2005-09-04  Derek Price  <derek@ximbiot.com>
31645
31646         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31647
31648 2005-09-03  Simon Josefsson  <jas@extundo.com>
31649
31650         * gnulib-tool: Fix typo.
31651
31652 2005-09-03  Simon Josefsson  <jas@extundo.com>
31653
31654         * config/srclist.txt: Add glibc bug 1293.
31655
31656 2005-09-03  Derek Price  <derek@ximbiot.com>
31657
31658         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31659         From Larry Jones <lawrence.jones@ugs.com>.
31660
31661 2005-09-02  Simon Josefsson  <jas@extundo.com>
31662
31663         * modules/socklen: New file.
31664
31665 2005-09-02  Simon Josefsson  <jas@extundo.com>
31666
31667         * modules/havelib: New module.
31668
31669         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31670         Use havelib.
31671
31672 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31673
31674         Check for arithmetic overflow when calculating sizes, to prevent
31675         some buffer-overflow issues.  These patches are conservative, in the
31676         sense that when I couldn't determine whether an overflow was possible,
31677         I inserted a run-time check.
31678         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31679         macros.
31680         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31681         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31682         (re_xnrealloc, re_x2nrealloc): New inline functions.
31683         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31684         parse_bracket_exp):
31685         (build_equiv_class, build_charclass): Check for arithmetic overflow
31686         in size expression calculations.
31687         * lib/regex_internal.c (re_string_realloc_buffers):
31688         (build_wcs_upper_buffer, re_node_set_add_intersect):
31689         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31690         (re_dfa_add_node, register_state): Likewise.
31691         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31692         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31693         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31694         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31695
31696 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31697
31698         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31699         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31700
31701 2005-09-02  Bruno Haible  <bruno@clisp.org>
31702
31703         Support for lib vs. lib64 distinction on biarch platforms.
31704         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31705         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31706         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31707
31708 2005-09-02  Bruno Haible  <bruno@clisp.org>
31709
31710         * gnulib-tool (import): In the other first-use case, provide defaults
31711         as well.
31712
31713 2005-09-02  Bruno Haible  <bruno@clisp.org>
31714
31715         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31716         patches not yet found in the latest gettext release.
31717
31718 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31719
31720         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31721         to avoid a collision with bits/local_lim.h in glibc.
31722         All uses changed.  Problem reported by Dmitry V. Levin in
31723         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31724
31725         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31726         bugs in int versus size_t comparisons.
31727         (re_string_context_at): Fix bug where the code assumed that
31728         Idx is signed.
31729
31730         Use bool where appropriate.
31731         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
31732         All callers changed.
31733         (calc_eclosure_iter): Likewise, for ROOT arg.
31734         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
31735         (build_charclass_op): Likewise, for NON_MATCH arg.
31736         * lib/regex_internal.c (re_string_allocate, re_string_construct):
31737         (re_string_construct_common): Likewise, for ICASE arg.
31738         * lib/regexec.c (re_search_2_stub, re_search_stub):
31739         Likewise, for RET_LEN arg.
31740         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
31741         (set_regs): Likewise, for FL_BACKTRACK arg.
31742         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
31743         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
31744         (calc_eclosure_iter, parse_bracket_exp):
31745         Use bool for internal variables that are booleans.
31746         * lib/regexec.c (re_search_internal, check_matching,
31747         proceed_next_node):
31748         (set_regs, build_sifted_states, sift_states_bkref):
31749         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
31750         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31751         (find_collation_sequence_value):
31752         Likewise.
31753         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
31754         (re_node_set_compare):
31755         Return bool, not int. All callers changed.
31756         * lib/regexec.c (check_halt_node_context, check_dst_limits):
31757         (build_trtable, check_node_accept): Likewise.
31758         * lib/regex_internal.h: Include stdbool.h.
31759
31760         Fix bugs uncovered when converting to bool.
31761         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
31762         failure instead of charging ahead blindly.
31763         * lib/regex_internal.c (register_state): Likewise.
31764         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
31765         for freeing internal storage.
31766         (group_nodes_into_DFA_states): Use unsigned int, not int, for
31767         bitset pieces used as boolean, to avoid undefined behavior
31768         on hosts that do int overflow checking.
31769
31770 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31771
31772         * config/srclist.txt: Add glibc bugs 1285-1287.
31773
31774 2005-09-01  Jim Meyering  <jim@meyering.net>
31775
31776         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
31777         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
31778         Require gl_STAT_MACROS, too.
31779
31780 2005-09-01  Bruno Haible  <bruno@clisp.org>
31781
31782         * gnulib-tool (import): In the first-use case, provide defaults.
31783
31784 2005-09-01  Bruno Haible  <bruno@clisp.org>
31785
31786         * gnulib-tool (func_import): Remove the .tmp files.
31787
31788 2005-09-01  Bruno Haible  <bruno@clisp.org>
31789
31790         * gnulib-tool (func_import): Fix handling of symbolic links.
31791
31792 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31793
31794         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
31795         old glibc regex code mishandles strings longer than 2**31 bytes.
31796         This patch fixes this when the regex code is used in gnulib
31797         (i.e., outside glibc).
31798
31799         This patch should not affect the use of the regex code inside
31800         glibc.  No doubt this problem also needs to be handled for glibc
31801         as well, but the result will be an incompatible change to the
31802         glibc ABI, and the old ABI will have to be supported too.  That
31803         can be the the subject for another patch.
31804
31805         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
31806         governing whether the rest of this patch is active.  By default,
31807         the macro is disabled and the patch has no effect.
31808         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
31809         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
31810         (struct re_pattern_buffer, re_search, re_search_2, re_match):
31811         (re_match_2, re_set_registers): Use the new types.
31812         * lib/regex_internal.h (Idx, re_hashval_t): New types.
31813         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
31814         New macros.
31815         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
31816         (re_string_context_at, bin_tree_t, re_dfastate_t):
31817         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
31818         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
31819         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
31820         (re_string_char_size_at, re_string_wchar_at):
31821         (re_string_elem_size_at):
31822         Use the new types and macros to port to 64-bit hosts.
31823         Use unsigned types for internal values, so that the code
31824         mostly works even for arrays larger than SSIZE_MAX.
31825         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
31826         (search_duplicated_node, calc_eclosure_iter, fetch_number):
31827         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
31828         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
31829         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
31830         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
31831         (calc_inveclosure, parse_dup_op, build_range_exp):
31832         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
31833         (fetch_number, create_token_tree, mark_opt_subexp):
31834         Likewise.
31835         * lib/regex_internal.c (re_string_construct_common,
31836         create_ci_newstate):
31837         (create_cd_newstate, re_string_allocate, re_string_construct):
31838         (re_string_realloc_buffers, build_wcs_upper_buffer):
31839         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31840         (re_string_reconstruct, re_string_peek_byte_case):
31841         (re_string_fetch_byte_case, re_string_context_at):
31842         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31843         (re_node_set_init_copy, re_node_set_add_intersect):
31844         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31845         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31846         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31847         (re_acquire_state, re_acquire_state_context, register_state):
31848         Likewise.
31849         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
31850         search_cur_bkref_entry):
31851         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
31852         (re_search_internal, re_search_2_stub, re_search_stub)
31853         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
31854         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
31855         (update_cur_sifted_state, check_dst_limits):
31856         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31857         (check_subexp_limits, sift_states_bkref, merge_state_array):
31858         (check_subexp_matching_top, get_subexp, get_subexp_sub):
31859         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
31860         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31861         (expand_bkref_cache, check_node_accept_bytes):
31862         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
31863         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
31864         (acquire_init_state_context, check_halt_node_context):
31865         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
31866         (sift_states_backward, clean_state_log_if_needed):
31867         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
31868         (find_recover_state, transit_state_sb, transit_state_mb):
31869         (transit_state_bkref, build_trtable, match_ctx_clean):
31870         Likewise.
31871         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
31872         to work around an assumption that REG_MISSING is negative.
31873
31874         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
31875         (seek_collating_symbol_entry) [defined _LIBC]:
31876         (lookup_collation_sequence_value) [defined _LIBC]:
31877         (build_range_exp, build_collating_symbol) [defined _LIBC]:
31878         Use prototypes rather than old-style function definitions.
31879         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
31880         (transit_state_sb) [0]:
31881         (find_collation_sequence_value) [defined _LIBC]: Likewise.
31882
31883         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
31884         rm_eo.
31885
31886         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
31887         (optimize_subexps, lower_subexp):
31888         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
31889         since the signed shift might overflow.  Use 1u<<31 instead.
31890         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31891         Likewise.
31892         * lib/regexec.c (check_dst_limits_calc_pos_1,
31893         check_subexp_matching_top): Likewise.
31894
31895         * lib/regcomp.c (optimize_subexps, lower_subexp):
31896         Use CHAR_BIT rather than 8, for clarity.
31897         * lib/regexec.c (check_dst_limits_calc_pos_1):
31898         (check_subexp_matching_top): Likewise.
31899         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
31900         have to worry about portability issues when shifting it left.
31901         Remove no-longer-needed test for table_size > 0.
31902         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
31903         in a word, as the resulting behavior is undefined.
31904         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
31905         in one case, a <= should have been an <, and in another case the
31906         whole test was missing.
31907         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
31908         the standard name CHAR_BIT.
31909         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
31910         this is not true on one's complement and signed-magnitude hosts.
31911
31912         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31913         next_last_offset.
31914         (struct re_dfa_t): Remove unused member states_alloc.
31915         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31916
31917 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31918
31919         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31920         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31921         and large-file glibc and in 32-bit large-file Solaris.
31922
31923 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31924
31925         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31926         lengths fit in regoff_t; this isn't true if regoff_t is the same
31927         width as size_t.
31928         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31929         (= START + RANGE) instead of RANGE.  This avoids overflow
31930         problems when regoff_t is the same width as size_t.
31931         All callers changed.
31932         (re_search_2_stub): Check for overflow when adding the
31933         sizes of the two strings.
31934         (re_search_stub): Check for overflow when adding START
31935         to RANGE; if it occurs, substitute the extreme value.
31936
31937 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31938
31939         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31940
31941 2005-08-31  Jim Meyering  <jim@meyering.net>
31942
31943         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31944         a pointer-to-const.
31945         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31946         (register_state): Likewise.
31947         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31948         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31949         (group_nodes_into_DFAstates): Likewise.
31950
31951 2005-08-31  Jim Meyering  <jim@meyering.net>
31952
31953         * check-module: Add a FIXME comment.
31954
31955 2005-08-31  Eric Blake  <ebb9@byu.net>
31956
31957         * modules/unistd-safer (Files): Add unistd--.h.
31958         * modules/stdio-safer (Files): Add stdio--.h.
31959
31960 2005-08-31  Derek Price  <derek@ximbiot.com>
31961
31962         * lib/getdelim.c (getdelim): Return EOF on EOF.
31963         Reported by Larry Jones <lawrence.jones@ugs.com>.
31964
31965 2005-08-31  Bruno Haible  <bruno@clisp.org>
31966
31967         Avoid unnecessary diffs in the generated lib/Makefile.am.
31968         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31969         the generated files.
31970         (func_import): Don't set cmd.
31971
31972 2005-08-31  Bruno Haible  <bruno@clisp.org>
31973
31974         * lib/strstr.c: Include <stddef.h>, for NULL.
31975         * lib/strcasestr.c: Likewise.
31976         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31977
31978 2005-08-31  Bruno Haible  <bruno@clisp.org>
31979
31980         * gnulib-tool: New option --macro-prefix.
31981         (func_import): Use macro_prefix.
31982         (import): Handle option --macro-prefix.
31983
31984 2005-08-31  Bruno Haible  <bruno@clisp.org>
31985
31986         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31987         Also use new variables cached_lgpl, cached_libtool.
31988
31989 2005-08-31  Bruno Haible  <bruno@clisp.org>
31990
31991         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31992         always instantiating them.
31993
31994 2005-08-31  Bruno Haible  <bruno@clisp.org>
31995
31996         * gnulib-tool (func_import): Read the previous cached settings
31997         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31998         earlier added by gnulib but are now dropped. Warn when a gnulib file
31999         overwrites a non-gnulib file.
32000
32001 2005-08-31  Bruno Haible  <bruno@clisp.org>
32002
32003         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
32004         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
32005         projects that don't keep autogenerated files in CVS. Put into
32006         actioncmd only the specified modules, not the transitive closure.
32007
32008 2005-08-31  Bruno Haible  <bruno@clisp.org>
32009
32010         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
32011         Create directories that shall be filled.
32012         (import): Don't look for gl_* macros in configure.ac. Recurse across
32013         all directories containing a gnulib-cache.m4 files, if meaningful.
32014
32015 2005-08-31  Bruno Haible  <bruno@clisp.org>
32016
32017         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
32018         (import): Set seen_libtool when we see gl_LIBTOOL.
32019
32020 2005-08-31  Bruno Haible  <bruno@clisp.org>
32021
32022         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
32023         declaration macro definitions from generated gnulib.m4.
32024
32025 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
32026
32027         * lib/iconvme.h: Add prototype for iconv_alloc.
32028
32029 2005-08-29  Simon Josefsson  <jas@extundo.com>
32030
32031         * lib/iconvme.c: Fix errno.
32032
32033 2005-08-29  Bruno Haible  <bruno@clisp.org>
32034
32035         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
32036         that it works when the directory contains spaces.
32037
32038 2005-08-29  Bruno Haible  <bruno@clisp.org>
32039
32040         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
32041
32042 2005-08-29  Bruno Haible  <bruno@clisp.org>
32043
32044         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
32045         Emit more advice.
32046
32047 2005-08-29  Bruno Haible  <bruno@clisp.org>
32048         and Stepan Kasal  <kasal@ucw.cz>
32049
32050         * check-module: If more parameters are given, check each of them
32051         separately; add more exceptions, as noted by Jim Meyering.
32052         (check_module): New procedure.
32053         (%exempt_header): Now contains all exceptions.
32054
32055 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
32056
32057         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
32058
32059 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32060
32061         * lib/iconvme.c: Split iconv_string into iconv_alloc.
32062
32063 2005-08-28  Bruno Haible  <bruno@clisp.org>
32064
32065         * m4/gnulib-tool.m4: New file.
32066
32067 2005-08-27  Jim Meyering  <jim@meyering.net>
32068
32069         * modules/unistd-safer (Files): Add pipe-safer.c.
32070         * modules/fcntl-safer (Files): Add creat-safer.c.
32071
32072 2005-08-27  Jim Meyering  <jim@meyering.net>
32073
32074         * m4/stdlib-safer.m4: New file.  From coreutils.
32075         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
32076         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
32077         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
32078         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
32079         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
32080
32081 2005-08-27  Jim Meyering  <jim@meyering.net>
32082
32083         * lib/fopen-safer.c: Merge minor changes from coreutils.
32084         * lib/dup-safer.c: Likewise.
32085         * lib/fd-safer.c: Likewise.
32086
32087         Merge from coreutils.
32088         * lib/stdio--.h: New file.
32089         * lib/stdlib--.h: New file.
32090         * lib/mkstemp-safer.c: New file.
32091
32092         GNU tar needs these.
32093         * lib/pipe-safer.c: New file.
32094         * lib/creat-safer.c: New file.
32095         * lib/fcntl--.h (creat): Define to creat_safer.
32096         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32097         * lib/unistd--.h (pipe): Define to pipe_safer.
32098         * lib/unistd-safer.h: Declare pipe_safer.
32099
32100 2005-08-26  Simon Josefsson  <jas@extundo.com>
32101
32102         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32103         Haible <bruno@clisp.org>.
32104
32105 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32106
32107         * lib/regex_internal.h: Remove all references to
32108         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32109         or better.
32110         (bitset_not, bitset_merge, bitset_not_merge):
32111         (bitset_mask, re_string_allocate, re_string_construct):
32112         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32113         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32114         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32115         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32116         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32117         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32118         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32119         (re_acquire_state_context):
32120         Remove unnecessary forward decls.
32121         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32122         Put __attribute at function definition,
32123         now that the function decl has been removed.
32124         * lib/regex_internal.c (re_string_peek_byte_case):
32125         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32126         Likewise.
32127
32128 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32129
32130         * m4/regex.m4: Add AC_PREREQ(2.50).
32131         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32132
32133 2005-08-25  Simon Josefsson  <jas@extundo.com>
32134
32135         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32136         __fsetlocking.
32137
32138 2005-08-25  Simon Josefsson  <jas@extundo.com>
32139
32140         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32141         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32142         GLIBC specific code.
32143
32144 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32145
32146         Make regex safe for g++.  This fixes one real bug (an "err"
32147         that should have been "*err").  g++ problem reported by
32148         Sam Steingold.
32149         * lib/regex_internal.h (re_calloc): New macro, consistent with
32150         re_malloc etc.  All callers of calloc changed to use re_calloc.
32151         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32152         not int.  All callers changed.
32153         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32154         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32155         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32156         (find_recover_state): Change "err" to "*err"; this fixes what
32157         appears to be a real bug.
32158         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32159         versus int.
32160
32161 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32162
32163         * modules/regex (Depends-on): Add malloc, since the code
32164         assumes that !malloc(0) means failure.
32165
32166 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32167
32168         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32169
32170         alloca modernization/simplification for regex.
32171         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32172         needs to be at the start of the file, and can be moved into
32173         regex_internal.h and simplified.
32174         * lib/regex_internal.h: Include <alloca.h>.
32175         (__libc_use_alloca) [!defined _LIBC]: New macro.
32176         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32177         now works outside glibc.
32178
32179 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32180
32181         * config/srclist.txt: Add glibc bugs 1241, 1245.
32182
32183 2005-08-25  Jim Meyering  <jim@meyering.net>
32184
32185         * lib/open-safer.c: Include <config.h>.
32186         Otherwise, we'd lose LARGEFILE support in any file using
32187         e.g. "fcntl--.h"
32188
32189 2005-08-25  Bruno Haible  <bruno@clisp.org>
32190
32191         * m4/minmax.m4: Require autoconf 2.52.
32192         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32193         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32194         alternatives of translit over the alphabet.
32195         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32196
32197 2005-08-24  Simon Josefsson  <jas@extundo.com>
32198
32199         * tests/test-getpass.c: New file.
32200
32201 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32202
32203         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32204         for GNU regex features.
32205
32206 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32207
32208         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32209         * lib/regex.h (regerror): Likewise.
32210
32211         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32212         requires this.  (The code never needed it.)
32213
32214         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32215         All uses of recently-renamed identifiers changed to use the new,
32216         POSIX-compliant names.  The code will build and run just fine
32217         without these changes, but it's better to eat our own dog food
32218         and use the standard-conforming names.
32219
32220         * lib/regex.h: Fix a multitude of POSIX name space violations.
32221         These changes have an effect only for programs that define
32222         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32223         do not change anything for programs compiled in the normal way.
32224         Also, there is no effect on the ABI.
32225
32226         (_REGEX_SOURCE): New macro.
32227         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32228         defined and _GNU_SOURCE is not; this fixes a name space violation.
32229
32230         Rename the following macros to obey POSIX requirements.
32231         The old names are still visible as macros if _REGEX_SOURCE is defined.
32232         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32233         RE_BACKSLASH_ESCAPE_IN_LISTS.
32234         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32235         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32236         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32237         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32238         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32239         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32240         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32241         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32242         (REG_INTERVALS): renamed from RE_INTERVALS.
32243         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32244         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32245         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32246         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32247         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32248         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32249         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32250         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32251         RE_UNMATCHED_RIGHT_PAREN_ORD.
32252         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32253         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32254         (REG_DEBUG): renamed from RE_DEBUG.
32255         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32256         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32257         unusual, since we can't clash with the POSIX REG_ICASE.
32258         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32259         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32260         (REG_NO_SUB): renamed from RE_NO_SUB.
32261         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32262         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32263         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32264         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32265         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32266         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32267         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32268         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32269         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32270         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32271         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32272         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32273         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32274         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32275         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32276         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32277         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32278         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32279         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32280         (REG_FIXED): Renamed from REGS_FIXED.
32281         (REG_NREGS): Renamed from RE_NREGS.
32282
32283         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32284         of other REG_* macros, since POSIX says the user is allowed to
32285         #undef these macros selectively.
32286
32287         (reg_errcode_t): Update comment stating what other tables need
32288         to be consistent.
32289
32290         Rename the following enum values to obey POSIX requirements.
32291         The old names are still visible as macros.
32292         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32293         is not defined, since GNU is supposed to be a superset of POSIX as
32294         much as possible, and since we want reg_errcode_t to be a signed
32295         type for implementation consistency.
32296         (_REG_NOERROR): Renamed from REG_NOERROR.
32297         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32298         (_REG_BADPAT): Renamed from REG_BADPAT.
32299         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32300         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32301         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32302         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32303         (_REG_EBRACK): Renamed from REG_EBRACK.
32304         (_REG_EPAREN): Renamed from REG_EPAREN.
32305         (_REG_EBRACE): Renamed from REG_EBRACE.
32306         (_REG_BADBR): Renamed from REG_BADBR.
32307         (_REG_ERANGE): Renamed from REG_ERANGE.
32308         (_REG_ESPACE): Renamed from REG_ESPACE.
32309         (_REG_BADRPT): Renamed from REG_BADRPT.
32310         (_REG_EEND): Renamed from REG_EEND.
32311         (_REG_ESIZE): Renamed from REG_ESIZE.
32312         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32313         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32314         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32315         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32316         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32317
32318         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32319         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32320         changed.  But support the old name if the new one is not defined
32321         and if _REGEX_SOURCE.
32322
32323         Change the following member names in struct re_pattern_buffer.
32324         The old names are still supported if !_REGEX_SOURCE.
32325         The new names are always supported, regardless of _REGEX_SOURCE.
32326         (re_buffer): Renamed from buffer.
32327         (re_allocated): Renamed from allocated.
32328         (re_used): Renamed from used.
32329         (re_syntax): Renamed from syntax.
32330         (re_fastmap): Renamed from fastmap.
32331         (re_translate): Renamed from translate.
32332         (re_can_be_null): Renamed from can_be_null.
32333         (re_regs_allocated): Renamed from regs_allocated.
32334         (re_fastmap_accurate): Renamed from fastmap_accurate.
32335         (re_no_sub): Renamed from no_sub.
32336         (re_not_bol): Renamed from not_bol.
32337         (re_not_eol): Renamed from not_eol.
32338         (re_newline_anchor): Renamed from newline_anchor.
32339
32340         Change the following member names in struct re_registers.
32341         The old names are still supported if !_REGEX_SOURCE.
32342         The new names are always supported, regardless of _REGEX_SOURCE.
32343         (rm_num_regs): Renamed from num_regs.
32344         (rm_start): Renamed from start.
32345         (rm_end): Renamed from end.
32346
32347         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32348         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32349         Prepend __ to parameter names.
32350
32351         Undo yesterday's changes.
32352
32353 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32354
32355         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32356         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32357         lib/regex.c.
32358
32359 2005-08-24  Jim Meyering  <jim@meyering.net>
32360
32361         Sync from coreutils.
32362         * m4/fcntl-safer.m4: New file.
32363
32364         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32365         and object files for this module.
32366
32367 2005-08-24  Jim Meyering  <jim@meyering.net>
32368
32369         Sync from coreutils.
32370         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32371
32372 2005-08-24  Jim Meyering  <jim@meyering.net>
32373
32374         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32375         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32376
32377 2005-08-24  Jim Meyering  <jim@meyering.net>
32378
32379         * modules/fcntl-safer: New module.
32380         * modules/fts (Depends-on): Add fcntl-safer.
32381         * MODULES.html.sh (File descriptor based Input/Output):
32382         Add fcntl-safer.
32383
32384 2005-08-24  Bruno Haible  <bruno@clisp.org>
32385
32386         Support for unit test modules.
32387         * modules/README: Mention tests modules.
32388         * modules/TEMPLATE-TESTS: New file.
32389         * gnulib-tool: New options --extract-tests-module, --with-tests and
32390         --tests-base (unused for the moment).
32391         (testsbase, inctests): New variables.
32392         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32393         (func_verify_module): Exclude TEMPLATE-TESTS.
32394         (func_verify_nontests_module, func_verify_tests_module): New functions.
32395         (func_get_dependencies): Add implicit dependency for tests modules.
32396         (func_get_tests_module): New function.
32397         (func_modules_transitive_closure): When --with-tests was specified,
32398         include the unit tests as well, unless explicitly avoided.
32399         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32400         (func_emit_tests_Makefile_am): New function.
32401         (func_create_testdir): When --with-tests was specified, emit a
32402         tests/ directory.
32403         * MODULES.html.sh (Future developments): Update.
32404
32405 2005-08-24  Bruno Haible  <bruno@clisp.org>
32406
32407         * modules/tls-tests: New file.
32408         * tests/test-tls.c: New file, from GNU gettext.
32409
32410 2005-08-24  Bruno Haible  <bruno@clisp.org>
32411
32412         * modules/lock-tests: New file.
32413         * tests/test-lock.c: New file, from GNU gettext.
32414
32415 2005-08-24  Bruno Haible  <bruno@clisp.org>
32416
32417         * lib/lock.h: Add multiple inclusion guard.
32418         * lib/tls.h: Add multiple inclusion guard.
32419
32420 2005-08-24  Bruno Haible  <bruno@clisp.org>
32421
32422         * gnulib-tool: Add support for the --aux-dir option to
32423         --create-testdir, --create-megatestdir, --test, --megatest.
32424         (func_create_testdir, func_create_megatestdir): Optionally emit a
32425         AC_CONFIG_AUX_DIR directive.
32426         (create-testdir, create-megatestdir, test, megatest): Provide a
32427         default value for $auxdir.
32428
32429 2005-08-24  Bruno Haible  <bruno@clisp.org>
32430
32431         * gnulib-tool (import): Use compound statement instead of subshell
32432         where possible.
32433
32434 2005-08-24  Bruno Haible  <bruno@clisp.org>
32435
32436         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32437
32438 2005-08-24  Bruno Haible  <bruno@clisp.org>
32439
32440         * gnulib-tool (func_version): Update.
32441
32442 2005-08-24  Bruno Haible  <bruno@clisp.org>
32443
32444         * gnulib-tool (func_import, func_create_testdir,
32445         func_create_megatestdir): Quote all autoconf macro arguments.
32446
32447 2005-08-24  Bruno Haible  <bruno@clisp.org>
32448
32449         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32450         option --force, because --force causes the aclocal.m4 of each
32451         subdirectory to be newer than the corresponding config.h.in.
32452
32453 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32454
32455         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32456         All contents moved to gl_REGEX.
32457         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32458         assume that it does.
32459
32460 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32461
32462         * lib/regex.h (REG_NOSYS)
32463         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32464         Define, since POSIX requires it as of 2001.
32465         (_REG_ENOSYS)
32466         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32467         New private symbol, used to keep the enum signed in all cases.
32468         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32469         Youngman in
32470         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32471
32472         * lib/regex_internal.c (re_string_skip_chars, register_state):
32473         (calc_state_hash):
32474         Remove forward decls; no longer needed now that we use prototypes.
32475         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32476         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32477         (clean_state_log_if_needed): Likewise.
32478
32479 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32480
32481         * config/srclist.txt: Add glibc bugs 1231-1233.
32482
32483 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32484
32485         Fix problems reported by Sam Steingold in
32486         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32487         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32488         assumed that reg_errcode_t is a signed type, which is not
32489         necessarily true if _XOPEN_SOURCE is not defined.
32490         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32491         since some compilers warn about it otherwise.
32492
32493 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32494
32495         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32496         (init_word_char, create_initial_state, duplicate_node_closure):
32497         (fetch_token, peek_token_bracket, build_range_exp):
32498         (build_collating_symbol): Remove forward decls; no longer needed
32499         now that we use prototypes.
32500
32501         * lib/regcomp.c:
32502         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32503         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32504         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32505         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32506         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32507         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32508         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32509         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32510         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32511         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32512         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32513         (build_charclass, build_charclass_op, fetch_number, create_tree):
32514         (create_token_tree, mark_opt_subexp, duplicate_tree):
32515         Use prototypes rather than old-style definitions.
32516
32517         * lib/regex_internal.c:
32518         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32519         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32520         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32521         (re_string_reconstruct, re_string_peek_byte_case):
32522         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32523         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32524         (re_node_set_init_copy, re_node_set_add_intersect):
32525         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32526         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32527         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32528         (re_acquire_state, re_acquire_state_context, register_state):
32529         (create_ci_newstate, create_cd_newstate, free_state):
32530         Likewise.
32531         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32532         re_search_2):
32533         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32534         (re_search_internal, prune_impossible_nodes):
32535         (acquire_init_state_context, check_matching, static):
32536         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32537         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32538         (update_regs, sift_states_backward, build_sifted_states):
32539         (clean_state_log_if_needed, merge_state_array):
32540         (update_cur_sifted_state, add_epsilon_src_nodes):
32541         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32542         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32543         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32544         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32545         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32546         (check_arrival, check_arrival_add_next_nodes):
32547         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32548         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32549         (check_node_accept_bytes, check_node_accept, extend_buffers):
32550         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32551         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32552         (sift_ctx_init):
32553         Likewise.
32554
32555         * lib/regex_internal.h:
32556         (re_string_allocate, re_string_construct, re_string_reconstruct):
32557         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32558         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32559         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32560         (re_string_context_at, re_string_peek_byte_case):
32561         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32562         is defined, since we now use prototypes always.
32563
32564         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32565         C89 or better.  All uses removed.
32566
32567 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32568
32569         * config/srclist.txt: Add glibc bugs 1220-1227.
32570
32571 2005-08-20  Jim Meyering  <jim@meyering.net>
32572
32573         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32574         of unused local, dfa.
32575
32576 2005-08-20  Bruno Haible  <bruno@clisp.org>
32577
32578         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32579
32580 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32581
32582         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32583         (re_node_set_insert_last, re_dfa_add_node):
32584         Rename local variables to avoid GCC shadowing warnings.
32585
32586 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32587
32588         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32589         [defined lint]: Suppress bogus uninitialized-variable warnings.
32590
32591         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32592         and let the caller return REG_ESPACE if out of space.  This
32593         removes an uninitialied-variable warning with GCC 4.0.1, and also
32594         avoids taking the address of a local variable.  All callers
32595         changed.
32596
32597 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32598
32599         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32600         $LIBCSRC/posix/regexec.c.
32601         Add glibc bug 1217 for regcomp.c.
32602
32603 2005-08-19  Jim Meyering  <jim@meyering.net>
32604
32605         * lib/regexec.c (proceed_next_node): Redo local variables to
32606         avoid GCC shadowing warnings.
32607
32608 2005-08-18  Bruno Haible  <bruno@clisp.org>
32609
32610         * lib/strstr.c (strstr): Fix return value in multibyte case.
32611         * lib/strcasestr.c (strcasestr): Likewise.
32612
32613 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32614
32615         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32616
32617 2005-08-17  Jim Meyering  <jim@meyering.net>
32618
32619         Make the %s format (seconds since the epoch) work for a negative
32620         number and when used with a zero-padded field width, e.g. %015s.
32621
32622         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32623         label so that it precedes the code to set `digits'.  Otherwise,
32624         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32625         print `00-22'.  Now, it prints `-0022', as it should.
32626
32627 2005-08-17  Bruno Haible  <bruno@clisp.org>
32628
32629         * modules/strstr (Files): Add m4/mbrtowc.m4.
32630         (Depends-on): Add mbuiter.
32631
32632 2005-08-17  Bruno Haible  <bruno@clisp.org>
32633
32634         * modules/strcasestr: New file.
32635         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32636         strcasestr.
32637
32638 2005-08-17  Bruno Haible  <bruno@clisp.org>
32639
32640         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32641
32642 2005-08-17  Bruno Haible  <bruno@clisp.org>
32643
32644         * modules/mbuiter: New file.
32645         * MODULES.html.sh (Extended multibyte and wide character utilities):
32646         Add mbuiter.
32647
32648 2005-08-17  Bruno Haible  <bruno@clisp.org>
32649
32650         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32651         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32652
32653 2005-08-17  Bruno Haible  <bruno@clisp.org>
32654
32655         * m4/strcasestr.m4: New file.
32656
32657 2005-08-17  Bruno Haible  <bruno@clisp.org>
32658
32659         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32660         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32661
32662 2005-08-17  Bruno Haible  <bruno@clisp.org>
32663
32664         * lib/strcasestr.h: New file.
32665         * lib/strcasestr.c: New file.
32666
32667 2005-08-17  Bruno Haible  <bruno@clisp.org>
32668
32669         * lib/strcasecmp.c: Use mbuiter.h.
32670
32671 2005-08-17  Bruno Haible  <bruno@clisp.org>
32672
32673         * lib/mbuiter.h: New file.
32674
32675 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32676
32677         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32678         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32679         and gl_GETOPT are both invoked via different paths (as happens
32680         with GNU tar CVS because it uses both argp and getopt), the former
32681         wins.
32682
32683 2005-08-16  Bruno Haible  <bruno@clisp.org>
32684
32685         * modules/tls: New file.
32686         * MODULES.html.sh (Multithreading): Add tls.
32687
32688 2005-08-16  Bruno Haible  <bruno@clisp.org>
32689
32690         * modules/strnlen1: New file.
32691         * MODULES.html.sh (String handling): Add strnlen1.
32692
32693 2005-08-16  Bruno Haible  <bruno@clisp.org>
32694
32695         * modules/strcase (Files): Add m4/mbrtowc.m4.
32696         (Depends-on): Add strnlen1, mbchar.
32697
32698 2005-08-16  Bruno Haible  <bruno@clisp.org>
32699
32700         * modules/mbiter: New file.
32701         * MODULES.html.sh (Extended multibyte and wide character utilities):
32702         Add mbiter.
32703
32704 2005-08-16  Bruno Haible  <bruno@clisp.org>
32705
32706         * modules/mbfile: New file.
32707         * MODULES.html.sh (Extended multibyte and wide character utilities):
32708         Add mbfile.
32709
32710 2005-08-16  Bruno Haible  <bruno@clisp.org>
32711
32712         * modules/mbchar: New file.
32713         * MODULES.html.sh (Extended multibyte and wide character utilities):
32714         New section.
32715
32716 2005-08-16  Bruno Haible  <bruno@clisp.org>
32717
32718         * m4/tls.m4: New file, from GNU gettext.
32719
32720 2005-08-16  Bruno Haible  <bruno@clisp.org>
32721
32722         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32723         always.
32724         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32725
32726 2005-08-16  Bruno Haible  <bruno@clisp.org>
32727
32728         * m4/mbiter.m4: New file.
32729
32730 2005-08-16  Bruno Haible  <bruno@clisp.org>
32731
32732         * m4/mbfile.m4: New file.
32733
32734 2005-08-16  Bruno Haible  <bruno@clisp.org>
32735
32736         * m4/mbchar.m4: New file.
32737
32738 2005-08-16  Bruno Haible  <bruno@clisp.org>
32739
32740         * lib/tls.h: New file, from GNU gettext.
32741         * lib/tls.c: New file, from GNU gettext.
32742
32743 2005-08-16  Bruno Haible  <bruno@clisp.org>
32744
32745         * lib/strnlen1.h: New file.
32746         * lib/strnlen1.c: New file.
32747
32748 2005-08-16  Bruno Haible  <bruno@clisp.org>
32749
32750         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
32751         (mbi_init): Update.
32752         (mbi_avail, mbi_advance): Let the iteration end before the terminating
32753         NUL byte, not after it.
32754
32755 2005-08-16  Bruno Haible  <bruno@clisp.org>
32756
32757         * lib/strcase.h (strcasecmp): Add note in comments.
32758         * lib/strncasecmp.c: Use code from strcasecmp.c.
32759         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
32760         (strcasecmp): Work correctly in multibyte locales.
32761
32762 2005-08-16  Bruno Haible  <bruno@clisp.org>
32763
32764         * lib/mbiter.h: New file.
32765
32766 2005-08-16  Bruno Haible  <bruno@clisp.org>
32767
32768         * lib/mbfile.h: New file.
32769
32770 2005-08-16  Bruno Haible  <bruno@clisp.org>
32771
32772         * lib/mbchar.h: New file.
32773         * lib/mbchar.c: New file.
32774
32775 2005-08-16  Bruno Haible  <bruno@clisp.org>
32776
32777         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
32778         the valid ones. Makes the comparison operations transitive:
32779         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
32780         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
32781
32782 2005-08-15  Simon Josefsson  <jas@extundo.com>
32783
32784         * modules/ssize_t (License): Change to 'unlimited'.
32785
32786         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
32787
32788 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32789
32790         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
32791         Add comments for each pending glibc patch.
32792
32793 2005-08-15  Bruno Haible  <bruno@clisp.org>
32794
32795         * lib/regex.h (__restrict_arr): Don't define to __restrict if
32796         __cplusplus is defined.
32797
32798 2005-08-14  Jim Meyering  <jim@meyering.net>
32799
32800         Sync from coreutils.
32801
32802         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
32803         Use the hash-table-based cycle-detection code not just when
32804         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
32805         Reported by James Youngman in
32806         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
32807         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
32808         FTS_TIGHT_CYCLE_CHECK.
32809         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
32810         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
32811         once again.
32812         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
32813         * lib/fts.c (fd_safer): Remove decl.
32814         Include fcntl--.h rather than unistd-safer.h
32815         (fts_safe_changedir): Don't call fd_safer; no longer needed
32816         now that we include fcntl--.h.
32817
32818 2005-08-12  Simon Josefsson  <jas@extundo.com>
32819
32820         * modules/getndelim2: Use ssize_t module.
32821         * modules/getnline: Likewise.
32822         * modules/safe-read: Likewise.
32823         * modules/xreadlink: Likewise.
32824
32825         * modules/ssize_t: New file.
32826
32827 2005-08-12  Simon Josefsson  <jas@extundo.com>
32828
32829         * m4/readline.m4: Look for termcap, curses or ncurses if required.
32830
32831 2005-08-12  Simon Josefsson  <jas@extundo.com>
32832
32833         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32834         ssize_t.
32835
32836 2005-08-12  Simon Josefsson  <jas@extundo.com>
32837
32838         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
32839         readline, getdelim and check_version.
32840         (Support for systems lacking ISO C 99: Sizes of integer types):
32841         Add size_max.
32842
32843 2005-08-12  Bruno Haible  <bruno@clisp.org>
32844
32845         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
32846
32847 2005-08-11  Simon Josefsson  <jas@extundo.com>
32848
32849         * modules/readline: New file.
32850
32851         * modules/strnlen (Files): Add strnlen.h.
32852
32853 2005-08-11  Simon Josefsson  <jas@extundo.com>
32854
32855         * m4/readline.m4: New file.
32856
32857 2005-08-11  Simon Josefsson  <jas@extundo.com>
32858
32859         * lib/readline.h, readline.c: New file.
32860
32861 2005-08-11  Simon Josefsson  <jas@extundo.com>
32862
32863         * doc/gnulib.texi (Initial import, Finishing touches): Mention
32864         gl_AVOID.
32865
32866 2005-08-11  Bruno Haible  <bruno@clisp.org>
32867
32868         * lib/strnlen.h (strnlen): Change parameter name to match comment.
32869
32870 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
32871
32872         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
32873
32874 2005-08-10  Simon Josefsson  <jas@extundo.com>
32875
32876         * tests/test-iconvme.c: New file.
32877
32878 2005-08-10  Simon Josefsson  <jas@extundo.com>
32879
32880         * m4/strnlen.m4: New file.
32881
32882         * m4/strndup.m4: Don't check for strnlen declaration, done in
32883         strnlen.m4.
32884
32885 2005-08-10  Simon Josefsson  <jas@extundo.com>
32886
32887         * lib/strndup.c: Use strnlen.h.
32888
32889         * lib/strnlen.h: New file.
32890
32891 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32892
32893         * README: Typos.
32894
32895 2005-08-02  Simon Josefsson  <jas@extundo.com>
32896
32897         * modules/readline: New file.
32898
32899 2005-08-02  Simon Josefsson  <jas@extundo.com>
32900
32901         * modules/getdelim: New file.
32902
32903         * modules/getline: Rewrite, don't use getndelim2.
32904
32905 2005-08-02  Simon Josefsson  <jas@extundo.com>
32906
32907         * m4/getline.m4: Separate out getdelim stuff into separate module.
32908
32909         * m4/getdelim.m4: New file.
32910
32911 2005-08-02  Simon Josefsson  <jas@extundo.com>
32912
32913         * lib/getline.h, getline.c: Rewrite.
32914
32915         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32916
32917 2005-07-31  Bruno Haible  <bruno@clisp.org>
32918
32919         * lib/lock.h (gl_lock_initializer): New macro.
32920         (gl_lock_define_initialized): Use it.
32921         (gl_rwlock_initializer): New macro.
32922         (gl_rwlock_define_initialized): Use it.
32923         (gl_recursive_lock_initializer): New macro.
32924         (gl_recursive_lock_define_initialized): Use it.
32925
32926 2005-07-30  Karl Berry  <karl@gnu.org>
32927
32928         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32929         Report from Ben Pfaff, regarding getopt.
32930
32931 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32932
32933         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32934         normal way.
32935         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32936         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32937         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32938         (gl_GETOPT): Use the new macros.  Most of the implementation
32939         is moved to the new macros.  This is for programs like Emacs
32940         that don't want all the functionality of gl_GETOPT.
32941
32942 2005-07-26  Bruno Haible  <bruno@clisp.org>
32943
32944         * m4/lock.m4: Update from GNU gettext.
32945
32946 2005-07-26  Bruno Haible  <bruno@clisp.org>
32947
32948         * lib/lock.h: Update from GNU gettext.
32949         * lib/lock.c: Update from GNU gettext.
32950
32951 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32952
32953         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32954         obsolescent AC_TRY_RUN.  Include the default includes files, for
32955         'exit'.
32956
32957 2005-07-24  Bruno Haible  <bruno@clisp.org>
32958
32959         * modules/visibility: New file.
32960         * MODULES.html.sh (Misc): Add visibility.
32961
32962 2005-07-24  Bruno Haible  <bruno@clisp.org>
32963
32964         * m4/visibility.m4: New file.
32965
32966 2005-07-24  Bruno Haible  <bruno@clisp.org>
32967
32968         * doc/visibility.texi: New file.
32969
32970 2005-07-22  Bruno Haible  <bruno@clisp.org>
32971
32972         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32973         $(ALLOCA_H), redundant through BUILT_SOURCES.
32974         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32975         redundant through BUILT_SOURCES.
32976         * modules/byteswap (Makefile.am): Remove explicit dependency on
32977         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32978         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32979         $(FNMATCH_H), redundant through BUILT_SOURCES.
32980         * modules/getopt (Makefile.am): Remove explicit dependency on
32981         $(GETOPT_H), redundant through BUILT_SOURCES.
32982         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32983         redundant through BUILT_SOURCES.
32984         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32985         redundant through BUILT_SOURCES.
32986         * modules/stdbool (Makefile.am): Remove explicit dependency on
32987         $(STDBOOL_H), redundant through BUILT_SOURCES.
32988         * modules/stdint (Makefile.am): Remove explicit dependency on
32989         $(STDINT_H), redundant through BUILT_SOURCES.
32990         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32991         Remove explicit dependency on $(SYSEXITS_H).
32992         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32993
32994 2005-07-18  Simon Josefsson  <jas@extundo.com>
32995
32996         * lib/check-version.c (check_version): Accept identical versions too.
32997
32998 2005-07-18  Bruno Haible  <bruno@clisp.org>
32999
33000         * modules/lock: New file.
33001         * MODULES.html.sh (Multithreading): New section.
33002
33003 2005-07-18  Bruno Haible  <bruno@clisp.org>
33004
33005         * m4/lock.m4: New file, from GNU gettext.
33006
33007 2005-07-18  Bruno Haible  <bruno@clisp.org>
33008
33009         * lib/lock.h: New file, from GNU gettext.
33010         * lib/lock.c: New file, from GNU gettext.
33011
33012 2005-07-18  Bruno Haible  <bruno@clisp.org>
33013
33014         * lib/lock.h (gl_once_t): New type.
33015         (gl_once_define, gl_once): New macros.
33016         * lib/lock.c (fresh_once): New variable.
33017         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
33018         functions.
33019
33020 2005-07-16  Simon Josefsson  <jas@extundo.com>
33021
33022         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
33023         workaround, suggested by Bruno.
33024
33025 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33026
33027         * modules/xalloc (Depends-on): Add xalloc-die.
33028         * modules/xvasprintf (Depends-on): Add xalloc-die.
33029
33030 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33031
33032         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
33033         with a minor change.
33034
33035 2005-07-15  Bruno Haible  <bruno@clisp.org>
33036
33037         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
33038         When using lib/poll.c, define poll as rpl_poll.
33039
33040 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
33041
33042         * modules/argp (Depends-on): Remove unlocked-io.
33043
33044 2005-07-14  Derek Price  <derek@ximbiot.com>
33045
33046         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
33047         for glob symlink bug.
33048
33049 2005-07-14  Bruno Haible  <bruno@clisp.org>
33050
33051         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
33052         Instead, test for *_unlocked function declarations directly.
33053
33054 2005-07-11  Simon Josefsson  <jas@extundo.com>
33055
33056         * modules/size_max: New file.
33057
33058         * modules/xsize: Depend on size_max module for size_max.m4.
33059
33060 2005-07-11  Simon Josefsson  <jas@extundo.com>
33061
33062         * lib/size_max.h: New file.
33063
33064 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
33065
33066         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
33067         copyright symbol and the year.
33068         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
33069         (version_etc_va): Use parameterized copyright notice.
33070         Reword to conform to the current GNU coding standards.
33071
33072 2005-07-11  Karl Berry  <karl@gnu.org>
33073
33074         * doc/gnulib.texi (Quoting): new node.
33075         (Initial import): more info, from Patrice.
33076
33077 2005-07-11  Bruno Haible  <bruno@clisp.org>
33078
33079         * gnulib-tool (func_usage): Document option --avoid.
33080         (Command line options): Handle --avoid.
33081         (func_acceptable): New function.
33082         (func_modules_transitive_closure): Use it.
33083
33084 2005-07-11  Bruno Haible  <bruno@clisp.org>
33085
33086         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33087         Reported by Jim Meyering.
33088
33089 2005-07-10  Bruno Haible  <bruno@clisp.org>
33090
33091         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33092         Needed when size_t is smaller than 'unsigned int'.
33093         Reported by Paul Eggert.
33094
33095 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33096
33097         * modules/argp (Depends-on): Add unlocked-io
33098
33099 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33100
33101         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33102         block of defines.
33103
33104 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33105
33106         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33107         fix now.
33108
33109 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33110         and Paul Eggert  <eggert@cs.ucla.edu>
33111
33112         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33113         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33114
33115 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33116
33117         * modules/regex (Files): Add lib/regex_internal.c,
33118         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33119         (Depends-on): Add extensions.
33120         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33121
33122 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33123
33124         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33125         pathconf.
33126         * m4/same.m4 (gl_SAME): Likewise.
33127         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33128
33129         * m4/regex.m4: Adjust to new libc regex implementation.
33130         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33131         all the .c and .h parts of (the new) regex.
33132         Quote the m4 stuff better.
33133         Check for RE_ICASE bug of old gnulib.
33134         Check for REG_STARTEND of recent libc.
33135         Rename local variables from jm_* to gl_*.
33136         Quote operand of "test -f".
33137         Say "recent enough" version of libc, not "version 2".
33138         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33139         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33140         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33141         Remove check for btowc, isascii.
33142         Require AM_LANGINFO_CODESET.
33143
33144 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33145
33146         * lib/regex.c, regex.h: Sync from libc.
33147         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33148         * lib/regexec.c:
33149         New files, synced from libc, except that regex_internal.h
33150         currently has a small porting fix.
33151
33152 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33153
33154         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33155         regex_internal.c, regexec.c.
33156         Add regex_internal.h too, but as a comment, since the libc version
33157         is currently broken in gnulib mode.
33158
33159 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33160
33161         Support programs like Emacs that use gnulib but not gettext.
33162         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33163         * modules/gettext-h: New file.
33164         * modules/gettext (Files): Remove lib/gettext.h.
33165         (Depends-on): Add gettext-h.
33166         (Makefile.am): Remove lib_SOURCES.
33167         * modules/argmatch, modules/c-stack, modules/closeout:
33168         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33169         * modules/execute, modules/file-type, modules/getaddrinfo:
33170         * modules/getopt, modules/human, modules/javacomp:
33171         * modules/javaexec, modules/mkdir-p, modules/obstack:
33172         * modules/openat, modules/pagealign_alloc, modules/pipe:
33173         * modules/quotearg, modules/regex, modules/rpmatch:
33174         * modules/unicodeio, modules/userspec, modules/version-etc:
33175         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33176         * modules/xsetenv:
33177         Depend on gettext-h, not gettext.
33178
33179 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33180
33181         * gnulib-tool (func_import): Add support for 'public domain' license.
33182         * modules/alloca, modules/atexit, modules/memmove:
33183         Now public domain, not GPL.
33184         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33185         * modules/realloc, modules/strerror, modules/strtod:
33186         Now LGPL, not GPL.
33187
33188 2005-07-05  Bruno Haible  <bruno@clisp.org>
33189
33190         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33191         autoconf CVS. Needed for mingw.
33192
33193 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33194
33195         Remove the dependency of the strftime module on the tzset module.
33196         * modules/strftime (Depends-on): Remove dependency on tzset.
33197
33198 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33199
33200         Remove the dependency of the strftime module on the tzset module.
33201         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33202         gl_FUNC_TZSET_CLOBBER.
33203
33204 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33205
33206         Remove the dependency of the strftime module on the tzset module.
33207         * lib/strftime.c (my_strftime)
33208         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33209         Copy the input structure, to work around some of the bug with
33210         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33211         Solaris releases, you should also use the tzset module, but we won't
33212         require it as a dependency any more since we don't want LGPLed code
33213         to depend on GPLed code.
33214
33215 2005-07-02  Jim Meyering  <jim@meyering.net>
33216
33217         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33218         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33219         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33220         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33221
33222 2005-07-02  Jim Meyering  <jim@meyering.net>
33223
33224         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33225
33226 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33229         declares only 'struct timespec;' (!).
33230
33231 2005-07-01  Jim Meyering  <jim@meyering.net>
33232
33233         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33234         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33235         * lib/save-cwd.c, tempname.c:
33236         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33237         and don't include <sys/file.h>).
33238
33239 2005-06-29  Jim Meyering  <jim@meyering.net>
33240
33241         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33242         type name.  Use the variable name instead.
33243         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33244         Likewise.
33245
33246 2005-06-28  Simon Josefsson  <jas@extundo.com>
33247
33248         * modules/check-version (Files): Add check-version.m4.
33249
33250 2005-06-28  Simon Josefsson  <jas@extundo.com>
33251
33252         * m4/check-version.m4: New file, suggested by Jim Meyering
33253         <jim@meyering.net>.
33254
33255 2005-06-28  Simon Josefsson  <jas@extundo.com>
33256
33257         * lib/check-version.h, lib/check-version.c: New files.
33258
33259 2005-06-28  Simon Josefsson  <jas@extundo.com>
33260
33261         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33262         collision with global variable.  Better indentation.  Don't
33263         increment buffer pointer beyond buffer end.  Based on comments
33264         from Paul Eggert <eggert@cs.ucla.edu>.
33265
33266         * lib/base64.h: Indent.
33267
33268 2005-06-28  Simon Josefsson  <jas@extundo.com>
33269
33270         * doc/gnulib.texi (Library version handling): New section.
33271
33272 2005-06-28  Jim Meyering  <jim@meyering.net>
33273
33274         * check-module (find_included_lib_files): Hard-code another
33275         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33276         but modules/fts-lgpl (correctly) does not list those files.
33277
33278         * modules/canonicalize (Files): Add lib/pathmax.h.
33279
33280 2005-06-25  Simon Josefsson  <jas@extundo.com>
33281
33282         * modules/check-version: New file.
33283
33284 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33285
33286         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33287         initializer of struct addrinfo, as an indication that we don't
33288         care how many members the structure has.
33289
33290 2005-06-24  Derek Price  <derek@ximbiot.com>
33291         and Bruno Haible  <bruno@clisp.org>
33292
33293         Remove stat module & update lstat.
33294         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33295         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33296         * m4/stat.m4: Remove this file.
33297
33298 2005-06-24  Derek Price  <derek@ximbiot.com>
33299         and Bruno Haible  <bruno@clisp.org>
33300
33301         Remove stat module & update lstat.
33302         * lib/stat.c: Remove this file...
33303         (slash_aware_lstat): ...moving this content and its support...
33304         * lib/lstat.c (rpl_lstat): ...into here.
33305         * lib/lstat.h: New file.
33306
33307 2005-06-24  Derek Price  <derek@ximbiot.com>
33308         and Bruno Haible  <bruno@clisp.org>
33309
33310         Remove stat module & update lstat.
33311         * config/srclist.txt (libc sources): Remove stat.
33312
33313 2005-06-24  Derek Price  <derek@ximbiot.com>
33314         and Bruno Haible  <bruno@clisp.org>
33315
33316         Remove stat module & update lstat.
33317         * MODULES.html.sh (stat): Remove.
33318         * MODULES.html: Regenerated.
33319         * modules/lstat (Description): Correct function name.
33320         (Files): Add "lstat.h".
33321         (Depends-on): Remove stat, add xalloc, stat-macros.
33322         * modules/stat: Remove this file.
33323         (Include): Add "lstat.h", remove <sys/stat.h>.
33324
33325 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33326
33327         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33328         (ranged_convert): Don't save conversion in a temporary struct.
33329         This causes a warning with GCC 4.0.0, and anyway in the typical
33330         case it's not worth the extra 100 bytes or so of code.
33331         (ranged_convert, __mktime_internal): When calling a function via a
33332         pointer P, use P () rather than (*P) (), as we now assume C89 or
33333         better.
33334
33335 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33336
33337         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33338         "who -r" failed to give output.  Problem reported by Tim Waugh.
33339
33340         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33341         (xcalloc): Use it to avoid needless tests.
33342         Problem reported by Jim Meyering.
33343
33344 2005-06-20  Derek Price  <derek@ximbiot.com>
33345
33346         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33347         unnecessary for Autoconfs > 2.59c.
33348
33349 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33350
33351         * lib/argp.h (__option_is_short): Check upper limit of
33352         __key. Isprint() requires its argument to have the value
33353         of an unsigned char or EOF.
33354
33355 2005-06-16  Jim Meyering  <jim@meyering.net>
33356
33357         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33358         when either N or S is zero.
33359
33360 2005-06-16  Derek Price  <derek@ximbiot.com>
33361
33362         * m4/bison.m4: Declare YACC & YFLAGS precious.
33363
33364 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33365
33366         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33367         multibyte string or pattern, fall back on unibyte matching.
33368         Problem reported by James Youngman.
33369
33370 2005-06-08  Bruno Haible  <bruno@clisp.org>
33371
33372         * modules/csharpcomp: New file.
33373         * MODULES.html.sh (C#): Add csharpcomp.
33374
33375 2005-06-08  Bruno Haible  <bruno@clisp.org>
33376
33377         * m4/csharpcomp.m4: New file, from GNU gettext.
33378
33379 2005-06-08  Bruno Haible  <bruno@clisp.org>
33380
33381         * lib/csharpcomp.h: New file, from GNU gettext.
33382         * lib/csharpcomp.c: New file, from GNU gettext.
33383         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33384
33385 2005-06-08  Bruno Haible  <bruno@clisp.org>
33386
33387         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33388         warning on mingw.
33389
33390 2005-06-07  Derek Price  <derek@ximbiot.com>
33391
33392         Sync from CVS.
33393         * lib/glob_.h: Indent nested #ifdef.
33394
33395 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33396
33397         Sync from coreutils.
33398         Use "file name" when talking about file names, instead of "filename"
33399         or "path", as per the GNU coding standards.
33400         * lib/mkdir-p.c: Renamed from makepath.c.
33401         (make_dir_parents): Renamed from make_path.  All callers changed.
33402         * lib/mkdir-p.h: Likewise.  All includers changed.
33403         * lib/filenamecat.c: Renamed from path-concat.c.
33404         (file_name_concat): Renamed from path_concat.  All callers changed.
33405         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33406         * lib/filenamecat.h: Likewise.  All includers changed.
33407         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33408         in comments or local variable names.
33409         * lib/basename.c: Likewise.
33410         * lib/canonicalize.c, canonicalize.h: Likewise.
33411         * lib/dirname.c, dirname.h: Likewise.
33412         * lib/euidaccess.c: Likewise.
33413         * lib/exclude.c: Likewise
33414         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33415         * lib/fsusage.c, fsuage.h: Likewise.
33416         * lib/fts.c, fts_.h: Likewise.
33417         * lib/getcwd.c: Likewise.
33418         * lib/getloadavg.c: Likewise.
33419         * lib/mkstemp.c: Likewise.
33420         * lib/mountlist.c, mountlist.h: Likewise.
33421         * lib/openat.c, openat.h: Likewise.
33422         * lib/readlink-stub.c: Likewise.
33423         * lib/readutmp.c, readutmp.h: Likewise.
33424         * lib/rename.c: Likewise.
33425         * lib/rmdir.c: Likewise.
33426         * lib/same.c: Likewise.
33427         * lib/savedir.c: Likewise.
33428         * lib/stripslash.c: Likewise.
33429         * lib/tempname.c: Likewise.
33430         * lib/xreadlink.c: Likewise.
33431         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33432         All uses changed.
33433         * lib/exclude.h: Likewise.
33434
33435         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33436         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33437         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33438         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33439         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33440         files have been getting away with it for years (MORE/BSD 4.3
33441         is extinct now).
33442         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33443         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33444
33445         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33446         Define to 256, not 255, as per modern POSIX.
33447
33448 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33449
33450         Sync from coreutils.
33451         Use "file name" when talking about file names, instead of "filename"
33452         or "path", as per the GNU coding standards.
33453         * MODULES.html.sh: mkdir-p renamed from makepath.
33454         filenamecat renamed from path-concat.
33455         * modules/filenamecat: Renamed from modules/path-concat.
33456         (Files): filenamecat.h and filenamecat.c renamed from
33457         path-concat.h and path-concat.c.
33458         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33459         (Include): filenamecat.h, not path-concat.h.
33460         * modules/mkdir-p: Renamed from modules/makepath.
33461         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33462         makepath.c.
33463         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33464         (Include): mkdir-p.h, not makepath.h.
33465
33466 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33467
33468         Sync from coreutils.
33469         * m4/mkdir-p.m4: Renamed from makepath.m4.
33470         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33471         Rename files from makepath.c to mkdir-p.c, and from
33472         makepath.h to mkdir-p.h.
33473         * m4/filenamecat.m4: Renamed from path-concat.m4.
33474         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33475         Rename files from path-concat.c to filenamecat.c,
33476         and from path-concat.h to filenamecat.h.
33477         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33478         "file name" in local variables or comments.
33479         * m4/rename.m4: Likewise.
33480
33481 2005-06-01  Bruno Haible  <bruno@clisp.org>
33482
33483         * modules/csharpexec: New file.
33484         * MODULES.html.sh (C#): New section.
33485
33486 2005-06-01  Bruno Haible  <bruno@clisp.org>
33487
33488         * m4/csharp.m4: New file, from GNU gettext.
33489         * m4/csharpexec.m4: New file, from GNU gettext.
33490
33491 2005-06-01  Bruno Haible  <bruno@clisp.org>
33492
33493         * lib/csharpexec.h: New file, from GNU gettext.
33494         * lib/csharpexec.c: New file, from GNU gettext.
33495         * lib/csharpexec.sh.in: New file, from GNU gettext.
33496
33497 2005-05-31  Derek Price  <derek@ximbiot.com>
33498             Paul Eggert  <eggert@cs.ucla.edu>
33499
33500         Sync from cvs.
33501         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33502
33503 2005-05-31  Derek Price  <derek@ximbiot.com>
33504             Paul Eggert  <eggert@cs.ucla.edu>
33505
33506         Sync from cvs.
33507         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33508
33509 2005-05-29  Derek Price  <derek@ximbiot.com>
33510
33511         * config/srclist.txt (glob_.h, glob.c): Add these files.
33512
33513 2005-05-29  Derek Price  <derek@ximbiot.com>
33514
33515         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33516         * modules/glob: New file.
33517         * modules/getlogin_r: Add link to POSIX spec in description.
33518
33519 2005-05-29  Derek Price  <derek@ximbiot.com>
33520             Paul Eggert  <eggert@cs.ucla.edu>
33521
33522         * m4/glob.m4: New file.
33523
33524 2005-05-29  Derek Price  <derek@ximbiot.com>
33525             Paul Eggert  <eggert@cs.ucla.edu>
33526
33527         * lib/glob_.h, lib/glob.c: New files.
33528
33529 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33530
33531         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33532         * modules/fts-lgpl (Depends-on): Remove gettext.
33533
33534 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33535
33536         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33537         and don't require gt_INTTYPES_PRI.
33538
33539 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33540
33541         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33542
33543         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33544         the configuration hassle isn't worth it.
33545         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33546         (LONGEST_MODIFIER, PRIuMAX): Remove.
33547
33548 2005-05-27  Bruno Haible  <bruno@clisp.org>
33549
33550         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33551
33552 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33553
33554         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33555         _POSIX_PTHREAD_SEMANTICS for Solaris.
33556
33557 2005-05-25  Derek Price  <derek@ximbiot.com>
33558
33559         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33560
33561 2005-05-25  Derek Price  <derek@ximbiot.com>
33562             Paul Eggert  <eggert@cs.ucla.edu>
33563
33564         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33565         * lib/getlogin_r.c, getlogin_r.h: New files.
33566
33567 2005-05-25  Bruno Haible  <bruno@clisp.org>
33568             Derek Price  <derek@ximbiot.com>
33569
33570         * lib/getlogin_r.h: Simplify API documentation.
33571
33572 2005-05-23  Derek Price  <derek@ximbiot.com>
33573
33574         * modules/minmax (Files): Add m4/minmax.m4.
33575         (configure.ac): Add gl_MINMAX.
33576
33577 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33578
33579         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33580         so that unistd-safer.h (GPL'ed code) need not be included.
33581
33582 2005-05-22  Bruno Haible  <bruno@clisp.org>
33583
33584         * m4/minmax.m4: New file.
33585         Based on a patch by Derek Price <derek@ximbiot.com>.
33586
33587 2005-05-22  Bruno Haible  <bruno@clisp.org>
33588
33589         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33590         (INT64_MIN): Fix definition.
33591         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33592
33593         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33594         NEED_SIGNED_INT_TYPES.
33595
33596         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33597         HAVE_SYSTEM_INTTYPES.
33598
33599 2005-05-22  Bruno Haible  <bruno@clisp.org>
33600
33601         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33602         Also include <sys/param.h> if it defines MIN, MAX.
33603         Based on a patch by Derek Price <derek@ximbiot.com>.
33604
33605 2005-05-21  Jim Meyering  <jim@meyering.net>
33606
33607         * modules/fts (Files): Add m4/inttypes-pri.m4.
33608         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33609
33610 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33611
33612         New fts module.
33613         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33614         (setup_dir, free_dir): New functions.
33615         (enter_dir, leave_dir): Define trivial
33616         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33617         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33618         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33619         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33620         Move to fts-cycle.c.
33621         (fts_open): Use setup_dir.
33622         (fts_close): Use free_dir.
33623         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33624         This adds a label and some gotos, but the alternatives were messier.
33625         Check for memory allocation failure when entering a dir.
33626         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33627         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33628         (FTS): New member fts_cycle, that is a union that contains the
33629         old active_dir_ht and cycle_state.  All uses changed to mention
33630         fts_cycle.ht and fts_cycle.state.
33631         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33632         fts.c, with the following changes:
33633         (setup_dir, free_dir): New functions.
33634         (enter_dir): Now returns bool.  Return true if successful, false
33635         if memory exhausted.  All callers changed.
33636         Do not bother partly cleaning up on
33637         memory allocation failure; that is free_dir's job.
33638         However, free ad if hash_insert fails, to avoid memory leak.
33639         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33640         fts->fts_options to see which union member to use.
33641
33642 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33643
33644         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33645         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33646
33647 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33648
33649         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33650
33651 2005-05-20  Jim Meyering  <jim@meyering.net>
33652
33653         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33654         Now a macro, to pacify GCC.
33655
33656 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33657
33658         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33659         of -1.
33660
33661 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33662
33663         * lib/chown.c (rpl_chown): Return -1 on failure.
33664
33665 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33666
33667         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33668         Don't check for stddef.h.
33669         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33670         don't use its results.
33671         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33672         since we include them unconditionally.  Don't require
33673         AM_STDBOOL_H, since stdbool is a prerequisite.
33674         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33675         since we assume C89 or better.
33676         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33677         as we don't use their results.
33678         Don't check for fchdir, memmove, memset, strrchr, as we use
33679         them unconditionally.
33680         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33681         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33682
33683 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33684
33685         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33686         Include <stddef.h> unconditionally, since we assume C89 now.
33687         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33688         * lib/fts.c: Include fts_.h first, to check interface.
33689         Do not include intprops.h; no longer needed.
33690         Include cycle-check.h and hash.h, since fts_.h no longer does.
33691         Remove unnecessary casts of closedir to void.
33692         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33693         decide whether to decrement nlinks.
33694         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33695         (FTS): Use struct hash_table * instead of Hash_table, so that
33696         we no longer need to include hash.h here.
33697
33698 2005-05-18  Jim Meyering  <jim@meyering.net>
33699
33700         * modules/dirfd (License): Change to LGPL.  Most of the code
33701         is already in the public domain.
33702
33703 2005-05-18  Jim Meyering  <jim@meyering.net>
33704
33705         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33706         Reported by Yoann Vandoorselaere.
33707
33708 2005-05-17  Jim Meyering  <jim@meyering.net>
33709
33710         * m4/fts.m4: New file, from coreutils.
33711
33712 2005-05-17  Jim Meyering  <jim@meyering.net>
33713
33714         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33715
33716 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33717
33718         Sync from coreutils.
33719         * m4/unlinkdir.m4: New file.
33720
33721 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33722
33723         Sync from coreutils.
33724         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33725         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33726         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33727         White space changes only.
33728         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33729         special.
33730         * lib/yesno.c: Include getline.h, not ctype.h.
33731         (yesno): Don't remove leading white space; POSIX doesn't allow it.
33732         Use getline to remove arbitrary restriction on response length.
33733
33734 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33735
33736         * config/srclist-update: Spell out "Street" in FSF postal
33737         mail address; this is the style the FSF seems to prefer.
33738
33739         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
33740         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
33741         this updates FSF postal mail address.
33742
33743         Sync from coreutils.
33744         * modules/unlinkdir: New file.
33745         * modules/yesno (Depends-on): Add getline.
33746         * MODULES.html.sh (File system functions): Add unlinkdir.
33747
33748 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33749
33750         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
33751         lib/strsep.h:
33752         Change the initial comment to refer to GPL, not LGPL.
33753         gnulib-tool will change it to LGPL as needed.
33754
33755         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
33756         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
33757         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
33758         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
33759         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
33760         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
33761         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
33762         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
33763         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
33764         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
33765         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
33766         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
33767         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
33768         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
33769         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
33770         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
33771         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
33772         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
33773         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
33774         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
33775         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
33776         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
33777         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
33778         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
33779         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
33780         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
33781         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
33782         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
33783         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
33784         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
33785         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
33786         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
33787         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
33788         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
33789         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
33790         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
33791         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
33792         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
33793         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
33794         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
33795         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
33796         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
33797         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
33798         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
33799         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
33800         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
33801         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
33802         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
33803         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
33804         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
33805         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33806         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
33807         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
33808         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
33809         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
33810         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
33811         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
33812         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
33813         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
33814         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
33815         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
33816         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
33817         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
33818         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
33819         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
33820         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
33821         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
33822         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
33823         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
33824         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
33825         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
33826         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
33827         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
33828         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
33829         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
33830         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
33831         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
33832         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
33833         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
33834         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
33835         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
33836         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
33837         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
33838         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
33839         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
33840         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
33841         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
33842         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
33843         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
33844         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
33845         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
33846         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
33847         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
33848         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
33849         lib/yesno.c, lib/yesno.h:
33850         Update FSF postal mail address.
33851
33852 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33853
33854         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
33855         tests/test-memmem.c, tests/test-stpncpy.c:
33856         Update FSF postal mail address.
33857
33858 2005-05-13  Bruno Haible  <bruno@clisp.org>
33859
33860         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
33861         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
33862         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
33863         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
33864         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
33865         Add support for 64-bit integers in the MSVC compiler.
33866
33867 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33868
33869         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
33870
33871 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
33872
33873         * gnulib-tool (func_import): Sort and uniquify recommended includes.
33874
33875 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
33876
33877         * doc/getdate.texi (General date syntax): Don't say that date
33878         date --iso-8601=ns generates acceptable dates; it doesn't yet.
33879         Problem reported by Nic Ferrier.
33880
33881 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33882
33883         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
33884         specified in ai_socktype. Fix invalid ai_protocol
33885         check. ai_protocol is usually set to 0 or depending on
33886         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
33887         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
33888         ai_socktype / ai_protocol in the returned addrinfo structure.
33889
33890 2005-05-10  Simon Josefsson  <jas@extundo.com>
33891
33892         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
33893         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33894
33895 2005-05-10  Karl Berry  <karl@gnu.org>
33896
33897         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
33898         (from http://www.gnu.org/licenses).
33899         * doc/COPYING.LIB: also rename to COPYING.LESSER.
33900         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
33901         fdl.texi suffices.
33902
33903 2005-05-10  Karl Berry  <karl@gnu.org>
33904
33905         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
33906         (COPYING.DOC): remove.
33907
33908         * config/srclist-update: new FSF address.
33909
33910 2005-05-10  Derek Price  <derek@ximbiot.com>
33911
33912         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33913         possible.
33914
33915 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33916             Bruno Haible  <bruno@clisp.org>
33917
33918         * modules/inet_ntop: New file.
33919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33920         inet_ntop.
33921
33922 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33923             Bruno Haible  <bruno@clisp.org>
33924
33925         * m4/inet_ntop.m4: New file.
33926
33927 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33928             Bruno Haible  <bruno@clisp.org>
33929
33930         * lib/inet_ntop.h: New file.
33931         * lib/inet_ntop.c: New file, from glibc with modifications.
33932
33933 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33934
33935         * modules/time_r (License): Change to LGPL.
33936         * modules/extensions (License): Change to LGPL.  Actually,
33937         the license is more permissive than that, but currently gnulib-tool
33938         doesn't know how to handle more-permissive licenses.
33939
33940         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33941         Problem reported by Dave Love.
33942
33943 2005-05-08  Jim Meyering  <jim@meyering.net>
33944
33945         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33946         blank.
33947
33948 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33949
33950         * modules/argmatch (Depends-on): Add stdbool.
33951         * modules/backupfile (Depends-on): Likewise.
33952         * modules/chdir-long (Depends-on): Likewise.
33953         * modules/closeout (Depends-on): Likewise.
33954         * modules/cycle-check (Depends-on): Likewise.
33955         * modules/dirname (Depends-on): Likewise.
33956         * modules/fnmatch (Depends-on): Likewise.
33957         * modules/fsusage (Depends-on): Likewise.
33958         * modules/fwriteerror (Depends-on): Likewise.
33959         * modules/getcwd (Depends-on): Likewise.
33960         * modules/getloadavg (Depends-on): Likewise.
33961         * modules/hard-locale (Depends-on): Likewise.
33962         * modules/makepath (Depends-on): Likewise.
33963         * modules/mountlist (Depends-on): Likewise.
33964         * modules/nanosleep (Depends-on): Likewise.
33965         * modules/posixtm (Depends-on): Likewise.
33966         * modules/quotearg (Depends-on): Likewise.
33967         * modules/readtokens (Depends-on): Likewise.
33968         * modules/readtokens0 (Depends-on): Likewise.
33969         * modules/readutmp (Depends-on): Likewise.
33970         * modules/save-cwd (Depends-on): Likewise.
33971         * modules/strftime (Depends-on): Likewise.
33972         * modules/userspec (Depends-on): Likewise.
33973         * modules/utimecmp (Depends-on): Likewise.
33974         * modules/xgetcwd (Depends-on): Likewise.
33975         * modules/xnanosleep (Depends-on): Likewise.
33976         * modules/xstrtod (Depends-on): Likewise.
33977         * modules/yesno (Depends-on): Likewise.
33978
33979 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33980
33981         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33982         needless checks.
33983
33984 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33985
33986         Merge from coreutils.  Among other things,
33987         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33988         * lib/fd-safer.c: New file.
33989         * lib/fcntl-safer.h, open-safer.c: Remove.
33990         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33991         * lib/dup-safer.c: Include unistd-safer.h first.
33992         Don't include errno.h.
33993         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33994         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33995         * lib/file-type.c: Rely on file-type.h change.
33996         * lib/getloadavg.c: Include unistd-safer.h.
33997         (getloadavg): Use safer open.
33998         * lib/getusershell.c: Include "stdio-safer.h".
33999         (getusershell): Use safer fopen.
34000         * lib/long-options.c (long_options): Use NULL rather than 0.
34001         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
34002         'free'.
34003         * lib/modechange.c: Likewise.
34004         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
34005         (MODE_DONE): New constant.
34006         (struct mode_change): Remove 'next' member.
34007         (make_node_op_equals): New function; like the old one of the
34008         same name, except it allocates an array.
34009         (mode_compile, mode_create_from_ref): Use it.
34010         (mode_compile): Allocate result as an array, not a linked list.
34011         Parse octal string ourself, so that we catch mistakes like "+0".
34012         (mode_adjust): Arg is an array, not a linked list.
34013         * lib/modechange.c: Include stat-macros.h, xalloc.h.
34014         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
34015         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
34016         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
34017         Remove.  This is now stat-macros.h's job.
34018         (talloc): Remove.  All callers replaced by xalloc, so that
34019         our invokers don't have to worry about reporting memory failures.
34020         (make_node_op_equals): Remove.
34021         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34022         New constants.
34023         (struct mode_change): Moved here from modechange.h.
34024         (mode_append_entry): Remove.
34025         (mode_compile): Remove MASKED_OPS arg, since it encouraged
34026         apps to have incorrect behavior.  Use simpler algorithm for head
34027         and tail.  Don't futz with umask; that's now the job of mode_adjust.
34028         Detect more invalid usages rather than having somewhat-random behavior.
34029         Don't insert an "a=" action, as that leads to incorrect behavior.
34030         (mode_compile, mode_create_from_ref): Return NULL on error instead
34031         of an enum, since now there's only one way to have an error.  All
34032         callers changed.
34033         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
34034         at the correct time.  Simplify calculation of "+u" and its ilk.
34035         Don't mishandle "+X".
34036         (mode_free): Remove "register" and localize decls.
34037         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34038         (struct mode_change): Move to modechange.c; callers don't
34039         need to see this stuff.
34040         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
34041         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
34042         (mode_change, mode_adjust): Reflect the new signatures noted above.
34043         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
34044         that might redefine system include files.
34045         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
34046         (my_usleep): Use NULL rather than (void *) 0.
34047         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
34048         Use siginterrupt to specify that system calls should be interrupted.
34049         (rpl_nanosleep): Move initialization of suspended closer to call of
34050         my_usleep.
34051         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
34052         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
34053         (desirable_utmp_entry): New function.
34054         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
34055         using x2nrealloc, to simplify logic.
34056         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
34057         size calculation.  Do not assume utmp file is a regular file.
34058         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
34059         (READ_UTMP_CHECK_PIDS): New constant.
34060         * lib/save-cwd.c: Include unistd-safer.h.
34061         (save_cwd): Use fd_safer.
34062         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
34063         [!_LIBC] Include "stat-macros.h" instead.
34064         * lib/unistd-safer.h (fd_safer): New decl.
34065
34066 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34067
34068         * modules/getloadavg (Depends-on): Add unistd-safer.
34069         * modules/getusershell (Depends-on): Add stdio-safer.
34070         * modules/lstat (Depends-on): Remove xalloc.
34071         * modules/mkstemp (Depends-on): Add stat-macros.
34072         * modules/modechange (Depends-on): Remove xstrtol.
34073         Add stat-macros, xalloc.
34074         * modules/save-cwd (Depends-on): Add unistd-safer.
34075         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
34076         * modules/unistd-safer (Files): Add lib/fd-safer.c
34077         (Makefile.am): Remove lib_SOURCES.
34078
34079         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
34080         Remove fcntl-safer; unistd-safer supersedes it.
34081
34082 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34083
34084         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34085         AC_HEADER_STAT.
34086         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34087         (gl_PREREQ_CHOWN): Remove.
34088         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34089         it.  Don't require AC_HEADER_STAT.
34090         (gl_PREREQ_LSTAT): Remove.
34091         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34092         Don't require AC_HEADER_STAT.
34093         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34094         (gl_PREREQ_RMDIR): Remove.
34095         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34096         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34097         the stat-macros module a prerequisite.
34098         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34099         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34100         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34101         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34102         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34103         variable names.
34104         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34105         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34106         variable prefixes.
34107         * m4/fcntl-safer.m4: Remove.
34108         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34109         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34110         Invoke gl_PREREQ_FD_SAFER.
34111         (gl_PREREQ_FD_SAFER): New macro.
34112         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34113         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34114         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34115         Remove duplicate call to AC_LIBOBJ(readutmp).
34116         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34117
34118         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34119         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34120
34121 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34122
34123         * MODULES.html.sh (Misc): Add byteswap.
34124
34125 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34126
34127         * modules/getcwd (Depends-on): Add extensions.
34128         * modules/openat (Depends-on): Likewise.
34129
34130 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34131
34132         * modules/byteswap: New file.
34133
34134 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34135
34136         * m4/byteswap.m4: New file.
34137
34138 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34139
34140         * lib/byteswap_.h: New file.
34141
34142 2005-04-25  Karl Berry  <karl@gnu.org>
34143
34144         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34145
34146 2005-04-25  Albert Chin  <china@thewrittenword.com>
34147
34148         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34149         Toolkit C bug.
34150
34151 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34152
34153         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34154         (func_ln_if_changed) Remove forcibly for no error message
34155         in case file does not exist.
34156
34157 2005-04-19  Simon Josefsson  <jas@extundo.com>
34158
34159         * gnulib-tool (Options): Make --symlink mean --symbolic.
34160
34161 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34162
34163         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34164
34165 2005-04-16  Simon Josefsson  <jas@extundo.com>
34166
34167         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34168
34169 2005-04-15  Simon Josefsson  <jas@extundo.com>
34170
34171         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34172
34173 2005-04-15  Simon Josefsson  <jas@extundo.com>
34174
34175         * gnulib-tool: Rename --symlink to --symbolic.
34176
34177 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34178
34179         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34180         symbolic links to files instead of copying/moving.  Add --aux-dir,
34181         specifying directory relative --dir where auxiliary build tools
34182         are placed.
34183
34184 2005-04-14  Bruno Haible  <bruno@clisp.org>
34185
34186         * modules/allocsa (License): Change to LGPL.
34187         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34188
34189 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34190
34191         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34192         that "UTC +1 second" continues to work.  Problem reported
34193         by Dmitry V. Levin.
34194         (relunit_snumber): New rule.
34195         (relunit): Use it.
34196
34197 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34198
34199         * lib/getdate.y (universal_time_zone_table): New constant.
34200         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34201         universal_time_zone_table.
34202         (lookup_zone): Prefer universal_time_zone_table to
34203         local_time_zone_table, so that "GMT" time stamps are allowed in
34204         London during the summer.  Problem reported by Ian Abbott.
34205
34206 2005-04-12  Jim Meyering  <jim@meyering.net>
34207
34208         * lib/human.c (humblock): Set *options even when returning due to
34209         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34210         warning from gcc-4.
34211
34212 2005-04-09  Jim Meyering  <jim@meyering.net>
34213
34214         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34215         -Wuninitialized: initialize tm0.tm_year.
34216
34217 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34218
34219         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34220         count, since there's no maximum.  All uses changed.
34221         Add member dsts_seen.
34222         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34223         not being INT_MAX.
34224         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34225         Use pc_rels_seen to decide whther a date is absolute.
34226
34227         * lib/getdate.y (number): Don't overwrite year.
34228         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34229         check.
34230
34231 2005-04-02  Simon Josefsson  <jas@extundo.com>
34232
34233         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34234         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34235
34236 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34237
34238         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34239         where no absolute path name can be longer than PATH_MAX.
34240
34241 2005-03-27  Jim Meyering  <jim@meyering.net>
34242
34243         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34244
34245 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34246
34247         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34248         "one's complement" -> "ones' complement" in comment, as per Knuth.
34249         "value of type" -> "type or expression" in comment.
34250         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34251
34252 2005-03-26  Jim Meyering  <jim@meyering.net>
34253
34254         Comment nits.
34255         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34256         Correct typos: s/or/of/.
34257
34258 2005-03-26  Jim Meyering  <jim@meyering.net>
34259
34260         * modules/check-include-files: Move to ../ and rename to...
34261         * check-module: ...this.
34262
34263 2005-03-25  Jim Meyering  <jim@meyering.net>
34264
34265         * modules/xvasprintf (Files): Add xalloc.h.
34266
34267 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34268
34269         * modules/gettext (Files): config/config.rpath ->
34270         build-aux/config.rpath
34271         * modules/iconv (Files): Likewise.
34272         Problem reported by Oskar Liljeblad.
34273
34274 2005-03-23  Jim Meyering  <jim@meyering.net>
34275
34276         * modules/check-include-files: New script to check for
34277         missing dependencies, multiple includes, etc.
34278
34279         * modules/c-strtold (Depends-on): Add xalloc.
34280         * modules/c-strtod (Depends-on): Add xalloc.
34281         * modules/hash (Depends-on): Add xalloc.
34282         (Files): Remove lib/xalloc.h.
34283
34284         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34285         * modules/userspec (Files): Add lib/inttostr.h.
34286
34287 2005-03-23  Jim Meyering  <jim@meyering.net>
34288
34289         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34290
34291 2005-03-22  Jim Meyering  <jim@meyering.net>
34292
34293         * modules/stat-macros: New module.
34294         * modules/canonicalize, modules/euidaccess, modules/file-type,
34295         * modules/filemode, modules/lchown, modules/makepath,
34296         * modules/rmdir, modules/stat: Depend on new stat-macros module
34297         rather than listing lib/stat-macros.h manually.
34298         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34299
34300 2005-03-22  Jim Meyering  <jim@meyering.net>
34301
34302         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34303
34304 2005-03-22  Bruno Haible  <bruno@clisp.org>
34305
34306         * config/srclist.txt: Replace target directory 'config' with
34307         'build-aux'.
34308         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34309         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34310         ../build-aux/.
34311
34312 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34313
34314         * modules/chdir-long (Depends-on): Add mempcpy.
34315
34316         * modules/acl, modules/backupfile, modules/c-strtod,
34317         modules/c-strtold, modules/canon-host, modules/canonicalize,
34318         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34319         modules/exclude, modules/exitfail, modules/file-type,
34320         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34321         modules/getdate, modules/getline, modules/getpagesize,
34322         modules/getpass, modules/getugroups, modules/group-member,
34323         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34324         modules/inttostr, modules/long-options, modules/makepath,
34325         modules/md5, modules/memcasecmp, modules/memcoll,
34326         modules/modechange, modules/mountlist, modules/path-concat,
34327         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34328         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34329         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34330         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34331         modules/strftime, modules/strndup, modules/strverscmp,
34332         modules/timespec, modules/unlocked-io, modules/userspec,
34333         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34334         modules/yesno:
34335         Remove lib_SOURCES line from Makefile.am section, as this is now
34336         done automatically by the corresponding Autoconf macro.
34337
34338 2005-03-21  Jim Meyering  <jim@meyering.net>
34339
34340         Changes imported from coreutils.
34341
34342         * lib/cycle-check.c: Don't include xalloc.h.
34343
34344         * lib/path-concat.c: Don't include assert.h.
34345         (path_concat): Remove assertion that would have triggered
34346         for ABASE starting with more than one slash.
34347         Reported by Andreas Schwab.
34348
34349         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34350         properly when ABASE is an absolute file name.
34351         Correct the description of this function.
34352         Include <assert.h>.
34353         Add an assertion and a test driver.
34354         This fixes a bug introduced on 2004-07-02.
34355         Andreas Schwab reported the resulting failure of cp --parents:
34356         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34357
34358 2005-03-21  Jim Meyering  <jim@meyering.net>
34359
34360         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34361         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34362
34363 2005-03-21  Jim Meyering  <jim@meyering.net>
34364         and  Paul Eggert  <eggert@cs.ucla.edu>
34365
34366         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34367         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34368         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34369         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34370         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34371         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34372         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34373         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34374         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34375         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34376         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34377         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34378         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34379         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34380         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34381         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34382         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34383         for these modules.
34384
34385 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34386
34387         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34388         (which shouldn't happen), generate nothing instead of returning 0
34389         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34390
34391 2005-03-16  Bruno Haible  <bruno@clisp.org>
34392
34393         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34394         HAVE_LONGLONG_64BIT.
34395
34396 2005-03-16  Bruno Haible  <bruno@clisp.org>
34397
34398         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34399         HAVE_LONGLONG_64BIT.
34400
34401 2005-03-16  Bruno Haible  <bruno@clisp.org>
34402
34403         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34404         HAVE_LONGLONG_64BIT.
34405
34406 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34407
34408         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34409         reliably distinguish strftime failure from empty output on POSIX
34410         hosts.
34411
34412 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34413
34414         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34415         (iconv_string): Don't guess a size-zero buffer, as that might cause
34416         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34417         result would be 'too large', where 'too large' is (heuristically)
34418         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34419         overflow concerns.  This will prevent some unwanted malloc failures
34420         when the inputs are very large.
34421
34422 2005-03-15  Karl Berry  <karl@gnu.org>
34423
34424         * config/srclist.txt (config.rpath): from gettext.
34425         * config/config.rpath: update.
34426
34427 2005-03-15  Bruno Haible  <bruno@clisp.org>
34428
34429         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34430         to 'negate'.
34431
34432         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34433         variable.
34434
34435         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34436         results.
34437
34438 2005-03-14  Simon Josefsson  <jas@extundo.com>
34439
34440         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34441         <fx@gnu.org>.
34442
34443 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34444
34445         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34446         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34447         intprops.h.
34448         * lib/strtol.c: Likewise.
34449
34450 2005-03-14  Jim Meyering  <jim@meyering.net>
34451
34452         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34453         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34454         to be nonzero so that we (and caller) can detect the difference
34455         between a valid zero-length expansion and an error return, even
34456         when the underlying strftime fails before writing anything into
34457         that location.
34458
34459 2005-03-14  Bruno Haible  <bruno@clisp.org>
34460
34461         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34462         Update from GNU gettext 0.14.3.
34463
34464 2005-03-10  Jim Meyering  <jim@meyering.net>
34465
34466         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34467
34468 2005-03-10  Jim Meyering  <jim@meyering.net>
34469
34470         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34471         so that this module works on systems without fchdir.
34472
34473 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34474
34475         Factor int-properties macros into a single file, except for
34476         glibc-related files.
34477         * lib/intprops.h: New file.
34478         * lib/getloadavg.c: Include it instead of limits.h.
34479         (INT_STRLEN_BOUND): Remove.
34480         * lib/human.c: Include intprops.h.
34481         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34482         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34483         302/1000.
34484         * lib/inttostr.h: Include intprops.h instead of limits.h.
34485         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34486         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34487         for consistency with intprops.h.
34488         (time_t_is_integer, twos_complement_arithmetic): Use them.
34489         * lib/sig2str.h: Include <signal.h>, intprops.h.
34490         (INT_STRLEN_BOUND): Remove.
34491         * lib/strftime.c (TYPE_SIGNED): Remove.
34492         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34493         * lib/strtol.c: Adjust comments to match intprops.h.
34494         * lib/userspec.c: Include intprops.h.
34495         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34496         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34497         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34498         instead of rolling our own expressions.
34499         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34500
34501         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34502         instead of int.
34503         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34504         the right thing even if adding 1900 would overflow.  Similarly
34505         for tm_mon + 1 and tm_yday + 1.
34506         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34507         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34508         (DO_SIGNED_NUMBER): New macro.
34509         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34510
34511 2005-03-07  Bruno Haible  <bruno@clisp.org>
34512
34513         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34514
34515 2005-03-07  Bruno Haible  <bruno@clisp.org>
34516
34517         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34518
34519 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34520
34521         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34522         (func_import): Only replace files via --import when they have actually
34523         changed.
34524
34525 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34526
34527         * m4/mmap-anon.m4: New file.
34528         * m4/pagealign_alloc.m4: New file.
34529
34530 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34531             Bruno Haible  <bruno@clisp.org>
34532
34533         * modules/pagealign_alloc: New file.
34534         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34535
34536 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34537             Bruno Haible  <bruno@clisp.org>
34538
34539         * lib/pagealign_alloc.h: New file.
34540         * lib/pagealign_alloc.c: New file.
34541
34542 2005-03-03  Bruno Haible  <bruno@clisp.org>
34543
34544         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34545         Use an all-permissive copyright notice, recommended by RMS.
34546
34547 2005-03-02  Bruno Haible  <bruno@clisp.org>
34548
34549         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34550         of AIX, the replacement has to be done only after <string.h> is
34551         included, therefore not in config.h. stpncpy.h does the replacement,
34552         and stpncpy.c uses it.
34553
34554 2005-03-02  Bruno Haible  <bruno@clisp.org>
34555
34556         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34557         stpncpy.c uses it.
34558
34559 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34560
34561         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34562         The workaround isn't strictly needed for POSIX conformance, and
34563         it's too much of a pain to configure and maintain.  We'll ask
34564         people to fix their kernels instead.
34565         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34566         (NANOSLEEP_BUG_WORKAROUND): Remove.
34567         (xnanosleep): Remove the workaround.
34568
34569 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34570
34571         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34572         Reported by Derek Price.
34573         (Include): Add "timespec.h".
34574
34575         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34576
34577 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34578
34579         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34580         to detect nanosleep bug.
34581
34582 2005-03-01  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34585
34586 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34587
34588         * modules/gethrxtime: New file.
34589         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34590         (Depends-on): Add gethrxtime.
34591         (configure.ac): Add gl_XNANOSLEEP.
34592         (Makefile.am): Remove lib_SOURCES line.
34593
34594 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34595
34596         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34597         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34598
34599 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34600
34601         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34602         * lib/timespec.h (gettime): Return void, since it always
34603         succeeds now.  All uses changed.
34604         * lib/gettime.c (gettime) Likewise.
34605         [HAVE_NANOTIME]: Prefer nanotime.
34606         Assume gettimeofday succeeds, as POSIX requires.
34607         Assime time () succeeds, since other code already does.
34608         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34609         (timespec_subtract): Remove.
34610         (NANOSLEEP_BUG_WORKAROUND): New constant.
34611         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34612         things considerably.  Use it only on GNU/Linux hosts, since the
34613         workaround shouldn't be needed elsewhere.
34614
34615 2005-02-24  Bruno Haible  <bruno@clisp.org>
34616
34617         * modules/gettext (Files): Add m4/glibc2.m4.
34618
34619 2005-02-24  Bruno Haible  <bruno@clisp.org>
34620
34621         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34622         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34623         * m4/progtest.m4:
34624         Update from GNU gettext 0.14.2.
34625         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34626
34627 2005-02-24  Bruno Haible  <bruno@clisp.org>
34628
34629         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34630         * lib/config.charset: Update from GNU gettext 0.14.2.
34631
34632 2005-02-24  Bruno Haible  <bruno@clisp.org>
34633
34634         * lib/gettext.h: Update from GNU gettext 0.14.2.
34635
34636 2005-02-23  Simon Josefsson  <jas@extundo.com>
34637
34638         * m4/iconvme.m4: New file.
34639
34640 2005-02-23  Jim Meyering  <jim@meyering.net>
34641
34642         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34643         change.
34644         Thanks to Bruno Haible for catching it.
34645
34646 2005-02-22  Simon Josefsson  <jas@extundo.com>
34647
34648         * modules/iconvme: New file.
34649
34650         * MODULES.html.sh: Add iconvme.
34651
34652 2005-02-22  Simon Josefsson  <jas@extundo.com>
34653
34654         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34655
34656 2005-02-22  Simon Josefsson  <jas@extundo.com>
34657
34658         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34659
34660 2005-02-22  Jim Meyering  <jim@meyering.net>
34661
34662         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34663         s/ifndef/ifdef/.
34664
34665 2005-02-20  Neil Conway  <neilc@samurai.com>
34666
34667         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34668         returned by OSX/Darwin if the specified buffer is not large
34669         enough for the hostname.
34670
34671 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34672
34673         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34674         pass it to _help, otherwise the latter coredumps trying to
34675         dereference state.root_argp.
34676
34677 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34678
34679         * modules/chdir-long (Depends-on): Add memrchr.
34680         * modules/memrchr (Files): Add lib/memrchr.h.
34681         (Include): "memrchr.h".
34682
34683 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34684
34685         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34686
34687 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34688
34689         * lib/memrchr.h: New file.
34690         * lib/chdir-long.c: Include it.
34691         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34692         Don't bother including stddef.h.
34693
34694 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34695
34696         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34697         inclusion.
34698         Include <sys/types.h>, for dev_t.
34699         (ME_DUMMY, ME_REMOTE): Move from here....
34700         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34701         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34702         Dmitry V. Levin.
34703         Include mountlist.h first, to test the interface.
34704
34705 2005-01-29  Bruno Haible  <bruno@clisp.org>
34706
34707         * lib/progname.c (program_name): Initialize.
34708         Needed when linking statically on MacOS X.
34709
34710 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34711
34712         Sync from coreutils.
34713         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34714         (Depends-on): Add c-strtod.
34715         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34716
34717 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34718
34719         Sync from coreutils.
34720         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34721
34722         Remove files that are specific to coreutils.
34723         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34724
34725 2005-01-28  Bruno Haible  <bruno@clisp.org>
34726
34727         * modules/javacomp: New file.
34728         * MODULES.html.sh (Java): Add javacomp.
34729
34730 2005-01-28  Bruno Haible  <bruno@clisp.org>
34731
34732         * m4/javacomp.m4: New file, from GNU gettext.
34733
34734 2005-01-28  Bruno Haible  <bruno@clisp.org>
34735
34736         * lib/javacomp.sh.in: New file, from GNU gettext.
34737         * lib/javacomp.h: New file, from GNU gettext.
34738         * lib/javacomp.c: New file, from GNU gettext.
34739
34740 2005-01-26  Simon Josefsson  <jas@extundo.com>
34741
34742         * lib/gai_strerror.c: Use GPL in header.
34743
34744 2005-01-26  Bruno Haible  <bruno@clisp.org>
34745
34746         * modules/javaexec: New file.
34747         * MODULES.html.sh (Java): Add javaexec.
34748
34749 2005-01-26  Bruno Haible  <bruno@clisp.org>
34750
34751         * m4/javaexec.m4: New file, from GNU gettext.
34752
34753 2005-01-26  Bruno Haible  <bruno@clisp.org>
34754
34755         * lib/javaexec.sh.in: New file, from GNU gettext.
34756         * lib/javaexec.h: New file, from GNU gettext.
34757         * lib/javaexec.c: New file, from GNU gettext.
34758
34759 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34760
34761         * modules/lchown (Depends-on): Remove lchown.h
34762
34763 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34764
34765         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
34766         must be defined if the header file was not found, in order
34767         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
34768
34769 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34770
34771         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
34772         initializers for struct pentry_state.
34773         (__argp_error): Check return value of __asprintf
34774         (__argp_failure): Translate error message
34775
34776         * lib/argp-parse.c: Removed braces around the expansion of N_()
34777
34778 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34779
34780         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
34781         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
34782         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
34783         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
34784         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
34785         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
34786         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
34787         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
34788         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
34789         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
34790         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
34791         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
34792         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
34793         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
34794         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
34795         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
34796         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
34797         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
34798         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
34799         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
34800         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
34801         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
34802         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
34803         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
34804         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
34805         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
34806         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
34807         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
34808         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
34809         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
34810         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
34811         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
34812         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
34813         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
34814         xstrtol.m4, xstrtoumax.m4, yesno.m4:
34815         Use an all-permissive copyright notice, recommended by RMS.
34816
34817 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
34818
34819         * modules/chdir-long (Depends-on): Remove mempcpy.
34820
34821 2005-01-21  Jim Meyering  <jim@meyering.net>
34822
34823         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
34824         same value as for Solaris 9.
34825
34826         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
34827         component length.  This included changing the parameter to be
34828         of type `char *' rather than `char const *'.
34829         * lib/chdir-long.h (chdir_long): Update prototype.
34830
34831         * lib/openat.c (fdopendir, fstatat): New functions.
34832         * lib/openat.h: Include headers required for use of DIR and struct
34833         stat.
34834         [AT_SYMLINK_NOFOLLOW]: Define.
34835         (fdopendir, fstatat): Add prototypes.
34836
34837 2005-01-21  Bruno Haible  <bruno@clisp.org>
34838
34839         * modules/classpath: New file.
34840         * MODULES.html.sh (Java): Add classpath.
34841
34842 2005-01-21  Bruno Haible  <bruno@clisp.org>
34843
34844         * lib/classpath.h: New file, from GNU gettext.
34845         * lib/classpath.c: New file, from GNU gettext.
34846
34847 2005-01-20  Simon Josefsson  <jas@extundo.com>
34848
34849         * modules/version-etc-fsf: New file.
34850
34851 2005-01-20  Simon Josefsson  <jas@extundo.com>
34852
34853         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
34854         * lib/version-etc.c: Remove version_etc_copyright.
34855         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
34856         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
34857
34858 2005-01-20  Simon Josefsson  <jas@extundo.com>
34859
34860         * lib/base64.h (isbase64): Add.
34861
34862         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
34863         using a unsigned prototype, don't inline.
34864         (base64_decode): Use it.
34865
34866 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34867
34868         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
34869         it.
34870
34871 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34872
34873         * lib/save-cwd.c (save_cwd): Remove code to support the case
34874         where fchdir is missing or flaky.
34875
34876 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34877
34878         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
34879
34880 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34881
34882         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
34883         AC_LIBSOURCES now does this.
34884         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
34885         with new ullong_max module.
34886
34887 2005-01-19  Bruno Haible  <bruno@clisp.org>
34888
34889         * modules/sh-quote: New file.
34890         * MODULES.html.sh (Executing programs): Add sh-quote.
34891
34892 2005-01-19  Bruno Haible  <bruno@clisp.org>
34893
34894         * lib/sh-quote.h: New file, from GNU gettext.
34895         * lib/sh-quote.c: New file, from GNU gettext.
34896
34897 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34898
34899         Merge from coreutils.
34900         * m4/ullong_max.m4: New file.
34901         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
34902         (gl_MACROS): Assume localeconv exists.
34903
34904 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34905
34906         Merge changes from coreutils, as described below in several
34907         changelogs dated today.
34908
34909         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
34910         (O_DIRECTORY): Remove; not needed here, since "." must be
34911         a directory.  All uses removed.
34912         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34913         universal on Suns, and we also need to test for IRIX.
34914         Revamp code to use 'if' rather than '#if'.
34915         Avoid unnecessary comparison of cwd->desc to 0.
34916
34917         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34918         for known valid error numbers rather than observed invalid ones.
34919
34920 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34921
34922         * modules/ullong_max: New file.
34923
34924         * modules/chdir-long, modules/openat: New files.
34925         * modules/save-cwd (Depends-on): Depend on chdir-long.
34926         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34927
34928 2005-01-18  Jim Meyering  <jim@meyering.net>
34929
34930         Merge from coreutils.
34931         * m4/chdir-long.m4, m4/openat.m4: New files.
34932         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34933         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34934         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34935         is sane and DOES follow symlinks.  Besides, testing 20 different
34936         systems found no broken chown implementations.
34937         Prompted by a change in rsync's copy of this macro.
34938         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34939
34940         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34941
34942         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34943         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34944         NULL-means-set-to-current-time semantics.
34945         Remove temporary file immediately, rather than waiting
34946         for configure's at-exit trap code to do it.
34947
34948 2005-01-18  Jim Meyering  <jim@meyering.net>
34949
34950         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34951
34952         * lib/utimens.c (futimens): Account for the fact that futimes
34953         can also fail with errno == ENOSYS or errno == ENOENT.
34954         Patch from Dmitry V. Levin.
34955
34956         Change the name of the robust chdir function from chdir to chdir_long.
34957         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34958         (restore_cwd): Use chdir_long, not chdir.
34959         * lib/chdir-long.c: Renamed from chdir.c.
34960         * lib/chdir-long.h: Renamed from chdir.h.
34961         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34962         Hurd.
34963
34964 2005-01-18  Bruno Haible  <bruno@clisp.org>
34965
34966         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34967         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34968         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34969         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34970         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34971         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34972         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34973         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34974         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34975         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34976         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34977         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34978         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34979         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34980         Use an all-permissive copyright notice, recommended by RMS.
34981
34982 2005-01-18  Bob Proulx  <bob@proulx.com>
34983
34984         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34985         simplify offsetof() macro construct to avoid compile failure with
34986         native HP-UX 11.0 ANSI C compiler.
34987
34988 2005-01-17  Bruno Haible  <bruno@clisp.org>
34989
34990         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34991         redundant because stpncpy.m4 takes care of it.
34992
34993 2005-01-17  Bruno Haible  <bruno@clisp.org>
34994
34995         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34996
34997 2005-01-17  Bruno Haible  <bruno@clisp.org>
34998
34999         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
35000         used.
35001
35002 2005-01-17  Bruno Haible  <bruno@clisp.org>
35003
35004         * lib/fwriteerror.h (fwriteerror): Change specification to include
35005         fclose.
35006         * lib/fwriteerror.c: Include <stdbool.h>.
35007         (fwriteerror): At the end, close the file stream. Record whether
35008         stdout was already closed.
35009
35010 2005-01-17  Bruno Haible  <bruno@clisp.org>
35011
35012         * lib/execute.c (environ): Declare if needed.
35013         * lib/pipe.c (environ): Likewise.
35014         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
35015
35016 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35017
35018         * modules/argp: Depend on vsnprintf
35019
35020 2005-01-10  Jim Meyering  <jim@meyering.net>
35021
35022         * modules/closeout (Depends-on): Add atexit.
35023
35024 2005-01-06  Bruno Haible  <bruno@clisp.org>
35025
35026         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
35027
35028 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35029
35030         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
35031         definitions to be after all include files, to avoid collisions.
35032         Problem reported by Bob Proulx.
35033
35034 2005-01-04  Jim Meyering  <jim@meyering.net>
35035
35036         Changes imported from coreutils.
35037         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
35038         as the mkstemp template, use a temporary directory and an
35039         8.3-friendly template to avoid trouble on systems like DJGPP.
35040         Reported by Juan M. Guerrero via Stepan Kasal.
35041         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
35042         close. Remove the temporary directory right away, rather than waiting
35043         for configure's at-exit trap code to do it.
35044         Suggestion from Stepan Kasal.
35045
35046 2005-01-01  Simon Josefsson  <jas@extundo.com>
35047
35048         * gnulib-tool: Print #include directives when --import'ing.
35049
35050 2004-12-28  Simon Josefsson  <jas@extundo.com>
35051
35052         * tests/test-base64.c: Include required header files.  Remove
35053         unused variables.
35054
35055 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35056
35057         * modules/error (Depends-on): Remove gettext.
35058
35059 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35060
35061         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
35062         not needed.  This removes a dependency on the gettext module.
35063         [defined _LIBC]: Do not include <libintl.h>; not needed.
35064
35065 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35066
35067         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
35068         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
35069
35070 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35071
35072         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
35073         HAVE_DECL_STRTOLD.
35074
35075 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35076
35077         * modules/getdate (Depends-on): Remove alloca-opt.
35078
35079 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35080
35081         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
35082
35083 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35084
35085         * lib/argp-parse.c: Include <stddef.h>.
35086         (alignof, alignto): New macros.
35087         (parser_init): Don't assume that void * is aligned sufficiently
35088         for struct option.
35089
35090         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35091         need to extend the stack.
35092         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35093         large.
35094
35095 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35096
35097         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35098
35099 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35100
35101         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35102         (2004-10-24) change.  Apparently this was a false alarm.
35103
35104         * modules/getdate: Depend on alloca-opt, not alloca.
35105
35106 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35107
35108         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35109         Remove now-obsolete comment about AIX.
35110         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35111         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35112         (YYMAXDEPTH): New macro.
35113
35114 2004-12-18  Simon Josefsson  <jas@extundo.com>
35115
35116         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35117
35118 2004-12-18  Bruno Haible  <bruno@clisp.org>
35119
35120         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35121
35122 2004-12-18  Bruno Haible  <bruno@clisp.org>
35123
35124         * lib/fatal-signal.c (fatal_signals): Make non-const.
35125         (init_fatal_signals): New function.
35126         (uninstall_handlers, install_handlers): Ignore signals that were set to
35127         SIG_IGN.
35128         (at_fatal_signal): Call init_fatal_signals.
35129         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35130         SIG_IGN.
35131         Reported by Paul Eggert.
35132
35133 2004-12-18  Bruno Haible  <bruno@clisp.org>
35134
35135         * doc/alloca.texi: New file.
35136         * doc/alloca-opt.texi: New file.
35137
35138 2004-12-17  Jim Meyering  <jim@meyering.net>
35139
35140         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35141         Otherwise, install-sh could exit with improper exit status when
35142         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35143
35144 2004-12-16  Simon Josefsson  <jas@extundo.com>
35145
35146         * tests/test-base64.c: Add license.
35147
35148 2004-12-15  Stepan Kasal  <address@hidden>
35149
35150         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35151
35152 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35153
35154         * modules/getcwd (Files): Add m4/d-ino.m4.
35155         Suggested by Mark D. Baushke.
35156
35157 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35158
35159         * lib/getdate.y (textint): New member "negative".
35160         (time_zone_hhmm): New function.
35161         Expect 14 shift-reduce conflicts, not 13.
35162         (o_colon_minutes): New rule.
35163         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35164         (yylex): Set the "negative" member of signed numbers.
35165
35166 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35167
35168         * doc/getdate.texi (Time of day items, Time zone items):
35169         Describe new formats +00:00, UTC+00:00.
35170
35171 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35172
35173         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35174         spurious "-l"s.  Problem reported by Stepan Kasal.
35175
35176 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35177
35178         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35179         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35180
35181 2004-12-04  Simon Josefsson  <jas@extundo.com>
35182
35183         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35184         Vandoorselaere <yoann@prelude-ids.org>.
35185
35186 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35187
35188         Changes imported from coreutils.
35189         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35190         exist.
35191         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35192
35193 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35194
35195         Changes imported from coreutils.
35196         * lib/hard-locale.c: Assume <locale.h> exists.
35197         Include "strdup.h".
35198         (GLIBC_VERSION): New macro.
35199         (hard_locale): Assume setlocale exists.
35200         Rewrite to avoid #ifdef.
35201         Use strdup rather than malloc + strcpy.
35202         * lib/human.c: Assume <locale.h> exists.
35203         (human_readable): Assume localeconv exists.
35204
35205 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35206
35207         * modules/hard-locale (Depends-on): Add strdup.
35208
35209 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35210
35211         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35212         convert T2, not T.  (Imported from libc.)
35213
35214 2004-11-30  Simon Josefsson  <jas@extundo.com>
35215
35216         * modules/restrict (License): Change to LGPL.
35217
35218 2004-11-30  Simon Josefsson  <jas@extundo.com>
35219
35220         * m4/restrict.m4: Add copyright and copying conditions.
35221
35222 2004-11-30  Simon Josefsson  <jas@extundo.com>
35223
35224         * m4/base64.m4: New file.
35225
35226 2004-11-30  Simon Josefsson  <jas@extundo.com>
35227
35228         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35229         base64.
35230
35231         * tests/test-base64.c: New file.
35232
35233         * modules/base64: New file.
35234
35235 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35236
35237         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35238         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35239
35240         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35241
35242 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35243
35244         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35245         (__getcwd.c): Don't restore errno; glibc doesn't.
35246         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35247         first, falling back to our code only if its results look suspicious.
35248         Ensure that the resulting buffer is only as large as necessary.
35249
35250         * lib/readutmp.c: Include readutmp.h first.
35251         Include <errno.h>, since readutmp.h no longer does that.
35252         * lib/readutmp.h: Don't include <errno.h>,
35253         <sys/param.h>, <time.h>; not needed to establish interface.
35254         (errno): Remove decl.
35255         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35256         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35257         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35258
35259 2004-11-28  Simon Josefsson  <jas@extundo.com>
35260
35261         * lib/base64.h, base64.c: New file.
35262
35263 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35264
35265         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35266
35267 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35268
35269         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35270         (Depends-on): Remove pathmax, same.  Add mempcpy.
35271         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35272         (Makefile.am): Append getcwd.h to lib_SOURCES.
35273         (Include): Add getcwd.h.
35274         (Maintainer): Change from Jim Meyering to "all, glibc",
35275         since getdate now uses intended-for-glibc code.
35276         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35277         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35278
35279 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35280
35281         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35282         HP's ANSI C compiler.
35283         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35284         Declaring int functions causes warnings on some modern systems and
35285         shouldn't be needed to compile on ancient ones.
35286         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35287         defined.
35288
35289         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35290         with the following changes.
35291         (__set_errno): Parenthesize properly.
35292         Include <stdbool.h>.
35293         (MIN, MAX, MATCHING_INO): New macros.
35294         (__getcwd): Define with prototype, not K&R form.
35295         Use heuristics to allocate default buffer on stack if possible.
35296         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35297         behavior, and to avoid the PATH_MAX limit when computing
35298         ../../../../...
35299         Use MATCHING_INO to compare inode number to file.
35300         Check for arithmetic overflow in size calculations.
35301         Fix bug in reallocation of dot array that caused getcwd to fail
35302         on directories nested deeper than 75.
35303         Be more careful about saving errno on error.
35304         Do not use realloc; use only free+malloc, as this is a bit
35305         more flexible and avoids a needless copy operation.
35306         Do not inspect st_dev and st_ino for symbolic links; POSIX
35307         doesn't specify the latter.
35308         Check for closedir errors.
35309         Avoid needless casts.
35310         Use "#ifdef weak_alias" around weak_alias, to be like other
35311         glibc code.
35312         The following changes to getcwd.c have effect only when used in
35313         gnulib; they have no effect inside glibc proper.
35314         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35315         as alloca isn't used.
35316         (alloca, __alloca): Likewise.
35317         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35318         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35319         unconditionally, as gnulib assumes C89 or better.
35320         Do not include <sys/param.h>.
35321         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35322         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35323         better.
35324         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35325         Include <dirent.h> in a way that is compatible with modern Autoconf.
35326         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35327         New macros, if not already defined.
35328         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35329         Use "_LIBC", not "defined _LIBC", for consistency.
35330         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35331         a mempcpy module.
35332         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35333         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35334         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35335         credit only to Jim Meyering and adjust the copyright dates.
35336         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35337         <stdlib.h>, <unistd.h>, "pathmax.h".
35338         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35339         (INITIAL_BUFFER_SIZE): Remove.
35340         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35341
35342 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35343
35344         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35345         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35346         Use the _ONCE methods, for efficiency.
35347         Check for fcntl.h.  In test program, include <errno.h>
35348         and <fcntl.h> if available.  Remove old K&R cruft from
35349         test program.  Check for common errors in GNU/Linux,
35350         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35351         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35352         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35353         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35354         name accordingly.
35355         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35356         accommodate new getcwd.c.
35357         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35358         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35359         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35360         that's all we need now.
35361
35362 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35363
35364         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35365         argp-parse.c depends on getopt internals, that means we should
35366         always use our getopt, to be on the safe side.
35367         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35368         order not to spoil the result of an eventual previous invocation
35369         of gl_GETOPT_SUBSTITUTE.
35370
35371 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35372
35373         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35374         redefinition warnings. To avoid them, include the defines
35375         in `#if !defined __need_getopt ... #endif'. The only place
35376         where __getopt_argv_const is used is in definitions
35377         of getopt_long and getopt_long_only below, which are as well
35378         protected by `#ifndef __need_getopt'.
35379         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35380         __need_getopt after including <stdio.h> and <unistd.h> These
35381         headers might have defined it.
35382
35383 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35384
35385         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35386
35387 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35388
35389         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35390         (futimens): New function, which uses futimes if available.
35391         (futimens, utimens): Support timespec==NULL, with same semantics
35392         as utime and utimens.
35393         * lib/utimens.h (futimens): New decl.
35394
35395 2004-11-23  Jim Meyering  <jim@meyering.net>
35396
35397         * lib/getopt_.h: Remove trailing blanks.
35398
35399 2004-11-23  Jim Meyering  <jim@meyering.net>
35400
35401         * lib/__fpending.c: Add comment.
35402
35403 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35404
35405         * modules/canonicalize (Depends-on): Add xreadlink.
35406         Problem reported by James Youngman.
35407
35408 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35409
35410         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35411         New macros.
35412         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35413         optopt): Use them instead of invoking ## directly; otherwise, the
35414         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35415
35416 2004-11-19  Bruno Haible  <bruno@clisp.org>
35417
35418         * lib/strtok_r.c: Move comments from here...
35419         * lib/strtok_r.h: ... to here.
35420
35421 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35422
35423         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35424         implementations that mishandle size_t overflow.
35425
35426 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35427
35428         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35429         might fail.  Problem reported by Yoann Vandoorselaere.
35430         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35431         implementations that mishandle size_t overflow.
35432
35433 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35434
35435         * modules/canon-host (Depends-on): Add strdup.
35436
35437 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35438
35439         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35440
35441 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35442
35443         * lib/canon-host.c: Include "strdup.h".
35444         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35445         Use strdup instead of malloc/strcpy to duplicate strings.
35446
35447         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35448         (human_space_before_unit): New constant.
35449         * lib/human.c (human_readable): Support it.
35450
35451         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35452         (xgetcwd): Set errno correctly when failing.
35453         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35454         the failure is actually due to a PATH_MAX problem.
35455
35456         Further getopt changes to make it more likely that glibc will
35457         buy the changes back.
35458         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35459         (getopt): Use it, so to preserve glibc semantic
35460         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35461         when compiling for libc.
35462         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35463         (getopt_long, getopt_long_only): Use it.
35464
35465         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35466         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35467         (getopt): Argv is now char * const *, as per standard.
35468         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35469         not char *__getopt_argv_const *.
35470         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35471         _getopt_long_only_r): Likewise.
35472         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35473         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35474         _getopt_long_r, _getopt_long_only_r): Likewise.
35475         * lib/getopt_.h (__getopt_argv_const): Remove.
35476         (getopt): Argv is now char * const *, as per standard.
35477
35478         * lib/getdate.y (tORDINAL): New token.
35479         (day, relunit): Allow it for relative times.
35480         (relative_time_table): Use tORDINAL for ordinals.
35481
35482 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35483
35484         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35485         Document that "second" isn't allowed as an ordinal number.
35486
35487 2004-11-16  Jim Meyering  <jim@meyering.net>
35488
35489         * modules/closeout (Depends-on): Add fpending.
35490
35491 2004-11-15  Jim Meyering  <jim@meyering.net>
35492
35493         * lib/closeout.c: Include "__fpending.h" once again.
35494         Include <stdbool.h>.
35495         (close_stdout): Don't fail just because stdout was closed initially,
35496         since some programs don't write to stdout in the normal course of
35497         operation (other than --version and --help), and we don't want this
35498         function to make e.g. `touch file >&-' fail.
35499         But do fail if it was closed and someone has tried to write to it.
35500         E.g., `printf foo >&-' must fail.
35501
35502 2004-11-13  Jim Meyering  <jim@meyering.net>
35503
35504         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35505
35506 2004-11-12  Simon Josefsson  <jas@extundo.com>
35507
35508         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35509         small doc fix is still pending.
35510
35511 2004-11-11  Simon Josefsson  <jas@extundo.com>
35512
35513         * modules/strtok_r: New file.
35514
35515         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35516         strtok_r.
35517
35518 2004-11-11  Simon Josefsson  <jas@extundo.com>
35519
35520         * m4/strtok_r.m4: New file.
35521
35522         * m4/getopt.m4: Replace opterr.
35523
35524 2004-11-11  Simon Josefsson  <jas@extundo.com>
35525
35526         * lib/strtok_r.h, strtok_r.c: New file.
35527
35528 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35529
35530         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35531         of replacing opterr, getopt, etc.  This should handle the
35532         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35533
35534 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35535
35536         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35537         we can stop lying to compilers about the constness of argv when we
35538         are compiled outside glibc.
35539         (getopt, getopt_long, getopt_long_only): Use it.
35540         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35541         _getopt_internal, getopt): Likewise.
35542         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35543         _getopt_long_only_r): Likewise.
35544         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35545         _getopt_long_r, _getopt_long_only_r): Likewise.
35546
35547         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35548         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35549         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35550         the other external symbols.
35551         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35552         declaration, since the above renaming now works around collisions.
35553
35554 2004-11-11  Jim Meyering  <jim@meyering.net>
35555
35556         * lib/linebreak.c: Remove trailing blanks.
35557         * lib/alloca_.h: Likewise.
35558         * lib/acosl.c: Likewise.
35559         * lib/euidaccess.c: Likewise.
35560         * lib/allocsa.h: Likewise.
35561
35562 2004-11-10  Simon Josefsson  <jas@extundo.com>
35563
35564         * m4/getaddrinfo.m4: New file.
35565
35566 2004-11-10  Simon Josefsson  <jas@extundo.com>
35567
35568         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35569
35570 2004-11-10  Simon Josefsson  <jas@extundo.com>
35571
35572         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35573         getaddrinfo.
35574
35575         * modules/getaddrinfo: New file.
35576
35577 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35578
35579         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35580
35581 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35582
35583         * lib/mktime.c (SHR): New macro, which is a portable
35584         substitute for >> that should work even on Crays.
35585         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35586         Problem reported by Mark D. Baushke in
35587         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35588         * lib/getdate.y (SHR): Likewise.
35589         (tm_diff): Use it.
35590         * lib/strftime.c (SHR): Likewise.
35591         (tm_diff): Use it.
35592         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35593         quote_these_too, so that right shifts are well defined.  All uses
35594         changed.
35595
35596 2004-11-10  Jim Meyering  <jim@meyering.net>
35597
35598         Ensure that no close failure goes unreported.
35599         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35600         return early when it seems there's nothing to flush.
35601         Don't include __fpending.h.
35602
35603 2004-11-10  Jim Meyering  <jim@meyering.net>
35604
35605         * modules/closeout (Depends-on): Remove fpending.
35606
35607 2004-11-10  Jim Meyering  <jim@meyering.net>
35608
35609         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35610
35611 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35612
35613         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35614         gl_FUNC_STRFTIME.
35615         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35616         and AC_REQUIRE when possible, to avoid duplicate checks.
35617         Check for <wchar.h>.
35618
35619 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35620
35621         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35622
35623 2004-11-09  Bruno Haible  <bruno@clisp.org>
35624
35625         * m4/sockpfaf.m4: New file.
35626
35627 2004-11-05  Bruno Haible  <bruno@clisp.org>
35628
35629         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35630         Reported by Mark D. Baushke <mdb@cvshome.org>.
35631
35632 2004-11-04  Bruno Haible  <bruno@clisp.org>
35633
35634         2004-09-11  Bruno Haible  <bruno@clisp.org>
35635                 * allocsa.valgrind: New file.
35636         2004-02-06  Bruno Haible  <bruno@clisp.org>
35637                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35638                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35639                 Reported by Christopher Seip <chris.seip@hp.com>.
35640
35641 2004-11-04  Bruno Haible  <bruno@clisp.org>
35642
35643         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35644         (Makefile.am): Distribute it.
35645
35646 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35647
35648         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35649         with errno == ERANGE if the buffer is too small.
35650         Problem reported by Mark D. Baushke.
35651
35652 2004-11-03  Albert Chin  <china@thewrittenword.com>
35653             Paul Eggert  <eggert@cs.ucla.edu>
35654
35655         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35656         equivalent, substitute $ac_type for equivalent type rather than
35657         blindly using uint32_t *always* which won't work if uint32_t is not
35658         available.  Define _UINT32_T to work around typedef of uint32_t if
35659         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35660         2.5.1.
35661
35662 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35663
35664         * m4/jm-macros.m4: Sync from coreutils.
35665         (gl_MACROS): Check for mbrlen, for pathchk.
35666         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35667
35668 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35669
35670         * lib/xreadlink.c (MAXSIZE): New macro.
35671         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35672         size does not exceed MAXSIZE.  Avoid cast.
35673         As suggested by Mark D. Baushke in
35674         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35675         if readlink fails with buffer size just under MAXSIZE, try again
35676         with MAXSIZE.
35677
35678 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35679
35680         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35681
35682 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35683         and  Paul Eggert  <eggert@cs.ucla.edu>
35684
35685         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35686         (get_date): Overparenthesize to avoid GCC warning.
35687
35688 2004-11-02  Bruno Haible  <bruno@clisp.org>
35689
35690         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35691         returns void.
35692
35693 2004-11-02  Bruno Haible  <bruno@clisp.org>
35694
35695         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35696         function returns void.
35697
35698 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35699
35700         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35701         fflush_unlocked, flockfile, funlockfile, funlockfile,
35702         fputs_unlocked, putc_unlocked.
35703
35704 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35705
35706         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35707         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35708         already declared.
35709
35710 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35711
35712         * modules/getdate (Files): Add doc/getdate.texi.
35713         (Depends-on): Add setenv, xalloc.
35714
35715 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35716
35717         * lib/getdate.y: Add support for TZ="foo" within a date string.
35718         Fix some bugs near time_t boundaries.  Reject dates with
35719         out-of-range components, e.g., "Sept 31".
35720         Include <stdlib.h>, "setenv.h", "xalloc.h".
35721         (ISDIGIT_LOCALE): Remove; unused.
35722         Note that the TZ and time functions used here are not reentrant.
35723         (mktime_ok, get_tz): New functions.
35724         (TZBUFSIZE): New constant.
35725         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35726         This requires that we sometimes generate our own TZ="XXX..." setting.
35727
35728 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35729
35730         * doc/getdate.texi: New file, from coreutils with modifications for
35731         the new TZ parsing.
35732
35733 2004-10-27  Derek R. Price  <derek@ximbiot.com>
35734
35735         * lib/mktime.c (not_equal_tm): Remove redundant check.
35736
35737 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35738
35739         * modules/regex (lib_SOURCES): Add regex.c.
35740         Reported by James Youngman in
35741         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
35742
35743 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35744
35745         * lib/getdate.y: Use Bison 1.875 features, and some minor
35746         code cleanups.  This change does not affect semantics.
35747         Don't include <stdlib.h>; no longer needed.
35748         Don't include unlocked-io.h; only the "#if TEST" code uses
35749         stdio, and performance isn't crucial there.
35750         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
35751         Bison 1.875 features as described below.
35752         All uses of "PC." replaced by "pc->".
35753         (YYSTYPE): Add a forward declaration.
35754         (yylex, yyerror): Use full prototypes in forward decls.
35755         Use "%pure-parser" rather than obsolescent "%pure_parser".
35756         Use %parse-param and %lex-param instead of obsolescent
35757         YYPARSE_PARAM and YYLEX_PARAM.
35758         (meridian_table, month_and_day_table, time_units_table,
35759         relative_time_table, time_zone_table, military_table,
35760         lookup_zone, lookup_word, get_date):
35761         Use NULL instead of 0 where appropriate.
35762         (to_hour): Avoid abort (), to avoid a dependency on
35763         stdlib.h.
35764         (yyerror, yylex): Now accepts parser_control * arg.
35765         (main) [TEST]: Use '\0' rather than 0 for char.
35766
35767 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35768
35769         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
35770
35771 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35772
35773         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
35774         It's now the caller's responsibility to handle the case where
35775         !HAVE_GETPAGESIZE && !defined getpagesize.
35776
35777         * lib/mktime.c (leapyear): Arg is long int, not int.
35778
35779 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
35780
35781         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
35782
35783 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35784
35785         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
35786         missing.  Problem reported by James Youngman.
35787
35788 2004-10-16  Simon Josefsson  <jas@extundo.com>
35789
35790         * gnulib-tool: Fix comments.  Fix parse problem.
35791         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
35792
35793 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
35794
35795         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
35796         implementation of getopt_long.  Problem reported by Alexander Taler in:
35797         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
35798
35799 2004-10-15  Bruno Haible  <bruno@clisp.org>
35800
35801         * gnulib-tool: Untabify. Initialize supplied_libname.
35802         (func_usage): More homogenous output.
35803         (func_modules_transitive_closure, func_modules_to_filelist,
35804         func_emit_lib_Makefile_am): New functions.
35805         (func_import): New function, extracted from big case statement. Use
35806         func_get_license, func_modules_transitive_closure,
35807         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
35808         opt_lgpl. Don't use test -a, as it's not portable.
35809         (func_create_testdir): Use func_modules_transitive_closure,
35810         func_modules_to_filelist, func_emit_lib_Makefile_am.
35811
35812 2004-10-15  Bruno Haible  <bruno@clisp.org>
35813
35814         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
35815
35816 2004-10-15  Bruno Haible  <bruno@clisp.org>
35817
35818         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
35819         the portions belonging to each module.
35820         Suggested by Derek Robert Price <derek@ximbiot.com>.
35821
35822 2004-10-12  Simon Josefsson  <jas@extundo.com>
35823
35824         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35825         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
35826         to real functions.
35827
35828 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35829
35830         * modules/vsnprintf: New file.
35831
35832 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35833
35834         * m4/vsnprintf.m4: New file.
35835
35836 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35837
35838         * lib/vsnprintf.h: New file.
35839         * lib/vsnprintf.c: New file.
35840
35841 2004-10-11  Bruno Haible  <bruno@clisp.org>
35842
35843         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
35844         vsnprintf.
35845
35846 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35847
35848         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
35849
35850 2004-10-07  Bruno Haible  <bruno@clisp.org>
35851
35852         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
35853         fits into the provided buffer.
35854
35855 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35856
35857         * lib/diacrit.c, diacrit.h: Add GPL notice.
35858
35859         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
35860         notice.
35861         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
35862         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
35863         This avoids a potential constant-folding bug.
35864
35865 2004-10-05  Bruno Haible  <bruno@clisp.org>
35866
35867         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
35868         for the declaration of strsep.
35869
35870 2004-10-05  Bruno Haible  <bruno@clisp.org>
35871
35872         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
35873
35874 2004-10-04  Simon Josefsson  <jas@extundo.com>
35875
35876         * modules/memmem: New file.
35877         * tests/test-memmem.c: New file.
35878         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
35879
35880 2004-10-04  Simon Josefsson  <jas@extundo.com>
35881
35882         * m4/memmem.m4: New file.
35883
35884 2004-10-04  Simon Josefsson  <jas@extundo.com>
35885
35886         * lib/memmem.h: New file.
35887         * lib/memmem.c: New file, taken from glibc.
35888
35889 2004-10-04  Simon Josefsson  <jas@extundo.com>
35890
35891         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
35892         '#ifdef USE_UNLOCKED_IO'.
35893
35894 2004-10-04  Simon Josefsson  <jas@extundo.com>
35895
35896         * config/srclist.txt: Add memmem from glibc.
35897
35898 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
35901
35902         * modules/argmatch, modules/argp, modules/closeout, modules/error,
35903         modules/exclude, modules/getdate, modules/getline,
35904         modules/getndelim2, modules/getpass, modules/getpass-gnu,
35905         modules/getusershell, modules/linebuffer, modules/md5,
35906         modules/mountlist, modules/posixtm, modules/readtokens,
35907         modules/readutmp, modules/regex, modules/sha1,
35908         modules/version-etc, modules/yesno:
35909         Remove dependency on unlocked-io.
35910
35911 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35912
35913         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35914
35915         * m4/unlocked-io.m4: Add copyright notice.
35916         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35917
35918 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35919
35920         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35921         * lib/xmalloc.c (xmemdup): Likewise.
35922         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35923         XFREE): Remove these long-obsolescent macros.
35924         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35925         * lib/xstrdup.c: Remove.
35926
35927         * lib/regex.c (re_comp): Cast gettext return value to char *,
35928         Problem reported by Martin Neitzel via Mark D. Baushke.
35929
35930 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35931
35932         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35933         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35934         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35935         regex.c, sha1.c, version-etc.c, yesno.c:
35936         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35937         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35938         the includer's responsibility.
35939
35940         Sync from coreutils.
35941
35942         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35943         points to the start of a string, as the C Standard says the
35944         resulting behavior is undefined.
35945
35946         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35947         simple -> simple_backups, numbered_existing ->
35948         numbered_existing_backups, numbered -> numbered_backups
35949         to avoid shadowing problems.  All uses changed.
35950         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35951         * lib/backupfile.c (check_extension, numbered_backup):
35952         Rename locals to avoid shadowing 'basename'.
35953         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35954         once.
35955
35956         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35957         * lib/.cvsignore: Add getopt.h.
35958
35959 2004-10-04  Bruno Haible  <bruno@clisp.org>
35960
35961         * modules/README: New file.
35962         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35963         not a module.
35964
35965 2004-10-02  Jim Meyering  <jim@meyering.net>
35966
35967         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35968
35969 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35970
35971         * modules/strsep: New file.
35972
35973 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35974
35975         * m4/strsep.m4: New file.
35976
35977 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35978
35979         * lib/strsep.h: New file.
35980         * lib/strsep.c: New file.
35981
35982 2004-10-01  Simon Josefsson  <jas@extundo.com>
35983
35984         * lib/snprintf.c (snprintf): Handle size==0.
35985
35986 2004-10-01  Simon Josefsson  <jas@extundo.com>
35987             Bruno Haible  <bruno@clisp.org>
35988
35989         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35990         (snprintf): Declare 'args'.
35991
35992 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35993
35994         * lib/snprintf.c: Remove comments as to why each header is needed.
35995
35996 2004-10-01  Bruno Haible  <bruno@clisp.org>
35997
35998         * MODULES.html.sh: Add strsep.
35999
36000 2004-09-30  Simon Josefsson  <jas@extundo.com>
36001
36002         * modules/snprintf: New file.
36003
36004 2004-09-30  Simon Josefsson  <jas@extundo.com>
36005
36006         * m4/snprintf.m4: New file.
36007
36008 2004-09-30  Simon Josefsson  <jas@extundo.com>
36009
36010         * lib/snprintf.h, lib/snprintf.c: New files.
36011
36012 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36013
36014         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
36015         (hol_entry_help): Never translate an empty string.
36016         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
36017         * lib/argp.h (OPTION_NO_TRANS): New option.
36018
36019 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36020
36021         * modules/argp (Maintainer): Replace Simon Josefsson
36022         by Sergey Poznyakoff.
36023
36024 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36025
36026         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
36027         changes merged back into glibc.
36028
36029 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36030
36031         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
36032
36033 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
36034
36035         * lib/xvasprintf.c: Include xalloc.h.
36036         (xvasprintf): Use xalloc_die, not xmalloc_die.
36037
36038 2004-09-29  Bruno Haible  <bruno@clisp.org>
36039
36040         * modules/alloca-opt: New file, derived from modules/alloca.
36041         * modules/allocsa: Depend on alloca-opt instead of alloca.
36042         * modules/setenv: Likewise.
36043         * modules/vasnprintf: Likewise.
36044         * MODULES.html.sh: Add alloca-opt.
36045
36046 2004-09-28  Simon Josefsson  <jas@extundo.com>
36047
36048         * gnulib-tool: New parameter --lgpl, to asseert that modules are
36049         LGPL, and to replace license template from GPL to LGPL.
36050
36051 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36052
36053         * modules/dummy: Change license to LGPL.
36054
36055 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36056
36057         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
36058
36059 2004-09-24  Simon Josefsson  <jas@extundo.com>
36060
36061         * modules/minmax (License): Change from GPL to LGPL.
36062
36063 2004-09-23  Simon Josefsson  <jas@extundo.com>
36064
36065         * gnulib-tool (--import): Typo.
36066
36067 2004-09-23  Simon Josefsson  <jas@extundo.com>
36068
36069         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
36070
36071 2004-09-22  Bruno Haible  <bruno@clisp.org>
36072
36073         * modules/*: Add 'License' field.
36074         * gnulib-tool: Accept --extract-license option.
36075         (func_get_license): New function.
36076
36077 2004-09-21  Bruno Haible  <bruno@clisp.org>
36078
36079         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
36080         Reported by Simon Josefsson.
36081
36082 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36083
36084         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36085         gl_AC_TYPE_LONG_LONG.
36086
36087 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36088
36089         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36090
36091 2004-09-18  Simon Josefsson  <jas@extundo.com>
36092         and  Paul Eggert  <eggert@cs.ucla.edu>
36093
36094         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36095         calls with autoreconf.  Define GL_LIB.
36096
36097 2004-09-14  Karl Berry  <karl@gnu.org>
36098
36099         * config/srclist.txt: unsync setenv.c, sigh.
36100
36101 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36102
36103         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36104         Problem reported by Bruno Haible in:
36105         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36106
36107 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36108
36109         * config/srclist.txt: Comment out argp-pvh.c.
36110
36111 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36112
36113         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36114         in case some system header has #define'd it.  Problem reported by
36115         Soeren D. Schulze in
36116         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36117
36118 2004-09-09  Karl Berry  <karl@gnu.org>
36119
36120         * regex.[ch]: delete from the root.  These were supposed to be
36121                 synced with emacs cvs, but this has not happened for about
36122                 a year, and anyway nothing else uses emacs regex.[ch].
36123                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36124                 lib/regex[.ch] is untouched.
36125
36126 2004-09-09  Bruno Haible  <bruno@clisp.org>
36127
36128         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36129
36130 2004-09-09  Bruno Haible  <bruno@clisp.org>
36131
36132         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36133         modifications.
36134         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36135
36136 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36137
36138         * modules/xvasprintf: New file.
36139         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36140
36141 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36142
36143         * lib/xvasprintf.h: New file.
36144         * lib/xvasprintf.c: New file.
36145         * lib/xasprintf.c: New file.
36146
36147 2004-09-08  Bruno Haible  <bruno@clisp.org>
36148
36149         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36150
36151 2004-09-08  Bruno Haible  <bruno@clisp.org>
36152
36153         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36154         length is > INT_MAX.
36155         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36156         more.
36157
36158 2004-09-08  Bruno Haible  <bruno@clisp.org>
36159
36160         * lib/stdint_.h: New file, taken from GNU clisp.
36161
36162 2004-09-08  Bruno Haible  <bruno@clisp.org>
36163             Oskar Liljeblad  <oskar@osk.mine.nu>
36164
36165         * modules/stdint: New file.
36166         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36167
36168 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36169
36170         Import from coreutils.
36171         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36172         strings on unbounded length.  alloca's performance benefits aren't
36173         that important here.
36174         (V_STRDUP): Remove.
36175         (parse_with_separator): New function, with most of the internals
36176         of the old parse_user_spec.  Allow user to omit both user and group,
36177         for compatibility with FreeBSD.
36178         Clone only the user name, not the entire spec.
36179         Do not set *uid, *gid unless entirely successful.
36180         Avoid memory leak in some failing cases.
36181         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36182         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36183         (parse_user_spec): Rewrite to use parse_with_separator.
36184
36185 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36186
36187         * modules/userspec: Don't depend on alloca.
36188
36189 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36190
36191         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36192
36193 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36194
36195         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36196         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36197         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36198
36199 2004-08-16  Simon Josefsson  <jas@extundo.com>
36200
36201         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36202         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36203         Add --dry-run for --import.
36204         Let user provided command line parameters override configure.ac
36205         settings.
36206
36207 2004-08-12  Simon Josefsson  <jas@extundo.com>
36208
36209         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36210         as discussed with Paul Eggert in threads rooted at
36211         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36212         and
36213         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36214         Before, the test was empty, and relied on ELIDE_CODE in source
36215         code.)
36216         (gl_PREREQ_GETOPT): New macro.
36217         (gl_GETOPT): Use them.
36218
36219 2004-08-12  Simon Josefsson  <jas@extundo.com>
36220
36221         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36222         * lib/getopt_.h: Renamed from getopt.h.
36223
36224 2004-08-12  Simon Josefsson  <jas@extundo.com>
36225
36226         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36227         Change default library name from libfoo to libgnu.
36228         Now, if you have a configure.ac that says:
36229                 gl_SOURCE_BASE(gl)
36230                 gl_M4_BASE(gl/m4)
36231                 gl_MODULES(error getopt etcetera)
36232                 gl_INIT
36233         you can import all you need by running:
36234                 ../gnulib/gnulib-tool --import
36235
36236         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36237         (Makefile.am): Rewrite, use logic from argz.
36238         (Include): Use <getopt.h> instead of "getopt.h".
36239
36240 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36241
36242         * modules/argp (Files): Add m4/unlocked-io.m4.
36243         (Depends-on): Add extensions.
36244
36245 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36246
36247         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36248         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36249         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36250         Check for program_invocation_name, program_invocation_short_name,
36251         flockfile, funlockfile, features.h, _getopt_long_only_r.
36252
36253 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36254
36255         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36256         its complicated substitute.
36257         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36258         and program_invocation_name.
36259         (__argp_basename) [!_LIBC]: Remove; the only use was
36260         replaced by its body.
36261         (__argp_short_program_name): Change condition from
36262         !defined __argp_short_program_name to
36263         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36264         to match argp-namefrob.h.
36265         (__argp_failure): Don't assume strerror_r returns char *.
36266         * lib/argp-parse.c (N_): Define unconditionally.
36267         (argp_default_options): Fill out initializers with 0 to avoid
36268         gcc warnings.
36269
36270 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36271
36272         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36273         getopt1.c.
36274
36275 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36276
36277         Merge from coreutils.
36278
36279         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36280
36281         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36282         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36283
36284 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36285
36286         Merge from coreutils.
36287
36288         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36289         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36290         for Reliant Unix 5.43.
36291
36292         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36293         (union fooround): Use uintmax_t, not long int.
36294         The rest is a merge from libc:
36295         [defined _LIBC]: Include <shlib-compat.h>.
36296         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36297
36298         * lib/settime.c (settime): Recode to avoid warning with
36299         Sun Forte C 6U2.
36300
36301         * lib/strverscmp.c: Convert to UTF-8.
36302
36303 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36304
36305         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36306         m4/uintmax_t.m4.
36307
36308 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36309
36310         * modules/xalloc-die: New file.
36311         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36312
36313         * modules/md5 (Files): Add m4/uint32_t.m4.
36314         * modules/sha1: Renamed from modules/sha.
36315         (Files):
36316         Rename lib/sha.h to lib/sha1.h.
36317         Rename lib/sha.c to lib/sha1.c.
36318         Rename m4/sha.m4 to m4/sha1.m4.
36319         (lib_SOURCES): Likewise.
36320         (configure.ac): Rename gl_SHA to gl_SHA1.
36321         (Include): sha.h -> sha1.h.
36322
36323 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36324
36325         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36326         * m4/sha1.m4: Renamed from sha.m4.
36327         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36328
36329 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36330
36331         * lib/obstack.h (obstack_empty_p):
36332         Don't assume that chunk->contents is suitably aligned.
36333         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36334         Likewise. Problem reported by Benno in
36335         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36336
36337         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36338         readable.  This could be improved further but it'd take some work.
36339
36340 2004-08-08  Simon Josefsson  <jas@extundo.com>
36341
36342         * modules/xgethostname (Depends-on): Remove exit and error (not
36343         used).
36344
36345         * modules/getpass-gnu: Add getpass.h.
36346         (Depends-on): Add stdbool.
36347         * modules/getpass: Add getpass.h.
36348
36349 2004-08-08  Simon Josefsson  <jas@extundo.com>
36350
36351         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36352         Check getpass declaration.
36353
36354 2004-08-08  Simon Josefsson  <jas@extundo.com>
36355
36356         * lib/xgethostname.c: Don't include error.h (not used).
36357
36358         * lib/getpass.h: Add.
36359         * lib/getpass.c: Include getpass.h first.
36360
36361 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36362
36363         * lib/xalloc-die.c: New file.
36364         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36365         All uses removed.
36366         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36367         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36368         xalloc-die.c.
36369         (_, N_, xalloc_die): Move to xalloc-die.c.
36370         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36371         so that we needn't mess with xalloc_msg_memory_exhausted.
36372
36373         * lib/sha1.h: Renamed from sha.h.
36374         (SHA1_H): Renamed from _SHA_H.
36375         (sha1_ctx): Renamed from sha_ctx.
36376         (sha1_init_ctx): Renamed from sha_init_ctx.
36377         (sha1_process_block): Renamed from sha_process_block.
36378         (sha1_process_bytes): Renamed from sha_process_bytes.
36379         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36380         (sha1_read_ctx): Renamed from sha_read_ctx.
36381         (sha1_stream): Renamed from sha_stream.
36382         (sha1_buffer): Renamed from sha_buffer.
36383         * lib/sha1.c: Likewise; renamed from sha.c.
36384         Do not include <sys/types.h>.
36385         Include <stddef.h> rather than <stdlib.h>.
36386
36387 2004-08-08  Bruno Haible  <bruno@clisp.org>
36388
36389         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36390         FILESYSTEM_PREFIX_LEN.
36391         * lib/progreloc.c: Likewise.
36392         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36393
36394 2004-08-06  Simon Josefsson  <jas@extundo.com>
36395
36396         * modules/progname (Depends-on): Don't depend on stdbool.
36397
36398 2004-08-06  Simon Josefsson  <jas@extundo.com>
36399
36400         * modules/getsubopt: New file.
36401         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36402         getsubopt.
36403
36404 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36405
36406         More merge from coreutils.
36407
36408         * m4/utimens.m4, m4/utimecmp.m4: New files.
36409         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36410         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36411         prereq.m4, sha.m4: Import changes from coreutils.
36412
36413 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36414
36415         More merge from coreutils.
36416         * modules/raise, modules/readtokens0, modules/utimens:
36417         * modules/utimecmp, module/xnanosleep: New files.
36418         * modules/strftime: Add lib/strftime.h.
36419         Change include from <time.h> to "strftime.h".
36420         * modules/yesno: Add lib/yesno.h.
36421         * modules/backupfile: Remove lib/addext.c.
36422         * modules/euidaccess: Add stat-macros.h.
36423         * modules/canonicalize, modules/euidaccess,
36424         modules/filemode, modules/lchown, modules/makepath,
36425         modules/rmdir, modules/stat: Likewise.
36426
36427 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36428
36429         Merge from tar.
36430         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36431         SIZE_MAX is a valid preprocessor constant.
36432         (__argp_basename): Change from "#ifndef _LIBC"
36433         to "#ifndef __argp_short_program_name", so that
36434         we don't compile these functions for tar.
36435
36436         More merges from coreutils.
36437         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36438         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36439         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36440         * lib/addext.c: Remove; no longer needed.
36441         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36442         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36443         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36444         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36445         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36446         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36447         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36448         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36449         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36450         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36451         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36452         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36453         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36454         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36455         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36456         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36457         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36458         Import changes from coreutils.
36459
36460 2004-08-05  Simon Josefsson  <jas@extundo.com>
36461
36462         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36463
36464 2004-08-05  Simon Josefsson  <jas@extundo.com>
36465
36466         * m4/getsubopt.m4: New file.
36467
36468 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36469
36470         Merge from coreutils.
36471
36472         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36473         * m4/getcwd-path-max.m4: New files.
36474
36475         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36476         FILESYSTEM_PREFIX_LEN ->
36477         FILE_SYSTEM_PREFIX_LEN.
36478         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36479         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36480         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36481         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36482
36483         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36484         prerequisite modules now handle the DOS stuff.
36485         Don't check for unistd.h.
36486
36487 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36488
36489         Merge from coreutils.
36490
36491         * lib/.gdb-history: Remove; this doesn't belong here.
36492
36493         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36494         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36495         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36496         * lib/getcwd.c: New files.
36497
36498         * lib/dirname.h: Include <stdbool.h>.
36499         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36500         for consistency with POSIX terminology.  All uses changed.
36501         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36502         (strip_trailing_slashes): Use bool for booleans.
36503         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36504
36505         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36506         sometimes returns a positive errno value even when it succeeds.
36507         (print_errno_message) [!LIBC]: Fall back on strerror if
36508         __strerror_r fails.
36509
36510         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36511         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36512         (longest_relative_suffix): New function.
36513         (path_concat): Use it.  Assume first argument is not NULL.
36514         Port to DOS.  Omit redundant separators.
36515         Report an error instead of returning NULL.
36516         Use mempcpy instead of memcpy.
36517         (xpath_concat): Remove: not declared or used.
36518
36519         * lib/same.h: Include <stdbool.h>
36520         (same_name): Return bool, not int.
36521         * lib/same.c (same_name): Likewise.
36522         (errno): Don't declare; we assume C89 or better now.
36523
36524         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36525         if not already defined.
36526
36527         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36528         * lib/dup-safer.c (errno): Likewise.
36529
36530 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36531
36532         Merge from coreutils.
36533         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36534         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36535         * modules/path-concat: Don't depend on strdup.
36536
36537 2004-08-03  Simon Josefsson  <jas@extundo.com>
36538
36539         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36540         * lib/progname.h: Don't include stdbool.h.
36541
36542 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36543
36544         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36545         * MODULES.html.sh (func_all_modules): Remove fatal.
36546
36547 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36548
36549         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36550
36551 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36552
36553         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36554         working.
36555
36556 2004-08-02  Simon Josefsson  <jas@extundo.com>
36557
36558         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36559         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36560         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36561
36562 2004-08-01  Simon Josefsson  <jas@extundo.com>
36563
36564         * lib/xgetdomainname.c: Include stdlib.h, for free().
36565
36566 2004-07-19  Bruno Haible  <bruno@clisp.org>
36567
36568         * MODULES.html.sh (func_all_modules): Add dummy.
36569
36570 2004-07-16  Simon Josefsson  <jas@extundo.com>
36571
36572         * modules/dummy: New file.
36573
36574 2004-07-16  Simon Josefsson  <jas@extundo.com>
36575
36576         * lib/dummy.c: New file.
36577
36578 2004-07-16  Bruno Haible  <bruno@clisp.org>
36579
36580         * lib/backupfile.h: Add extern "C" for C++.
36581         * lib/closeout.h: Likewise.
36582         * lib/copy-file.h: Likewise.
36583         * lib/findprog.h: Likewise.
36584         * lib/full-write.h: Likewise.
36585         * lib/pathname.h: Likewise.
36586         * lib/progname.h: Likewise.
36587         * lib/stpcpy.h: Likewise.
36588         * lib/stpncpy.h: Likewise.
36589         * lib/strcase.h: Likewise.
36590         * lib/strstr.h: Likewise.
36591         * lib/xalloc.h: Likewise.
36592
36593         * lib/mbswidth.h: Add extern "C" for C++.
36594         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36595
36596 2004-07-13  Robert Millan  <robertmh@gnu.org>
36597
36598         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36599
36600 2004-07-09  Simon Josefsson  <jas@extundo.com>
36601
36602         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36603         failed without this.)
36604
36605 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36606
36607         * modules/chown (Files): Add lib/fchown-stub.c, since
36608         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36609
36610 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36611
36612         * lib/fchown-stub.c: New file.
36613
36614 2004-06-24  Jim Meyering  <jim@meyering.net>
36615
36616         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36617
36618 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36619
36620         * modules/argz: Omit "#include".
36621
36622         * MODULES.html.sh (func_all_modules): Add calloc, to match
36623         2004-06-01 addition of calloc module.
36624
36625 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36626
36627         * m4/argz.m4: New file, which is autoupdated from libtool.
36628
36629 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36630
36631         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36632         libtool.
36633
36634 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36635
36636         * config/srclist-update: Don't insist on "USA." before the
36637         close-comment, as libtool omits the period and puts the */ on a
36638         separate line.
36639         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36640         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36641
36642 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36643
36644         * modules/argz: New file.
36645         * MODULES.html.sh (func_all_modules): Add argz.
36646
36647 2004-06-12  Jim Meyering  <jim@meyering.net>
36648         and  Paul Eggert  <eggert@cs.ucla.edu>
36649
36650         * modules/hash (Files): Add lib/xalloc.h.
36651         * modules/pipe (Depends-on): Add wait-process.
36652         * modules/stat (Depends-on): Add xalloc.
36653         * modules/userspec (Files): Add lib/userspec.h.
36654         * modules/xstrto
36655
36656         Upgrade from gettext-0.13.
36657         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36658         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36659         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36660
36661 2004-06-10  Jim Meyering  <jim@meyering.net>
36662
36663         * lib/calloc.c: New file.
36664
36665 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36666
36667         * lib/getdate.y (yylex): Allow space between sign and number.
36668         Problem reported by Dan Jacobson.
36669
36670 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36671
36672         Merge from coreutils CVS.
36673
36674         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36675         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36676         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36677         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36678         xstrtol.m4: Fix copyright date and/or serial number.
36679
36680         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36681         See if we need an fchown replacement.
36682         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36683         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36684         and use the replacement function if we detect either defect.
36685
36686         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36687         gl_UTIMECMP.
36688
36689 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36690         and  Jim Meyering  <jim@meyering.net>
36691
36692         Merge from coreutils CVS.
36693
36694         * lib/stat-macros.h: New file, with contents from file-type.h
36695         and coreutils' system.h.
36696         * lib/file-type.c: Include "stat-macros.h".
36697         * lib/file-type.h (file_type): Move all macro definitions to new file,
36698         stat-macros.h.
36699
36700         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36701         Wrap old code with this conditional.
36702         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36703         function that does not dereference symlinks.
36704         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36705
36706         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36707         dependency problems.
36708         (xreadlink): Accept new arg SIZE, for efficiency.
36709         All decls and uses changed.
36710         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36711
36712         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36713         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36714
36715         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36716         sysexits.h.
36717
36718 2004-06-01  Jim Meyering  <jim@meyering.net>
36719
36720         * m4/calloc.m4: New file.
36721
36722 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36723
36724         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36725         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36726         Also, fix a typo in a diagnostic.
36727
36728 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36729
36730         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36731         or AC_FUNC_REALLOC.
36732
36733 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36734
36735         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
36736         macros to be defined.
36737         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
36738         the allocator returns NULL because the requested size is zero.
36739
36740 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36741
36742         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
36743         var.  Add comment explaining why libc still defines it.  This
36744         merges the following patch from glibc:
36745         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
36746
36747 2004-05-20  Andreas Schwab  <schwab@suse.de>
36748
36749         * m4/free.m4: Replace free if it not known to work, not the other
36750         way round.
36751
36752 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36753
36754         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
36755         present in glibc since revision 1.1 of this file.
36756         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
36757         obstack_alignment_mask, obstack_alloc, obstack_base,
36758         obstack_blank, obstack_blank_fast, obstack_chunk_size,
36759         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
36760         obstack_grow0, obstack_init, obstack_int_grow,
36761         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
36762         obstack_next_free, obstack_object_size, obstack_ptr_grow,
36763         obstack_ptr_grow_fast, obstack_room): Remove declarations of
36764         nonexistent functions.
36765
36766 2004-05-18  Karl Berry  <karl@gnu.org>
36767
36768         * config/srclist.txt: break link for vasnprintf.c.
36769
36770 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36771
36772         Port obstack to the AS/400, where pointers are 16 bytes wide and
36773         you cannot cast an integer to a valid pointer.  This patch is
36774         currently waiting to be integrated into glibc; see
36775         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
36776
36777         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
36778         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
36779         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
36780         (struct obstack): temp member is now a union of a pointer and
36781         an integer, instead of an integer.  All integer uses changed.
36782         This does not affect the physical layout of struct obstack,
36783         except on hosts (like the AS/400) where the size or alignment of
36784         void * is greater than that of ptrdiff_t.
36785         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
36786         __STDC__)]: Store temporary in pointer member of union, not
36787         integer member.
36788         * lib/obstack.c: Include <stddef.h>, for offsetof.
36789         (struct fooalign): Remove; it doesn't need a name.
36790         (union fooround): Change double to long double, and add void *.
36791         (DEFAULT_ALIGNMENT): Use offsetof to compute.
36792         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
36793         not a macro.  Hence the values are always int; so remove all
36794         casts-to-int in uses.
36795
36796 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36797
36798         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
36799         we can get this patch merged into glibc.
36800
36801 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36802             Paul Eggert  <eggert@cs.ucla.edu>
36803
36804         * m4/argp: Depend on alloca.
36805
36806 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36807             Paul Eggert  <eggert@cs.ucla.edu>
36808
36809         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
36810         freecoding.
36811
36812 2004-05-17  Bruno Haible  <bruno@clisp.org>
36813
36814         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
36815         precision that consists of a '.' followed by an empty digit string.
36816         Patch by Tor Lillqvist <tml@iki.fi>.
36817
36818 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36819
36820         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
36821         for backward compatibility with older code.  We need our own
36822         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
36823         it under some other name, and our alloca.h will define it.
36824
36825 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36826             Derek Price  <derek@ximbiot.com>
36827
36828         * lib/alloca.c: Include <alloca.h>, to get our interface.
36829         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
36830         include <alloca.h> first.  Use C89 prototype for alloca; this
36831         requires including <stddef.h> for size_t.  Use extern "C" if C++.
36832         Use #elif for simplicity, since we can assume C89 now.
36833         Don't try to source the system alloca.h since it will not be found
36834         and to prevent recursively including its replacement.
36835         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
36836         * lib/regex.c: Likewise.
36837
36838 2004-05-16  Derek Price  <derek@ximbiot.com>
36839             Paul Eggert  <eggert@cs.ucla.edu>
36840
36841         getline cleanup.  This changes the getndelim2 API: both order of
36842         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
36843         no delimiter).
36844
36845         * lib/getline.c: Don't include stddef.h or stdio.h, since our
36846         interface does that.
36847         (getline): Always use getdelim, so that we don't have two
36848         copies of this code.
36849         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
36850         if available.
36851         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
36852         (GETNDELIM2_MAXIMUM): New macro.
36853         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
36854         instead of the old practice of delim2==0.  All callers changed.
36855         Return -1 on overflow, instead of returning junk.
36856         Do not set *linesize unless allocation succeeds.
36857         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
36858         that we include sys/types.h.
36859         * lib/getnline.h: Likewise.
36860         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
36861         (getndelim2): Reorder arguments.
36862         * lib/getnline.c (getnline, getndelim):
36863         Don't discard the NMAX argument.
36864         (getnline): Invoke getndelim, to avoid code duplication.
36865         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
36866         of (size_t) -1 by callers of the getnline family.
36867
36868 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36869
36870         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
36871         Check for gettimeofday.
36872         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
36873         Check for settimeofday, stime.
36874
36875 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36876
36877         * lib/nanosleep.c (suspended): Change its type from int to
36878         sig_atomic_t volatile.
36879         (first_call): Make it private to rpl_nanosleep, and have it
36880         be zero initially as that's a bit faster.
36881         (my_usleep): Round up fractional times instead of truncating them,
36882         as this is the usual meaning for 'sleep'.
36883
36884         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
36885         doesn't work.
36886         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
36887         (ENOSYS): Define if not defined.
36888         (settime): Fall back on stime if it exists and settimeofday fails.
36889         But don't bother with fallbacks if a method fails with errno == EPERM.
36890
36891 2004-05-11  Jim Meyering  <jim@meyering.net>
36892
36893         Prior to this change, the save_cwd caller required read access to the
36894         current directory on most systems (ones with the fchdir function).
36895
36896         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
36897         fails, try write-only, and finally, resort to using xgetcwd.
36898
36899 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36900
36901         * lib/obstack.c, obstack.h: Import changes from libc.
36902
36903 2004-04-28  Bruno Haible  <bruno@clisp.org>
36904
36905         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
36906         also implicitly appends .exe to executables.
36907         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
36908         accepts Windows pathnames.
36909         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36910         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36911         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36912         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36913         Reported by Derek Robert Price <derek@ximbiot.com>.
36914
36915 2004-04-21  Karl Berry  <karl@gnu.org>
36916
36917         * config/srclist.txt (localcharset.c): break sync.
36918
36919 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36920
36921         * m4/host-os.m4: Add a copyright notice.
36922
36923 2004-04-20  Jim Meyering  <jim@meyering.net>
36924
36925         Change UTILS_ to gl_ in AC_DEFINE'd names.
36926         Change utils_- and jm_-prefixed variables, too.
36927         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36928         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36929         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36930
36931         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36932         Don't emit trailing blanks.
36933         Also rename jm_-prefixed variables to have gl_ prefix.
36934
36935         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36936         Also rename jm_-prefixed variables to have gl_ prefix.
36937
36938         * m4/jm-macros.m4: Reflect the renamings.
36939         * m4/prereq.m4: Likewise.
36940
36941 2004-04-20  Jim Meyering  <jim@meyering.net>
36942
36943         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36944         memory.
36945
36946 2004-04-20  Jim Meyering  <jim@meyering.net>
36947             Bruno Haible  <bruno@clisp.org>
36948
36949         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36950         memory when realloc fails.
36951
36952 2004-04-19  Jim Meyering  <jim@meyering.net>
36953
36954         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36955         now that readutmp.c may call `free (0)'.
36956
36957 2004-04-19  Bruno Haible  <bruno@clisp.org>
36958
36959         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36960         * m4/inttypes_h.m4: Likewise.
36961         * m4/stdint_h.m4: Likewise.
36962         * m4/intmax_t.m4: Likewise.
36963         * m4/uintmax_t.m4: Likewise.
36964
36965 2004-04-18  Jim Meyering  <jim@meyering.net>
36966
36967         * m4/prereq.m4: Don't forbid jm_ prefix.
36968
36969         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36970         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36971         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36972         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36973         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36974         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36975         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36976         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36977         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36978         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36979         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36980         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36981         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36982         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36983         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36984         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36985         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36986         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36987         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36988
36989 2004-04-18  Jim Meyering  <jim@meyering.net>
36990
36991         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36992         failure, don't leak memory and do call END_UTMP_ENT.
36993
36994 2004-04-16  Jim Meyering  <jim@meyering.net>
36995
36996         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36997         coreutils' stat program.
36998         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36999
37000 2004-04-11  Paul Eggert  <eggert@twinsun.com>
37001
37002         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
37003         C89.
37004         (CHAR_BIT): Remove, since we assume C89.
37005         Include <stdint.h> if available, as per current Autoconf CVS advice.
37006
37007 2004-03-31  Jim Meyering  <jim@meyering.net>
37008
37009         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
37010         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
37011         * m4/xalloc.m4: Likewise.
37012
37013 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37014
37015         Merge from coreutils.
37016
37017         * m4/inttostr.m4: New file.
37018         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
37019         Require AM_STDBOOL_H and gl_TIMESPEC instead.
37020         Require gl_CLOCK_TIME.
37021         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
37022
37023 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37024
37025         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
37026         not bool, to be more consistent with Unix conventions.
37027         Suggested by Bruno Haible.
37028
37029         Merge from coreutils.
37030
37031         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
37032         * lib/umaxtostr.c: New files.
37033
37034         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
37035         the usual <time.h> dance.
37036         (get_date): Change signature to support fractional time stamps.
37037         All callers changed.
37038         * lib/getdate.y: Include "getdate.h" first, as we can now
37039         assume C89 and don't need to worry about 'const'.
37040         Similarly, include "unlocked-io.h" near start, not in middle.
37041         Include <limits.h>.
37042         (textint.value): Use long int rather than int.
37043         (textint.digits): Use size_t rather than int.
37044         (BILLION, LOG10_BILLION): New constants.
37045         (parser_control): New member rel_ns.  Members day_ordinal,
37046         time_zone, month, day, hour, minutes, rel_year, rel_month,
37047         rel_day, rel_hour, rel_minutes, rel_seconds
37048         are now long int, not int.  Member seconds is now struct timespec,
37049         not int.  New member timespec_seen.  Members dates_seen, days_seen,
37050         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
37051         not int.
37052         (%union.intval): Now long int, not int.
37053         New member timespec.
37054         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
37055         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
37056         (spec): Now is a timespec or an item list.
37057         (timespec, items): New nonterminals.
37058         (time, rel, relunit, number, get_date):
37059         Add support for fractional seconds.
37060         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
37061         (gmtime, localtime, mktime): Remove decls; not needed with C89.
37062         (to_hour): First arg is now long int, not int.
37063         (to_year): Returns long int, not int.
37064         Don't treat year -70 like 70.
37065         (tm_diff): Returns long int, not int.
37066         (lookup_word): Use bool instead of int when appropriate.
37067         (yylex): Use size_t for count, not int.
37068         Detect overflow when parsing large integer constants.
37069         Add support for fractions.
37070         (get_date): Make pointers 'const' if possible.
37071         Use more-portable code to detect integer overflow.
37072         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
37073         Don't use ctime; it's not reliable if the year has >4 digits.
37074
37075         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
37076         This is for compatibility with BSD.
37077
37078         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
37079         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
37080         From coreutils' system.h.
37081
37082         * lib/userspec.c: Don't include "posixver.h".
37083         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37084         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37085         compatible extension.  Simplify code by removing a boolean int
37086         that was always nonzero if a string was nonnull.
37087
37088 2004-03-30  Jim Meyering  <jim@meyering.net>
37089
37090         Merge from coreutils.
37091
37092         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37093         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37094         on some systems one must include <grp.h> before it.
37095         Reported by Christian Krackowizer.
37096
37097 2004-03-30  Jim Meyering  <jim@meyering.net>
37098
37099         Merge from coreutils.
37100
37101         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37102
37103         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37104         an empty input stream.
37105
37106         * lib/readtokens.c: Include <stdbool.h>.
37107         (readtoken): Use `size_t' rather than int/long.
37108         All callers adjusted.
37109         Use `bool' rather than `int' where appropriate.
37110         Use memset rather than an explicit loop.
37111         Use x2nrealloc rather than xrealloc.
37112         Allow the use of `\0' as a delimiter.
37113         (readtokens): Likewise.
37114         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37115
37116 2004-03-30  Jim Meyering  <jim@meyering.net>
37117
37118         * m4/realloc.m4: Remove file, since now it does no more than
37119         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37120         the `configure.ac' section of module/realloc.
37121         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37122
37123 2004-03-30  Bruno Haible  <bruno@clisp.org>
37124
37125         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37126         nonnull.
37127
37128 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37129
37130         Merge changes to getloadavg.c from coreutils and Emacs.
37131
37132         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37133         Define to an expression, not to the empty string.
37134         Include cloexec.h and xalloc.h.
37135         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37136         Use set_cloexec_flag rather than rolling our own.
37137         * lib/cloexec.c, lib/cloexec.h: New files.
37138
37139 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37140
37141         * m4/cloexec.m4: New file.
37142
37143 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37144
37145         * lib/getopt.h: Sync with libc CVS.
37146
37147 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37148             Bruno Haible  <bruno@clisp.org>
37149
37150         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37151         mbswidth.
37152
37153 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37154             Bruno Haible  <bruno@clisp.org>
37155
37156         * lib/mbswidth.h: Include <wchar.h> only if
37157         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37158         <wchar.h>.
37159         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37160
37161 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37162
37163         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37164         Sync with libc CVS.
37165         * lib/getopt_int.h: New file, also synced from libc.
37166
37167 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37168
37169         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37170         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37171         Bring back getopt.c, getopt.h, getopt1.c.
37172
37173 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37174
37175         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37176         All uses changed.  Check for sa_sigaction member; this fixes
37177         a bug first reported by Jason Andrade in
37178         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37179
37180 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37181
37182         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37183         '#if' expressions.  Unlike the code it replaces, it does not
37184         depend on (defined _SC_PAGESIZE).  However, it does depend on
37185         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37186         first reported by Jason Andrade in
37187         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37188
37189 2004-02-25  Simon Josefsson  <jas@extundo.com>
37190
37191         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37192
37193 2004-02-25  Simon Josefsson  <jas@extundo.com>
37194
37195         * lib/strdup.h: New file.
37196         * lib/strdup.c: Include it.
37197         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37198         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37199
37200 2004-02-23  Karl Berry  <karl@gnu.org>
37201
37202         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37203         (from fencepost.gnu.org:/gd/gnuorg).
37204
37205 2004-02-23  Karl Berry  <karl@gnu.org>
37206
37207         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37208         * config/srclist.txt: add maintain/standards documents.
37209
37210 2004-02-18  Bruno Haible  <bruno@clisp.org>
37211
37212         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37213         Reported by Derek Robert Price <derek@ximbiot.com>.
37214
37215 2004-02-16  Karl Berry  <karl@gnu.org>
37216
37217         * config/mkinstalldirs, install-sh: update from automake.
37218
37219 2004-02-06  Karl Berry  <karl@gnu.org>
37220
37221         * m4/po.m4: update from gettext 0.14.1.
37222
37223 2004-02-06  Karl Berry  <karl@gnu.org>
37224
37225         * lib/config.charset: update from gettext 0.14.1.
37226
37227 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37228
37229         Add comments and code, prompted by suggestions from Bruno Haible
37230         for sh-quote.
37231         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37232         describing the enum quoting_style values.
37233         * lib/quotearg.c (quotearg_alloc): New function.
37234         (quotearg_buffer_restyled): Treat lone { and } as special.
37235         Treat = as special.  Work around bug with older shells
37236         that "see" a '\' that is really the 2nd byte of a multibyte char.
37237         Quote empty string with shell_quoting_style.
37238
37239 2004-02-03  Bruno Haible  <bruno@clisp.org>
37240
37241         * m4/pipe.m4: New file, from GNU gettext.
37242
37243 2004-02-03  Bruno Haible  <bruno@clisp.org>
37244
37245         * lib/pipe.h: New file, from GNU gettext.
37246         * lib/pipe.c: New file, from GNU gettext.
37247
37248 2004-01-27  Bruno Haible  <bruno@clisp.org>
37249
37250         * m4/execute.m4: New file, from GNU gettext.
37251
37252 2004-01-27  Bruno Haible  <bruno@clisp.org>
37253
37254         * lib/execute.h: New file, from GNU gettext.
37255         * lib/execute.c: New file, from GNU gettext.
37256         * lib/w32spawn.h: New file, from GNU gettext.
37257
37258 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37259
37260         Merge from diffutils.
37261
37262         * lib/file-type.c (file_type): Add typed memory objects.
37263         * lib/file-type.h (S_TYPEISTMO): New macro.
37264
37265         * lib/c-stack.h (c_stack_action): Remove argv argument.
37266         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37267         (die): Don't calculate message unless segv_action returns.
37268         (get_stack_location, min_address_from_argv, max_address_from_argv,
37269         volatile stack_base, volatile_stack_size): Remove.
37270         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37271         that every segmentation violation is a stack overflow.  (Ouch!)
37272         See Debian bug 136249 (still outstanding) for more info about why
37273         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37274
37275 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37276
37277         Exit-status fix from coreutils.
37278
37279         Use exit_failure consistently in place of EXIT_FAILURE,
37280         so that program exit statuses are consistent on failure.
37281
37282         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37283         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37284         * lib/argmatch.h: Comment fix to match the above.
37285         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37286         Now a macro referring to exit_failure, instead of a separate
37287         variable.  Include "exitfail.h" to get it.
37288         * lib/xstrtol.h: Include "exitfail.h".
37289         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37290
37291         * lib/long-options.c (parse_long_options): Use prototype
37292         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37293         for clarity.
37294
37295 2004-01-21  Jim Meyering  <jim@meyering.net>
37296
37297         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37298         so as not to conflict with a different-sized __mktime_internal
37299         function in GNU libc.
37300         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37301         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37302
37303 2004-01-20  Karl Berry  <karl@gnu.org>
37304
37305         * config/config.guess: update from config.
37306
37307         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37308
37309 2004-01-20  Bruno Haible  <bruno@clisp.org>
37310
37311         Safer stack allocation.
37312         * lib/setenv.c: Include allocsa.h.
37313         (alloca): Remove fallback definition.
37314         (freea): Remove macro.
37315         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37316         instead of freea.
37317
37318 2004-01-20  Bruno Haible  <bruno@clisp.org>
37319
37320         * m4/eealloc.m4: New file, from GNU gettext.
37321
37322 2004-01-20  Bruno Haible  <bruno@clisp.org>
37323
37324         * m4/allocsa.m4: New file, from GNU gettext.
37325
37326 2004-01-20  Bruno Haible  <bruno@clisp.org>
37327
37328         * lib/xallocsa.h: New file, from GNU gettext.
37329         * lib/xallocsa.c: New file, from GNU gettext.
37330
37331 2004-01-20  Bruno Haible  <bruno@clisp.org>
37332
37333         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37334
37335 2004-01-20  Bruno Haible  <bruno@clisp.org>
37336
37337         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37338         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37339         specially.
37340
37341 2004-01-20  Bruno Haible  <bruno@clisp.org>
37342
37343         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37344         patch.
37345
37346 2004-01-20  Bruno Haible  <bruno@clisp.org>
37347
37348         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37349
37350 2004-01-20  Bruno Haible  <bruno@clisp.org>
37351
37352         * lib/eealloc.h: New file.
37353
37354 2004-01-20  Bruno Haible  <bruno@clisp.org>
37355
37356         * lib/binary-io.h: Avoid warnings on Cygwin.
37357
37358 2004-01-20  Bruno Haible  <bruno@clisp.org>
37359
37360         * lib/allocsa.h: New file, from GNU gettext.
37361         * lib/allocsa.c: New file, from GNU gettext.
37362
37363 2004-01-18  Karl Berry  <karl@gnu.org>
37364
37365         * doc/gpl.texi, doc/lgpl.texi: new files.
37366
37367 2004-01-18  Karl Berry  <karl@gnu.org>
37368
37369         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37370         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37371
37372 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37373
37374         Merge from coreutils.
37375
37376         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37377         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37378         (gl_DEFAULT_POSIX2_VERSION): Move
37379         the documentation from 'configure' into 'config.hin',
37380         so that 'configure --help' isn't burdened by it and
37381         we don't have to worry about its formatting there.
37382         Reword the documentation so that it's more succinct
37383         and can be run together into a single paragraph.
37384         * m4/same.m4 (gl_SAME): Check for pathconf.
37385
37386 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37387
37388         Merge from coreutils.
37389
37390         * lib/posixver.c: Include posixver.h.
37391
37392         * lib/same.c: Include <stdbool.h>, <limits.h>.
37393         (_POSIX_NAME_MAX): Define if not defined.
37394         (MIN): New macro.
37395         (same_name): If file names are silently truncated, report
37396         that the file names are the same if they are the same after
37397         the silent truncation.
37398
37399         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37400         conversion function.
37401         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37402         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37403         longer needed.
37404
37405 2004-01-15  Jim Meyering  <jim@meyering.net>
37406
37407         Merge from coreutils.
37408
37409         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37410         if no library is required.
37411         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37412         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37413         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37414         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37415         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37416         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37417         value, $ac_cv_search_crypt, if it's "none required".
37418         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37419         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37420         not gl_FUNC_GETLOADAVG.
37421         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37422         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37423
37424 2004-01-15  Jim Meyering  <jim@meyering.net>
37425
37426         Merge from coreutils.
37427
37428         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37429         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37430         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37431
37432         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37433         optional configure-time default.
37434
37435         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37436
37437         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37438
37439 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37440
37441         Merge from coreutils.
37442
37443         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37444         value, $ac_cv_search_nanosleep, if it's "none required".
37445
37446 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37447
37448         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37449         with like-named macro in fnmatch.c.
37450         (EXT): Use an internal constant instead.
37451
37452         Merge fnmatch patches from glibc.
37453         * lib/fnmatch.c (mbsinit): Remove define.
37454         Add libc_hidden_ver (__fnmatch, fnmatch).
37455         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37456         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37457
37458 2004-01-14  Karl Berry  <karl@gnu.org>
37459
37460         * config/install-sh: update from automake.
37461
37462 2004-01-13  Karl Berry  <karl@gnu.org>
37463
37464         * config/install-sh: update from automake.
37465
37466 2004-01-09  Karl Berry  <karl@gnu.org>
37467
37468         * config/install-sh: update from automake.
37469
37470 2004-01-05  Karl Berry  <karl@gnu.org>
37471
37472         * config/config.{sub,guess}: update from config.
37473
37474 2003-12-31  Karl Berry  <karl@gnu.org>
37475
37476         * config/depcomp: update from automake.
37477
37478 2003-12-14  Karl Berry  <karl@gnu.org>
37479
37480         * lib/config.charset: update from gettext-runtime.
37481
37482 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37483
37484         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37485         Bug reported by Alfred M. Szmidt.
37486
37487 2003-12-03  Bruno Haible  <bruno@clisp.org>
37488
37489         * m4/gettext.m4: Upgrade from gettext-0.13.
37490         * m4/po.m4: Upgrade from gettext-0.13.
37491         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37492         * m4/intmax.m4: New file, from gettext-0.13.
37493         * m4/printf-posix.m4: New file, from gettext-0.13.
37494
37495 2003-11-29  Karl Berry  <karl@gnu.org>
37496
37497         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37498
37499 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37500             Bruno Haible  <bruno@clisp.org>
37501
37502         * lib/printf-parse.h: Don't include sys/types.h.
37503         (ARG_NONE): New macro.
37504         (char_directive): Change type of *arg_index fields to size_t.
37505         * lib/printf-parse.c: Don't include sys/types.h.
37506         (SSIZE_MAX): Remove macro.
37507         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37508         Remove unnecessary overflow check.
37509         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37510         fields.
37511
37512 2003-11-25  Bruno Haible  <bruno@clisp.org>
37513
37514         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37515
37516 2003-11-25  Bruno Haible  <bruno@clisp.org>
37517
37518         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37519         gt_TYPE_SSIZE_T.
37520
37521 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37522
37523         * modules/alloca: Remove dependency on xalloc.
37524
37525 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37526
37527         * lib/alloca.c: Remove dependency on xalloc module.
37528         (xalloc_die): Remove.
37529         (memory_full) [!defined emacs]: New macro.
37530         [!defined emacs]: Don't include xalloc.h.
37531         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37532         address arithmetic overflows.  Change datatypes a bit to avoid
37533         unnecessary casts.
37534
37535 2003-11-22  Jim Meyering  <jim@meyering.net>
37536
37537         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37538         s/size/size_t/.
37539
37540 2003-11-21  Karl Berry  <karl@gnu.org>
37541
37542         * config/config.{sub,guess}: update from config.
37543
37544 2003-11-18  Karl Berry  <karl@gnu.org>
37545
37546         * config/config.{sub,guess}: update from config.
37547
37548         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37549
37550 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37551
37552         * README: Mention that S+T cannot overflow if S is the size of
37553         an existing object and T is sufficiently small.
37554
37555 2003-11-17  Jim Meyering  <jim@meyering.net>
37556
37557         On systems without utime and without a utimes function capable of
37558         dealing with a NULL struct utimbuf* argument, this utime replacement
37559         could -- in unusual circumstances -- leak a file descriptor.
37560         * lib/utime.c: Include <unistd.h> and <errno.h>.
37561         (utime_null): Be sure to close `fd' and to preserve errno.
37562         Reported by Geoff Collyer via Arnold Robbins.
37563
37564 2003-11-17  Bruno Haible  <bruno@clisp.org>
37565
37566         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37567         (Depends-on): Add xsize.
37568
37569 2003-11-17  Bruno Haible  <bruno@clisp.org>
37570
37571         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37572
37573 2003-11-17  Bruno Haible  <bruno@clisp.org>
37574
37575         * lib/vasnprintf.c (alloca): Remove fallback definition.
37576         (freea): Remove definition.
37577         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37578         Reported by Paul Eggert.
37579
37580 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37581             Bruno Haible  <bruno@clisp.org>
37582
37583         Protect against address arithmetic overflow.
37584         * lib/printf-args.h: Include stddef.h.
37585         (arguments): Change type of field 'count' to size_t.
37586         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37587         'unsigned int' where appropriate.
37588         * lib/printf-parse.h: Include sys/types.h.
37589         (char_directive): Change type of *arg_index fields to ssize_t.
37590         (char_directives): Change type of fields 'count', max_*_length to
37591         size_t.
37592         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37593         (SSIZE_MAX): Define fallback value.
37594         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37595         instead of 'int' where appropriate. Check a_allocated, d_allocated
37596         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37597         * lib/vasnprintf.c: Include xsize.h.
37598         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37599         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37600         overflow. Avoid wraparound when converting a width or precision from
37601         decimal to binary.
37602
37603 2003-11-16  Bruno Haible  <bruno@clisp.org>
37604
37605         Update from GNU gettext.
37606         * lib/printf-parse.c: Generalize to it can be compiled for wide
37607         strings.
37608         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37609         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37610         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37611         SNPRINTF): New macros.
37612         Don't include <alloca.h> if the file is used inside libintl.
37613         (local_wcslen): New function, for Solaris 2.5.1.
37614         (VASNPRINTF): Use it instead of wcslen.
37615
37616 2003-11-16  Bruno Haible  <bruno@clisp.org>
37617
37618         * lib/xsize.h (xmax): New function.
37619         (xsum, xsum3, xsum4): Declare as "pure" functions.
37620
37621 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37622
37623         * modules/xalloc (Files): Undo latest change, since xalloc.h
37624         no longer needs SIZE_MAX or PTRDIFF_MAX.
37625
37626 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37627
37628         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37629         gl_PTRDIFF_MAX.
37630
37631 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37632
37633         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37634         "return", to pacify some unknown compiler.  Problem reported
37635         by Joerg Schilling.
37636
37637 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37638
37639         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37640         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37641         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37642         heuristic is just as accurate as far as we know, and it removes a
37643         dependency on size_max.m4 and ptrdiff_max.m4.
37644
37645 2003-11-11  Bruno Haible  <bruno@clisp.org>
37646
37647         * modules/xsize (Files): Add m4/size_max.m4.
37648         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37649
37650 2003-11-11  Bruno Haible  <bruno@clisp.org>
37651
37652         * m4/size_max.m4: New file.
37653         * m4/ptrdiff_max.m4: New file.
37654         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37655         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37656         (gl_XALLOC): Invoke it.
37657
37658 2003-11-11  Bruno Haible  <bruno@clisp.org>
37659
37660         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37661         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37662         defined.
37663
37664 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37665
37666         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37667         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37668         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37669         From Bruno Haible.
37670         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37671         not (size_t) -1, since it's defined here.
37672
37673 2003-11-09  Karl Berry  <karl@gnu.org>
37674
37675         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37676
37677 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37678
37679         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37680         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37681         Reject sizes of exactly SIZE_MAX bytes.
37682         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37683         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37684
37685 2003-11-05  Bruno Haible  <bruno@clisp.org>
37686
37687         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37688         SIZE_MAX defined in <limits.h> on Solaris.
37689
37690 2003-11-04  Jim Meyering  <jim@meyering.net>
37691
37692         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37693         variable names, rather than @VAR@.
37694         * modules/poll: Likewise.
37695
37696 2003-11-04  Bruno Haible  <bruno@clisp.org>
37697
37698         * modules/xsize: New file.
37699         * modules/linebreak: Depend on xsize.
37700         * MODULES.html.sh (func_all_modules): Add xsize.
37701
37702 2003-11-04  Bruno Haible  <bruno@clisp.org>
37703
37704         * m4/xsize.m4: New file.
37705
37706 2003-11-04  Bruno Haible  <bruno@clisp.org>
37707
37708         * lib/xsize.h: New file.
37709         * lib/linebreak.c: Include xsize.h.
37710         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37711         argument for overflow.
37712         Suggested by Paul Eggert.
37713
37714 2003-11-03  Karl Berry  <karl@gnu.org>
37715
37716         * config/config.{guess,sub}: update from config.
37717
37718 2003-11-03  Jim Meyering  <jim@meyering.net>
37719
37720         * modules/userspec (lib_SOURCES): Add userspec.h.
37721         (Include): Add "userspec.h".
37722         Improve description.
37723
37724 2003-11-03  Jim Meyering  <jim@meyering.net>
37725
37726         * lib/userspec.c: Include "userspec.h".
37727         * lib/userspec.h: New file.
37728
37729 2003-11-03  Bruno Haible  <bruno@clisp.org>
37730
37731         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
37732
37733 2003-11-03  Bruno Haible  <bruno@clisp.org>
37734
37735         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
37736         available, to avoid (extremely rare) race condition.
37737         Suggested by Paul Eggert.
37738
37739 2003-11-02  Karl Berry  <karl@gnu.org>
37740
37741         * config/srclist.txt (vasprintf.c): sync broken, sigh.
37742
37743 2003-10-31  Paul Eggert  <eggert@twinsun.com>
37744
37745         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
37746         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
37747         (read_filesystem_list): Set and use me_type_malloced.
37748         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
37749         whatever the type happens to be), for brevity and consistency.
37750         Check for size calculation overflow on Alphas running OSF/1.
37751
37752 2003-10-31  Jim Meyering  <jim@meyering.net>
37753
37754         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
37755
37756         * lib/linebuffer.c: Include <string.h> for declaration of memset.
37757
37758 2003-10-30  Paul Eggert  <eggert@twinsun.com>
37759             Bruno Haible  <bruno@clisp.org>
37760
37761         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
37762         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
37763
37764 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37765
37766         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
37767         netbsd*-gnu*.  Suggested by Robert Millan.
37768
37769 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37770
37771         * modules/group-member: Depend on stdbool.
37772
37773 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37774
37775         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
37776
37777 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37778
37779         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
37780         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
37781         after the 'gnu' in these cases.  This fixes some bugs in the
37782         previous change, and is based on suggestions by Robert Millan.
37783
37784 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37785
37786         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
37787         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
37788         no longer needed.
37789         * lib/quotearg.c (quotearg_n_options): Use it.
37790         * lib/group-member.c: Include <stdbool.h>.
37791         (free_group_info): Arg is now const *; don't free arg.
37792         (get_group_info): Now returns bool and accepts struct group_info *,
37793         rather than returning a malloc'ed struct group_info *.
37794         All uses changed.  Check for overflow in internal size calculation.
37795
37796         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
37797         rather than xmalloc/xrealloc.
37798         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
37799         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
37800         conformance bug: the old code used a pointer after freeing the
37801         storage that it addressed.
37802         * lib/hash.c (hash_initialize): Simplify the code by using
37803         xalloc_oversized rather than doing it by hand.
37804         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
37805         the buffer preserved.  Use free and xmalloc instead.
37806         * lib/quotearg.c (quotearg_n_options): Likewise.
37807         Use a simpler test for size overflow.  Don't use xalloc_oversized
37808         because unsigned int might be wider than size_t (!); this suggests
37809         that we should switch from unsigned int to size_t for slot numbers.
37810
37811 2003-10-28  Paul Eggert  <eggert@twinsun.com>
37812
37813         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
37814         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
37815         NetBSD kernels.  Requested by Richard Stallman.
37816
37817 2003-10-27  Paul Eggert  <eggert@twinsun.com>
37818
37819         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
37820         to allocate the returned structure.  Do not allocate a subarray,
37821         as x2nrealloc will do that.
37822         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
37823         instead of xnrealloc.
37824         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
37825
37826 2003-10-27  Bruno Haible  <bruno@clisp.org>
37827
37828         * lib/stdbool_.h: Better support for BeOS.
37829
37830 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37831
37832         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
37833         now uses inline.
37834
37835 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37836
37837         * lib/xalloc.h (xalloc_oversized): New static inline function, for
37838         callers that want to do their own size-overflow checking.  Include
37839         <stdbool.h>, since xalloc_oversized returns bool.
37840         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
37841         to use xalloc_oversized.
37842
37843         Add two functions x2realloc, x2nrealloc, for programs that grow
37844         arrays dynamically by doubling their sizes.
37845         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
37846         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
37847         New functions.
37848
37849         Port to C99 semantics for 'inline' of external functions.
37850         Bug reported by Bruno Haible.
37851         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
37852         with the old contents of xnmalloc.
37853         (xnmalloc, xmalloc): Use it.
37854         (xnrealloc_inline): New static inline function,
37855         with the old contents of xnrealloc.
37856         (xnrealloc, xrealloc): Use it.
37857
37858         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
37859         that.
37860
37861 2003-10-26  Karl Berry  <karl@gnu.org>
37862
37863         * config/srclist.txt (COPYING.DOC): no longer available from
37864         /gd/gnuorg; don't know where the ultimate source is.
37865
37866 2003-10-25  Paul Eggert  <eggert@twinsun.com>
37867
37868         Fix several address-calculation bugs in the hash modules,
37869         plus some minor code cleanup.
37870
37871         * lib/hash.h: Include <stdbool.h>, for bool.
37872         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
37873         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
37874         hash_get_n_entries, hash_get_max_bucket_length,
37875         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
37876         hash_rehash): Use size_t rather than unsigned.
37877         * lib/hash.c (struct hash_table, hash_get_n_buckets,
37878         hash_get_n_buckets_used, hash_get_n_entries,
37879         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
37880         hash_get_entries, hash_do_for_each, hash_string, is_prime,
37881         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
37882         Likewise.
37883         (SIZE_MAX): Define if not defined.
37884         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
37885         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
37886         hash_print):
37887         Use const * when possible.
37888         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
37889         (check_tuning): Fix bug: if tuning parameters were very close to
37890         0 or 1, rounding errors could have caused subscript violations.
37891         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
37892         (hash_initialize): Add 'fail:' label
37893         to free table and return NULL, and use it to simplify code.
37894         Use calloc rather than clearing the storage ourself.
37895         (hash_initialize, hash_rehash): Check for arithmetic overflow in
37896         buffer size calculations.
37897         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
37898         Include <stddef.h>, for size_t.
37899         * lib/hash-pjw.c (hash_pjw): Likewise.
37900         Switch to method described by Bruno Haible.
37901         Include <limits.h>, for CHAR_BIT.
37902         (SIZE_BITS): New macro.
37903
37904 2003-10-23  Paul Eggert  <eggert@twinsun.com>
37905
37906         * m4/getline.m4 (AM_FUNC_GETLINE):
37907         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
37908         hosts.  Problem reported by Derek Robert Price in
37909         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
37910         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37911         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37912
37913 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37914
37915         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37916         ceiling the allocation at NMAX bytes rather than silently
37917         discarding input bytes before NMAX is reached.  This makes
37918         a difference only if NMAX exceeds SIZE_MAX / 2.
37919
37920         * lib/obstack.c: Merge from glibc.
37921         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37922         Add libc_hidden_def (_obstack_newchunk).
37923         (_obstack_free) [! defined _LIBC]: Remove.
37924         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37925         a clone of the function body.
37926         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37927         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37928
37929         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37930         glibc.
37931         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37932         arg to memcpy.
37933
37934         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37935         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37936         Don't use lvalue casts, as GCC plans to remove support for them
37937         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37938         was also present in the non-GCC version, indicating that this
37939         code had always been buggy and had never been widely used.
37940         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37941         Use the fast variant of each macro, rather than copying the
37942         definiens of the fast variant; that way, we'll be more likely to
37943         catch future bugs in the fast variants.
37944
37945 2003-10-20  Bruno Haible  <bruno@clisp.org>
37946
37947         * modules/wait-process: New file.
37948         * MODULES.html.sh (func_all_modules): Add wait-process.
37949
37950 2003-10-20  Bruno Haible  <bruno@clisp.org>
37951
37952         * m4/wait-process.m4: New file.
37953
37954 2003-10-20  Bruno Haible  <bruno@clisp.org>
37955
37956         * lib/wait-process.h: New file, from GNU gettext.
37957         * lib/wait-process.c: New file, from GNU gettext.
37958
37959 2003-10-19  Jim Meyering  <jim@meyering.net>
37960
37961         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37962         HPUX 10.20.
37963
37964 2003-10-18  Karl Berry  <karl@gnu.org>
37965
37966         * config/config.guess: update from config.
37967
37968 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37969
37970         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37971         (getgroups): First arg is int, not size_t.
37972         Don't let 'free' mangle errno.
37973
37974 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37975
37976         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37977
37978 2003-10-16  Karl Berry  <karl@gnu.org>
37979
37980         * config/config.{guess,sub}: update from config.
37981
37982 2003-10-16  Jim Meyering  <jim@meyering.net>
37983
37984         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37985         memcpy.
37986
37987 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37988
37989         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37990         (SIZE_MAX): Remove.
37991         (new_exclude, add_exclude_file): Initial size no longer needs to
37992         be a power of 2.
37993         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37994         our own address arithmetic overflow checking.
37995
37996         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37997         (fnmatch): Do not alloca more than 2000 wide characters;
37998         instead, use malloc for large buffers.
37999         Check for address arithmetic overflow, and return -1
38000         with errno set to ENOMEM in that case.
38001         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
38002         (NEW_PATTERN): Do not alloca more than 8000 bytes;
38003         instead, return -1.  Check for address arithmetic overflow.
38004
38005 2003-10-14  Paul Eggert  <eggert@twinsun.com>
38006
38007         Handle invalid suffixes and overflow independently, so that
38008         callers can treat them independently as needed.  Fix some bugs in
38009         suffix handling, e.g., "100k@" was not diagnosed as an invalid
38010         suffix for a human-readable blocksize.  The major caller-visible
38011         change is the addition of a new
38012         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
38013         that both overflow and suffix chars were found.
38014
38015         * lib/human.c (humblock): Don't check separately for invalid suffix
38016         char; that is xstrtoumax's job (now that its bug is fixed).
38017         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
38018         INTMAX_MAX]: New macros.
38019         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
38020         TYPE_MAXIMUM): New macros.
38021         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
38022         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
38023         if overflow occurs, as it's what __strtol does and it's more useful
38024         in practice.
38025         (__xstrtol): If __strtol reports some error other than ERANGE,
38026         reflect it to the caller as LONGINT_INVALID.  If it reports
38027         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
38028         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
38029         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
38030         value.
38031         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
38032         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
38033         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
38034         [defined UINTMAX_MAX]: New macros.
38035
38036 2003-10-14  Bruno Haible  <bruno@clisp.org>
38037
38038         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
38039
38040 2003-10-14  Bruno Haible  <bruno@clisp.org>
38041
38042         * m4/sig_atomic_t: New file, from GNU gettext.
38043         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
38044
38045 2003-10-14  Bruno Haible  <bruno@clisp.org>
38046
38047         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
38048         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
38049         Also use volatile where needed.
38050
38051 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38052
38053         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
38054         Change maintainer from Bruno Haible to 'all'.
38055
38056 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38057
38058         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
38059
38060 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38061
38062         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
38063         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
38064         and define in terms of the other primitives.
38065         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
38066         (SIZE_MAX): Define if not already defined.
38067         (array_size_overflow): New function.
38068         (xalloc_die): Abort instead of exiting if 'error' returns.
38069         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
38070         (xmalloc, xrealloc): Use them.
38071         (xcalloc): Check for address arithmetic overflow.
38072         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
38073         a bit faster than strcpy.
38074
38075 2003-10-10  Simon Josefsson  <jas@extundo.com>
38076
38077         * modules/argp (Depends-on): Add restrict and strcase.
38078
38079 2003-10-10  Simon Josefsson  <jas@extundo.com>
38080
38081         * m4/argp.m4: Add AC_C_INLINE.
38082
38083 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38084
38085         Merge getpass from libc, plus a few fixes.
38086
38087         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38088         Include <stdbool.h>.
38089         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38090         __fsetlocking to empty.
38091         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38092         do include <bits/libc-lock.h>.
38093         Do not include <fcntl.h>; not needed.
38094         [_LIBC]: Include <wchar.h>.
38095         (NOTCANCEL_MODE): New macro.
38096         (flockfile, funlockfile) [_LIBC]: New macros.
38097         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38098         [!_LIBC]: New macros.
38099         (call_fclose): New function.
38100         (getpass): Use it.  Save tty stream separately; this simplifies the
38101         code and makes it more reliable if stdin happens to equal stdout.
38102         Invoke __fsetlocking on tty.
38103         Handle thread cancellation if needed.
38104         Namespace cleanup (use __tcgetattr, __getline).
38105         Use bool for Booleans.
38106         [USE_IN_LIBIO]: Handle wide streams.
38107         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38108         stream might go where.
38109
38110         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38111         doesn't have to include <stdio.h> before us.
38112         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38113         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38114         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38115         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38116         if not declared, so that we can use getpass.c code from libc without
38117         rewriting it.
38118         (flockfile, ftrylockfile, funlockfile): New macros.
38119
38120 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38121
38122         * modules/getpass: Depend on stdbool.
38123
38124 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38125
38126         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38127
38128 2003-10-07  Karl Berry  <karl@gnu.org>
38129
38130         * config/config.{guess,sub}: update from config.
38131
38132 2003-10-06  Jim Meyering  <jim@meyering.net>
38133             Bruno Haible  <bruno@clisp.org>
38134
38135         This lets translators provide better translations for the
38136         "Written by ..." part of --version output.
38137         * lib/version-etc.h: Include stdarg.h.
38138         (version_etc_copyright): Declare as readonly.
38139         (version_etc): Make this function variadic with a NULL-terminated list
38140         of author name strings.
38141         (version_etc_va): New declaration.
38142         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38143         (version_etc_copyright): Declare as readonly.
38144         (version_etc_va): New function. Provide a different translatable string
38145         for each possible number of authors < 10. Abbreviate when there are 10
38146         authors or more.
38147         (version_etc): Make this function variadic. Call version_etc_va.
38148         Suggestion from Gary V. Vaughan.
38149
38150         * lib/long-options.h (parse_long_options): Change prototype: the
38151         authors string is moved to the end and becomes variadic.
38152         * lib/long-options.c: Include stdarg.h.
38153         (parse_long_options): Make this function variadic, too.
38154         Call version_etc_va, not version_etc.
38155
38156 2003-10-06  Bruno Haible  <bruno@clisp.org>
38157
38158         * modules/version-etc-2: Remove file.
38159         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38160
38161 2003-10-06  Bruno Haible  <bruno@clisp.org>
38162
38163         * modules/fatal-signal: New file.
38164         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38165
38166 2003-10-06  Bruno Haible  <bruno@clisp.org>
38167
38168         * m4/fatal-signal.m4: New file.
38169         * m4/signalblocking.m4: New file, from GNU gettext.
38170
38171 2003-10-06  Bruno Haible  <bruno@clisp.org>
38172
38173         * lib/version-etc-2.h: Remove file.
38174         * lib/version-etc-2.c: Remove file.
38175
38176 2003-10-06  Bruno Haible  <bruno@clisp.org>
38177
38178         * lib/fatal-signal.h: New file, from GNU gettext.
38179         * lib/fatal-signal.c: New file, from GNU gettext.
38180
38181 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38182
38183         * README: Rework advice for preventing empty .o files.
38184         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38185         not <sys/types.h>.
38186
38187 2003-10-04  Karl Berry  <karl@gnu.org>
38188
38189         * lib/argp*: update from libc.
38190
38191 2003-10-04  Karl Berry  <karl@gnu.org>
38192
38193         * config/config.{guess,sub}: update from config.
38194
38195 2003-10-02  Bruno Haible  <bruno@clisp.org>
38196
38197         * modules/lchown (Include): Add lchown.h.
38198         * modules/time_r (Include): Use "..." syntax.
38199         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38200
38201 2003-10-01  Simon Josefsson  <jas@extundo.com>
38202
38203         * MODULES.html.sh (func_all_modules): Move gethostname from section
38204         'based on' to section 'lacking' POSIX:2001.
38205
38206 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38207
38208         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38209         to output mode on the same stream.
38210
38211 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38212
38213         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38214         Fix arg typo in previous patch.
38215
38216 2003-09-28  Jim Meyering  <jim@meyering.net>
38217
38218         * lib/error.c: Correct cpp indentation.
38219
38220 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38221
38222         * modules/free: New file.
38223
38224 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38225
38226         * m4/free.m4: New file.
38227
38228 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38229
38230         * lib/minmax.h (MIN, MAX)
38231         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38232         Omit the special code that used __typeof__, since we worry that
38233         it could be more trouble than it's worth.  See:
38234         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38235         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38236
38237         * lib/free.c: New file.
38238
38239 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38240
38241         Trivial fixes to Makefile.am parts of module listings.
38242         * modules/strstr: Append strstr.h to lib_SOURCES.
38243         * modules/strcase: Likewise, for strcase.h.
38244
38245 2003-09-27  Karl Berry  <karl@gnu.org>
38246
38247         * config/mkinstalldirs: update from automake.
38248
38249 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38250
38251         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38252         (error_tail): Do not loop, reallocating temporary buffer, since
38253         the output cannot contain more wide characters than the input
38254         contains bytes, the size must be big enough already.  This avoids
38255         one potential size overflow calculation.  Check for size overflow
38256         when calculating temporary buffer size.  Free temporary buffer
38257         when done, if it was allocated with malloc; this plugs a memory
38258         leak.  Remove casts from void * to pointers, that are no longer
38259         needed now that we're assuming C89 or better.
38260
38261         Merge error changes from glibc.
38262
38263         * lib/error.c, error.h: Update copyright notice header to match glibc.
38264         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38265         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38266         Disable cancellation while printing error.
38267         * lib/error.h: Prepend __ to parameter names.
38268
38269 2003-09-26  Jim Meyering  <jim@meyering.net>
38270
38271         * lib/error.c (error_tail): Move some declarations
38272         into inner scope where the local variables are used.
38273
38274 2003-09-26  Bruno Haible  <bruno@clisp.org>
38275
38276         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38277         stpncpy().
38278         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38279
38280 2003-09-26  Bruno Haible  <bruno@clisp.org>
38281
38282         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38283         (stpncpy): Define as alias for gnu_stpncpy.
38284         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38285
38286 2003-09-25  Simon Josefsson  <jas@extundo.com>
38287
38288         * lib/xgetdomainname.h: New file.
38289         * lib/xgetdomainname.c: New file.
38290
38291 2003-09-25  Simon Josefsson  <jas@extundo.com>
38292             Bruno Haible  <bruno@clisp.org>
38293
38294         * modules/getdomainname: New file.
38295         * modules/xgetdomainname: New file.
38296         * MODULES.html.sh (func_all_modules): Add getdomainname,
38297         xgetdomainname.
38298
38299 2003-09-25  Simon Josefsson  <jas@extundo.com>
38300             Bruno Haible  <bruno@clisp.org>
38301
38302         * m4/getdomainname.m4: New file.
38303
38304 2003-09-25  Simon Josefsson  <jas@extundo.com>
38305             Bruno Haible  <bruno@clisp.org>
38306
38307         * lib/getdomainname.h: New file.
38308         * lib/getdomainname.c: New file.
38309
38310 2003-09-25  Karl Berry  <karl@gnu.org>
38311
38312         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38313
38314 2003-09-25  Karl Berry  <karl@gnu.org>
38315
38316         * config/install-sh: update from automake.
38317
38318 2003-09-25  Bruno Haible  <bruno@clisp.org>
38319
38320         * modules/version-etc-2: New file, from modules/version-etc with
38321         modifications.
38322         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38323
38324 2003-09-25  Bruno Haible  <bruno@clisp.org>
38325
38326         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38327         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38328
38329 2003-09-24  Simon Josefsson  <jas@extundo.com>
38330
38331         * modules/xgethostname: Add xgethostname.h.
38332
38333 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38334
38335         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38336         the buffer associated with the argument.  Bug reported by
38337         Simon Josefsson.
38338
38339 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38340
38341         * README: Document assumptions that 'int' is at least 32 bits
38342         wide, that integer arithmetic is 2's complement without overflow,
38343         that there are no holes in integer values, that adding sizes of
38344         two nonoverlapping objects can't overflow, and that all-bits-zero
38345         yields scalar zero.  Fix spelling and capitalization typos.
38346
38347 2003-09-19  Karl Berry  <karl@gnu.org>
38348
38349         * lib/argp.h: update from libc.
38350
38351 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38352
38353         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38354         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38355         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38356
38357 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38358
38359         * gnulib-tool: Use "test -h", not "test -L", for portability
38360         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38361         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38362         (sed_extract_prog): Issue s commands one-by-one, rather than
38363         using \| in one s command.
38364
38365 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38366
38367         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38368         input error, instead of returning NULL the next time we are called
38369         (and therefore losing track of errno).
38370
38371 2003-09-16  Bruno Haible  <bruno@clisp.org>
38372
38373         * gnulib-tool (func_create_testdir): Warn about duplicated
38374         dependencies.
38375
38376 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38377
38378         * modules/argmatch, modules/fatal, modules/obstack,
38379         modules/xalloc, modules/xgethostname: Sort dependencies by
38380         importance, not alphabetically.
38381
38382 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38383
38384         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38385         fails, so that the caller gets the proper errno.
38386
38387         * lib/readutmp.c (read_utmp): Likewise.
38388         Check for fstat error.  Close stream and free storage
38389         when failing.
38390
38391 2003-09-14  Karl Berry  <karl@gnu.org>
38392
38393         * config/srclist.txt (strdup.c): disable for c89 changes.
38394
38395 2003-09-14  Jim Meyering  <jim@meyering.net>
38396
38397         * lib/getloadavg.c: Correct cpp indentation.
38398         * lib/strdup.c: Likewise.
38399         * lib/vasnprintf.c: Likewise.
38400
38401 2003-09-14  Bruno Haible  <bruno@clisp.org>
38402
38403         * modules/fwriteerror: New file.
38404         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38405
38406 2003-09-14  Bruno Haible  <bruno@clisp.org>
38407
38408         * lib/fwriteerror.h: New file.
38409         * lib/fwriteerror.c: New file.
38410
38411 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38412
38413         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38414         modules/xgethostname, modules/xalloc: Depend on exit.
38415
38416 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38417
38418         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38419
38420         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38421         and AC_MINIX, too, so that their extensions are available.
38422
38423         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38424         This macro has been superseded by gl_BACKUPFILE.
38425
38426         More patches to assume C89 or better.
38427
38428         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38429
38430         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38431         unconditionally.
38432         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38433         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38434         Include <string.h>, <stdlib.h> unconditionally.
38435         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38436         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38437         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38438         headers or for string.h.
38439         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38440         or strtoul.
38441
38442         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38443         headers.
38444         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38445         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38446         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38447         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38448         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38449         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38450         memcpy, memset.
38451         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38452         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38453         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38454         strtol.
38455         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38456         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38457         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38458         strtoul.
38459
38460 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38461
38462         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38463         * lib/obstack.c [!defined _LIBC]: Likewise.
38464         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38465         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38466         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38467
38468         More changes to assume C89 or better.
38469
38470         * lib/error.c (error_tail): Assume vprintf.
38471
38472         * lib/argmatch.c (getenv): Remove decl.
38473         * lib/progreloc.c (get_full_program_name): Define via prototype.
38474         * lib/setenv.c (clearenv): Likewise.
38475         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38476         needed.
38477         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38478         (malloc, memcpy): Remove decls.
38479         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38480         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38481         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38482         (memcpy): Remove macro.
38483         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38484         (__P): Remove.  All uses removed.
38485         (PTR): Remove.  All uses changed to void *.
38486         (CHAR_BIT, NULL): Remove.
38487         (spaces, zeros, memset_space, memset_zero)
38488         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38489         Remove.
38490         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38491         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38492         Define with prototype.
38493         Remove now-unnecessary prototype decl.
38494         (extra_args_spec): Assume ANSI C.  All uses changed.
38495         (extra_args_spec_iso): Remove.
38496         (my_strftime, emacs_strftimeu): Define via prototype.
38497         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38498         unconditionally.
38499         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38500         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38501         (strtoul, strtol): Remove decls.
38502         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38503         LONG_MAX): Remove.
38504         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38505         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38506         (LOCALE_PARAM_PROTO): New macro.
38507         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38508         (INTERNAL (strtol), strtol): Define with a prototype.
38509         (PARAMS): Remove.  All uses removed.
38510         * lib/tempname.c: Include <string.h> unconditionally.
38511         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38512         * lib/xgethostname.c (main): Define with a prototype.
38513         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38514         Include <stdlib.h> unconditionally.
38515         (calloc, malloc, realloc, free): Remove decls.
38516         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38517         Include <stdlib.h> unconditionally.  Sort include file names.
38518         (strtod): Remove.
38519         (xstrtod): Define with a prototype.
38520         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38521         (strtol, strtoul): Remove decls.
38522
38523 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38524
38525         More patches to assume C89 or better.
38526         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38527         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38528         string.h, memchr, STDC_HEADERS.
38529
38530 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38531
38532         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38533         Include <stdlib.h>, <string.h> unconditionally.
38534         Remove now-unnecessary cast to char *.
38535         * lib/strnlen.c: Include <string.h> unconditionally.
38536         * lib/yesno.c (yesno): Define with a prototype.
38537
38538 2003-09-11  Bruno Haible  <bruno@clisp.org>
38539
38540         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38541
38542 2003-09-10  Jim Meyering  <jim@meyering.net>
38543
38544         * lib/error.c: Correct indentation of cpp directives.
38545
38546 2003-09-10  Bruno Haible  <bruno@clisp.org>
38547
38548         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38549         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38550         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38551         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38552         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38553         <stdlib.h> and <string.h> checks.
38554         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38555         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38556
38557 2003-09-10  Bruno Haible  <bruno@clisp.org>
38558
38559         * lib/strcspn.c: Include <string.h> unconditionally.
38560         * lib/strpbrk.c: Include <string.h> unconditionally.
38561         * lib/strstr.c: Include <string.h> unconditionally.
38562         * lib/unicodeio.c: Include <string.h> unconditionally.
38563         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38564         * lib/unsetenv.c: Likewise.
38565         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38566         * lib/yesno.c: Include <stdlib.h> unconditionally.
38567         (rpmatch): Add prototype.
38568
38569 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38570
38571         More patches to assume C89 or better.
38572         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38573         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38574         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38575         or for string.h.
38576         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38577         stdlib.h.
38578         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38579         C headers.
38580         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38581         string.h.
38582         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38583         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38584         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38585         or for string.h.
38586         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38587         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38588         C headers.
38589         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38590         memcpy.
38591         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38592         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38593         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38594         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38595         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38596         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38597         string.h, free.
38598         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38599         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38600         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38601         C headers, or for string.h.
38602         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38603         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38604         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38605         headers, memory.h, stdlib.h, string.h, strings.h.
38606         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38607         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38608         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38609         strchr.
38610         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38611         headers, memory.h, string.h.
38612         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38613         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38614         free.
38615         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38616         headers.
38617         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38618         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38619         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38620         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38621         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38622
38623 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38624
38625         More K&R removal.
38626
38627         * lib/acosl.c (main): Use a prototype.
38628         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38629         tanl.c: Likewise.
38630
38631         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38632
38633         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38634         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38635         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38636         with a prototype.
38637         * lib/getopt.c (const): Remove macro.
38638         Include <string.h> unconditionally.
38639         (my_index): Remove; all uses changed to strchr.
38640         (strlen): Remove decl.
38641         (exchange): Remove forward decl; no longer needed.
38642         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38643         Define with prototype.
38644         * lib/getopt1.c (const): Remove macro.
38645         (getopt_long, getopt_long_only, main): Define with prototype.
38646
38647         * lib/getugroups.c: Include <string.h> unconditionally.
38648
38649         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38650         (getusershell, setusershell, endusershell, readname, main):
38651         Define with prototypes.
38652
38653         * lib/group-member.c: Include group-member.h first.
38654         Include <stdlib.h> unconditionally.
38655
38656         * lib/hard-locale.c: Include hard-locale.h first.
38657         Include <stdlib.h>, <string.h> unconditionally.
38658
38659         * lib/hash.c (free, malloc): Remove decls.
38660         Include <stdlib.h> unconditionally.
38661
38662         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38663         (getenv): Do not declare.
38664
38665         * lib/idcache.c: Include <string.h> unconditionally.
38666
38667         * lib/long-options.c: Include long-options.h first, to test interface.
38668         Include <stdlib.h> unconditionally.
38669
38670         * lib/makepath.c: Include makepath.h first, to test interface.
38671         Include <stdlib.h> and <string.h> unconditionally.
38672
38673         * lib/linebuffer.c: Include <stdlib.h>.
38674         (free): Remove decl.
38675
38676         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38677         stddef.h. rpl_malloc returns void *, not char *.
38678         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38679         prototype.
38680
38681         * lib/md5.h: Include <limits.h> unconditionally.
38682         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38683         (__P): Remove; all uses removed.
38684         * lib/md5.c: Include "md5.h" first.
38685         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38686         md5_buffer, md5_process_bytes, md5_process_block):
38687         Define with prototypes.
38688         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38689         * lib/sha.c: Include "sha.h" first.
38690         Include <stdlib.h>, <string.h> unconditionally.
38691
38692         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38693         * lib/memcmp.c (__ptr_t): Likewise.
38694         * lib/memrchr.c (__ptr_t): Likewise.
38695         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38696         Include <string.h> unconditionally.
38697         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38698         * lib/memchr.c: Include <stdlib.h> unconditionally.
38699         * lib/memchr.c (LONG_MAX): Remove.
38700         * lib/memrchr.c (LONG_MAX): Likewise.
38701         * lib/memchr.c (__memchr): Define via a prototype.
38702         * lib/memrchr.c (__memrchr): Likewise.
38703         * lib/memcmp.c (__P): Remove, and remove all uses.
38704         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38705         Remove forward decls; no longer needed.
38706         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38707         Use types required by C89 in prototype.
38708
38709         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38710         * lib/savedir.c: Likewise.
38711         * lib/mkdir.c (free): Remove decl.
38712         * lib/rmdir.c (rmdir): Define with a prototype.
38713         * lib/savedir.c: Include savedir.h first, to test interface.
38714
38715         * lib/mktime.c (STDC_HEADERS): Remove.
38716         Include <stdlib.h>, <string.h> unconditionally.
38717
38718         * lib/modechange.c: Include <stdlib.h> unconditionally.
38719         (malloc): Remove decl.
38720
38721         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38722         (free): Remove decl.
38723
38724         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38725         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38726         (This type really should be intptr_t, but that's a C99ism.)
38727         (_obstack_memcpy): Remove: all uses changed to memcpy.
38728         Include <string.h> unconditionally.
38729         (struct obstack): Assume __STDC__ for types of members
38730         chunkfun, freefun, extra_arg.
38731         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
38732         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
38733         obstack_begin, obstack_specify_allocation,
38734         obstack_specify_allocation_with_arg, obstack_chunkfun,
38735         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
38736         Remove unprototyped decls and the macros that use them.
38737         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
38738         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
38739         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
38740         (defined __STDC__ && __STDC__)]:
38741         Remove nonprototyped code.
38742         Include <stdlib.h> unconditionally.
38743         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
38744         _obstack_allocated_p, _obstack_free, obstack_free,
38745         _obstack_memory_used, print_and_abort):
38746         Define using prototypes.
38747         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
38748         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
38749         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
38750         obstack_next_free, obstack_object_size, obstack_room) [0]:
38751         Remove unused, unprototyped code.
38752
38753         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
38754
38755         * lib/physmem.c (physmem_total, physmem_available, main): Define
38756         with prototypes.
38757
38758         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
38759         (main): Define with a prototype.
38760
38761         * lib/posixver.c (getenv): Remove decl.
38762
38763         * lib/putenv.c (malloc): Returns void *, not char *.
38764         Include <string.h> unconditionally.
38765         (strchr, memcpy, NULL): Do not define.
38766
38767         * lib/readtokens.c: Include readtokens.h first, to test interface.
38768         Include <stdlib.h>, <string.h> unconditionally.
38769         (init_tokenbuffer): Define with a prototype.
38770
38771         * lib/regex.c (PARAMS): Remove.  All uses removed.
38772         All uses of _RE_ARGS removed, too.
38773         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38774         unconditionally.
38775         (bzero): Assume memset exists.
38776         (memcmp, memcpy, NULL): Remove.
38777         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
38778         char, or assignments to local vars of type signed char.
38779         (init_syntax_once, PREFIX(extract_number_and_incr),
38780         PREFIX(print_partial_compiled_pattern),
38781         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
38782         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
38783         PREFIX(regex_grow_registers), PREFIX(regex_compile),
38784         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
38785         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
38786         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
38787         wcs_compile_range, byte_compile_range, truncate_wchar,
38788         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
38789         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
38790         count_mbs_length, wcs_re_match_2_internal,
38791         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
38792         PREFIX(alt_match_null_string_p),
38793         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
38794         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
38795         regfree, PREFIX(extract_number)): Define with prototype.  Remove
38796         now-unnecessary declaration, if any.
38797         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
38798         regcomp, regexec):
38799         Remove now-unnecessary casts among pointer types.
38800         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
38801
38802         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
38803         (free): Remove decl.
38804
38805         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
38806
38807         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
38808         (free): Remove decl.
38809
38810         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
38811         * lib/xgetcwd.c: Likewise.
38812
38813         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
38814         (free): Remove decl.
38815
38816         * lib/strchrnul.c (strchrnul): Define with a prototype.
38817         Fix bug: c_in was not converted to char before searching.
38818
38819         The following changes are not K&R related:
38820
38821         * lib/group-member.h: Include <sys/types.h>, so that this file is
38822         self-contained.
38823         * lib/makepath.h: Likewise.
38824
38825         * lib/getusershell.c (readname, default_index, line_size, readname):
38826         Use size_t, not int, for sizes.
38827         (readname): If the size overflows, report an error instead of
38828         looping forever.
38829
38830 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38831
38832         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
38833         libc.
38834
38835 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38836
38837         * README: New section: portability guidelines.
38838
38839 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38840
38841         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
38842         C89 spec.
38843
38844 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38845
38846         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
38847
38848 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38849
38850         Assume C89 or better; remove K&R cruft.
38851         A few of these changes were first proposed by Derek Robert Price
38852         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
38853
38854         * lib/addext.c: Include <string.h> unconditionally.
38855         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
38856         Don't declare getenv or malloc.
38857
38858         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
38859         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
38860         (NULL): Remove.
38861         (find_stack_direction, alloca): Use prototypes.
38862
38863         * lib/atexit.c (atexit): Define using a prototype.
38864
38865         * lib/basename.c, dirname.c, stripslash.c:
38866         Include <string.h> unconditionally.
38867
38868         * lib/bcopy.c: Include <stddef.h>.
38869         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
38870
38871         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
38872
38873         * lib/error.h (error, error_at_line, error_print_progname)
38874         [! (defined (__STDC__) && __STDC__)]: Remove decls.
38875         * lib/error.c: Include error.h first, to check interface.
38876         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38877         (VA_START): Remove; all uses changeed to va_start.
38878         (exit, strerror): Remove decls.
38879         (error_print_progname): Prototype uncondionally.
38880         Don't include <errno.h>; no longer needed.
38881         (private_strerror): Remove.
38882         (error_tail): Always define.
38883         (error, error_at_line): Assume C89 or better; always use prototypes.
38884         * lib/fatal.c: Include "fatal.h" first, to test interface.
38885         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38886         (VA_START): Remove; all uses changed to va_start.
38887         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
38888         this case.
38889         (exit): Remove decl.
38890         (fatal): Prototype unconditionally.  Assume va_start works.
38891         Abort at end, to pacify gcc.
38892
38893         * lib/euidaccess.c (main): Define with a prototype.
38894
38895         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
38896
38897         * lib/exitfail.c: Include <stdlib.h> unconditionally.
38898
38899         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
38900         prototypes.
38901         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
38902         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
38903         (getenv): Remove decl.
38904         (fnmatch): Define using a prototype.
38905         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
38906         (FCT): Define using a prototype.
38907
38908         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
38909
38910         * lib/gethostname.c: Include <stddef.h>.
38911         (gethostname): Define with prototype.  Length is size_t, not int.
38912
38913 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38914
38915         Assume C89 or better; remove K&R cruft.
38916         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38917         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38918         string.h, getenv, malloc.
38919         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38920         headers.
38921         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38922         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38923         do not check for strerror.
38924         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38925         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38926         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38927         do not check for doprnt or vprintf.
38928         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38929         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38930
38931 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38932
38933         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38934         getversion.c should have been removed then, but was accidentally
38935         preserved.
38936
38937         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38938         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38939
38940 2003-09-08  Karl Berry  <karl@gnu.org>
38941
38942         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38943                 config, forget about prep.
38944
38945         * config/depcomp, missing: update from automake.
38946
38947 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38948
38949         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38950         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38951
38952 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38953
38954         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38955         copy_tm_result.  Bug reported by Simon Josefsson in
38956         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38957
38958 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38959
38960         * m4/time_r.m4: New file.
38961         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38962         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38963         is. Check for timegm declaration.
38964         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38965         Do not check for gmtime_r.
38966         Replace mktime if __mktime_internal does not exist and if mktime
38967         hasn't been replaced already.
38968
38969 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38970
38971         * lib/time_r.c, lib/time_r.h: New files.
38972
38973         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38974         __localtime_r.
38975         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38976         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38977
38978         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38979         __gmtime_r.
38980         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38981         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38982         Include <time_r.h>.
38983
38984         * lib/timegm.c: Switch to glibc implementation, with the following
38985         changes:
38986         [defined HAVE_CONFIG_H]: Include <config.h>.
38987         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38988         (__mktime_internal) [!defined _LIBC]: New decl.
38989         (__gmtime_r) [!defined _LIBC]: New macro and function.
38990         (timegm): Use a prototype, since gnulib assumes C89.
38991         Do not bother declaring tmp to be const, as it's not really usefu.
38992         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38993         (timegm): Declare only if HAVE_DECL_TIMEGM.
38994
38995 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38996
38997         * MODULES.html.sh (func_all_modules): Add time_r.
38998         * modules/time_r: New file.
38999         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
39000         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
39001
39002 2003-09-03  Paul Eggert  <eggert@twinsun.com>
39003
39004         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
39005         Bug reported by Lute Kamstra in
39006         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
39007
39008         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
39009         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
39010         course with correspondingly smaller numbers for tomorrow and
39011         yesterday.  From Tadayoshi Funaba.  Originally installed into
39012         sh-utils on 1999-08-07, but the patch got lost (I guess during the
39013         coreutils merge?).
39014
39015 2003-08-31  Simon Josefsson  <jas@extundo.com>
39016
39017         * modules/timegm: New file.
39018         * MODULES.html.sh (func_all_modules): Add timegm.
39019
39020 2003-08-31  Simon Josefsson  <jas@extundo.com>
39021
39022         * m4/timegm.m4: New file.
39023
39024 2003-08-31  Simon Josefsson  <jas@extundo.com>
39025
39026         * lib/timegm.h: New file.
39027         * lib/timegm.c: New file.  Based on
39028         wget-1.8.2/src/http.c:mktime_from_utc.
39029
39030 2003-08-31  Karl Berry  <karl@gnu.org>
39031
39032         * lib/argp.h: update from libc.
39033
39034 2003-08-28  Bruno Haible  <bruno@clisp.org>
39035
39036         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
39037         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
39038         followed by '#define fnmatch fnmatch_posix' gives an error.
39039
39040 2003-08-28  Bruno Haible  <bruno@clisp.org>
39041
39042         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
39043         warning on QNX, which defines O_BINARY to 000000.
39044
39045 2003-08-27  Jim Meyering  <jim@meyering.net>
39046
39047         * m4/mkstemp.m4: Require that the system mkstemp be able to create
39048         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
39049         would fail after 32.  Reported by Danny Levinson.  Details here:
39050         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
39051
39052 2003-08-24  Bruno Haible  <bruno@clisp.org>
39053
39054         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
39055         MSVC7 <stdio.h> is included later.
39056
39057 2003-08-22  Simon Josefsson  <jas@extundo.com>
39058
39059         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
39060
39061 2003-08-20  Karl Berry  <karl@gnu.org>
39062
39063         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
39064
39065 2003-08-20  Bruno Haible  <bruno@clisp.org>
39066
39067         * modules/progname: New file.
39068         * MODULES.html.sh (func_all_modules): Add progname.
39069
39070 2003-08-20  Bruno Haible  <bruno@clisp.org>
39071
39072         * lib/progname.h: New file, from GNU gettext.
39073         * lib/progname.c: New file, from GNU gettext.
39074         * lib/progreloc.c: New file, from GNU gettext.
39075
39076 2003-08-19  Jim Meyering  <jim@meyering.net>
39077
39078         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
39079         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
39080
39081 2003-08-19  Bruno Haible  <bruno@clisp.org>
39082
39083         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39084         more.
39085
39086 2003-08-19  Bruno Haible  <bruno@clisp.org>
39087
39088         * lib/xstrdup.c: Assume <string.h> exists.
39089
39090 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39091
39092         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39093         in makefile rules.
39094
39095 2003-08-18  Jim Meyering  <jim@meyering.net>
39096
39097         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39098         * m4/lib-ld.m4: Likewise.
39099
39100 2003-08-18  Jim Meyering  <jim@meyering.net>
39101
39102         * lib/setenv.h: Indent nested cpp directive.
39103         * lib/vasnprintf.c: Remove trailing blanks.
39104
39105 2003-08-17  Simon Josefsson  <jas@extundo.com>
39106
39107         * modules/xstrndup: New file.
39108         * MODULES.html.sh (func_all_modules): Add xstrndup.
39109
39110 2003-08-17  Simon Josefsson  <jas@extundo.com>
39111
39112         * modules/argp: Fix autoconf macro name. Add more dependencies.
39113
39114 2003-08-17  Simon Josefsson  <jas@extundo.com>
39115
39116         * m4/xstrndup.m4: New file.
39117
39118 2003-08-17  Simon Josefsson  <jas@extundo.com>
39119
39120         * m4/argp.m4: New file.
39121
39122 2003-08-17  Simon Josefsson  <jas@extundo.com>
39123             Bruno Haible  <bruno@clisp.org>
39124
39125         * lib/xstrndup.h: New file.
39126         * lib/xstrndup.c: New file.
39127
39128 2003-08-17  Bruno Haible  <bruno@clisp.org>
39129
39130         * modules/strndup (Files, Include): Add lib/strndup.h.
39131
39132 2003-08-17  Bruno Haible  <bruno@clisp.org>
39133
39134         * modules/euidaccess (Files): Add lib/euidaccess.h.
39135
39136 2003-08-17  Bruno Haible  <bruno@clisp.org>
39137
39138         * lib/strndup.h: New file.
39139
39140 2003-08-17  Bruno Haible  <bruno@clisp.org>
39141
39142         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39143         like AC_GNU_SOURCE.
39144         * modules/extensions (configure.ac): Comment out the invocation of
39145         gl_USE_SYSTEM_EXTENSIONS.
39146
39147 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39148
39149         Merges from coreutils, etc.
39150         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39151         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39152         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39153         fixing a typo.
39154         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39155         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39156
39157 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39158
39159         Document merge from coreutils.
39160         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39161         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39162         * modules/utime: Add m4/utimes-null.m4.
39163
39164 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39165
39166         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39167         space, undoing this 2003-08-12 change:
39168         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39169
39170 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39171
39172         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39173         strtoul.c from libc, undoing this 2003-08-12 change:
39174         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39175
39176 2003-08-16  Jim Meyering  <jim@meyering.net>
39177
39178         Merges from coreutils.
39179         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39180         prefix.  Adjust cache variables similarly.  Create 500 rather than
39181         just 300 files, to exercise bug on Darwin6.5, too.
39182         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39183         $missing_dir.
39184         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39185         AM_SYS_POSIX_TERMIOS.
39186         Reported by mkc@mathdogs.com.
39187         Also change use of $am_cv_sys_posix_termios
39188         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39189         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39190         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39191         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39192         in /proc/mounts until it finds one with matching device number.  This
39193         is unnecessary when the FILE argument *is* a mount point.  No stat call
39194         is necessary in that case.  So, disable the statvfs-testing code on
39195         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39196         as RedHat bug# 84846.
39197         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39198         to 1MB, so as not to render systems with no stack size limit (e.g.,
39199         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39200         Include <unistd.h>.  On some systems,
39201         it is required for the definition of _SC_PAGESIZE.
39202
39203 2003-08-16  Jim Meyering  <jim@meyering.net>
39204
39205         Merge from coreutils.
39206         * lib/xstrtoimax.c: #else #if -> #elif.
39207         * lib/xstrtoumax.c: Likewise.
39208
39209 2003-08-16  Jim Meyering  <jim@meyering.net>
39210
39211         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39212         * m4/utimes.m4: Removed.
39213         * m4/utimes-null.m4: Renamed from utimes.m4.
39214
39215         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39216         to 1MB, so as not to render systems with no stack size limit (e.g.,
39217         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39218         Include <unistd.h>.  On some systems,
39219         it is required for the definition of _SC_PAGESIZE.
39220
39221 2003-08-16  Jim Meyering  <jim@meyering.net>
39222         and Paul Eggert  <eggert@cs.ucla.edu>
39223
39224         Merges from coreutils, etc.
39225
39226         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39227         using the latest version from cvs.  This avoids problems with #line
39228         directives using a vendor (Sun) compiler.
39229         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39230         Don't set GETGROUPS_LIB here; now it's
39231         done via getgroups.m4's wrapper function.
39232         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39233         rather than just in sh-util/configure.in, so that the
39234         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39235         same.
39236         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39237         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39238         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39239         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39240         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39241         Remove code that is now done by the newly-required macros.
39242         Append $(EXEEXT) to DF_PROG.
39243         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39244         Do not invoke or require the following here,
39245         since prereq.m4 or some gnulib .m4 now does this for us:
39246         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39247         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39248         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39249         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39250         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39251         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39252         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39253         AC_FUNC_OBSTACK.
39254         Do not replace the following functions, as this is now the job
39255         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39256         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39257         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39258         atexit getpass, strdup, getpagesize.
39259         Replace 'raise'.
39260         Do not check for the following functions, as this is now the job
39261         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39262         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39263         setregid.
39264         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39265         Check for sys/sysctl.h.
39266         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39267         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39268         of checking for ssize_t ourselves.
39269
39270         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39271         Require every macro that gnulib/modules/* suggests for us.
39272         (jm_PREREQ_ADDEXT): New macro.
39273         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39274         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39275
39276         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39277         (gl_PHYSMEM): Use it.
39278         Also check for `table' function.
39279         Check for new headers and functions.
39280         Add check for sys/sysmp.h.
39281         With suggestions from Kaveh Ghazi.
39282         Ignore headers that are present but cannot be compiled.  This
39283         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39284         C 5.4.
39285
39286 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39287
39288         Document merge from coreutils.
39289         * modules/userspec: Depend on posixver.
39290         * modules/strftime: Depend on tzset.
39291
39292 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39293
39294         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39295         rather than tab, after '#' in shell-script copyright notices.
39296         Suggested by Bruno Haible.
39297
39298 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39299
39300         * config/srclist-update: Use three spaces, rather than tab, after '#'
39301         in shell-script copyright notices.  Suggested by Bruno Haible.
39302         Remove unnecessary parenthesization in regular expression.
39303
39304 2003-08-15  Jim Meyering  <jim@meyering.net>
39305
39306         Merge from coreutils.
39307         * lib/xgethostname.c: Include <stdlib.h>.
39308         (xghostname): Don't exit for anything other than memory-related
39309         failure; just return NULL.
39310         * lib/userspec.c: Include "posixver.h".
39311         (parse_user_spec): Accept `.' as a separator only
39312         in pre-POSIX-200112 mode.
39313         * lib/strtoimax.c: Use #elif rather than #else #if.
39314         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39315         Remove function, now that we can rely on a working tzset function.
39316         [!_LIBC]: Ensure that the required autoconf test has been run.
39317         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39318         Use underlying_strftime for %r.
39319         * lib/sha.c: Merge in some clean-up and optimization changes from
39320         glibc.
39321         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39322         Ensure that it is a multiple of 64.
39323         Rearrange loop exit tests so as to avoid performing an
39324         additional fread after encountering an error or EOF.
39325         * lib/realloc.c: Update copyright date.
39326
39327 2003-08-15  Jim Meyering  <jim@meyering.net>
39328         and Paul Eggert  <eggert@twinsun.com>
39329
39330         Merge from coreutils.
39331         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39332         member but strut utmpx does not.  Needed for AIX 4.3.3.
39333         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39334
39335 2003-08-15  Jim Meyering  <jim@meyering.net>
39336         and Paul Eggert  <eggert@cs.ucla.edu>
39337
39338         Merges from coreutils, etc.
39339         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39340         Require gl_FUNC_TZSET_CLOBBER.
39341         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39342         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39343         members.
39344
39345 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39346
39347         Help the merge from coreutils.
39348         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39349         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39350         * m4/tzset.m4: Use it too.
39351
39352 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39353
39354         * modules/tzset: New file.
39355
39356 2003-08-14  Jim Meyering  <jim@meyering.net>
39357
39358         Merges from coreutils.
39359         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39360         variable names, rather than @FNMATCH_H@.
39361         * modules/alloca: Likewise for $(ALLOCA_H).
39362
39363         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39364         the three copies of the literal target, `fnmatch.h'.
39365         * modules/alloca (alloca.h): Likewise.
39366
39367 2003-08-14  Jim Meyering  <jim@meyering.net>
39368
39369         Merge from coreutils.
39370         * m4/tzset.m4: New file.
39371         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39372         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39373         otherwise, AIX 5.1 systems would end up using the latter.
39374         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39375         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39376         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39377         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39378
39379 2003-08-14  Jim Meyering  <jim@meyering.net>
39380
39381         Merge from coreutils.
39382         * lib/obstack.h: Whitespace changes.
39383         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39384         and xcalloc return values.
39385         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39386         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39387         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39388         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39389         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39390         error from mntctl.
39391         Use mntctl's return value to drive the entry-processing loop, since
39392         we can't rely on the value of the vmt_length member in the last
39393         entry.  On some systems doing so could result in exhausting
39394         virtual memory.  Based in part on a patch from Mike Jetzer.
39395
39396 2003-08-14  Jim Meyering  <jim@meyering.net>
39397         and Paul Eggert  <eggert@twinsun.com>
39398
39399         Merges from coreutils, plus other fixes.
39400         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39401         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39402         for credits and details.  Thanks to Kaveh Ghazi for helping
39403         to keep these files in sync.
39404         (ARRAY_SIZE): Define it.
39405         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39406         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39407         (memcasecmp): Don't assume size_t fits in unsigned int.
39408         Remove casts and duplicate code.
39409         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39410         (memcpy): Remove definition.
39411         Merge in some clean-up and optimization changes from glibc.
39412         [BLOCKSIZE]: Move definition to top of file.
39413         Ensure that it is a multiple of 64.
39414         Rearrange loop exit tests so as to avoid performing an
39415         additional fread after encountering an error or EOF.
39416         * lib/md5.h (md5_uintptr): Define.
39417         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39418         return to the initial working directory.  Preserve errno
39419         for caller.
39420         * lib/idcache.c: Include "xalloc.h".
39421         (xmalloc, xrealloc): Remove decls.
39422         (getuser): Remove casts no longer required in C89.
39423         * lib/human.c: Include stdio.h, for sprintf.
39424         * lib/group-member.c: Include "xalloc.h".
39425         (xmalloc, xrealloc): Remove decls.
39426         (get_group_info): Remove casts no longer required in C89.
39427         * lib/getusershell.c (readname): Remove casts no longer required in
39428         C89.
39429         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39430         * lib/getline.c: Whitespace fix, from coreutils.
39431
39432 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39433
39434         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39435         Check for isascii.
39436
39437         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39438         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39439         Undo previous (whitespace-only) change.
39440
39441 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39442
39443         * lib/exclude.c: Include <ctype.h>
39444         (IN_CTYPE_DOMAIN): New macro.
39445         (is_space): New fn.
39446         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39447         and empty lines.
39448
39449         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39450         Undo previous (whitespace-only) change.
39451
39452 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39453
39454         * config/srclist-update: Change update back to the old behavior,
39455         leaving whitespace alone.  Use one 'sed' command rather than a
39456         pipeline.
39457         (fixlicense): Now a variable, not a function.
39458         (remove_trailing_blanks): Remove.
39459         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39460         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39461         Undo previous (whitespace-only) change.
39462
39463 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39464
39465         Merge from coreutils.
39466         * modules/euidaccess: Add lib_SOURCES, include for new
39467         file euidaccess.h
39468
39469 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39470
39471         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39472         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39473         Normalize leading white space and remove trailing white space.
39474
39475         Merge from coreutils
39476         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39477
39478         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39479         0.12.1.  These files are now being upgraded automatically by
39480         ../config/srclist-update.
39481
39482 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39483
39484         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39485         Normalize leading white space and remove trailing white space.
39486         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39487         notice, as per ../config/srclist-update.
39488
39489         Merge from coreutils.
39490         * lib/euidaccess.h: New file.
39491         * lib/euidaccess.c: Include it.
39492         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39493         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39494         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39495
39496 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39497
39498         * config/srclist-update: Add copyright notice.
39499         (remove_id_lines, remove_trailing_blanks): New constants.
39500         (fixfile): Use them to normalize spacing a bit in copied files.
39501         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39502         Normalize leading white space and remove trailing white space.
39503
39504         * config/texinfo.tex: Sync with texinfo.
39505
39506         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39507         strtoul.c from libc, to merge coreutils whitespace changes.
39508
39509         * config/srclist.txt: Get the following m4 files from gettext:
39510         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39511         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39512         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39513         wint_t.m4.
39514
39515 2003-08-12  Karl Berry  <karl@gnu.org>
39516
39517         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39518         been made.
39519
39520 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39521
39522         * modules/gnu-source, m4/gnu-source.m4:
39523         Remove; we're assuming Autoconf 2.54 or later now.
39524         Suggested by Bruno Haible.
39525         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39526
39527 2003-08-11  Bruno Haible  <bruno@clisp.org>
39528
39529         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39530
39531 2003-08-11  Bruno Haible  <bruno@clisp.org>
39532
39533         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39534         (vasnprintf): Use it instead of wcslen.
39535
39536 2003-08-11  Bruno Haible  <bruno@clisp.org>
39537
39538         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39539         value to ensure that _Bool promotes to int. Use #define for _Bool when
39540         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39541
39542 2003-08-10  Karl Berry  <karl@gnu.org>
39543
39544         * lib/regex.h: update from libc (whitespace fix).
39545
39546 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39547
39548         Merge some files from coreutils.  These changes were
39549         originally made by Jim Meyering.
39550         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39551         many older Unixes require this.
39552         * lib/alloca.c (alloca): Remove cast to argument of free;
39553         no longer needed in C89.
39554         * lib/alloca_.h, regex.h: Fix white space to match
39555         what GNU indent does.
39556
39557 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39558
39559         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39560         apparently Emacs's Unicode mode got confused before my 2003-08-05
39561         checkin.
39562
39563 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39564
39565         * m4/extensions.m4: New file.
39566         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39567         Require gl_USE_SYSTEM_EXTENSIONS.
39568         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39569         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39570
39571 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39572
39573         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39574         * modules/extensions, modules/gnu-source: New files.
39575         * modules/timespec, modules/unlocked-io: Depend on extensions.
39576
39577 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39578
39579         * modules/restrict: New file.
39580         * MODULES.html.sh (func_all_modules): Add restrict.
39581         * modules/regex: Depend on restrict.
39582
39583 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39584
39585         * m4/restrict.m4: New file.
39586         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39587
39588 2003-08-07  Bruno Haible  <bruno@clisp.org>
39589
39590         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39591         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39592
39593 2003-08-07  Bruno Haible  <bruno@clisp.org>
39594
39595         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39596         makes the module 'getndelim2' compatible with the module 'getline'.
39597
39598 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39599
39600         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39601         byte with "\201" to avoid glitches when editing that source file
39602         with multi-gnome-terminal.
39603
39604 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39605
39606         * lib/bumpalloc.h: Remove.
39607
39608 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39609
39610         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39611         * modules/bumpalloc: Remove.
39612
39613 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39614
39615         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39616         GNU coding style.
39617
39618         Merge from coreutils.
39619         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39620         1. From glibc.
39621         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39622         from Karl Berry, implemented by Jim Meyering.
39623         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39624         from Dmitry V. Levin.
39625         Remove anachronistic cast of xrealloc.
39626         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39627         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39628         type. Otherwise, it wouldn't compile with at least /bin/cc on
39629         ymp-cray-unicos9.0.2.X.
39630         Combine two mostly-identical uses of alloca into one.
39631         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39632
39633 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39634
39635         [From Emacs.]
39636
39637         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39638         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39639         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39640         obsolete NLIST_NAME_UNION.
39641         [__GNU__]: Undef BSD and FSCALE.
39642         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39643
39644 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39645
39646         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39647         an enum type, so that it's guaranteed to promote to int.  See:
39648         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39649
39650 2003-08-03  Karl Berry  <karl@gnu.org>
39651
39652         * config/depcomp: update from automake.
39653
39654 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39655
39656         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39657         (strerror): Don't assume that a printable int fits in 14 bytes.
39658
39659 2003-07-31  Bruno Haible  <bruno@clisp.org>
39660
39661         * modules/getpass-gnu: New file.
39662         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39663
39664 2003-07-31  Bruno Haible  <bruno@clisp.org>
39665
39666         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39667
39668 2003-07-24  Karl Berry  <karl@gnu.org>
39669
39670         * config/missing: update from automake.
39671
39672 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39673             Bruno Haible  <bruno@clisp.org>
39674
39675         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39676         * lib/getline.c (getline, getdelim): Likewise.
39677         Remove _GNU_SOURCE define; now it's defined in config.h through
39678         m4/getline.m4.
39679
39680 2003-07-23  Karl Berry  <karl@gnu.org>
39681
39682         * config/config.sub: update from prep.
39683
39684 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39685
39686         * modules/xalloc (Depends-on): Add exitfail.
39687         * modules/xmemcoll: Likewise.
39688
39689 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39690
39691         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39692         over-parenthesization in macros.
39693
39694         Sync with coreutils.
39695
39696         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39697         required by C99.
39698
39699         Use `exit_failure' for xalloc and xmemcoll instead of their own
39700         private exit-failure variables.
39701         * lib/xalloc.h (xalloc_exit_failure): Remove.
39702         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39703         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39704         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39705         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39706         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39707
39708 2003-07-20  Jim Meyering  <jim@meyering.net>
39709
39710         * modules/closeout (Depends-on): Add exitfail.
39711         Suggestion from Bruno Haible.
39712
39713 2003-07-19  Karl Berry  <karl@gnu.org>
39714
39715         * config/config.sub: update from prep.
39716
39717 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39718
39719         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39720         Remove.
39721         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39722         to test that it can stand by itself.  Include "exitfail.h".
39723         Clients should set exit_failure instead.
39724         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39725
39726 2003-07-18  Bruno Haible  <bruno@clisp.org>
39727
39728         * modules/getndelim2: New file.
39729         * modules/getline: Share files with module getndelim2.
39730         * modules/getnline: Depend on getndelim2 instead of sharing files with
39731         it. Add getnline.c to lib_SOURCES.
39732         * MODULES.html.sh (func_all_modules): Add getndelim2.
39733
39734 2003-07-18  Bruno Haible  <bruno@clisp.org>
39735
39736         * m4/getndelim2.m4: New file.
39737         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
39738         invoke gl_PREREQ_GETNDELIM2.
39739         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
39740         gl_PREREQ_GETNDELIM2.
39741         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
39742         gl_GETNDELIM2.
39743
39744 2003-07-18  Bruno Haible  <bruno@clisp.org>
39745
39746         * lib/getndelim2.h: New file.
39747         * lib/getndelim2.c: Make into a module of its own. Include config.h,
39748         getndelim2.h.
39749         (getndelim2): Make non-static. Change return type to ssize_t.
39750         * lib/getline.h: Change argument names.
39751         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
39752         * lib/getnline.c: Include getndelim2.h.
39753
39754 2003-07-18  Andreas Schwab  <schwab@suse.de>
39755
39756         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
39757
39758 2003-07-17  Karl Berry  <karl@gnu.org>
39759
39760         * config/config.sub: update from prep.
39761
39762 2003-07-17  Bruno Haible  <bruno@clisp.org>
39763
39764         * modules/getnline: New file.
39765         * modules/getline: Add lib/getndelim2.c to source file list.
39766         * MODULES.html.sh (func_all_modules): Add getnline.
39767
39768 2003-07-17  Bruno Haible  <bruno@clisp.org>
39769
39770         * m4/getnline.m4: New file.
39771
39772 2003-07-17  Bruno Haible  <bruno@clisp.org>
39773
39774         * m4/Makefile.am.in: Remove file.
39775         * m4/Makefile.am: Remove file.
39776         * m4/Makefile.in: Remove file.
39777
39778 2003-07-17  Bruno Haible  <bruno@clisp.org>
39779
39780         * lib/getnline.h: New file.
39781         * lib/getnline.c: New file.
39782         * lib/getndelim2.c: New file, extracted from getline.c.
39783         (getndelim2): Renamed from getdelim2, with added nmax argument.
39784         * lib/getline.c: Include getndelim2.c.
39785         (getdelim2): Moved out to getndelim2.c.
39786         (getline, getdelim): Update.
39787
39788 2003-07-17  Bruno Haible  <bruno@clisp.org>
39789
39790         * lib/Makefile.am: Remove file.
39791         * lib/Makefile.in: Remove file.
39792
39793 2003-07-17  Bruno Haible  <bruno@clisp.org>
39794
39795         * configure.in: Remove file.
39796         * Makefile.in: Remove file.
39797
39798 2003-07-17  Bruno Haible  <bruno@clisp.org>
39799
39800         * MODULES.html.sh: Put the </BODY> right before </HTML>.
39801
39802 2003-07-16  Karl Berry  <karl@gnu.org>
39803
39804         * config/srclist-update: was running fixlicense twice, which caused
39805                 texinfo.tex to be nullified for some reason.  Simplify,
39806                 $gplsrc is no longer needed as far as I can see?
39807
39808 2003-07-16  Jim Meyering  <jim@meyering.net>
39809
39810         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
39811
39812 2003-07-15  Paul Eggert  <eggert@twinsun.com>
39813
39814         * config/srclist.txt: Get the following files from gettext-runtime/intl
39815         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
39816         ref-del.sin.  From Bruno Haible.
39817         * config/srclist-update (fixfile): Change grep pattern again, since the
39818         previous fix didn't work (there was another trailing $).  Use
39819         '[$]' to escape the $s.
39820
39821 2003-07-15  Karl Berry  <karl@gnu.org>
39822
39823         * lib/vasnprintf.c: update from gettext.
39824
39825 2003-07-15  Karl Berry  <karl@gnu.org>
39826
39827         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
39828         gets expanded when surrounded by '$'.
39829
39830 2003-07-15  Jim Meyering  <jim@meyering.net>
39831
39832         * modules/save-cwd: Don't depend on error.  From Derek Price.
39833
39834 2003-07-15  Jim Meyering  <jim@meyering.net>
39835
39836         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
39837
39838 2003-07-14  Simon Josefsson  <jas@extundo.com>
39839
39840         * modules/mempcpy: New file.
39841         * MODULES.html.sh (func_all_modules): Add mempcpy.
39842
39843 2003-07-14  Simon Josefsson  <jas@extundo.com>
39844
39845         * m4/mempcpy.m4: New file.
39846
39847 2003-07-14  Simon Josefsson  <jas@extundo.com>
39848
39849         * lib/mempcpy.h: New file.
39850         * lib/mempcpy.c: New file.
39851
39852 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39853
39854         * modules/getdate, modules/posixtm: Depend on mktime.
39855
39856 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39857
39858         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
39859         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
39860         unicodeio.c, unicodeio.h, unlocked-io.h:
39861         Switch from LGPL to GPL.
39862
39863 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39864
39865         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
39866         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
39867         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
39868         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
39869         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
39870         updated automatically by ../config/srclist-update.  This changes
39871         their license from LPGL to GPL.
39872
39873 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39874
39875         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
39876         assumed to refer to the root of the most recent stable gettext version.
39877         * config/srclistvars.sh: Add defaults for eggert.
39878         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
39879         Match "This program" as well as "The program".  This is needed
39880         for gettext.
39881
39882 2003-07-14  Jim Meyering  <jim@meyering.net>
39883
39884         Don't emit diagnostics.  Let callers do that.
39885         * lib/save-cwd.c: Don't include "error.h".
39886         (save_cwd): Don't call error.  Ensure that errno is valid
39887         when returning nonzero.
39888
39889         * lib/save-cwd.h (restore_cwd): Update prototype.
39890         * lib/save-cwd.c (restore_cwd): Remove two parameters.
39891         Simplify.  Don't call error upon failure.  Let callers do that.
39892         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
39893         when auditing is enabled.  But don't bother updating the #if.
39894
39895 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
39896
39897         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
39898         it breaks C++ compilation.
39899         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
39900
39901 2003-07-10  Simon Josefsson  <jas@extundo.com>
39902
39903         * modules/strchrnul (Makefile.am): Add strchrnul.h.
39904
39905 2003-07-10  Jim Meyering  <jim@meyering.net>
39906
39907         * m4/clock_time.m4: Remove trailing blank.
39908         * m4/intmax_t.m4: Likewise.
39909
39910 2003-07-10  Jim Meyering  <jim@meyering.net>
39911
39912         * lib/vasnprintf.c: Remove trailing blanks.
39913         Make cpp indentation consistent.
39914
39915 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39916
39917         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39918         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39919         Switch from LGPL to GPL.
39920
39921 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39922
39923         * config/srclist.txt: Sort sublists.  Add
39924         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39925         that differ from gnulib for one reason or another; we'd like this list
39926         to be smaller but for now let's document what we have.
39927
39928 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39929
39930         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39931         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39932         and sweeter "eval x=$x".
39933         * config/srclist.txt: Get lib/argp* from glibc.
39934
39935 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39936
39937         * lib/mktime.c: Fix some boundary cases and remove need for floating
39938         point.
39939
39940         Issue a compile-time diagnostic if time_t is floating point, or if
39941         two's complement arithmetic is not in effect, or if arithmetic
39942         right shift does not propagate the sign.  These assumptions were
39943         all in the original code but they weren't checked.
39944
39945         (TIME_T_MIDPOINT, verify): New macros.
39946         (__isleap): Remove; it has integer overflow problems.
39947         (leapyear): New function, without those problems.
39948         (ydhms_tm_diff): Remove; splitting into two parts.
39949         (ydhms_diff): New function, containing the arithmetic part of
39950         the old ydhms_tm_diff function.  Issue a compile-time
39951         diagnostic if we are not using C99 integer division.
39952         Avoid casts when possible.
39953         (guess_time_tm): New function, containing the checking part of
39954         the old ydhms_tm_diff function.  Return the new value, rather than
39955         the difference between it and the old.  Accept a new argument T
39956         so that *T specifies the old value.  Check for overflow in the result.
39957
39958         (__mktime_internal): Use a time_t offset, not a long int offset.
39959         This undoes the 2003-06-04 change, which is no longer needed now
39960         that we have better overflow checking.
39961         (localtime_offset): Likewise.
39962
39963         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39964         and long are 64-bit but int is only 32-bit.
39965         (ydhms_diff): Use long int to store year1 and yday1.
39966         Issue a compile-time diagnostic if long int is not wide enough.
39967
39968         (__mktime_internal): Use long int to store adjusted year and yday.
39969         Use plain C rather than preprocessor commands, if that doesn't
39970         affect efficiency.
39971         Check for overflow (and try to repair) after each probe
39972         rather than checking only at the very end.  This avoids some bugs
39973         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39974         does not equal GMT offset at maximum time).
39975         Use integer to check for overflow rather than floating point; this
39976         is more portable to non-IEEE hosts, and is a tad faster.
39977         When we detect that we are oscillating between two values,
39978         don't check whether tm_isdst has the requested value, since
39979         we already know the answer.  When tm_isdst has the wrong value,
39980         use a different heuristic to find the right one, based on the
39981         extreme values actually observed in practice in tz2003a,
39982         rather than the (overly optimistic) "previous 3 calendar quarters".
39983
39984         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39985         "T const" to accommodate glibc style.
39986         (check_result): Use less-confusing report format.  "long" -> "long int.
39987         (main): Likewise.
39988         Don't loop if the iteration overflows time_t.
39989         Allow a negative step in the iteration.
39990
39991 2003-07-06  Karl Berry  <karl@gnu.org>
39992
39993         * config/depcomp: update from automake.
39994         * config/config.sub: update from prep.
39995
39996 2003-07-03  Karl Berry  <karl@gnu.org>
39997
39998         * config/config.guess: update from prep.
39999
40000 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40001
40002         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
40003         xreadlink.c now includes it unconditionally.
40004
40005 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40006
40007         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
40008         having it depend on HAVE_SYS_TYPES_H.
40009
40010 2003-07-01  Bruno Haible  <bruno@clisp.org>
40011
40012         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
40013         <sys/types.h> should be sufficient.
40014         Reported by Paul Eggert.
40015
40016 2003-06-26  Karl Berry  <karl@gnu.org>
40017
40018         * config/depcomp: update from automake.
40019
40020 2003-06-26  Bruno Haible  <bruno@clisp.org>
40021
40022         * modules/human: Depend on module stdbool.
40023
40024 2003-06-25  Bruno Haible  <bruno@clisp.org>
40025
40026         * modules/readlink: New file.
40027         * modules/xreadlink: Depend on it.
40028         * MODULES.html.sh (func_all_modules): Add readlink.
40029
40030 2003-06-25  Bruno Haible  <bruno@clisp.org>
40031
40032         * m4/readlink.m4: New file.
40033
40034 2003-06-25  Bruno Haible  <bruno@clisp.org>
40035
40036         * lib/readlink.c: New file.
40037
40038 2003-06-22  Karl Berry  <karl@gnu.org>
40039
40040         * config/srclist.txt: update mkinstalldirs from automake.
40041         * config/mkinstalldirs: update.
40042
40043 2003-06-22  Bruno Haible  <bruno@clisp.org>
40044
40045         Portability to mingw32.
40046         * m4/ssize_t.m4: New file, from GNU gettext.
40047         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
40048         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
40049
40050 2003-06-22  Bruno Haible  <bruno@clisp.org>
40051
40052         * modules/safe-read: Add m4/ssize_t.m4.
40053         * modules/xreadlink: Add m4/ssize_t.m4.
40054
40055 2003-06-20  Bruno Haible  <bruno@clisp.org>
40056
40057         Assume C89, so PARAMS isn't needed.
40058         * lib/unicodeio.h (PARAMS): Remove.
40059         * lib/unicodeio.c: Don't use PARAMS.
40060
40061 2003-06-18  Karl Berry  <karl@gnu.org>
40062
40063         * config/config.{guess,sub}: update from prep.
40064
40065 2003-06-18  Jim Meyering  <jim@meyering.net>
40066
40067         Merge changes from coreutils.
40068         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
40069         Remove explicit declarations of xmalloc and realloc.
40070         Include xalloc.h.
40071         (read_utmp): Remove anachronistic cast of xmalloc.
40072
40073 2003-06-17  Paul Eggert  <eggert@twinsun.com>
40074
40075         Assume C89, so PARAMS isn't needed.
40076         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
40077         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
40078         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
40079         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
40080         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
40081         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
40082         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
40083         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40084         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40085         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40086         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40087         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40088         no longer needed. Anyway, config.h should always be included before any
40089         other file.
40090
40091 2003-06-11  Simon Josefsson  <jas@extundo.com>
40092
40093         * modules/sysexits: New file.
40094         * MODULES.html.sh (func_all_modules): Add sysexits.
40095
40096 2003-06-11  Simon Josefsson  <jas@extundo.com>
40097
40098         * lib/sysexit_.h: New file.
40099
40100 2003-06-11  Derek Price  <derek@ximbiot.com>
40101
40102         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40103         necessary.
40104
40105 2003-06-11  Bruno Haible  <bruno@clisp.org>
40106
40107         * m4/sysexits.m4: New file.
40108
40109 2003-06-10  Simon Josefsson  <jas@extundo.com>
40110
40111         * lib/argp.h: New file, from glibc.
40112         * lib/argp-ba.c: New file, from glibc.
40113         * lib/argp-eexst.c: New file, from glibc.
40114         * lib/argp-fmtstream.c: New file, from glibc.
40115         * lib/argp-fmtstream.h: New file, from glibc.
40116         * lib/argp-fs-xinl.c: New file, from glibc.
40117         * lib/argp-help.c: New file, from glibc.
40118         * lib/argp-namefrob.h: New file, from glibc.
40119         * lib/argp-parse.c: New file, from glibc.
40120         * lib/argp-pv.c: New file, from glibc.
40121         * lib/argp-pvh.c: New file, from glibc.
40122         * lib/argp-xinl.c: New file, from glibc.
40123
40124 2003-06-10  Simon Josefsson  <jas@extundo.com>
40125
40126         * modules/strchrnul: New file.
40127
40128 2003-06-10  Simon Josefsson  <jas@extundo.com>
40129
40130         * modules/argp: New file.
40131
40132 2003-06-10  Simon Josefsson  <jas@extundo.com>
40133
40134         * m4/strchrnul.m4: New file.
40135
40136 2003-06-10  Simon Josefsson  <jas@extundo.com>
40137
40138         * lib/strchrnul.h: New file.
40139         * lib/strchrnul.c: New file.
40140
40141 2003-06-10  Bruno Haible  <bruno@clisp.org>
40142
40143         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40144
40145 2003-06-07  Karl Berry  <karl@gnu.org>
40146
40147         * config/config.{guess,sub}: update from prep.
40148
40149 2003-06-07  Jim Meyering  <jim@meyering.net>
40150
40151         * modules/strtod: Use $(...) notation, not @...@ for
40152         AC_REPLACE'd variables.
40153         * modules/localcharset: Likewise.
40154
40155 2003-06-07  Jim Meyering  <jim@meyering.net>
40156
40157         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40158         in place of my name in the copyright comment.
40159         Remove definition and uses of __P.
40160
40161         From coreutils.
40162         * lib/stat.c: Don't declare xmalloc explicitly.
40163         Instead, include "xalloc.h".
40164         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40165         xrealloc, and xcalloc return values.
40166         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40167         Improve comment.
40168         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40169
40170 2003-06-07  Bruno Haible  <bruno@clisp.org>
40171
40172         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40173         avoid AC_CONFIG_LINKS.
40174         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40175         fnmatch.h, to avoid AC_CONFIG_LINKS.
40176         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40177
40178 2003-06-07  Bruno Haible  <bruno@clisp.org>
40179
40180         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40181         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40182         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40183         directory.
40184         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40185         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40186         directory.
40187
40188 2003-06-06  Jim Meyering  <jim@meyering.net>
40189
40190         Merge from coreutils.
40191         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40192         Consolidate declarations and initializations of *_base* locals.
40193
40194         Merge from coreutils.
40195         This avoids a core dump on systems without GNU putenv,
40196         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40197         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40198         (unsetenv): New static function, from GNU libc.
40199         (rpl_putenv): Use it.
40200
40201         * lib/modechange.c: Remove trailing blanks.
40202
40203         Merge from coreutils.
40204         * lib/fsusage.c: Remove declaration of statfs.
40205         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40206
40207         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40208
40209 2003-06-06  Jim Meyering  <jim@meyering.net>
40210
40211         * lib/stdbool_.h: Renamed from stdbool.h.in.
40212
40213 2003-06-06  Jim Meyering  <jim@meyering.net>
40214             Bruno Haible  <bruno@clisp.org>
40215
40216         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40217         Adjust Makefile.am snippet not to redirect directly to target.
40218         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40219
40220 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40221
40222         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40223         mismatch, look in future quarters as well as past.  This fixes a
40224         bug when processing fall-backwards gaps immediately after a long
40225         period of daylight-saving time.
40226
40227         * lib/mktime.c: Assume freestanding C89 or better.
40228         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40229         (__P): Remove; not used.
40230         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40231         (mktime, not_equal_tm, print_tm, check_result,
40232         main): Use prototypes.  Use const * where appropriate.
40233         (main): Fix typo in testing code that uncovered by above changes.
40234         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40235
40236 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40237
40238         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40239         locale.h, localeconv.  This merges changes from coreutils.
40240
40241         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40242         It can be removed after the next Autoconf is released.
40243         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40244         needed.
40245
40246 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40247
40248         * lib/mktime.c: Fix Debian bug 177940
40249         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40250         (localtime_offset): Now long int, not time_t, because we want it
40251         to be guaranteed to be signed.  All uses changed.
40252         (__mktime_internal): If overflow would occur when adding offset,
40253         don't add it.
40254
40255         Merge 'human' changes from coreutils.  Rewrite to support
40256         locale-specific notations like thousands separators.
40257         * lib/human.c: Simplify authorship notice.
40258         Include human.h immediately after config.h.
40259         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40260         <limits.h>: Do not include, since human.h does.
40261         (SIZE_MAX, UINTMAX_MAX): New macros.
40262         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40263         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40264         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40265         (power_letter): Renamed from suffixes.
40266         (generate_suffix_backwards): Remove.
40267         (adjust_value): Now takes int style (because of human.h changes)
40268         and long double value (for greater precision on some platforms).
40269         (group_number): New function.
40270         (human_readable): Use it.  Use integer options, not enum.
40271         Put the options before the sizes in the arg list.
40272         Support all the new options.
40273         The old human_readable function has been removed;
40274         use inttostr.h instead.
40275         (human_readable, default_block_size, humblock):
40276         Use uintmax_t, not int, for block sizes.
40277         (human_readable_inexact, block_size_types): Remove.
40278         (block_size_opts): New constant.
40279         (human_options): Renamed from human_block_size, with new signature
40280         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40281         * lib/human.h: Add copyright and authorship notice.
40282         Include <limits.h> and <stdbool.h> unconditionally.
40283         (PARAMS): Remove.  All uses removed.
40284         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40285         (enum human_inexact_style): Remove tag; now a nameless enum.
40286         (human_floor, human_ceiling, human_round_to_even): Now have
40287         values 2, 0, 1 rather than -1, 1, 0.
40288         (human_group_digits, human_suppress_point_zero, human_autoscale,
40289         human_base_1024, human_SI, human_B): New constants.
40290         (human_readable_inexact, human_block_size): Remove.
40291         (human_readable): Size args are now uintmax_t, not int.
40292         (human_options): New decl.
40293
40294         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40295         unnecessary now that we assume C89 or better.  This change
40296         imported from coreutils.
40297
40298         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40299         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40300         in the 2003-05-30 sync from glibc.
40301
40302         .h files should stand alone, but we shouldn't include <sys/types.h>
40303         if we can get away with just <stddef.h>.
40304
40305         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40306         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40307         rather than <sys/types.h>, as we merely need size_t.
40308         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40309         to get size_t.
40310         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40311         Include <stdio.h>, to get FILE.
40312         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40313         memcasecmp.h has included <stddef.h> and all we need is size_t.
40314         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40315         our interface, instead of including <sys/types.h>
40316
40317 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40318
40319         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40320         now, as glibc mktime is buggy on non-glibc systems.
40321
40322 2003-06-03  Karl Berry  <karl@gnu.org>
40323
40324         * config/config.sub: update from prep.
40325
40326 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40327
40328         [from coreutils]
40329         Fix some minor time-related bugs with POSIX time arguments.
40330         Some valid time stamps were being rejected (notably -1, and
40331         time stamps before 1900 on 64-bit hosts).  And some invalid
40332         time stamps were being accepted, e.g. September 31.
40333
40334         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40335         that we can return (time_t) -1 successfully.
40336         * lib/posixtm.c: Likewise.
40337         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40338         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40339         (t): Remove static var.
40340         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40341         of static var.  All uses changed.
40342         (year): Do not reject years before 1900; they can occur with
40343         64-bit time_t.
40344         (posix_time_parse): Do not check for out-of-range components;
40345         that is now the caller's responsibility, since our checks were
40346         only approximations.
40347         (posixtime): Use mktime to check for out-of-range components,
40348         since it knows them exactly.
40349         If mktime returns (time_t) -1, check whether an error actually occurred
40350         by invoking localtime on -1.
40351         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40352         posixtime failures better.
40353         Improve the test data (in comments only).
40354
40355 2003-06-02  Karl Berry  <karl@gnu.org>
40356
40357         * config/mkinstalldirs (version): new variable.
40358         (--version): new option.
40359         (usage): improve message.
40360
40361 2003-05-30  Karl Berry  <karl@gnu.org>
40362
40363         * lib/mktime.c: update from libc.
40364
40365 2003-05-30  Bruno Haible  <bruno@clisp.org>
40366
40367         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40368         * config/config.rpath: Upgrade to gettext-0.12.1.
40369
40370 2003-05-30  Bruno Haible  <bruno@clisp.org>
40371
40372         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40373         * m4/nls.m4: New file, from gettext-0.12.1.
40374         * m4/po.m4: New file, from gettext-0.12.1.
40375         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40376
40377 2003-05-30  Bruno Haible  <bruno@clisp.org>
40378
40379         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40380         * lib/localcharset.h: Likewise.
40381         * lib/localcharset.c: Likewise.
40382
40383 2003-05-29  Karl Berry  <karl@gnu.org>
40384
40385         * config/config.rpath: update from gettext.
40386
40387 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40388
40389         Assume the headers required for C89 freestanding compilers.
40390         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40391         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40392         * m4/human.m4 (gl_HUMAN): Likewise.
40393         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40394         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40395         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40396         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40397         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40398         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40399
40400 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40401
40402         Assume the headers required for C89 freestanding compilers.
40403         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40404         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40405         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40406         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40407         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40408         define, since <limits.h> is guaranteed to do that.
40409         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40410         * lib/exclude.c: Include <stdbool.h> unconditionally.
40411         * lib/tempname.c: Include <stddef.h> unconditionally.
40412         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40413         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40414         <stddef.h> does that.
40415         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40416         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40417         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40418         needed.
40419         * lib/xstrtol.c: Likewise.
40420         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40421         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40422
40423         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40424         warnings on some platforms.
40425
40426         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40427         arbitrarily.
40428
40429 2003-05-26  Jim Meyering  <jim@meyering.net>
40430
40431         Merge in a change from coreutils:
40432         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40433         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40434         that condition, rather than `-1' which is slightly misleading.
40435         Change the name of the cache variable to have the gl_ prefix.
40436         Prompted by a patch from Richard Dawe for DJGPP.
40437
40438 2003-05-24  Karl Berry  <karl@gnu.org>
40439
40440         * config/config.guess: update from prep.
40441
40442 2003-05-22  Karl Berry  <karl@gnu.org>
40443
40444         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40445
40446 2003-05-20  Karl Berry  <karl@gnu.org>
40447
40448         * config/config.guess: update from prep.
40449
40450 2003-05-18  Karl Berry  <karl@gnu.org>
40451
40452         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40453         might actually be set by the user.
40454
40455         * config/depcomp, install-sh, mdate-sh: update from automake.
40456
40457 2003-05-17  Bruno Haible  <bruno@clisp.org>
40458
40459         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40460         invalid expansion for AC_EGREP_CPP.
40461         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40462         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40463         Suggested by Akim Demaille <akim@epita.fr> in
40464         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40465
40466 2003-05-12  Jim Meyering  <jim@meyering.net>
40467
40468         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40469         the space-padded-by-default conversion specifiers, %e, %k, %l.
40470
40471 2003-05-12  Bruno Haible  <bruno@clisp.org>
40472
40473         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40474         the string is longer than 4 KB.
40475
40476 2003-05-11  Karl Berry  <karl@gnu.org>
40477
40478         * config/config.{guess,sub}: update from prep.
40479
40480 2003-05-09  Bruno Haible  <bruno@clisp.org>
40481
40482         * modules/error: Add m4/strerror_r.m4 to file list.
40483
40484 2003-05-03  Bruno Haible  <bruno@clisp.org>
40485
40486         Upgrade to Unicode-4.0.
40487         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40488         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40489         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40490         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40491         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40492         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40493         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40494         Change width of U+E0100..U+E01EF from 1 to 0.
40495
40496 2003-04-25  Jim Meyering  <jim@meyering.net>
40497
40498         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40499         of type size_t, not int.
40500
40501 2003-04-25  Bruno Haible  <bruno@clisp.org>
40502
40503         * lib/copy-file.c: Include <stddef.h>, for size_t.
40504
40505 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40506
40507         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40508         code which expansion is under static control.  Patch imported from
40509         Akim Demaille's patch to Bison; see
40510         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40511
40512 2003-04-14  Bruno Haible  <bruno@clisp.org>
40513
40514         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40515
40516 2003-04-11  Jim Meyering  <jim@meyering.net>
40517
40518         Merge changes from Coreutils.
40519
40520         2003-03-22  Jim Meyering  <jim@meyering.net>
40521
40522         * lib/strftime.c (widen): Cast alloca return value to proper type.
40523
40524         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40525
40526         From GNU libc.
40527         * lib/strftime.c (my_strftime): Handle very large width
40528         specifications for numeric values correctly.  Improve checks for
40529         overflow.
40530
40531         2003-01-19  Jim Meyering  <jim@meyering.net>
40532
40533         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40534         definitions.
40535         (nl_get_alt_digit) [! defined my_strftime]: Define.
40536         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40537         _nl_get_alt_digit and _nl_get_walt_digit.
40538
40539         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40540         libc. These changes have no effect outside of _LIBC.
40541
40542 2003-04-10  Bruno Haible  <bruno@clisp.org>
40543
40544         * modules/findprog: New file.
40545         * MODULES.html.sh (func_all_modules): Add it.
40546
40547 2003-04-10  Bruno Haible  <bruno@clisp.org>
40548
40549         * m4/findprog.m4: New file.
40550         * m4/eaccess.m4: New file.
40551
40552 2003-04-10  Bruno Haible  <bruno@clisp.org>
40553
40554         * lib/findprog.h: New file, from GNU gettext.
40555         * lib/findprog.c: New file, from GNU gettext.
40556
40557 2003-04-05  Jim Meyering  <jim@meyering.net>
40558
40559         Merge changes from Coreutils.
40560
40561         * lib/exclude.h (PARAMS): Remove definition and uses.
40562         * lib/exclude.c: Remove uses of `PARAMS'.
40563
40564         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40565         Add test-cases for DOS filenames. Declare program_name.
40566         (main): Set up program_name.  Patch by Rich Dawe.
40567
40568         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40569         error from mntctl.
40570         Use mntctl's return value to drive the entry-processing loop, since
40571         we can't rely on the value of the vmt_length member in the last
40572         entry.  On some systems doing so could result in exhausting
40573         virtual memory.  Based in part on a patch from Mike Jetzer.
40574
40575 2003-04-04  Bruno Haible  <bruno@clisp.org>
40576
40577         * modules/linebreak: New file.
40578         * MODULES.html.sh (func_all_modules): Add it.
40579
40580 2003-04-04  Bruno Haible  <bruno@clisp.org>
40581
40582         * m4/linebreak.m4: New file.
40583
40584 2003-04-04  Bruno Haible  <bruno@clisp.org>
40585
40586         * lib/linebreak.h: New file, from GNU gettext.
40587         * lib/linebreak.c: New file, from GNU gettext with slight
40588         modifications.
40589         * lib/lbrkprop.h: New file, from GNU gettext.
40590
40591 2003-04-03  Bruno Haible  <bruno@clisp.org>
40592
40593         * modules/utf8-ucs4: New file.
40594         * modules/utf16-ucs4: New file.
40595         * modules/ucs4-utf8: New file.
40596         * modules/ucs4-utf16: New file.
40597         * MODULES.html.sh (func_all_modules): Add them.
40598
40599 2003-04-03  Bruno Haible  <bruno@clisp.org>
40600
40601         * m4/utf-ucs4.m4: New file.
40602         * m4/ucs4-utf.m4: New file.
40603
40604 2003-04-03  Bruno Haible  <bruno@clisp.org>
40605
40606         * lib/utf8-ucs4.h: New file, from GNU gettext.
40607         * lib/utf16-ucs4.h: New file, from GNU gettext.
40608         * lib/ucs4-utf8.h: New file, from GNU gettext.
40609         * lib/ucs4-utf16.h: New file, from GNU gettext.
40610
40611 2003-04-02  Bruno Haible  <bruno@clisp.org>
40612
40613         * modules/binary-io: New file.
40614         * MODULES.html.sh (func_all_modules): Add it.
40615
40616 2003-04-02  Bruno Haible  <bruno@clisp.org>
40617
40618         * lib/binary-io.h: New file, from GNU gettext.
40619
40620 2003-04-01  Bruno Haible  <bruno@clisp.org>
40621
40622         * modules/pathname: New file.
40623         * MODULES.html.sh (func_all_modules): Add it.
40624
40625 2003-04-01  Bruno Haible  <bruno@clisp.org>
40626
40627         * lib/pathname.h: New file, from GNU gettext.
40628         * lib/concatpath.c: New file, from GNU gettext.
40629
40630 2003-03-30  Bruno Haible  <bruno@clisp.org>
40631
40632         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40633
40634 2003-03-30  Bruno Haible  <bruno@clisp.org>
40635
40636         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40637         function chown() doesn't exist.
40638
40639 2003-03-28  Bruno Haible  <bruno@clisp.org>
40640
40641         * modules/copy-file: New file.
40642         * MODULES.html.sh (func_all_modules): Add it.
40643
40644 2003-03-28  Bruno Haible  <bruno@clisp.org>
40645
40646         * m4/copy-file.m4: New file.
40647
40648 2003-03-28  Bruno Haible  <bruno@clisp.org>
40649
40650         * lib/copy-file.h: New file, from GNU gettext.
40651         * lib/copy-file.c: New file, from GNU gettext.
40652
40653 2003-03-18  Jim Meyering  <jim@meyering.net>
40654
40655         * lib/quote.c (quote_n): Fix typo in comment.
40656
40657 2003-03-18  Bruno Haible  <bruno@clisp.org>
40658
40659         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40660         checking.
40661         * m4/onceonly_2_57.m4: Likewise.
40662
40663 2003-03-17  Bruno Haible  <bruno@clisp.org>
40664
40665         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40666         (m4_quote): Remove macro.
40667         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40668
40669 2003-03-14  Jim Meyering  <jim@meyering.net>
40670
40671         Merge changes from Coreutils.
40672         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40673         to be const, in order to avoid warnings.
40674         (obstack_room): Likewise.
40675         (obstack_empty_p): Likewise.
40676
40677 2003-03-14  Bruno Haible  <bruno@clisp.org>
40678
40679         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40680         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40681
40682 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40683
40684         Merge changes from Bison.
40685         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40686         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40687         when compiling Bison 1.875's `bitset bset = obstack_alloc
40688         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40689         * lib/hash.c: Include <stdbool.h> unconditionally.
40690
40691 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40692
40693         * m4/onceonly.m4 (m4_quote): New macro.
40694         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40695         Quote AC_FOREACH variable-expansions properly.
40696
40697 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40698
40699         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40700
40701 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40702
40703         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40704         Reported by Bruce Becker; see:
40705         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40706
40707 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40708             Bruno Haible  <bruno@clisp.org>
40709
40710         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40711         Reported by John Hughes, see
40712         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40713
40714 2003-02-20  Bruno Haible  <bruno@clisp.org>
40715
40716         * MODULES.html.sh (func_all_modules): Add poll.
40717
40718 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40719
40720         * modules/poll: New file.
40721
40722 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40723
40724         * lib/poll_.h: New file.
40725         * lib/poll.c: New file.
40726
40727 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40728
40729         * m4/poll.m4: New file.
40730
40731 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40732
40733         * modules/mathl: New file.
40734
40735 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40736
40737         * lib/mathl.h: New file.
40738         * lib/acosl.c: New file.
40739         * lib/asinl.c: New file.
40740         * lib/atanl.c: New file.
40741         * lib/ceill.c: New file.
40742         * lib/cosl.c: New file.
40743         * lib/expl.c: New file.
40744         * lib/floorl.c: New file.
40745         * lib/frexpl.c: New file.
40746         * lib/ldexpl.c: New file.
40747         * lib/logl.c: New file.
40748         * lib/sincosl.c: New file.
40749         * lib/sinl.c: New file.
40750         * lib/sqrtl.c: New file.
40751         * lib/tanl.c: New file.
40752         * lib/trigl.c: New file.
40753         * lib/trigl.h: New file.
40754
40755 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40756
40757         * m4/mathl.m4: New file.
40758
40759 2003-02-18  Bruno Haible  <bruno@clisp.org>
40760
40761         * MODULES.html.sh (func_all_modules): Add mathl.
40762
40763 2003-02-17  Bruno Haible  <bruno@clisp.org>
40764
40765         * modules/mkdtemp: New module.
40766         * MODULES.html.sh (func_all_modules): Add it.
40767
40768 2003-02-17  Bruno Haible  <bruno@clisp.org>
40769
40770         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
40771
40772 2003-02-17  Bruno Haible  <bruno@clisp.org>
40773
40774         * lib/mkdtemp.h: New file, from GNU gettext.
40775         * lib/mkdtemp.c: New file, from GNU gettext.
40776
40777 2003-02-02  Jim Meyering  <jim@meyering.net>
40778
40779         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
40780         e.g. glibc-2.2.93.
40781
40782 2003-01-31  Bruno Haible  <bruno@clisp.org>
40783
40784         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
40785         'rpl_rename'.
40786         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
40787         'rpl_strnlen'.
40788         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
40789         'rpl_strtod'.
40790         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
40791         'rpl_utime'.
40792
40793 2003-01-31  Bruno Haible  <bruno@clisp.org>
40794
40795         * lib/rename.c: #undef rename before defining rpl_rename.
40796         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
40797
40798 2003-01-30  Bruno Haible  <bruno@clisp.org>
40799
40800         * modules/vasnprintf, modules/vasprintf: New modules.
40801         * MODULES.html.sh (func_all_modules): Add them.
40802
40803 2003-01-30  Bruno Haible  <bruno@clisp.org>
40804
40805         * m4/signed.m4: New file, from GNU gettext.
40806         * m4/longdouble.m4: New file, from GNU gettext.
40807         * m4/wchar_t.m4: New file, from GNU gettext.
40808         * m4/wint_t.m4: New file, from GNU gettext.
40809         * m4/vasnprintf.m4: New file.
40810         * m4/vasprintf.m4: New file.
40811
40812 2003-01-30  Bruno Haible  <bruno@clisp.org>
40813
40814         * lib/printf-args.h: New file, from GNU gettext.
40815         * lib/printf-args.c: New file, from GNU gettext.
40816         * lib/printf-parse.h: New file, from GNU gettext.
40817         * lib/printf-parse.c: New file, from GNU gettext.
40818         * lib/vasnprintf.h: New file, from GNU gettext.
40819         * lib/vasnprintf.c: New file, from GNU gettext.
40820         * lib/asnprintf.c: New file, from GNU gettext.
40821         * lib/vasprintf.h: New file, from GNU gettext with modifications.
40822         * lib/vasprintf.c: New file, from GNU gettext.
40823         * lib/asprintf.c: New file, from GNU gettext.
40824
40825 2003-01-29  Bruno Haible  <bruno@clisp.org>
40826
40827         * modules/stpncpy: New module.
40828         * MODULES.html.sh (func_all_modules): Add it.
40829
40830 2003-01-29  Bruno Haible  <bruno@clisp.org>
40831
40832         * m4/stpncpy.m4: New file.
40833
40834 2003-01-29  Bruno Haible  <bruno@clisp.org>
40835
40836         * lib/stpncpy.h: New file, from GNU gettext with modifications.
40837         * lib/stpncpy.c: New file, from GNU gettext with modifications.
40838
40839 2003-01-28  Bruno Haible  <bruno@clisp.org>
40840
40841         * modules/c-ctype: New module.
40842         * MODULES.html.sh (func_all_modules): Add it.
40843
40844 2003-01-28  Bruno Haible  <bruno@clisp.org>
40845
40846         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
40847         Paul Eggert.
40848         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
40849         Paul Eggert.
40850
40851 2003-01-27  Bruno Haible  <bruno@clisp.org>
40852
40853         * modules/xsetenv: New module.
40854         * MODULES.html.sh (func_all_modules): Add it.
40855
40856 2003-01-27  Bruno Haible  <bruno@clisp.org>
40857
40858         * lib/xsetenv.h: New file, from GNU gettext.
40859         * lib/xsetenv.c: New file, from GNU gettext.
40860
40861 2003-01-23  Jim Meyering  <jim@meyering.net>
40862
40863         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
40864         from working on systems without dirfd (at least Irix and OSF1/Tru64).
40865
40866 2003-01-23  Bruno Haible  <bruno@clisp.org>
40867
40868         * modules/minmax: New module.
40869         * MODULES.html.sh (func_all_modules): Add it.
40870
40871 2003-01-23  Bruno Haible  <bruno@clisp.org>
40872
40873         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
40874         Eggert.
40875
40876 2003-01-22  Bruno Haible  <bruno@clisp.org>
40877
40878         * modules/exit: New module.
40879         * MODULES.html.sh (func_all_modules): Add it.
40880
40881 2003-01-22  Bruno Haible  <bruno@clisp.org>
40882
40883         * lib/exit.h: New file, from GNU gettext.
40884
40885 2003-01-19  Bruno Haible  <bruno@clisp.org>
40886
40887         * gnulib-tool: Recognize option --extract-maintainer.
40888         (func_get_maintainer): New function.
40889         * modules/*: Add Maintainer entry.
40890
40891 2003-01-16  Jim Meyering  <jim@meyering.net>
40892
40893         * m4/regex.m4: The `regex' struct is both input and output.
40894         Initialize it before each use.  Patch by Tim Waugh.
40895
40896 2003-01-16  Bruno Haible  <bruno@clisp.org>
40897
40898         * MODULES.html.sh: Add a table of contents. Add the module name as
40899         leftmost column. Add hyperlinks.
40900
40901 2003-01-15  Bruno Haible  <bruno@clisp.org>
40902
40903         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
40904
40905 2003-01-15  Bruno Haible  <bruno@clisp.org>
40906
40907         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
40908         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
40909         suffix.
40910
40911 2003-01-15  Bruno Haible  <bruno@clisp.org>
40912
40913         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40914
40915 2003-01-15  Bruno Haible  <bruno@clisp.org>
40916
40917         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40918         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40919
40920 2003-01-14  Jim Meyering  <jim@meyering.net>
40921
40922         * lib/same.c (same_name): Tweak a comment.
40923
40924 2003-01-14  Bruno Haible  <bruno@clisp.org>
40925
40926         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40927         when a string comparison is sufficient.
40928
40929 2003-01-14  Bruno Haible  <bruno@clisp.org>
40930
40931         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40932         'unsigned int'.
40933
40934 2003-01-14  Bruno Haible  <bruno@clisp.org>
40935
40936         * lib/hash-pjw.c: Add comment about low quality of this function.
40937
40938 2003-01-13  Bruno Haible  <bruno@clisp.org>
40939
40940         * modules/stpcpy: Distribute lib/stpcpy.h.
40941         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40942
40943 2003-01-13  Bruno Haible  <bruno@clisp.org>
40944
40945         * modules/*: Add a description.
40946         * modules/strpbrk: Fix Makefile.am snippet.
40947         * modules/strtoimax: Fix dependencies.
40948         * modules/strtoumax: Likewise.
40949
40950 2003-01-13  Bruno Haible  <bruno@clisp.org>
40951
40952         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40953         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40954         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40955
40956 2003-01-13  Bruno Haible  <bruno@clisp.org>
40957
40958         * gnulib-tool (func_create_testdir): Store config/* files in the main
40959         directory.
40960         * config.rpath: Move to ...
40961         * config/config.rpath: ... here.
40962         * modules/gettext: Contains config/config.rpath, not config.rpath.
40963         * modules/iconv: Likewise.
40964
40965 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40966
40967         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40968         to avoid collisions with libcurses and libreadline.
40969
40970         * m4/getstr.m4: Remove.
40971         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40972
40973 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40974
40975         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40976         to avoid collisions with libcurses and libreadline.
40977
40978         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40979         * lib/getstr.h, getstr.c: Remove.
40980         * lib/getline.c: Include "getline.h", to check interface.
40981         Move body of old getstr.c here: this defines MIN_CHUNK and
40982         declares getdelim2, which is renamed from getstr.
40983         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40984
40985         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40986         All uses changed.
40987         * lib/linebuffer.h: Likewise.
40988         (readline): Remove backward-compatibility macro.
40989
40990 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40991
40992         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40993         to avoid collisions with libcurses and libreadline.
40994         * getstr: Remove.
40995         * MODULES.html.sh: Remove getstr.
40996         * modules/getline: Depend on unlocked-io, not getstr.
40997
40998 2003-01-12  Jim Meyering  <jim@meyering.net>
40999
41000         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
41001
41002 2003-01-10  Bruno Haible  <bruno@clisp.org>
41003
41004         * modules/alloca: Change Makefile.am requirements. Simplify Include
41005         requirements. Add lib/alloca_.h to file list.
41006
41007 2003-01-10  Bruno Haible  <bruno@clisp.org>
41008
41009         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
41010
41011 2003-01-10  Bruno Haible  <bruno@clisp.org>
41012
41013         * lib/alloca_.h: New file.
41014         * lib/getdate.y: Unconditionally include alloca.h.
41015         * lib/makepath.c: Likewise.
41016         * lib/setenv.c: Likewise.
41017         * lib/userspec.c: Likewise.
41018
41019 2003-01-09  Karl Berry  <karl@gnu.org>
41020
41021         * MODULES.html.sh: include `dirname $0` in PATH, to find
41022         gnulib-tool.
41023
41024 2003-01-09  Bruno Haible  <bruno@clisp.org>
41025
41026         * modules/stdbool: Change configure.ac, Makefile.am requirements.
41027         Simplify Include requirements. Add lib/stdbool.h.in to file list.
41028
41029 2003-01-09  Bruno Haible  <bruno@clisp.org>
41030
41031         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
41032
41033 2003-01-09  Bruno Haible  <bruno@clisp.org>
41034
41035         * lib/stdbool.h.in: New file.
41036
41037 2003-01-09  Bruno Haible  <bruno@clisp.org>
41038
41039         * gnulib-tool (func_all_modules): Ignore files ending in ~.
41040         * MODULES.html.sh: Likewise.
41041
41042 2003-01-08  Jim Meyering  <jim@meyering.net>
41043
41044         * lib/full-write.c: Undefine and define-away `const' after inclusion
41045         of errno.h, not before.  Suggestion from Bruno Haible.
41046
41047 2003-01-08  Bruno Haible  <bruno@clisp.org>
41048
41049         * modules/full-read: Depend on full-write.
41050
41051 2003-01-08  Bruno Haible  <bruno@clisp.org>
41052
41053         * lib/safe-read.c: Include specification header first, to ensure its
41054         selfcontainedness.
41055         * lib/full-write.c: Likewise.
41056
41057 2003-01-07  Jim Meyering  <jim@meyering.net>
41058
41059         * lib/full-write.c: Rework so that it may serve to define full_read,
41060         too.
41061         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
41062
41063 2003-01-07  Bruno Haible  <bruno@clisp.org>
41064
41065         * lib/strtoimax.c: Include <stdint.h> as an alternative to
41066         <inttypes.h>.
41067         * lib/xstrtol.h: Likewise.
41068         * lib/xstrtoimax.c: Likewise.
41069         * lib/xstrtoumax.c: Likewise.
41070         * lib/human.h: Likewise.
41071
41072         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
41073         on systems that have <inttypes.h> but not <stdint.h>.
41074
41075 2003-01-07  Bruno Haible  <bruno@clisp.org>
41076
41077         * MODULES.html.sh: Add copyright notice.
41078         (missed_files): Omit CVS directory entries.
41079         (func_module): Make it work with sed-3.02.
41080         * MODULES.txt: Remove file.
41081
41082 2003-01-06  Jim Meyering  <jim@meyering.net>
41083
41084         * lib/version-etc.c: Update year in translatable copyright string.
41085
41086 2003-01-03  Karl Berry  <karl@gnu.org>
41087
41088         * config/config.{guess,sub}: update from prep.
41089
41090 2003-01-02  Karl Berry  <karl@gnu.org>
41091
41092         * doc/COPYING.DOC: belatedly updated to 1.2.
41093
41094 2003-01-01  Karl Berry  <karl@gnu.org>
41095
41096         * gnulib-tool (func_verify_module): report module name $module in
41097         error message, not $1.
41098         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41099         be created, only if it doesn't exist.
41100         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41101
41102 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41103
41104         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41105
41106 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41107
41108         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41109         memcmp if strcoll doesn't work.
41110
41111 2002-12-31  Bruno Haible  <bruno@clisp.org>
41112
41113         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41114         nonempty.
41115
41116 2002-12-31  Bruno Haible  <bruno@clisp.org>
41117
41118         * lib/memcoll.c (STRCOLL): New macro.
41119         (memcoll): Use it.
41120
41121 2002-12-31  Bruno Haible  <bruno@clisp.org>
41122
41123         * lib/localcharset.h: New file.
41124         * lib/localcharset.c: Include it.
41125         * lib/unicodeio.c: Likewise.
41126
41127 2002-12-31  Bruno Haible  <bruno@clisp.org>
41128
41129         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41130         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41131
41132 2002-12-31  Bruno Haible  <bruno@clisp.org>
41133
41134         * lib/getline.h: Include <stddef.h>, for size_t.
41135
41136         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41137         * lib/unicodeio.c: Don't include <stddef.h>.
41138
41139 2002-12-31  Bruno Haible  <bruno@clisp.org>
41140
41141         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41142         HAVE_TM_ZONE.
41143
41144 2002-12-24  Karl Berry  <karl@gnu.org>
41145
41146         * config/config.guess: update from prep.
41147
41148 2002-12-24  Bruno Haible  <bruno@clisp.org>
41149
41150         General infrasructure.
41151         * m4/README: Rewritten.
41152         * m4/onceonly.m4: New file.
41153         * m4/onceonly_2_57.m4: New file.
41154
41155         Module atexit.
41156         * m4/atexit.m4: New file.
41157
41158         Module strtod.
41159         * m4/strtod.m4: New file.
41160
41161         Module strtol.
41162         * m4/strtol.m4: New file.
41163
41164         Module strtoul.
41165         * m4/strtoul.m4: New file.
41166
41167         Module memchr.
41168         * m4/memchr.m4: New file.
41169
41170         Module memcmp.
41171         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41172         (jm_FUNC_MEMCMP): Invoke it.
41173
41174         Module memcpy.
41175         * m4/memcpy.m4: New file.
41176
41177         Module memmove.
41178         * m4/memmove.m4: New file.
41179
41180         Module memset.
41181         * m4/memset.m4: New file.
41182
41183         Module strcspn.
41184         * m4/strcspn.m4: New file.
41185
41186         Module strpbrk.
41187         * m4/strpbrk.m4: New file.
41188
41189         Module strstr.
41190         * m4/strstr.m4: New file.
41191
41192         Module strerror.
41193         * m4/strerror.m4: New file.
41194
41195         Module mktime.
41196         * m4/mktime.m4: Renamed from jm-mktime.m4.
41197         (gl_PREREQ_MKTIME): New macro.
41198         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41199
41200         Module malloc.
41201         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41202         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41203         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41204
41205         Module realloc.
41206         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41207         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41208         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41209
41210         Module strftime.
41211         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41212         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41213         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41214         gl_TM_GMTOFF.
41215         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41216
41217         Module xalloc.
41218         * m4/xalloc.m4: New file.
41219
41220         Module alloca.
41221         * m4/alloca.m4: New file.
41222
41223         Module putenv.
41224         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41225         (jm_FUNC_PUTENV): Invoke it.
41226
41227         Module setenv.
41228         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41229         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41230         when invoked twice.
41231         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41232         gt_FUNC_SETENV.
41233
41234         Module memrchr.
41235         * m4/memrchr.m4: New file.
41236
41237         Module stpcpy.
41238         * m4/stpcpy.m4: New file.
41239
41240         Module strcase.
41241         * m4/strcase.m4: New file.
41242
41243         Module strdup.
41244         * m4/strdup.m4: New file.
41245
41246         Module strnlen.
41247         * m4/strnlen.m4: New file.
41248
41249         Module strndup.
41250         * m4/strndup.m4: New file.
41251
41252         Module xstrtod.
41253         * m4/xstrtod.m4: New file.
41254
41255         Module xstrtol.
41256         * m4/xstrtol.m4: New file.
41257
41258         Module getdate.
41259         * m4/getdate.m4: New file.
41260
41261         Module unlocked-io.
41262         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41263         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41264         * m4/jm-glibc-io.m4n: Remove file.
41265
41266         Module long-options.
41267         * m4/long-options.m4: New file.
41268
41269         Module md5.
41270         * m4/md5.m4: New file.
41271
41272         Module sha.
41273         * m4/sha.m4: New file.
41274
41275         Module getstr.
41276         * m4/getstr.m4: New file.
41277
41278         Module getline.
41279         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41280         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41281         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41282         simply getline. Infoke gl_PREREQ_GETLINE.
41283
41284         Module obstack.
41285         * m4/obstack.m4: New file.
41286
41287         Module hash.
41288         * m4/hash.m4: New file.
41289
41290         Module readtokens.
41291         * m4/readtokens.m4: New file.
41292
41293         Module strverscmp.
41294         * m4/strverscmp.m4: New file.
41295
41296         Module stdbool.
41297         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41298         OSF/1.
41299
41300         Module strtoll.
41301         * m4/strtoll.m4: New file.
41302
41303         Module strtoull.
41304         * m4/strtoull.m4: New file.
41305
41306         Module strtoimax.
41307         * m4/strtoimax.m4: New file.
41308
41309         Module strtoumax.
41310         * m4/strtoumax.m4: New file.
41311
41312         Module xstrtoimax.
41313         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41314         jm_AC_PREREQ_XSTRTOIMAX.
41315         Moved the strtol prerequisites to strtol.m4.
41316         Moved the strtoll prerequisites to strtoll.m4.
41317         Moved the strtoimax prerequisites to strtoimax.m4.
41318
41319         Module xstrtoumax.
41320         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41321         jm_AC_PREREQ_XSTRTOUMAX.
41322         Moved the strtoul prerequisites to strtoul.m4.
41323         Moved the strtoull prerequisites to strtoull.m4.
41324         Moved the strtoumax prerequisites to strtoumax.m4.
41325
41326         Module chown.
41327         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41328         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41329
41330         Module dup2.
41331         * m4/dup2.m4: New file.
41332
41333         Module ftruncate.
41334         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41335         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41336
41337         Module getgroups.
41338         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41339         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41340
41341         Module gettimeofday.
41342         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41343         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41344         gl_PREREQ_GETTIMEOFDAY.
41345
41346         Module mkdir.
41347         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41348         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41349
41350         Module mkstemp.
41351         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41352         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41353         jm_AC_TYPE_UINTMAX_T.
41354         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41355
41356         Module stat.
41357         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41358         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41359
41360         Module lstat.
41361         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41362         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41363
41364         Module timespec.
41365         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41366         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41367         * m4/st_mtim.m4: Indentation.
41368
41369         Module nanosleep.
41370         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41371         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41372         gl_PREREQ_NANOSLEEP.
41373
41374         Module regex.
41375         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41376         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41377         (gl_REGEX): New macro.
41378
41379         Module rename.
41380         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41381         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41382
41383         Module rmdir.
41384         * m4/rmdir.m4: New file.
41385
41386         Module utime.
41387         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41388         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41389         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41390
41391         Module dirname.
41392         * m4/dirname.m4: New file.
41393
41394         Module getopt.
41395         * m4/getopt.m4: New file.
41396
41397         Module unistd-safer.
41398         * m4/unistd-safer.m4: New file.
41399
41400         Module fnmatch.
41401         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41402         declaration.
41403         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41404         (gl_FUNC_FNMATCH_POSIX): New macro.
41405         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41406         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41407         simply fnmatch.
41408
41409         Module exclude.
41410         * m4/exclude.m4: New file.
41411
41412         Module human.
41413         * m4/human.m4: New file.
41414
41415         Module acl.
41416         * m4/acl.m4: Nop.
41417
41418         Module backupfile.
41419         * m4/backupfile.m4: New file.
41420         * m4/d-ino.m4: Indentation.
41421
41422         Module fsusage.
41423         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41424         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41425         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41426
41427         Module dirfd.
41428         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41429         requirements.
41430
41431         Module euidaccess.
41432         * m4/euidaccess.m4: New file.
41433
41434         Module file-type.
41435         * m4/file-type.m4: New file.
41436
41437         Module fileblocks.
41438         * m4/fileblocks.m4: New file.
41439
41440         Module filemode.
41441         * m4/filemode.m4: New file.
41442
41443         Module isdir.
41444         * m4/isdir.m4: New file.
41445
41446         Module lchown.
41447         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41448         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41449
41450         Module makepath.
41451         * m4/makepath.m4: New file.
41452
41453         Module modechange.
41454         * m4/modechange.m4: New file.
41455
41456         Module mountlist.
41457         * m4/mountlist.m4: New file.
41458         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41459         Indentation.
41460
41461         Module path-concat.
41462         * m4/path-concat.m4: New file.
41463
41464         Module pathmax.
41465         * m4/pathmax.m4: New file.
41466
41467         Module same.
41468         * m4/same.m4: New file.
41469
41470         Module save-cwd.
41471         * m4/save-cwd.m4: New file.
41472
41473         Module savedir.
41474         * m4/savedir.m4: New file.
41475
41476         Module xgetcwd.
41477         * m4/xgetcwd.m4: New file.
41478         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41479
41480         Module xreadlink.
41481         * m4/xreadlink.m4: New file.
41482
41483         Module safe-read.
41484         * m4/safe-read.m4: New file.
41485
41486         Module safe-write.
41487         * m4/safe-write.m4: New file.
41488
41489         Module closeout.
41490         * m4/closeout.m4: New file.
41491
41492         Module stdio-safer.
41493         * m4/stdio-safer.m4: New file.
41494
41495         Module getpass.
41496         * m4/getpass.m4: New file.
41497
41498         Module getugroups.
41499         * m4/getugroups.m4: New file.
41500
41501         Module group-member.
41502         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41503         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41504
41505         Module idcache.
41506         * m4/idcache.m4: New file.
41507
41508         Module userspec.
41509         * m4/userspec.m4: New file.
41510
41511         Module gettime.
41512         * m4/clock_time.m4: New file.
41513         * m4/gettime.m4: New file.
41514
41515         Module settime.
41516         * m4/settime.m4: New file.
41517
41518         Module posixtm.
41519         * m4/posixtm.m4: New file.
41520
41521         Module gethostname.
41522         * m4/gethostname.m4: New file.
41523
41524         Module canon-host.
41525         * m4/canon-host.m4: New file.
41526
41527         Module gettext.
41528         * m4/codeset.m4: New file, from gettext-0.11.5.
41529         * m4/gettext.m4: New file, from gettext-0.11.5.
41530         * m4/glibc21.m4: New file, from gettext-0.11.5.
41531         * m4/iconv.m4: New file, from gettext-0.11.5.
41532         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41533         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41534         * m4/inttypes.m4: New file, from gettext-0.11.5.
41535         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41536         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41537         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41538         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41539         * m4/lib-link.m4: New file, from gettext-0.11.5.
41540         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41541         * m4/progtest.m4: New file, from gettext-0.11.5.
41542         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41543         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41544         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41545
41546         Module localcharset.
41547         * m4/localcharset.m4: New file.
41548
41549         Module hard-locale.
41550         * m4/hard-locale.m4: New file.
41551
41552         Module mbswidth.
41553         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41554         onceonly macros.
41555         * m4/mbrtowc.m4: Add comment.
41556
41557         Module memcasecmp.
41558         * m4/memcasecmp.m4: New file.
41559
41560         Module memcoll.
41561         * m4/memcoll.m4: New file.
41562
41563         Module unicodeio.
41564         * m4/unicodeio.m4: New file.
41565
41566         Module rpmatch.
41567         * m4/rpmatch.m4: New file.
41568
41569         Module yesno.
41570         * m4/yesno.m4: New file.
41571
41572         Module exitfail.
41573         * m4/exitfail.m4: New file.
41574
41575         Module c-stack.
41576         * m4/c-stack.m4 (gl_C_STACK): New macro.
41577         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41578
41579         Module error.
41580         * m4/error.m4 (gl_ERROR): New macro.
41581         (jm_PREREQ_ERROR): Use onceonly macros.
41582
41583         Module fatal.
41584         * m4/fatal.m4: New file.
41585
41586         Module getloadavg.
41587         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41588         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41589
41590         Module getpagesize.
41591         * m4/getpagesize.m4: New file.
41592
41593         Module getusershell.
41594         * m4/getusershell.m4: New file.
41595
41596         Module physmem.
41597         * m4/physmem.m4: New file.
41598
41599         Module posixver.
41600         * m4/posixver.m4: New file.
41601
41602         Module quotearg.
41603         * m4/quotearg.m4: New file.
41604
41605         Module quote.
41606         * m4/quote.m4: New file.
41607
41608         Module readutmp.
41609         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41610
41611         Module sig2str.
41612         * m4/sig2str.m4: New file.
41613
41614         Other.
41615         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41616         ulonglong.m4.
41617         * m4/intmax_t.m4: New file.
41618         * m4/d-type.m4: Indentation.
41619         * m4/jm-macros.m4: Update.
41620         * m4/prereq.m4 (jm_PREREQ): Update.
41621         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41622         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41623         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41624         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41625         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41626         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41627         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41628         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41629         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41630         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41631         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41632         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41633         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41634         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41635         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41636         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41637         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41638         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41639         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41640
41641 2002-12-24  Bruno Haible  <bruno@clisp.org>
41642
41643         * MODULES.txt: Update according to m4/ changes.
41644
41645         Module gettext.
41646         * config.rpath: New file, from gettext-0.11.5.
41647
41648         * modules/*: New module descriptions.
41649         * gnulib-tool: New file.
41650         * MODULES.html.sh: New file.
41651
41652 2002-12-21  Karl Berry  <karl@gnu.org>
41653
41654         * doc/fdl.texi: update to version 1.2.
41655
41656 2002-12-19  Karl Berry  <karl@gnu.org>
41657
41658         * config/config.guess: update from prep.
41659
41660 2002-12-18  Bruno Haible  <bruno@clisp.org>
41661
41662         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41663         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41664
41665 2002-12-17  Bruno Haible  <bruno@clisp.org>
41666
41667         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41668         stdlib.h, string.h.
41669
41670 2002-12-17  Bruno Haible  <bruno@clisp.org>
41671
41672         * lib/canon-host.c (strdup): Remove unused declaration.
41673
41674         * lib/fsusage.c: Include full_read.h.
41675         (get_fs_usage): Use full_read instead of safe_read.
41676
41677         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41678
41679 2002-12-12  Karl Berry  <karl@gnu.org>
41680
41681         * config/config.guess: update from prep.
41682
41683 2002-12-11  Bruno Haible  <bruno@clisp.org>
41684
41685         * m4/setenv.m4: New file, from gettext-0.11.5.
41686
41687 2002-12-11  Bruno Haible  <bruno@clisp.org>
41688
41689         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41690         not unsetenv().
41691         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41692         modifications:
41693
41694         2002-12-11  Bruno Haible  <bruno@clisp.org>
41695
41696                 * setenv.c (alloca): Fall back to malloc.
41697                 (freea): New macro.
41698                 (setenv): Use freea() to free memory allocated with alloca().
41699
41700         2002-11-13  Bruno Haible  <bruno@clisp.org>
41701
41702                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41703                 function declarations.
41704                 * unsetenv.c (unsetenv): Likewise.
41705
41706         2002-03-04  Bruno Haible  <bruno@clisp.org>
41707
41708                 Portability to AIX 4.3.3.
41709                 * unsetenv.c: New file, extracted from setenv.c.
41710                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41711
41712         2001-12-20  Bruno Haible  <bruno@clisp.org>
41713
41714                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41715                 use malloc instead. For SunOS 4.
41716
41717         2001-12-11  Bruno Haible  <bruno@clisp.org>
41718
41719                 * setenv.c: Declare alloca.
41720                 (compar_fn_t): New typedef.
41721                 (KNOWN_VALUE, STORE_VALUE): Use it.
41722
41723         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41724         setenv.h.
41725
41726 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41727
41728         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41729         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41730         Choose values that are less likely to collide with system fnmatch
41731         options.
41732         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
41733         defined (e.g., a pure POSIX system).
41734         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
41735         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
41736
41737 2002-12-06  Paul Eggert  <eggert@twinsun.com>
41738
41739         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
41740         a pain in practice to deal with generated m4 files.  This change
41741         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
41742
41743         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
41744         and jm-glibc-io.m4, as they are no longer a special case.
41745         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
41746         kludge and the auto-generation stuff.  Check only whether the
41747         functions are declared, not whether they exist, since older hosts
41748         that don't declare the functions can't use the optimization anyway.
41749
41750 2002-12-06  Jim Meyering  <jim@meyering.net>
41751
41752         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
41753
41754         Merge in changes from libc's misc/error.c, in preparation
41755         for the merge of gnulib's changes back into libc.
41756
41757         * lib/error.c (_): Define only if not already defined.
41758         Move definition to follow all #include directives.
41759         Include unlocked-io.h only if !_LIBC.
41760         [_LIBC]: Include <libio/libioP.h>.
41761         [USE_IN_LIBIO]: Include <libio/iolibio.h>
41762         (fflush): Tweak definition to use INTUSE.
41763         (putc): Define.
41764
41765 2002-12-05  Paul Eggert  <eggert@twinsun.com>
41766
41767         * lib/alloca.c [defined emacs]: Include "lisp.h".
41768         (xalloc_die) [defined emacs]: New macro.
41769         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
41770         [! defined emacs]: Include <xalloc.h>.
41771         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
41772         (pointer): Typedef to POINTER_TYPE *.
41773         (malloc): Remove decl; we now always use xmalloc.
41774         (alloca): Use old-style definition, since Emacs needs this.
41775         Check for arithmetic overflow when computing combined size.
41776
41777 2002-12-04  Paul Eggert  <eggert@twinsun.com>
41778
41779         Do not generate unlocked-io.h automatically, since it's easier to
41780         maintain it by hand.
41781
41782         * lib/unlocked-io.h: New file, from GNU diffutils,
41783         but with proper copyright notice and attribution.
41784         * lib/gen-uio: Remove.
41785         * lib/Makefile.am: Add copyright notice.
41786         (libfetish_a_SOURCES): Add unlocked-io.h.
41787         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
41788         (DISTCLEANFILES, io_functions): Remove macros.
41789         (EXTRA_DIST): Remove gen_uio.
41790         (unlocked-io.h): Remove rule.
41791
41792 2002-12-04  Jim Meyering  <jim@meyering.net>
41793
41794         Reflect the fact that stat.c and lstat.c are no longer generated.
41795         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
41796         (DISTCLEANFILES): Likewise.
41797         (EXTRA_DIST): Likewise.
41798         (all_local): Don't depend on stat.c or lstat.c.
41799         (stat.c, lstat.c): Remove rules.
41800         (EXTRA_DIST): Remove xstat.in.
41801
41802         * lib/xstat.in: Remove file.  Contents moved into stat.c.
41803         * lib/stat.c: New file.  Contents mostly from xstat.in.
41804         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
41805         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
41806
41807         * lib/safe-read.c: Rework so that it may serve to define safe_write,
41808         too.
41809         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
41810
41811 2002-12-03  Jim Meyering  <jim@meyering.net>
41812
41813         * lib/safe-read.c, safe-write.c: Change variable names and comments,
41814         but not semantics, to minimize the differences between these two files.
41815         (safe_read): Change comment to mention SAFE_READ_ERROR.
41816
41817         * lib/safe-read.c (IS_EINTR): Define.
41818         (safe_read): Use IS_EINTR in place of in-function cpp directives.
41819
41820 2002-12-02  Jim Meyering  <jim@meyering.net>
41821
41822         * lib/safe-read.c (EINTR): Define.
41823         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41824         (INT_MAX): Provide fallback.
41825         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
41826
41827         * lib/safe-read.h (SAFE_READ_ERROR): Define.
41828
41829 2002-12-02  Bruno Haible  <bruno@clisp.org>
41830
41831         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
41832         Define, taken from safe-read.c.
41833         (INT_MAX): Provide fallback.
41834         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
41835         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
41836
41837         * lib/safe-read.c (EINTR): Remove definition.
41838         (safe_read): Don't use EINTR if it is absent.
41839
41840 2002-12-01  Jim Meyering  <jim@meyering.net>
41841
41842         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
41843         zero.
41844         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
41845
41846 2002-11-27  Paul Eggert  <eggert@twinsun.com>
41847
41848         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
41849         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
41850         with `if (! (value < limit)) abort ();', for readability.
41851
41852 2002-11-26  Karl Berry  <karl@gnu.org>
41853
41854         * lib/strdup.c: copy from libc again, with jim's ok.
41855         * lib/.cppi-disable: re-add strdup.c
41856
41857 2002-11-25  Karl Berry  <karl@gnu.org>
41858
41859         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
41860         instead of "strtol.c".
41861
41862 2002-11-25  Karl Berry  <karl@gnu.org>
41863
41864         * config/install-sh: update from automake for variable quoting, $0 in
41865         error msgs, etc.
41866
41867         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
41868         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
41869         entry.
41870
41871 2002-11-25  Jim Meyering  <jim@meyering.net>
41872
41873         * lib/mktime.c: Sync from libc, now that it has the latest fix.
41874
41875 2002-11-24  Karl Berry  <karl@gnu.org>
41876
41877         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
41878         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
41879
41880 2002-11-24  Jim Meyering  <jim@meyering.net>
41881
41882         Update from coreutils:
41883
41884         * lib/mktime.c: Merge in changes from libc.
41885
41886         Avoid a link-time failure on some Linux systems.
41887         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
41888         (otherwise).
41889         (__mon_yday): Declare with the STATIC attribute.
41890         (__mktime_internal): Likewise.
41891         Based on a report from Greg Schafer.
41892
41893 2002-11-23  Jim Meyering  <jim@meyering.net>
41894
41895         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
41896         Use `unsigned', not `int', as type of index.
41897
41898         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
41899
41900         * lib/fsusage.c: Remove unneeded parentheses around operands of
41901         `defined'.
41902
41903 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41904
41905         * lib/quotearg.h: Allow multiple inclusion by surrounding with
41906         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
41907         so that we can be included first.
41908         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
41909         * lib/quotearg.c: Include quotearg.h immediately after config.h.
41910         No need to include stddef.h or sys/types.h any more.
41911         Surround local include files with "", not "<>".
41912         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41913         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41914         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41915         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41916         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41917         (ISPRINT): Remove; no longer needed now that we assume C89.
41918
41919         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41920         Preserve errno.
41921
41922         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41923         quotearg_char): Use SIZE_MAX rather than
41924         (size_t) -1 when we are talking about "infinity".
41925
41926         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41927
41928 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41929
41930         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41931         hint that one should use `if (! x) abort ();' rather than `assert
41932         (x);', and anyway it's one less thing to worry about configuring.
41933         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41934         hash_rehash, hash_insert): Use abort rather than assert.
41935
41936 2002-11-22  Bruno Haible  <bruno@clisp.org>
41937
41938         * lib/safe-read.h: Assume C89. Add comments.
41939         (safe_read): Change return type to size_t.
41940         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41941         byte counts > SSIZE_MAX correctly.
41942         * lib/safe-write.h: New file.
41943         * lib/safe-write.c: New file.
41944         * lib/full-read.h: New file.
41945         * lib/full-read.c: New file.
41946         * lib/full-write.h: Assume C89. Add comments.
41947         * lib/full-write.c: Include safe-write.h.
41948         (full_write): Rewritten to use safe_write.
41949         Suggested by Jim Meyering and Paul Eggert.
41950
41951 2002-11-21  Jim Meyering  <jim@meyering.net>
41952
41953         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41954
41955         Merge in changes from the coreutils.
41956
41957         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41958         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41959         <stdint.h>.
41960         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41961         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41962         int.  Work more efficiently if X is the same width as uintmax_t.
41963         Do not compare X to -1, to avoid bogus compiler warning.
41964         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41965         Don't assume that f_frsize and f_bsize are the same type.
41966
41967         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41968         warning on FreeBSD.
41969
41970         * lib/makepath.c (make_path): Restore umask *before* creating the final
41971         component.
41972         (make_path): Minor reformatting.
41973
41974         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41975         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41976         HAVE_MALLOC/HAVE_REALLOC.
41977
41978         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41979         dummy ones.  At least on GNU/Linux systems, `auto' means something
41980         else.
41981         From Michael Stone.
41982
41983 2002-11-21  Bruno Haible  <bruno@clisp.org>
41984
41985         Remove case insensitive option matching.
41986         * lib/argmatch.h (argcasematch): Remove declaration.
41987         (ARGCASEMATCH): Remove macro.
41988         (__xargmatch_internal): Remove case_sensitive argument.
41989         (XARGMATCH): Update.
41990         (XARGCASEMATCH): Remove macro.
41991         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41992         case_sensitive argument.
41993         (argcasematch): Remove function.
41994         (__xargmatch_internal): Remove case_sensitive argument.
41995         (main): Use XARGMATCH instead of XARGCASEMATCH.
41996
41997         * lib/xmalloc.c: Change compile-time error message. Add comment about
41998         required autoconf version.
41999
42000 2002-11-20  Paul Eggert  <eggert@twinsun.com>
42001
42002         Merge argmatch cleanups from Bison.  Assume C89.
42003
42004         * lib/argmatch.c: Include config.h here, not in argmatch.h.
42005         Include stdlib.h, for EXIT_FAILURE.
42006         Always include <string.h>, since we assume C89.
42007         (EXIT_FAILURE): Remove pre-C89 bug workaround.
42008         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
42009         Include <stddef.h> instead, since it's all we need for size_t.
42010         (PARAMS): Remove.  All uses removed.
42011         (ARRAY_CARDINALITY): Do not bother to #undef.
42012         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
42013         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42014         Remove unnecessary parentheses.
42015         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42016         Insert necessary parentheses.
42017         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
42018         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
42019
42020 2002-11-19  Bruno Haible  <bruno@clisp.org>
42021
42022         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
42023         * lib/mbswidth.h: Include <stddef.h>, for size_t.
42024
42025         * lib/mbswidth.h (PARAMS): Remove macro.
42026         (mbswidth, mbsnwidth): Use ANSI C function declarations.
42027         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
42028
42029         * lib/gcd.h (PARAMS): Remove macro.
42030         (gcd): Use ANSI C function declarations.
42031         * lib/gcd.c (gcd): Likewise.
42032
42033 2002-11-15  Bruno Haible  <bruno@clisp.org>
42034
42035         * lib/strcspn.c: Include <stddef.h>.
42036         (strcspn): Use ANSI C function declaration. Change return type to
42037         size_t. Use NULL.
42038         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
42039         (strpbrk): Use NULL.
42040         * lib/strpbrk.h (PARAMS): Remove macro.
42041         (strpbrk): Use ANSI C function declaration.
42042         * lib/strstr.c: Don't include <sys/types.h>.
42043         * lib/strstr.h (PARAMS): Remove macro.
42044         (strstr): Use ANSI C function declarations.
42045
42046 2002-11-14  Karl Berry  <karl@gnu.org>
42047
42048         * config/mkinstalldirs: `do' on separate line, instead of
42049         `for var; do'.
42050
42051 2002-11-06  Bruno Haible  <bruno@clisp.org>
42052
42053         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
42054         * lib/gcd.c (gcd): Likewise.
42055
42056 2002-11-05  Bruno Haible  <bruno@clisp.org>
42057
42058         * lib/gcd.h: New file, from gettext-0.11.5.
42059         * lib/gcd.c: New file, from gettext-0.11.5.
42060
42061 2002-11-05  Bruno Haible  <bruno@clisp.org>
42062
42063         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42064         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42065         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42066         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42067
42068         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
42069         <libintl.h>.
42070         * lib/makepath.c: Include gettext.h instead of <locale.h> and
42071         <libintl.h>.
42072
42073         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
42074         * lib/human.c: Include gettext.h instead of <libintl.h>.
42075         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
42076         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
42077         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
42078         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
42079         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
42080         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
42081         (textdomain): Remove definition.
42082         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
42083
42084         * lib/long-options.c: Remove include of <libintl.h> and definition of
42085         _.
42086         * lib/same.c: Remove include of <libintl.h> and definition of _.
42087
42088 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42089
42090         * lib/config.charset: A few additions for Solaris.
42091
42092 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42093
42094         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42095         * lib/localcharset.c (locale_charset): Declare as extern "C".
42096
42097 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42098
42099         * lib/config.charset: msdos in uk_UA uses CP1125.
42100
42101 2002-11-04  Bruno Haible  <bruno@clisp.org>
42102
42103         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42104         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42105         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42106         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42107         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42108
42109 2002-11-04  Bruno Haible  <bruno@clisp.org>
42110
42111         * lib/localcharset.c (locale_charset): Don't return an empty string.
42112
42113 2002-11-04  Bruno Haible  <bruno@clisp.org>
42114
42115         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42116         aliases.
42117
42118 2002-11-04  Bruno Haible  <bruno@clisp.org>
42119
42120         * lib/config.charset: Update for newest glibc. Add canonical names
42121         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42122
42123 2002-11-04  Bruno Haible  <bruno@clisp.org>
42124
42125         * lib/config.charset: Add support for NetBSD.
42126
42127 2002-11-04  Bruno Haible  <bruno@clisp.org>
42128
42129         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42130
42131 2002-11-01  Bruno Haible  <bruno@clisp.org>
42132
42133         * configure.in: Add AC_CONFIG_AUX_DIR call.
42134         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42135         test/Makefile.
42136         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42137
42138 2002-09-28  Karl Berry  <karl@gnu.org>
42139
42140         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42141         installed automake until the next release, since changes have been
42142         made.
42143
42144 2002-09-25  Karl Berry  <karl@gnu.org>
42145
42146         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42147         * lib/getopt*: copy from libc/posix.
42148         * lib/gettext.h: copy from gettext.
42149         * lib/.cppi-disable: add strdup.c, gettext.h.
42150
42151 2002-09-25  Karl Berry  <karl@gnu.org>
42152
42153         * config/srclist.txt: enable gettext.h check.
42154         * config/config.{guess,sub}: update from prep.
42155         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42156                 from automake 1.6.3.
42157         See srclist*.
42158
42159 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42160
42161         * regex.c (PATFETCH): Remove the translating fetch.
42162         (PATFETCH_RAW): Rename to PATFETCH.
42163         (set_image_of_range): New fun.
42164         (SET_RANGE_TABLE_WORK_AREA): Use it.
42165         (regex_compile): Don't translate the pattern chars so eagerly.
42166         Only do it when inserting an `exactn' bytecode or when handling
42167         a char-range.
42168         (mutually_exclusive_p): Avoid empty statement.
42169
42170 2002-07-06  Jim Meyering  <meyering@lucent.com>
42171
42172         * m4/README: Don't mention Makefile.am.in.
42173         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42174
42175 2002-07-01  Jim Meyering  <meyering@lucent.com>
42176
42177         * lib/c-stack.c: Include sys/time.h.
42178         From Volker Borchert.
42179
42180 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42181
42182         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42183
42184 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42185
42186         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42187         New macro.  Use it uniformly instead of
42188         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42189         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42190         reported by Vin Shelton.
42191
42192 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42193
42194         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42195         Do not assume SA_SIGINFO behavior.
42196         Bug reported by Jim Meyering on NetBSD 1.5.2.
42197
42198 2002-06-22  Jim Meyering  <meyering@lucent.com>
42199
42200         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42201         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42202
42203         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42204         now that configure.ac uses AC_GNU_SOURCE.
42205         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42206         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42207
42208         Update to latest tools.  Suggestions from Paul Eggert.
42209         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42210         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42211         * m4/fnmatch.m4: Likewise.
42212         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42213         to AC_HEADER_STDBOOL
42214
42215 2002-06-22  Jim Meyering  <meyering@lucent.com>
42216
42217         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42218         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42219
42220 2002-06-22  Jim Meyering  <meyering@lucent.com>
42221
42222         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42223
42224         * lib/exitfail.c, exitfail.h: Likewise.
42225         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42226
42227         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42228         of fnmatch.h.
42229         (EXTRA_DIST): Add fnmatch_loop.c.
42230         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42231
42232         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42233         * lib/fnmatch.c: Update from diffutils-2.8.2.
42234         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42235         * lib/fnmatch.h: Remove file.
42236
42237 2002-06-21  Jim Meyering  <meyering@lucent.com>
42238
42239         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42240         * m4/mbrtowc.m4: Likewise.
42241
42242         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42243         * m4/mbswidth.m4: Reflect name change:
42244         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42245         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42246
42247         * m4/lib-link.m4: Update from gettext-0.11.2.
42248         * m4/gettext.m4: Likewise.
42249
42250         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42251         From Alfred M. Szmidt.
42252
42253 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42254
42255         * lib/file-type.h: Report an error if neither S_ISREG nor
42256         S_IFREG is defined, instead of using a test specific to glibc
42257         2.2.  This should be safe, since POSIX requires S_ISREG and
42258         Unix Version 7 had S_IFREG.  We don't need to check for
42259         <sys/types.h> since we don't use any symbols that it defines.
42260
42261 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42262
42263         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42264         $@-t, so that each temporary file name is unique and valid in the first
42265         8 characters, for operation under DOS.
42266
42267 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42268
42269         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42270
42271 2002-06-15  Jim Meyering  <meyering@lucent.com>
42272
42273         Work even with DJGPP 2.03, which lacks support for symlinks.
42274         From Richard Dawe.
42275         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42276         is defined.
42277         * lib/lchown.c (S_ISLNK): Likewise.
42278
42279 2002-06-15  Jim Meyering  <meyering@lucent.com>
42280
42281         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42282         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42283         have been included before this file.
42284
42285 2002-06-14  Jim Meyering  <meyering@lucent.com>
42286
42287         * lib/file-type.h: Use the version from diffutils-2.8.2.
42288         * lib/file-type.c: Likewise.
42289
42290 2002-06-07  Jim Meyering  <meyering@lucent.com>
42291
42292         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42293         They're needed at least for NetBSD 1.5.2.
42294         ($statxfs_includes): Include those same headers.
42295         ($statxfs_includes): Include sys/vfs.h if available.
42296         ($statxfs_includes): Likewise for sys/statvfs.h.
42297         Check for the following members in both structs statfs and statvfs:
42298         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42299
42300 2002-06-01  Jim Meyering  <meyering@lucent.com>
42301
42302         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42303         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42304
42305 2002-05-28  Jim Meyering  <meyering@lucent.com>
42306
42307         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42308         Reported by Volker Borchert.
42309
42310 2002-05-27  Jim Meyering  <meyering@lucent.com>
42311
42312         Fix a problem seen only on nonconforming systems whereby ls.c's
42313         use of localtime, and then of gettimeofday would cause trouble:
42314         the localtime call used to initialize rpl_gettimeofday's save
42315         mechanism would clobber ls's current local time information so
42316         that in any long listing the first file would always be listed
42317         with date 1970-01-01.  Analysis by Volker Borchert.
42318
42319         * lib/gettimeofday.c (localtime): Undefine.
42320         (rpl_localtime): New function.
42321
42322 2002-05-27  Jim Meyering  <meyering@lucent.com>
42323
42324         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42325         localtime.
42326
42327         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42328         use the replacement function; it wouldn't resolve at link time.
42329         Reported by Volker Borchert.
42330
42331 2002-05-22  Jim Meyering  <meyering@lucent.com>
42332
42333         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42334         file-type.h.
42335         * lib/file-type.h: New file.
42336         * lib/file-type.c (file_type): New file/function.  Extracted from
42337         diffutils.
42338
42339 2002-04-30  Jim Meyering  <meyering@lucent.com>
42340
42341         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42342
42343 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42344
42345         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42346
42347 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42348
42349         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42350         Do not check for alloca.h (no longer used) or stdbool.h (was never
42351         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42352
42353 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42354
42355         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42356
42357 2002-04-29  Jim Meyering  <meyering@lucent.com>
42358
42359         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42360         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42361         Use AC_FUNC_STRNLEN here instead.
42362
42363         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42364         With autoconf-2.53a, it's part of AC_PROG_CC.
42365
42366 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42367
42368         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42370
42371 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42372
42373         * lib/sig2str.h, lib/sig2str.c: New files.
42374         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42375
42376 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42377
42378         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42379         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42380         of 127, since 64 is the largest conceivable number for ancient
42381         nonstandard hosts.
42382         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42383
42384 2002-04-28  Jim Meyering  <meyering@lucent.com>
42385
42386         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42387
42388 2002-04-24  Jim Meyering  <meyering@lucent.com>
42389
42390         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42391         (jm_PREREQ): Use it.
42392
42393         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42394         mach/mach.h fcntl.h.
42395         Check for this function: setlocale.
42396
42397 2002-04-24  Jim Meyering  <meyering@lucent.com>
42398
42399         * lib/gettext.h: New file, from Gettext.
42400         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42401         (libfetish_a_SOURCES): Add gettext.h.
42402
42403 2002-04-16  Jim Meyering  <meyering@lucent.com>
42404
42405         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42406         ut_pid, ut_id, ut_exit.
42407
42408 2002-04-16  Jim Meyering  <meyering@lucent.com>
42409
42410         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42411         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42412         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42413
42414 2002-04-12  Jim Meyering  <meyering@lucent.com>
42415
42416         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42417         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42418         existence of the getmntinfo function.  Needed for Darwin 5.3.
42419
42420         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42421         This is necessary at least on Darwin 5.3.
42422
42423         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42424         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42425         strnlen.o in the library, and that makes some versions of ranlib
42426         object.
42427
42428 2002-04-12  Jim Meyering  <meyering@lucent.com>
42429
42430         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42431
42432 2002-04-09  Jim Meyering  <meyering@lucent.com>
42433
42434         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42435         to be more precise.  Rather than saying we're checking whether the
42436         function `works', say what we're testing.
42437         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42438         Reported by Bruno Haible.
42439
42440 2002-03-10  Jim Meyering  <meyering@lucent.com>
42441
42442         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42443         Suggestion from Santiago Vila.
42444
42445 2002-03-08  Jim Meyering  <meyering@lucent.com>
42446
42447         * lib/rename.c: Mention that this wrapper is needed also on
42448         mips-dec-ultrix4.4 systems.
42449
42450 2002-03-02  Jim Meyering  <meyering@lucent.com>
42451
42452         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42453         not HAVE_CLOCK_SETTIME.
42454
42455 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42456
42457         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42458         Check for clock_settime.
42459
42460 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42461
42462         * lib/nanosleep.h: Rename to....
42463         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42464
42465         * lib/gettime.c: New file.
42466         * lib/settime.c: New file.
42467         * lib/stime.c: Remove.
42468
42469         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42470         timespec.h.  Remove nanosleep.h.
42471
42472 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42473
42474         * m4/acl.m4: New file.
42475         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42476         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42477
42478 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42479
42480         * lib/acl.c, lib/acl.h: New files.
42481         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42482
42483 2002-02-24  Jim Meyering  <meyering@lucent.com>
42484
42485         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42486         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42487         cause trouble.  Reported by Nelson Beebe.
42488
42489 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42490
42491         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42492         compilers that don't know that xalloc_die never returns.
42493
42494 2002-02-20  Jim Meyering  <meyering@lucent.com>
42495
42496         * lib/getdate.c: Regenerate using bison-1.33.
42497
42498 2002-02-17  Jim Meyering  <meyering@lucent.com>
42499
42500         * config/config.guess (main): Don't use `head -1'; it's no longer
42501         portable. Use `sed 1q' instead.
42502
42503 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42504
42505         * m4/codeset.m4: Upgrade to gettext-0.11.
42506         * m4/gettext.m4: Upgrade to gettext-0.11.
42507         * m4/glibc21.m4: Upgrade to gettext-0.11.
42508         * m4/iconv.m4: Upgrade to gettext-0.11.
42509         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42510         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42511         * m4/lib-ld.m4: New file, from gettext-0.11.
42512         * m4/lib-link.m4: New file, from gettext-0.11.
42513         * m4/lib-prefix.m4: New file, from gettext-0.11.
42514         * m4/progtest.m4: Upgrade to gettext-0.11.
42515
42516 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42517
42518         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42519         (jm_PREREQ): Use it.
42520
42521 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42522
42523         * lib/posixver.c, lib/posixver.h: New files.
42524         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42525
42526 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42527             Bruno Haible  <bruno@clisp.org>
42528
42529         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42530         (fwrite_success_callback): New declaration.
42531         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42532         print_unicode_char. Call failure callback instead of error.
42533         (fwrite_success_callback): New function.
42534         (exit_failure_callback): New function.
42535         (fallback_failure_callback): New function.
42536         (print_unicode_char): Call unicode_to_mb.
42537
42538 2002-01-26  Jim Meyering  <meyering@lucent.com>
42539
42540         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42541         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42542
42543 2002-01-26  Jim Meyering  <meyering@lucent.com>
42544
42545         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42546
42547 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42548
42549         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42550
42551 2002-01-22  Jim Meyering  <meyering@lucent.com>
42552
42553         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42554         Otherwise, some versions of automake would omit the rule that makes
42555         Makefile from Makefile.in.
42556
42557 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42558
42559         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42560         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42561         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42562         (memcoll): Set errno to zero if there is no error.
42563
42564         * lib/quotearg.c (quotearg_buffer_restyled):
42565         Fix bug with quoting buffers containing NUL when backslashing escapes.
42566         This bug was exposed by the other changes in this patch.
42567         (quotearg_n_options): New arg ARGSIZE.
42568         All callers changed.
42569         (quoting_options_from_style): New function.
42570         (quotearg_n_style): Use it.
42571         (quotearg_n_style_mem): New function.
42572
42573         * lib/quotearg.h (quotearg_n_style_mem): New function.
42574
42575 2002-01-19  Jim Meyering  <meyering@lucent.com>
42576
42577         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42578         Remove useless quotes: DF_PROG="df".
42579         * m4/strnlen.m4: New file.
42580
42581 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42582
42583         * lib/backupfile.c (ISDIGIT): Comment fix.
42584         * lib/getdate.y (ISDIGIT): Likewise.
42585         * lib/posixtm.c (ISDIGIT, year): Likewise.
42586         * lib/strverscmp.c (ISDIGIT): Likewise.
42587         * lib/userspec.c (ISDIGIT): Likewise.
42588
42589 2002-01-16  Jim Meyering  <meyering@lucent.com>
42590
42591         * lib/getdate.y: Add three semicolons, each just before a closing
42592         brace. Bison (as of version 1.31) no longer papers over that mistake.
42593
42594 2002-01-05  Jim Meyering  <meyering@lucent.com>
42595
42596         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42597
42598 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42599
42600         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42601         not silently exit merely because the output buffer happens to
42602         have nothing pending.
42603
42604 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42605
42606         See the big note in ../ChangeLog.
42607         * lib/human.c (suffixes): Prefer K to k for 1024.
42608         (generate_suffix_backwards): New function.
42609         (human_readable_inexact): Use it.
42610         * lib/xstrtol.c (__xstrtol): If there is no number but there
42611         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42612         Accept 'K' as well as 'k'.
42613
42614 2001-12-15  Jim Meyering  <meyering@lucent.com>
42615
42616         * lib/regex.h (__restrict_arr): Update from libc.
42617
42618         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42619         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42620         (STREQ): Define.
42621
42622 2001-12-14  Jim Meyering  <meyering@lucent.com>
42623
42624         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42625         Suggestion from Bruno Haible.
42626
42627 2001-12-10  Jim Meyering  <meyering@lucent.com>
42628
42629         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42630         xrealloc, Instead, include "xalloc.h".
42631         (initbuffer): Don't cast xmalloc return value to char*.
42632         (readline): Reword comment.
42633         Don't cast xrealloc return value to char*
42634         Return NULL, not 0.
42635
42636 2001-12-09  Jim Meyering  <meyering@lucent.com>
42637
42638         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42639         about `signed and unsigned type in conditional expression'.
42640         * lib/posixtm.c (posix_time_parse): Likewise.
42641
42642         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42643
42644         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42645         to avoid a pedantic warning.
42646
42647         * lib/getstr.c: Don't include assert.h.
42648         (getstr): Remove warning-evoking assertions.
42649         Return -1 if offset parameter is out of bounds.
42650         Change the type of a local from int to size_t.
42651
42652         * lib/strftime.c (my_strftime_localtime_r): Include this function
42653         definition in the `#if ! HAVE_TM_GMTOFF' block.
42654
42655         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42656         Include xalloc.h instead.
42657
42658 2001-12-02  Jim Meyering  <meyering@lucent.com>
42659
42660         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42661         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42662         included.
42663
42664         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42665         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42666
42667 2001-11-30  Akim Demaille  <akim@epita.fr>
42668
42669         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42670         before being defined.
42671
42672 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42673
42674         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42675         First arg is int, not unsigned.
42676         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42677         (SIZE_MAX, UINT_MAX): New macros.
42678         (quotearg_n_options): Abort if N is negative.
42679         Avoid overflow check on hosts where size_t is 64 bits and int
42680         is 32 bits, as overflow is impossible there.
42681         Fix off-by-one typo that caused unnecessary reallocation.
42682
42683 2001-11-27  Jim Meyering  <meyering@lucent.com>
42684
42685         * lib/tempname.c: Merge with version from libc.
42686         * lib/regex.c: Likewise.
42687
42688         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42689         systems for which STDC_HEADERS is 0, it was not included, resulting in
42690         a warning about an integer-to-pointer conversion problem with getenv.
42691         Reported by Volker Borchert.
42692
42693 2001-11-26  Jim Meyering  <meyering@lucent.com>
42694
42695         * lib/gtod.h: Remove file.
42696         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42697         * lib/gettimeofday.c: Don't include gtod.h.
42698         (GTOD_init): Remove function.
42699         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42700         Suggestion from Volker Borchert.
42701
42702 2001-11-23  Jim Meyering  <meyering@lucent.com>
42703
42704         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42705         it.
42706         * lib/hash.c (struct hash_table): Define it here instead.
42707
42708 2001-11-22  Jim Meyering  <meyering@lucent.com>
42709
42710         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42711
42712 2001-11-20  Jim Meyering  <meyering@lucent.com>
42713
42714         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42715         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42716
42717 2001-11-19  Jim Meyering  <meyering@lucent.com>
42718
42719         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42720         directory.  Use "conftestXXXXXX" as the template.
42721         Suggestion from Paul Eggert.
42722
42723         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42724         immediately, so the test doesn't mistakenly hit the max-open-files
42725         limit.
42726
42727 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42728
42729         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42730         (TEMPORARIES): New macro.
42731         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
42732         removes an artificial limitation (e.g. HP-UX 10.20, where
42733         TMP_MAX is 17576).
42734
42735 2001-11-18  Jim Meyering  <meyering@lucent.com>
42736
42737         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
42738
42739 2001-11-18  Jim Meyering  <meyering@lucent.com>
42740
42741         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
42742         on SunOS 4.
42743
42744         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
42745         files will be created before anything else.
42746
42747 2001-11-17  Paul Eggert  <eggert@twinsun.com>
42748
42749         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
42750         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
42751
42752 2001-11-17  Jim Meyering  <meyering@lucent.com>
42753
42754         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
42755         Prompted by a report from Bob Proulx.
42756
42757         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
42758         Instead, require UTILS_FUNC_MKSTEMP.
42759
42760 2001-11-17  Jim Meyering  <meyering@lucent.com>
42761
42762         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
42763         Now, that's done as part of AC_FUNC_STRTOD.
42764
42765 2001-11-17  Jim Meyering  <meyering@lucent.com>
42766
42767         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
42768         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
42769         rather than group writable.  Patch by Juan F. Codagnone.
42770
42771         * lib/readtokens.c: Remove explicit declarations of xmalloc and
42772         xrealloc, Instead, include "xalloc.h".
42773
42774         * lib/mountlist.c: Include unlocked-io.h after all system headers.
42775         Remove explicit declarations of xmalloc, xrealloc,
42776         and xstrdup.  Instead, include "xalloc.h".
42777
42778         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
42779         unlocked-io.h.
42780         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
42781         Likewise.
42782         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
42783
42784         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
42785         Reported by Padraig Brady.
42786
42787         * lib/mkstemp.c: #undef mkstemp.
42788         Include config.h.
42789         (rpl_mkstemp): Rename from mkstemp.
42790         Protoize.
42791
42792 2001-11-16  Jim Meyering  <meyering@lucent.com>
42793
42794         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
42795         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
42796         determine the amount of total physical memory, use pstat_getstatic.
42797         HPUX-11 doesn't define _SC_PHYS_PAGES.
42798         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
42799         If sysconf couldn't be used to determine the amount of available
42800         physical memory, use both pstat_getstatic and pstat_getdynamic.
42801         Based on a patch from Bob Proulx.
42802
42803 2001-11-10  Jim Meyering  <meyering@lucent.com>
42804
42805         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
42806         (jm_PREREQ): Use it.
42807
42808 2001-11-09  Jim Meyering  <meyering@lucent.com>
42809
42810         * m4/jm-macros.m4: Require autoconf-2.52f.
42811         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
42812         Use these AC_-prefixed names, not the AM_-prefixed ones.
42813
42814         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
42815
42816 2001-11-05  Jim Meyering  <meyering@lucent.com>
42817
42818         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
42819
42820 2001-11-04  Jim Meyering  <meyering@lucent.com>
42821
42822         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
42823         $DEFS.
42824
42825 2001-11-03  Jim Meyering  <meyering@lucent.com>
42826
42827         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
42828         of AC_DEFUN.
42829
42830         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
42831         know the name of the variable in the macro definition.
42832
42833 2001-11-03  Jim Meyering  <meyering@lucent.com>
42834
42835         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
42836         in argmatch_to_argument call.
42837
42838         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
42839         argument.
42840
42841         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
42842         e.g., a fault due to an attempt to free a NULL pointer.
42843
42844 2001-11-01  Jim Meyering  <meyering@lucent.com>
42845
42846         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
42847         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
42848
42849 2001-11-01  Jim Meyering  <meyering@lucent.com>
42850
42851         * lib/dirfd.c, lib/dirfd.h: New files.
42852         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
42853
42854         * lib/hash.c (hash_print) [TESTING]: Clean up.
42855
42856 2001-10-22  Paul Eggert  <eggert@twinsun.com>
42857
42858         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
42859         to avoid a warning if -Wall.
42860
42861 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
42862
42863         * README: New file
42864         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
42865         (per RMS's instructions, this is now the canonical source)
42866         * lgpl/, gpl/: New directories.
42867
42868 2001-10-21  Paul Eggert  <eggert@twinsun.com>
42869
42870         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
42871
42872 2001-10-21  Jim Meyering  <meyering@lucent.com>
42873
42874         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
42875         this code would end up calling gettext even in packages built
42876         with --disable-nls.
42877         * lib/getopt.c (_): Likewise.
42878         * lib/regex.c (_): Likewise.
42879
42880 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42881
42882         * m4/error.m4 (jm_PREREQ_ERROR):
42883         Do not invoke AC_CHECK_FUNCS with strerror_r, as
42884         AC_FUNC_STRERROR_R does that.
42885         Check for strerror declaration.
42886
42887         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
42888         are supposed to have them these days.
42889         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
42890         Merge changes from latest Autoconf CVS.
42891         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
42892         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
42893         POSIX decided to standardize on the int flavor of strerror_r.
42894
42895 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42896
42897         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
42898         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
42899         Use strerror_r that is only a macro, even if it is not a function.
42900         (strerror): Check for HAVE_DECL_STRERROR before declaring.
42901         (private_strerror): Use prototypes, not old-style function definition.
42902         (print_errno_message): New function.
42903         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
42904         char*-flavored one.
42905         (error_tail, error, error_at_line): Use it.
42906
42907 2001-10-11  Jim Meyering  <meyering@lucent.com>
42908
42909         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
42910         and quote_n (1, ... to avoid clobbering a buffer.
42911
42912 2001-10-05  Jim Meyering  <meyering@lucent.com>
42913
42914         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42915         hash-pjw.h.
42916         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42917         * lib/hash-pjw.h: New file.
42918
42919 2001-09-30  Jim Meyering  <meyering@lucent.com>
42920
42921         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42922         `struct fsstat' has the `f_fstypename' member.
42923         Use that to define FS_TYPE, which is now used to make
42924         the getfsstat link test tighter.
42925
42926 2001-09-30  Jim Meyering  <meyering@lucent.com>
42927
42928         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42929         Include <sys/ucred.h>, for Apple Darwin.
42930         Include sys/mount.h and sys/fs_types.h only if available.
42931         (FS_TYPE): Define.
42932         (read_filesystem_list): Use FS_TYPE.
42933
42934 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42935
42936         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42937         a boolean context.
42938
42939 2001-09-29  Jim Meyering  <meyering@lucent.com>
42940
42941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42942         [one-argument getmntent function]): Include stdio.h before mntent.h.
42943         SunOS 4.1.x needs it for the declaration of `FILE'.
42944         Patch by Volker Borchert.
42945
42946         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42947         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42948         sys/fs_types.h, and make the link-test for getfsstat guard #include
42949         directives with appropriate #if HAVE_*_H tests so that we can
42950         detect getfsstat on Apple Darwin1.3.7 systems.
42951         Reported by Nelson Beebe.
42952         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42953
42954 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42955
42956         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42957         #defines strtoimax.  Also treat the other strto* functions
42958         like strtoimax.
42959
42960         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42961         Check for strtoul and strtoumax,
42962         as those declarations are made even in the signed case.
42963         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42964         Likewise, for strtol and strtoimax.
42965
42966 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42967
42968         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42969         #defines strtoimax.  Also treat the other strto* functions
42970         like strtoimax.
42971
42972         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42973         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42974         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42975
42976 2001-09-26  Jim Meyering  <meyering@lucent.com>
42977
42978         Most macros in unlocked-io.h had the wrong number of arguments.
42979         * lib/gen-uio: New script.
42980         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42981         * lib/unlocked-io.hin: Remove file.
42982         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42983         rather than trying to embed it here.
42984         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42985         Reported by Padraig Brady.
42986
42987 2001-09-25  Volker Borchert  <bt@teknon.de>
42988
42989         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42990         `result'.
42991
42992 2001-09-24  Jim Meyering  <meyering@lucent.com>
42993
42994         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42995
42996 2001-09-23  Jim Meyering  <meyering@lucent.com>
42997
42998         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42999         instead of the mere test for existence of mntent.h.  The latter
43000         would get a false-positive on AIX 3.4 systems.
43001         In the outer getmntent if-block, don't die if neither of the getmntent
43002         tests succeeds.  Instead, just fall through and continue with the
43003         remaining tests.
43004
43005 2001-09-23  Jim Meyering  <meyering@lucent.com>
43006
43007         * lib/mountlist.c: Remove useless parentheses in #if directives.
43008         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
43009         the deprecated MOUNTED symbol is no longer defined in mntent.h.
43010
43011 2001-09-22  Jim Meyering  <meyering@lucent.com>
43012
43013         * m4/gettext.m4: New file.  From gettext.
43014         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
43015         * m4/progtest.m4: Likewise
43016         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
43017         * m4/glibc21.m4: Likewise.
43018
43019         * m4/libintl.m4: Remove.  No longer used.
43020
43021 2001-09-22  Jim Meyering  <meyering@lucent.com>
43022
43023         * lib/localcharset.c: Update from latest gettext.
43024         * lib/config.charset: Likewise.
43025
43026 2001-09-20  Jim Meyering  <meyering@lucent.com>
43027
43028         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
43029         strtoimax.
43030         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
43031         strtoumax.
43032
43033 2001-09-20  Jim Meyering  <meyering@lucent.com>
43034
43035         * lib/xstrtol.c (strtoimax): Guard declaration with
43036         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
43037         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
43038         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
43039         (strtoumax): Likewise, for completeness (it wasn't necessary).
43040
43041 2001-09-17  Paul Eggert  <eggert@twinsun.com>
43042
43043         * lib/strtoimax.c (HAVE_LONG_LONG):
43044         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
43045         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
43046         to work around bug in IBM C compiler.
43047
43048 2001-09-17  Jim Meyering  <meyering@lucent.com>
43049
43050         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
43051         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
43052         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
43053         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
43054         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
43055         whenever the right hand side need not be expanded by the shell.
43056
43057 2001-09-16  Paul Eggert  <eggert@twinsun.com>
43058
43059         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
43060         library.  It's not correct, as some older glibcs are buggy.
43061         fnmatch wasn't fixed until glibc 2.2.
43062
43063         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
43064         special shell magic here.
43065
43066 2001-09-16  Jim Meyering  <meyering@lucent.com>
43067
43068         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
43069         * m4/jm-macros.m4: Require it.
43070
43071 2001-09-16  Jim Meyering  <meyering@lucent.com>
43072
43073         * lib/mkdir.c: New file.
43074
43075 2001-09-15  Jim Meyering  <meyering@lucent.com>
43076
43077         * m4/jm-macros.m4: Check for help2man.
43078
43079 2001-09-11  Jim Meyering  <meyering@lucent.com>
43080
43081         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
43082         The body, by Paul Eggert, was moved here from configure.in.
43083         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43084
43085 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43086
43087         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43088         (jm_PREREQ): Use it.
43089
43090 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43091
43092         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43093         Use ssize_t, not int, to store result of readlink.
43094         Check for ssize_t overflow as well as size_t overflow,
43095         as POSIX says the result of readlink is implementation-defined
43096         when ssize_t overflows.
43097         Remove unnecessary cast to char*.
43098         Use free+malloc instead of realloc, as the storage doesn't need
43099         to be preserved and it's clearer and can be more efficient that way.
43100         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43101         * lib/xreadlink.h (xreadlink): Update prototype.
43102
43103 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43104
43105         * lib/xgetcwd.c: Revert some of the previous change; intead,
43106         fix the HAVE_GETCWD_NULL code to behave more like the
43107         !HAVE_GETCWD_NULL code used to.
43108
43109         Include "xalloc.h".
43110         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43111         invoke xalloc_die.
43112
43113 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43114
43115         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43116         sys/param.h, as pathmax.h includes them.
43117
43118 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43119
43120         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43121         (jm_PREREQ_XGETCWD): New macro.
43122
43123         * m4/getcwd.m4: New file.
43124
43125 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43126
43127         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43128         like the HAVE_GETCWD_NULL code.
43129         Include pathmax.h if not HAVE_GETCWD.
43130         Do not include xalloc.h.
43131         (INITIAL_BUFFER_SIZE): New symbol.
43132         Do not use xmalloc / xrealloc, since the caller is responsible for
43133         handling errors.  Preserve errno around `free' during failure.
43134         Do not overrun buffer when using getwd.
43135
43136 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43137
43138         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43139         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43140         getcwd (NULL, 0).
43141
43142 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43143
43144         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43145         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43146         spotted by Jim Meyering.
43147
43148 2001-09-03  Jim Meyering  <meyering@lucent.com>
43149
43150         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43151         failure.
43152
43153 2001-09-02  Jim Meyering  <meyering@lucent.com>
43154
43155         * lib/error.c: Update from GNU libc.
43156
43157 2001-09-01  Jim Meyering  <meyering@lucent.com>
43158
43159         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43160         Used by df.
43161
43162 2001-09-01  Jim Meyering  <meyering@lucent.com>
43163
43164         * lib/xreadlink.c: New file.
43165         * lib/xreadlink.h: New file.
43166         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43167         xreadlink.h.
43168
43169         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43170         doesn't conflict with sparc Solaris 7's definition in
43171         /usr/include/sys/int_types.h.
43172
43173         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43174         files.
43175         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43176         and strncasecmp as r-values.  Unixware didn't have declarations.
43177
43178 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43179
43180         * lib/xstrtol.h: Add copyright notice.
43181         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43182         LONGINT_INVALID_SUFFIX_CHAR.
43183
43184 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43185
43186         * lib/xstrtol.c (strtoimax): New decl.
43187
43188 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43189
43190         * lib/xgetcwd.c: Don't include pathmax.h.
43191         Include stdlib.h and unistd.h if available.
43192         Include xalloc.h.
43193         (xmalloc, xstrdup, free): Remove decls.
43194         (xgetcwd): Don't assume sizes fit in unsigned.
43195         Check for overflow when computing sizes.
43196         Simplify reallocation code.
43197
43198 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43199
43200         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43201         a directory's st_size can have an arbitrary value, so the old
43202         usage could waste an arbitrary amount of memory.  All uses
43203         changed.
43204         * lib/savedir.h: Update prototype.
43205
43206 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43207
43208         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43209
43210         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43211         old strtoimax.c.
43212
43213         Also, make the following further changes to make this file's
43214         configuration more similar to that of strtol.c:
43215         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43216         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43217         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43218         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43219         changed to signed values.
43220
43221         And make the following changes as well:
43222         Fix copyright notice, as 1999 was missing.
43223         (verify): New macro.
43224         (strtoimax): Check sizes at compile-time, not run-time.
43225         Prefer strtol to strtoll if both work.
43226         (main): Remove; it was not that useful and was a pain to maintain.
43227
43228         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43229
43230 2001-08-31  Jim Meyering  <meyering@lucent.com>
43231
43232         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43233         Use an initial, malloc'd, buffer of length 128 rather than
43234         a statically allocated one of length 1024.
43235
43236 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43237
43238         Simplify code, partly by assuming autoconf 2.52 semantics.
43239
43240         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43241
43242         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43243         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43244         All uses removed.
43245         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43246         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43247         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43248         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43249         jm_AC_HEADER_INTTYPES_H.
43250         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43251
43252         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43253
43254         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43255         Quote first arg of AC_DEFUN.
43256         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43257         since they are needed to parse the include file even if we need
43258         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43259         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43260         but with opposite signedness.
43261
43262 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43263
43264         Merge 'exclude' changes from tar 1.13.22.
43265         This fixes one or two unlikely storage allocation overflow bugs,
43266         but doesn't change user-visible behavior otherwise.
43267
43268 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43269
43270         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43271         (jm_PREREQ_EXCLUDE): New macro.
43272
43273 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43274
43275         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43276         tm to be declared.
43277
43278 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43279
43280         * lib/hash.c: Remove '2001' from copyright notice.
43281
43282 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43283
43284         * lib/full-write.h: New file.
43285         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43286         * lib/full-write.c: Correct credits, as cccp.c no longer
43287         exists and anyway it was so heavily changed from the old cccp
43288         code as to be unrecognizable.  Include full-write.h.
43289         (full_write) Return size_t, with short writes meaning failure.
43290         All callers changed.  This fixes a bug with large buffers
43291         on 64-bit hosts.
43292         * lib/utime.c: Include full-write.h.
43293
43294 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43295
43296         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43297         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43298         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43299         Include if available.
43300         (<xalloc.h>): Include
43301         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43302         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43303         collide with FNM macros.
43304         (struct patopts): New struct.
43305         (struct exclude): Use it, as exclude patterns now come with options.
43306         (new_exclude): Support above changes.
43307         (new_exclude, add_exclude_file):
43308         Initial size must now be a power of two to simplify overflow checking.
43309         (free_exclude, fnmatch_no_wildcards): New function.
43310         (excluded_filename): No longer requires options arg, as the options
43311         are determined by add_exclude.  Now returns bool, not int.
43312         (excluded_filename, add_exclude):
43313         Add support for the fancy new exclusion options.
43314         (add_exclude, add_exclude_file): Now takes int options arg.
43315         Check for arithmetic overflow when computing sizes.
43316         (add_exclude_file): xrealloc might modify errno, so don't
43317         realloc until after errno might be used.
43318
43319         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43320         New macros.
43321         (free_exclude): New decl.
43322         (add_exclude, add_exclude_file): Now takes int options arg.
43323         (excluded_filename): No longer requires options arg, as the options
43324         are determined by add_exclude.  Now returns bool, not int.
43325
43326 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43327
43328         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43329
43330 2001-08-27  Jim Meyering  <meyering@lucent.com>
43331
43332         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43333
43334         * lib/version-etc.c (N_): Remove definition.
43335         Revert most of last change.
43336         Instead, simply don't mark the `Copyright...' string for translation.
43337         Based on advice from Paul Eggert.
43338
43339         * lib/strtoxmax.c: Tweak comment.
43340
43341 2001-08-26  Jim Meyering  <meyering@lucent.com>
43342
43343         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43344
43345         * m4/xstrtoimax.m4: New file.
43346         * m4/xstrtoumax.m4: Add comments explaining why we
43347         AC_REPLACE_FUNCS(strtol).
43348
43349 2001-08-26  Jim Meyering  <meyering@lucent.com>
43350
43351         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43352         of copyright with `%s' so translators don't get an untranslated
43353         message in 2002.
43354         (COPYRIGHT_YEAR): Define.
43355         (version_etc): Use fprintf rather than fputs.
43356         Suggestion from Ulrich Drepper.
43357
43358         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43359
43360         * lib/strtoll.c: New file, from GNU libc.
43361         * lib/xstrtoimax.c: New file.
43362
43363         * lib/xstrtol.h: Add xstrtoimax.
43364         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43365         * lib/strtoimax.c: New file.  Likewise, but first define
43366         STRTOUXMAX_SIGNED.
43367
43368         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43369         ...
43370         * lib/strtoxmax.c: ... then renamed to this.
43371
43372 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43373
43374         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43375         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43376         (jm_AC_TYPE_INTMAX_T): New macro.
43377         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43378
43379         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43380
43381         * m4/longlong.m4: Renamed from ulonglong.m4.
43382         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43383         * m4/uintmax_t.m4: Removed.
43384
43385 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43386
43387         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43388         Port to Solaris 8, where 'sed' requires a space after the 'r'
43389         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43390         Redirect output to $tmp just once.
43391
43392 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43393
43394         * lib/addext.c (<errno.h>): Include.
43395         (errno): Declare if not defined.
43396         (addext): Work correctly when pathconf returns -1 and leaves
43397         errno alone because there is no limit.  Also, work even if
43398         pathconf returns a value greater than SIZE_MAX.
43399
43400 2001-08-12  Jim Meyering  <meyering@lucent.com>
43401
43402         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43403         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43404         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43405         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43406         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43407         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43408         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43409         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43410         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43411         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43412         utime.m4, utimes.m4, xstrtoumax.m4:
43413         Quote the first argument in each use of AC_DEFUN.
43414
43415 2001-08-12  Jim Meyering  <meyering@lucent.com>
43416
43417         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43418         Simply `return getcwd (NULL, 0);'.
43419         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43420         Use 1300 as initial value for length, not PATH_MAX.
43421
43422         * lib/pathmax.h: Clean up cpp syntax.
43423
43424 2001-08-12  Jim Meyering  <meyering@lucent.com>
43425
43426         * lib/gettimeofday.c: New file.
43427         * lib/gtod.h: New file.
43428         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43429
43430 2001-08-05  Jim Meyering  <meyering@lucent.com>
43431
43432         * m4/jm-macros.m4: Require autoconf-2.52.
43433
43434 2001-08-04  Jim Meyering  <meyering@lucent.com>
43435
43436         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43437         stmt, to get in sync with glibc.
43438
43439 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43440
43441         The following changes are from gettext 0.10.39 as maintained by
43442         Bruno Haible.
43443
43444         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43445         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43446         with inverted sense.  All uses changed.
43447
43448         * lib/mbswidth.c: Don't include <limits.h>.
43449         Include <stdlib.h> and <string.h> unconditionally.
43450         (iswcntrl, mbsinit, ISCNTRL): New macros.
43451         (mbsnwidth): Use K&R style function declarations.
43452         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43453         can optimize it when MB_CUR_MAX == 1.
43454         The width of control characters is zero, not 1.
43455
43456 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43457
43458         The following changes are from gettext 0.10.39 as maintained by
43459         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43460
43461         * m4/codeset.m4: Upgrade to serial AM1.
43462         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43463         all uses changed.  Quote first arg of AC_DEFUN.
43464         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43465
43466         * m4/iconv.m4: Upgrade to serial AM2.
43467         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43468         Add --with-libconv-prefix.
43469         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43470         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43471         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43472         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43473         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43474
43475         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43476         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43477         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43478         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43479         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43480         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43481         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43482         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43483         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43484
43485         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43486         string.h any more.
43487
43488         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43489         not the default value.
43490
43491         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43492         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43493         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43494         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43495         Also check for iswcntrl, used for wcwidth fallback.
43496         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43497         to Autoconf 2.13.
43498
43499 2001-08-03  Jim Meyering  <meyering@lucent.com>
43500
43501         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43502         as it was in the original.  Reported by Paul Eggert.
43503
43504 2001-07-16  Jim Meyering  <meyering@lucent.com>
43505
43506         * m4/gettimeofday.m4: New file.
43507         Prompted by a report from Bernhard Baehr.
43508
43509 2001-07-15  Jim Meyering  <meyering@lucent.com>
43510
43511         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43512         stuff. Now it's in ../Makefile.cfg.
43513
43514 2001-07-15  Jim Meyering  <meyering@lucent.com>
43515
43516         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43517         (BUILT_SOURCES): Add unlocked-io.h.
43518         (io_functions): Define.
43519         (unlocked-io.h): New rule.
43520         (DISTCLEANFILES): Add unlocked-io.h.
43521         (all-local): Depend on unlocked-io.h, to ensure it is created.
43522
43523         * lib/unlocked-io.hin: New file
43524
43525         * lib/regex.c: Update from glibc.
43526
43527 2001-07-05  Jim Meyering  <meyering@lucent.com>
43528
43529         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43530         recommendation.
43531         (libfetish_a_SOURCES): Put all .h files here instead.
43532         Remove a thus-exposed (better checks in automake) duplicate and
43533         two unnecessary .h files.
43534
43535 2001-07-04  Jim Meyering  <meyering@lucent.com>
43536
43537         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43538         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43539         distcheck failure.
43540
43541 2001-07-02  Jim Meyering  <meyering@lucent.com>
43542
43543         The following changes were prompted by suggestions from Bruno Haible.
43544
43545         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43546         is now generated.
43547         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43548         definition of EXTRA_DIST.
43549         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43550         ensure that the generated file is created/updated whenever the list
43551         of $(unlocked_functions) is changed.
43552         (jm-glibc-io.m4): New rule.
43553         (unlocked-io.h): New rule -- currently unused.
43554
43555 2001-06-24  Jim Meyering  <meyering@lucent.com>
43556
43557         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43558         unmatched right bracket, rather than kludging it with an extra,
43559         falsely-matching quote in a comment.  Patch by Akim Demaille.
43560
43561 2001-06-11  Jim Meyering  <meyering@lucent.com>
43562
43563         * lib/regex.c: Update from GNU libc.
43564
43565 2001-05-27  Jim Meyering  <meyering@lucent.com>
43566
43567         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43568         Check for ut_type in struct utmp.
43569
43570 2001-05-27  Jim Meyering  <meyering@lucent.com>
43571
43572         * lib/readutmp.h (UT_TYPE): Define.
43573
43574 2001-05-24  Jim Meyering  <meyering@lucent.com>
43575
43576         * lib/argmatch.c: Include "quote.h".
43577         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43578         quote function.  Reported by Göran Uddeborg.
43579
43580 2001-05-22  Jim Meyering  <meyering@lucent.com>
43581
43582         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43583         now that we use the package-supplied version unconditionally.
43584         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43585
43586 2001-05-21  Jim Meyering  <meyering@lucent.com>
43587
43588         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43589         shell syntax errors.
43590
43591 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43592
43593         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43594
43595 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43596
43597         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43598         Don't bother to check library strftime, since
43599         we'll be using our own my_strftime function anyway.
43600         Define my_strftime instead of strftime.
43601
43602 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43603
43604         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43605         which is not yet declared.
43606
43607 2001-05-15  Jim Meyering  <meyering@lucent.com>
43608
43609         * m4/regex.m4: Use proper quoting so brackets appear in the test
43610         program.
43611         Reported by, and with help from, Bruno Haible.
43612
43613 2001-05-13  Jim Meyering  <meyering@lucent.com>
43614
43615         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43616         undefined.
43617
43618 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43619
43620         dirname code cleanup.  base_name now behaves more compatibly
43621         with POSIX basename when given file names that have trailing
43622         slashes, and similarly for dir_name.  Add new primitives
43623         base_len and dir_len.  Put the directory-name-related decls
43624         into dirname.h.
43625
43626         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43627         * lib/backupfile.c (base_name): Likewise.
43628         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43629         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43630         * lib/makepath.c (strip_trailing_slashes): Likewise.
43631         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43632         ISSLASH): Likewise.
43633         * lib/rename.c (strip_trailing_slashes): Likewise.
43634         * lib/same.c (base_name): Likewise.
43635         * lib/stripslash.c (ISSLASH): Likewise.
43636
43637         * lib/addext.c: Include <dirname.h> after size_t is defined.
43638         * lib/backupfile.c: Likewise.
43639
43640         * lib/addext.c (addext): Use base_len to trim redundant
43641         trailing slashes instead of doing it ourselves.
43642         But do not trim the last slash if it is not redundant.
43643
43644         * lib/backupfile.c (find_backup_file_name,
43645         max_backup_version): Use base_len instead of rolling it ourselves.
43646         Handle the case of "" and (on DOS) "C:" correctly.
43647
43648         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43649         needed. Include <string.h>, <dirname.h>.
43650         (base_name): Allow file names ending in slashes, other than names
43651         that are all slashes.  In this case, return the basename followed
43652         by the slashes.  This is more general, and can be used in places
43653         where the original base_name purposely had an assertion failure.
43654         (base_len): New function.
43655
43656         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43657         Do not include <assert.h>; no longer needed.
43658         Include xalloc.h.
43659         (memrchr): Remove decl.
43660         (dir_name_r): Remove.
43661         (dir_len): Renamed from dirlen.  All callers changed.
43662         Rewrite in terms of base_name, for simplicity and consistency.
43663         (dir_name): Never return NULL.  All callers changed.
43664         Do not include <stdlib.h> in test program; no longer needed.
43665         return 0; is fine for test program.
43666
43667         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43668         New macros.
43669         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43670
43671         * lib/path-concat.c (path_concat): Use base_len to compute
43672         base length, not strlen; this means we cannot rely on memcpy
43673         to null-terminate.
43674
43675         * lib/same.c (STREQ): Remove.
43676         (same_name): Handle the case where the basename ends in trailing '/'.
43677
43678         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43679         a slash was stripped.  Do not strip the last slash after a
43680         file system prefix.
43681
43682 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43683
43684         * lib/Makefile.am (libfetish_a_SOURCES):
43685         Add strftime.c, since we now compile it on all hosts.
43686
43687         * lib/strftime.c (my_strftime):
43688         Define to nstrftime if emacs, but only if my_strftime is not defined.
43689         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43690         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43691         Add one more extra argument: a nanoseconds value.
43692         All uses changed.
43693         (ns): New macro.
43694         (my_strftime function): Add %N format.
43695         (emacs_strftimeu): Renamed from emacs_strftime,
43696         with extra ut argument.
43697
43698 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43699
43700         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43701
43702 2001-04-21  Jim Meyering  <meyering@lucent.com>
43703
43704         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43705         doesn't interfere.
43706
43707 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43708
43709         * m4/ftruncate.m4: Check for chsize.
43710         Link with ftruncate.o unconditionally if ftruncate is missing.
43711         This was required when cross-compiling to i586-mingw32msvc.
43712
43713 2001-04-08  Jim Meyering  <meyering@lucent.com>
43714
43715         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43716         recomputed; that's necessary when the offset spans a DST transition.
43717         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43718
43719 2001-04-02  Jim Meyering  <meyering@lucent.com>
43720
43721         * lib/regex.h, regex.c: Update from GNU libc.
43722
43723 2001-03-24  Jim Meyering  <meyering@lucent.com>
43724
43725         * m4/jm-macros.m4: Require autoconf-2.49d.
43726
43727 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43728
43729         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43730
43731 2001-03-19  Paul Eggert  <eggert@twinsun.com>
43732
43733         * lib/version-etc.c (version_etc_copyright): Update to 2001.
43734
43735 2001-03-17  Jim Meyering  <meyering@lucent.com>
43736
43737         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
43738         now that the version in autoconf is equivalent.
43739         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
43740
43741         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
43742         Suggestion from Akim Demaille.
43743
43744         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
43745         (jm_PREREQ_TEMPNAME): New function.
43746
43747 2001-03-16  Paul Eggert  <eggert@twinsun.com>
43748
43749         * lib/tempname.c (uint64_t): Define to uintmax_t if
43750         not defined, and if UINT64_MAX is not defined.
43751         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
43752         Reported by John David Anglin.
43753
43754 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
43755
43756         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
43757         resolve alias if codeset is empty.
43758         * lib/config.charset (BeOS): Use wildcard syntax.
43759
43760 2001-03-13  Jim Meyering  <meyering@lucent.com>
43761
43762         * lib/path-concat.c (path_concat)
43763         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
43764         concatenating e.g., `C:' and `foo'.
43765         From Bruno Haible.
43766
43767 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43768
43769         * lib/localcharset.c (locale_charset): Don't use
43770         setlocale(LC_CTYPE,NULL). Don't return NULL.
43771         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
43772
43773 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43774
43775         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
43776         support for DOS/DJGPP.
43777
43778 2001-03-01  Paul Eggert  <eggert@twinsun.com>
43779
43780         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
43781         lacks mkstemp.  Compile our own tempname.c if we compile our own
43782         mkstemp.c, as mkstemp relies on tempname.
43783
43784 2001-03-01  Jim Meyering  <meyering@lucent.com>
43785
43786         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
43787         AH_VERBATIM really does output its argument verbatim.
43788
43789 2001-02-28  Paul Eggert  <eggert@twinsun.com>
43790
43791         * lib/Makefile.am (libfetish_a_SOURCES):
43792         Add dup-safer.c, fopen-safer.c.
43793         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
43794
43795         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
43796         * lib/unistd-safer.h: New files.
43797
43798 2001-02-25  Paul Eggert  <eggert@twinsun.com>
43799
43800         The mkstemp replacement is taken from glibc 2.2.2, with some
43801         portability fixes for use outside glibc, as follows:
43802
43803         * lib/tempname.c (struct_stat64): New macro.
43804         (direxists, __gen_tempname): Use it.
43805         This avoids a portability problem with Solaris 8.
43806
43807         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
43808         (<stddef.h>, <stdint.h>, <string.h>):
43809         Include only if STDC_HEADERS || _LIBC.
43810         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
43811         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
43812         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
43813         (__set_errno): Define this macro if <errno.h> doesn't.
43814         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
43815         Define these macros if <stdio.h> doesn't.
43816         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
43817         Define these macros if <sys/stat.h>
43818         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
43819         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
43820         __xstat64): Define if not _LIBC.
43821         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
43822         (__gen_tempname): Invoke gettimeofday only if
43823         HAVE_GETTIMEOFDAY || _LIBC;
43824         otherwise, fall back on plain "time".
43825         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
43826
43827         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
43828
43829         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
43830
43831 2001-02-18  Paul Eggert  <eggert@twinsun.com>
43832
43833         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
43834
43835 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43836
43837         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
43838         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
43839         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
43840         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43841
43842 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43843
43844         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
43845         Remove workaround macros for hosts that have mbrtowc but not
43846         mbstate_t, as we now insist on proper declarations for both
43847         before using mbrtowc.
43848
43849 2001-02-17  Jim Meyering  <meyering@lucent.com>
43850
43851         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
43852         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
43853         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
43854         UnixWare 7.1.1.
43855
43856         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
43857         rather than AC_CACHE_VAL.
43858
43859 2001-02-17  Jim Meyering  <meyering@lucent.com>
43860
43861         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
43862         around included file name.
43863
43864         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
43865
43866         * lib/strftime.c: Update from GNU libc (the only changes were to
43867         comments).
43868
43869 2001-02-17  Jim Meyering  <meyering@lucent.com>
43870
43871         * lib/regex.c: Update from libc.
43872
43873 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
43874
43875         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
43876         clash.
43877
43878 2001-02-16  Paul Eggert  <eggert@twinsun.com>
43879
43880         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
43881         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
43882         Reported by Mark Hounschell via Paul Eggert.
43883
43884 2001-02-07  Jim Meyering  <meyering@lucent.com>
43885
43886         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
43887
43888 2001-02-05  Jim Meyering  <meyering@lucent.com>
43889
43890         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
43891         it includes the patch required for `large file' support with at least
43892         HP-UX's 10.20 /bin/cc.
43893
43894 2001-02-03  Jim Meyering  <meyering@lucent.com>
43895
43896         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
43897         AS_IF, now that it works once again (mysteriously).
43898         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43899
43900 2001-01-30  Jim Meyering  <meyering@lucent.com>
43901
43902         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
43903         * m4/chown.m4: Rename conftestchown to conftest.chown.
43904         * m4/rename.m4: s/conftestdir/conftest.d1/ and
43905         s/conftestdir2/conftest.d2/.
43906         * m4/utimes.m4: s/conftestdata/conftest.data/
43907         Inspired by Pavel Roskin's change in autoconf.
43908
43909 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
43910
43911         * lib/config.charset: Update for FreeBSD 4.2.
43912
43913 2001-01-27  Jim Meyering  <meyering@lucent.com>
43914
43915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43916         a use of AS_IF.
43917         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43918
43919 2001-01-26  Jim Meyering  <meyering@lucent.com>
43920
43921         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43922         quotearg.c includes it.
43923
43924 2001-01-26  Jim Meyering  <meyering@lucent.com>
43925
43926         * lib/quotearg.c: Include stddef.h.
43927         * lib/quote.c: Include stddef.h.
43928         Reported by Axel Kittenberger.
43929
43930         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43931         line in double quotes so that it evokes a better diagnostic.
43932         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43933         Reported by Axel Kittenberger.
43934
43935 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43936
43937         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43938         as if it was a `charset'.
43939
43940 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43941
43942         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43943         has const.
43944
43945 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43946
43947         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43948         to avoid a warning.  Add back 'const' to inptr.
43949
43950 2001-01-20  Jim Meyering  <meyering@lucent.com>
43951
43952         Be sure that headers are checked before used in code compiled
43953         for the type checks.
43954         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43955         In place of that, invoke jm_CHECK_ALL_TYPES.
43956         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43957         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43958         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43959         The check for ssize_t was mistakenly run before the test for unistd.h.
43960
43961         The configure-time check for stdbool.h was missing.
43962         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43963         (jm_PREREQ_HASH): New function.
43964
43965 2001-01-17  Jim Meyering  <meyering@lucent.com>
43966
43967         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43968         for autoconf-2.49c.
43969         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43970
43971 2001-01-16  Jim Meyering  <meyering@lucent.com>
43972
43973         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43974         From Bruno Haible.
43975
43976 2001-01-14  Jim Meyering  <meyering@lucent.com>
43977
43978         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43979         foo and bar.  Create conftestdir/ in the script, not in the C code.
43980         Remove directories in the script, not in the C code.
43981         Remove conftestdir{,2} before trying to create the directory.
43982         Make the entire configure script fail if the mkdir fails.
43983
43984 2001-01-14  Jim Meyering  <meyering@lucent.com>
43985
43986         * lib/rename.c: New file.  From Volker Borchert.
43987         Include stdlib.h, string.h or strings.h, and xalloc.h.
43988         Use strip_trailing_slashes rather than open-coding it.
43989
43990 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43991
43992         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43993
43994 2001-01-03  Jim Meyering  <meyering@lucent.com>
43995
43996         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43997         of local `inptr' to avoid warning with some system declarations of
43998         iconv.
43999
44000 2001-01-02  Volker Borchert  <bt@teknon.de>
44001
44002         * m4/rename.m4: New file.
44003         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
44004
44005 2001-01-01  Jim Meyering  <meyering@lucent.com>
44006
44007         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
44008         even on systems with utmpx.h.  It's necessary for the declaration of
44009         utmp's ut_user member.  Reported by Andreas Jaeger.
44010
44011         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
44012         available. They are required for the declarations of getgrgid and
44013         getpwuid resp.
44014         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
44015         Reported by Andreas Jaeger.
44016
44017 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
44018
44019         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
44020         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
44021         so `make install' also works in VPATH builds.
44022
44023 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
44024
44025         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
44026         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
44027         can be used in subdirectories.
44028
44029 2000-12-29  Paul Eggert  <eggert@twinsun.com>
44030
44031         * lib/modechange.c: Do not assume that mode_t uses the
44032         traditional octal encoding.  E.g. "chmod 1 FOO" should set
44033         the other-execute bit of FOO even if S_IXOTH != 1.
44034
44035         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
44036         WOTH, XOTH, ALLM): New macros.
44037         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
44038          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
44039         Use them.
44040         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
44041         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
44042         (mode_compile):
44043         No need to use uintmax_t; unsigned long is long enough.
44044         Don't bother to get suffix since we don't use it.
44045
44046 2000-12-26  Jim Meyering  <meyering@lucent.com>
44047
44048         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
44049         better with autoheader.
44050
44051 2000-12-24  Jim Meyering  <meyering@lucent.com>
44052
44053         * lib/hash.c (is_prime): Return explicit boolean values.
44054         (hash_get_first): Return NULL to appease Irix5.6's 89.
44055         Reported by Nelson Beebe.
44056
44057 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
44058
44059         * lib/localcharset.c (locale_charset): Add support for Win32.
44060
44061 2000-12-18  Paul Eggert  <eggert@twinsun.com>
44062
44063         * lib/physmem.h, lib/physmem.c: New files.
44064
44065         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
44066         (noinst_HEADERS): Add physmem.h.
44067
44068         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
44069         't' for compatibility with Solaris 8 sort.
44070
44071 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
44072
44073         * lib/config.charset: Add support for BeOS.
44074
44075 2000-12-17  Jim Meyering  <meyering@lucent.com>
44076
44077         * m4/dos.m4 (jm_AC_DOS): New file and macro.
44078         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
44079
44080 2000-12-16  Jim Meyering  <meyering@lucent.com>
44081
44082         This bug had a serious impact on chown: `chown N:M FILE' (for integer
44083         N and M) would have treated it like `chown N:N FILE'.
44084
44085         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44086
44087 2000-12-16  Jim Meyering  <meyering@lucent.com>
44088
44089         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44090         SHELLS_FILE to a file name that's useful on djgpp systems.
44091         Include stdlib.h.
44092         (ADDITIONAL_DEFAULT_SHELLS): Define.
44093         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44094         Based mostly on a patch from Prashant TR.
44095
44096 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44097
44098         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44099         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44100         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44101
44102 2000-12-08  Andreas Schwab  <schwab@suse.de>
44103
44104         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44105         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44106
44107 2000-12-07  Jim Meyering  <meyering@lucent.com>
44108
44109         * lib/stripslash.c (ISSLASH): Define.
44110         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44111         `/'.
44112         From Prashant TR.
44113
44114         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44115         (dir_name_r): Declare this function as static.
44116         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44117         manifest itself on a name containing a mix of slashes and
44118         backslashes.
44119         Make this function work with names starting with a DOS-style
44120         drive letter and colon prefix.
44121         (dir_name): Append `.' if necessary.
44122         Based mostly on patches from Prashant TR and Eli Zaretskii.
44123
44124         * lib/dirname.h (dir_name_r): Remove prototype.
44125
44126 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44127
44128         * m4/off_t-format.m4: Remove this file.
44129         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44130
44131 2000-12-06  Jim Meyering  <meyering@lucent.com>
44132
44133         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44134         replacement strtoull, we may well need the replacement strtoul, too.
44135         Check for declarations of strtoul and strtoull.
44136         Check for strtol.  Mainly as a cue to cause automake to include
44137         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44138         Check for limits.h -- strtol.c needs it.
44139
44140 2000-12-05  Jim Meyering  <meyering@lucent.com>
44141
44142         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44143
44144 2000-12-04  Jim Meyering  <meyering@lucent.com>
44145
44146         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44147         Also include memory.h, stdlib.h, unistd.h if appropriate.
44148         Reported by Andreas Jaeger (conflicting declaration of malloc).
44149
44150 2000-12-02  Jim Meyering  <meyering@lucent.com>
44151
44152         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44153         * m4/jm-macros.m4 (jm_MACROS): require it.
44154
44155 2000-12-02  Jim Meyering  <meyering@lucent.com>
44156
44157         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44158
44159 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44160
44161         * lib/memrchr.c: Include <config.h> before any system include file.
44162
44163 2000-11-30  Jim Meyering  <meyering@lucent.com>
44164
44165         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44166
44167 2000-11-30  Jim Meyering  <meyering@lucent.com>
44168
44169         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44170
44171 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44172
44173         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44174
44175 2000-11-26  Jim Meyering  <meyering@lucent.com>
44176
44177         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44178
44179 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44180
44181         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44182         size of (size_t) -1; it's not portable.
44183
44184 2000-11-17  Jim Meyering  <meyering@lucent.com>
44185
44186         * lib/strstr.c: Update from GNU libc.
44187
44188 2000-11-17  Akim Demaille  <akim@epita.fr>
44189
44190         * lib/obstack.h: Formatting changes.
44191         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44192         prevent type checking.
44193         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44194         cast the value to (void *): assigning a `foo *' to a `void *'
44195         variable is valid.
44196         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44197
44198 2000-11-16  Jim Meyering  <meyering@lucent.com>
44199
44200         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44201
44202 2000-11-11  Jim Meyering  <meyering@lucent.com>
44203
44204         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44205
44206 2000-11-10  Jim Meyering  <meyering@lucent.com>
44207
44208         * lib/obstack.h: Update from GNU libc.
44209         * lib/obstack.c: Likewise.
44210
44211 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44212
44213         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44214
44215 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44216
44217         * lib/getusershell.c (setusershell): Use rewind rather than
44218         fseek/fseeko, to avoid configuration hassles with fseeko.
44219         Don't bother opening SHELLS_FILE if shellstream is NULL;
44220         it's not necessary.
44221
44222 2000-11-05  Jim Meyering  <meyering@lucent.com>
44223
44224         * lib/makepath.h (make_dir): Declare.
44225         * lib/makepath.c (make_dir): Remove `static' attribute.
44226         Tweak a comment.
44227
44228 2000-11-04  Jim Meyering  <meyering@lucent.com>
44229
44230         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44231
44232 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44233
44234         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44235         last one in a bucket, advance to the next bucket.
44236
44237 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44238
44239         * lib/fnmatch.c: Do not comment out all the code if we are using
44240         the GNU C library, because in some cases we are replacing buggy
44241         code in the GNU C library itself.
44242
44243 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44244
44245         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44246         (regex_compile): Catch bogus \(\1\).
44247
44248 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44249
44250         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44251         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44252         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44253
44254 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44255
44256         * lib/error.h, getline.h, modechange.h:
44257         Remove "2000" from Copyright line, as the file hasn't been
44258         changed this year other than in the copyright notice.
44259
44260         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44261         was changed this year.
44262
44263 2000-10-29  Jim Meyering  <meyering@lucent.com>
44264
44265         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44266         renaming.
44267         * m4/ls-mntd-fs.m4: Likewise
44268
44269 2000-10-29  Jim Meyering  <meyering@lucent.com>
44270
44271         * lib/xstat.in: Fix grammar in comment.
44272
44273 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44274
44275         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44276         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44277         doesn't define __restrict_arr.
44278
44279 2000-10-28  Jim Meyering  <meyering@lucent.com>
44280
44281         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44282         (jm_PREREQ_MEMCHR): New function.
44283
44284 2000-10-28  Jim Meyering  <meyering@lucent.com>
44285
44286         * lib/memchr.c: Update from libc.
44287         Adjust for portability:
44288         [HAVE_STDLIB_H]: Include stdlib.h.
44289         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44290         Undef __memchr, too.
44291         [!weak_alias]: Define __memchr to memchr.
44292
44293         * lib/regex.c: Update from libc.
44294         * lib/regex.h: Likewise.
44295         * lib/getopt1.c: Likewise.
44296         * lib/memcmp.c: Likewise.
44297
44298         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44299         Avoid using fseek, when possible -- it's broken by design.
44300         Patch by Ulrich Drepper.
44301
44302 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44303
44304         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44305         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44306         Giving in to popular pressure to shut up the compiler with casts.
44307
44308 2000-10-26  Jim Meyering  <meyering@lucent.com>
44309
44310         * lib/strftime.c: Update from libc.
44311
44312 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44313
44314         * regex.c: More `unsigned char' -> `re_char' changes.
44315         Also change several `int' into `re_wchar_t'.
44316         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44317         (PUSH_FAILURE_POINTER): Don't cast any more.
44318         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44319         We want GCC to complain, since this piece of code makes
44320         re_match non-reentrant, which *should* be fixed.
44321         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44322         (EXTEND_BUFFER): Use RETALLOC.
44323         (SET_LIST_BIT): Don't cast.
44324         (re_wchar_t): New type.
44325         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44326         that those two functions will always properly return.
44327         (IMMEDIATE_QUIT_CHECK): Cast to void.
44328         (analyse_first): Use recursion rather than an explicit stack.
44329         (re_compile_fastmap): Can't fail anymore.
44330         (re_search_2): Don't check re_compile_fastmap for failure.
44331         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44332         Now also sets the new value (passed in a new argument).
44333         (re_match_2_internal): Use it.
44334         Also, use a new var `reg' of type size_t when looping through regs
44335         rather than reuse the inappropriate `mcnt'.
44336
44337 2000-10-25  Jim Meyering  <meyering@lucent.com>
44338
44339         * lib/obstack.c: Update from libc.
44340
44341 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44342
44343         * regex.c (regex_compile): Change the way of handling a range from
44344         a char less than 256 to a char not less than 256.
44345
44346 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44347
44348         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44349         NT-Emacs only.
44350         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44351         so that re_search functions only quit when callers expect them to.
44352
44353 2000-10-23  Jim Meyering  <meyering@lucent.com>
44354
44355         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44356         wrong.  That set_locale call must not have any side effects.
44357         From Paul Eggert.
44358
44359 2000-10-22  Jim Meyering  <meyering@lucent.com>
44360
44361         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44362         [CYCLIC]: Remove now-unused definition.
44363
44364         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44365         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44366         Suggestion from Ulrich Drepper.
44367
44368 2000-10-21  Jim Meyering  <meyering@lucent.com>
44369
44370         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44371         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44372         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44373
44374 2000-10-21  Jim Meyering  <meyering@lucent.com>
44375
44376         * lib/dirname.c (memrchr): Declare if necessary.
44377         (dir_name): Remove the restriction that there be no
44378         trailing slashes.  Now, this code skips past them, effectively
44379         ignoring them.
44380         [TEST_DIRNAME] (main): New unit tests.
44381
44382         * lib/memrchr.c: New file from GNU libc.
44383         Undef __memrchr, too.
44384         [!weak_alias]: Define __memrchr to memrchr.
44385         Guard weak_alias use with `#ifdef weak_alias'.
44386
44387 2000-10-21  Jim Meyering  <meyering@lucent.com>
44388
44389         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44390         (dir_name): Use dir_name_r.
44391         * lib/dirname.h (dir_name_r): Declare it.
44392
44393 2000-10-17  Jim Meyering  <meyering@lucent.com>
44394
44395         * lib/quote.h (PARAMS): Define and use.
44396         Reported by Akim Demaille.
44397
44398         * lib/getopt.c: Update from libc.
44399
44400 2000-10-16  Jim Meyering  <meyering@lucent.com>
44401
44402         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44403         setlocale.
44404         From Jan Fedak.
44405
44406 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44407
44408         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44409
44410 2000-09-25  Jim Meyering  <meyering@lucent.com>
44411
44412         * lib/md5.h (rol): Define (from GnuPG).
44413
44414         * lib/sha.c: Give credit (GnuPG) where due.
44415         (M): Use rol rather than open-coding it.
44416         Add a FIXME comment.
44417
44418 2000-09-21  Jim Meyering  <meyering@lucent.com>
44419
44420         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44421         Reported by Michael Stone.
44422
44423 2000-09-20  Jim Meyering  <meyering@lucent.com>
44424
44425         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44426         (noinst_HEADERS): Add sha.h.
44427         Based on code from Scott G. Miller and from GnuPG.
44428
44429 2000-09-18  Jim Meyering  <meyering@lucent.com>
44430
44431         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44432         LIBS. Otherwise, everyone ends up linking with -lelf for some
44433         configurations.
44434         Reported by Mike Stone.
44435
44436 2000-09-15  Jim Meyering  <meyering@lucent.com>
44437
44438         * lib/regex.c: Update from libc.
44439
44440 2000-09-10  Jim Meyering  <meyering@lucent.com>
44441
44442         * lib/getopt.c (_getopt_internal): Update from glibc.
44443
44444 2000-09-09  Jim Meyering  <meyering@lucent.com>
44445
44446         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44447         think it should be used as a general replacement for isascii.
44448         * lib/fnmatch.c: Likewise.
44449         * lib/mbswidth.c: Likewise
44450         * lib/regex.c: Likewise.
44451
44452         Don't use atoi.
44453         * lib/userspec.c: Include sys/param.h and limits.h.
44454         Include xstrtol.h.
44455         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44456         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44457         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44458         UID, GID.  Check range.
44459
44460 2000-09-06  Jim Meyering  <meyering@lucent.com>
44461
44462         * lib/getopt.c (_getopt_internal): Update from glibc.
44463
44464 2000-08-30  Jim Meyering  <meyering@lucent.com>
44465
44466         * lib/strftime.c: Merge in changes from GNU libc.
44467
44468 2000-08-26  Jim Meyering  <meyering@lucent.com>
44469
44470         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44471         * m4/fpending.m4: New file.
44472
44473 2000-08-26  Jim Meyering  <meyering@lucent.com>
44474
44475         * lib/closeout.c: Include "__fpending.h".
44476         (close_stdout_status): Return right away if there's nothing to flush.
44477
44478         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44479         * lib/__fpending.c: New file.
44480         * lib/__fpending.h: New file.
44481
44482 2000-08-20  Jim Meyering  <meyering@lucent.com>
44483
44484         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44485         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44486         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44487
44488 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44489
44490         Improve fileutils installation on systems where running
44491         programs (like install) can't be unlinked.
44492         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44493         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44494
44495 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44496
44497         Standardize on "memory exhausted" instead of "Memory exhausted"
44498         or "virtual memory exhausted".
44499         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44500         "virtual memory exhausted".
44501         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44502         our own message.
44503         * lib/userspec.c (parse_user_spec): Likewise.
44504         * lib/bumpalloc.h: comment fix
44505         * lib/same.c, userspec.c: Include xalloc.h.
44506
44507         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44508         not char *const and pointing to a constant array.
44509         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44510         (xrealloc): Comment fix.
44511
44512         * lib/userspec.c (parse_user_spec):
44513         Don't translate a message until just before returning,
44514         to avoid unnecessary translation.
44515
44516 2000-08-07  Jim Meyering  <meyering@lucent.com>
44517
44518         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44519         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44520         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44521         getgroups.c, gethostname.c, getopt.h, group-member.c,
44522         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44523         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44524         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44525         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44526         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44527         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44528         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44529         yesno.c: Back out Copyright date changes for each file with no change
44530         this year.  This eases coordination with other programs using the same
44531         source code modules.  From Paul Eggert.
44532
44533 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44534
44535         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44536         not char, for compatibility with glibc 2.1.3 strftime.c.
44537
44538 2000-08-03  Greg McGary  <greg@mcgary.org>
44539
44540         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44541         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44542         (EXTEND_BUFFER): Use them.
44543
44544 2000-08-01  Jim Meyering  <meyering@lucent.com>
44545
44546         * lib/dirname.c (ISSLASH): Define.
44547         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44548         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44549         both `\' and `/' may be use as path separators.
44550         Based on a patch from Prashant TR.
44551
44552 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44553
44554         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44555         slot vector a constant, since it might get modified.
44556
44557 2000-07-31  Jim Meyering  <meyering@lucent.com>
44558
44559         * lib/xmalloc.c: Use `virtual memory exhausted', not
44560         `Memory exhausted'.
44561         * lib/obstack.c (print_and_abort): Likewise.
44562
44563 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44564
44565         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44566         buffer, so that the caller can always quote one small
44567         component of a "memory exhausted" message in slot 0.
44568         From a suggestion by Jim Meyering.
44569
44570 2000-07-30  Jim Meyering  <meyering@lucent.com>
44571
44572         * lib/makepath.c (make_path): Quote the other instance, too.
44573
44574         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44575         (STATIC_BUF_SIZE): Define.
44576         (quotearg_n_options): Use only statically allocated storage when
44577         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44578         than STATIC_BUF_SIZE.
44579
44580 2000-07-29  Jim Meyering  <meyering@lucent.com>
44581
44582         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44583         * lib/dirname.c (dir_name): Likewise.
44584
44585         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44586         `/'.
44587
44588         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44589         (dir_name): Assert that there are no trailing slashes.
44590
44591 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44592
44593         * lib/mbswidth.h (mbswidth): Add a flags argument.
44594         (mbswidth): New declaration.
44595         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44596         * lib/mbswidth.c (mbswidth): Add a flags argument.
44597         (mbsnwidth): New function.
44598
44599 2000-07-24  Jim Meyering  <meyering@lucent.com>
44600
44601         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44602
44603 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44604
44605         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44606
44607 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44608
44609         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44610         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44611         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44612         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44613         invoke multibyte primitives.
44614
44615 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44616
44617         * lib/quotearg.c:
44618         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44619         so that mbstate_t is always defined.
44620
44621         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44622         be 1 in at least one GCC installation, and this configuration
44623         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44624         performance on hosts that have mbrtowc but have only unibyte
44625         locales, but I assume these hosts are rare.
44626
44627 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44628
44629         * lib/mbswidth.c (_XOPEN_SOURCE):
44630         Don't define; this causes problems on Solaris 7.
44631         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44632
44633 2000-07-23  Jim Meyering  <meyering@lucent.com>
44634
44635         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44636         too: getgrgid, getpwuid, getuid.
44637
44638 2000-07-23  Jim Meyering  <meyering@lucent.com>
44639
44640         * lib/basename.c (base_name): Add an assertion.
44641
44642 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44643
44644         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44645         shadow its mbsinit function.
44646
44647 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44648
44649         * lib/mbswidth.h: New file.
44650         * lib/mbswidth.c: New file.
44651         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44652         (noinst_HEADERS): Add mbswidth.h.
44653
44654 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44655
44656         * lib/config.charset: Add support for FreeBSD. Improve support for
44657         HP-UX and IRIX 6.
44658
44659 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44660
44661         * m4/mbswidth.m4: New file.
44662         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44663
44664 2000-07-15  Jim Meyering  <meyering@lucent.com>
44665
44666         * lib/makepath.c: Include quote.h.
44667         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44668         corresponding argument in a `quote (...)' call.
44669         Give better diagnostics.
44670
44671         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44672         (noinst_HEADERS): Add quote.h.
44673
44674         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44675         from tar's src/misc.c.
44676         * lib/quote.h: New file.  Prototypes for same.
44677
44678 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44679
44680         From a suggestion by Bruno Haible.
44681         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44682         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44683         to decide whether to define the BeOS workaround macro;
44684         this adjusts to the change to AC_MBSTATE_T.
44685
44686 2000-07-14  Jim Meyering  <meyering@lucent.com>
44687
44688         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44689         jm_AC_TYPE_UINTMAX_T.
44690
44691 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44692
44693         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44694
44695         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44696         quotearg_buffer_restyled): Add support for
44697         clocale_quoting_style.  Undo previous change to
44698         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44699         and "{RIGHT QUOTATION MARK}" msgids.
44700
44701 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44702
44703         From a suggestion by Bruno Haible.
44704         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44705         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44706         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44707         and mbstate_t, to a single-part test that simply defines mbstate_t.
44708         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44709         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44710
44711 2000-07-10  Jim Meyering  <meyering@lucent.com>
44712
44713         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44714
44715         * m4/gnu-source.m4: Output to confdefs.h directly.
44716         Suggestion from Akim Demaille.
44717
44718 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44719
44720         The old behavior of quoting `like this' doesn't look good with
44721         newer, ISO-style fonts.  See:
44722         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44723
44724         Instead, quote "like this" by default.  Let the translator
44725         tailor the locale-specific quoting behavior by providing
44726         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44727
44728         * lib/quotearg.c (N_): New macro.
44729         (gettext_default): New function.
44730         (quotearg_buffer_restyled): Use
44731         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
44732         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
44733
44734 2000-07-09  Jim Meyering  <meyering@lucent.com>
44735
44736         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
44737         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
44738
44739         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
44740         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
44741
44742 2000-07-09  Jim Meyering  <meyering@lucent.com>
44743
44744         * lib/Most files: Update copyright dates to include 2000.
44745
44746 2000-07-08  Jim Meyering  <meyering@lucent.com>
44747
44748         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
44749         if not defined.
44750         (xgethostname): Remove now-unnecessary #ifdef.
44751         Move declaration of `err' into loop where it's used.
44752
44753 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44754         and Bruno Haible  <haible@clisp.cons.org>
44755
44756         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
44757         only if the test for an object-type mbstate_t fails.  This
44758         prevents us from mistakenly reporting that mbstate_t is a
44759         system object type after we "#define mbstate_t int" to work
44760         around its lack.
44761
44762 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44763         and Bruno Haible  <haible@clisp.cons.org>
44764
44765         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
44766
44767 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44768
44769         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
44770         to strerror_r.
44771         Include <ctype.h> for use of isalpha.
44772
44773 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44774
44775         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
44776         by allocating a larger buffer. Test the gethostname return value for
44777         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
44778         returns an error and ENAMETOOLONG isn't defined.
44779
44780 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44781
44782         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
44783         dimension.
44784
44785 2000-07-04  Jim Meyering  <meyering@lucent.com>
44786
44787         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
44788         of the deprecated AC_CHECKING.
44789
44790 2000-07-04  Jim Meyering  <meyering@lucent.com>
44791
44792         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
44793         Reported by Bruno Haible.
44794
44795 2000-07-04  Jim Meyering  <meyering@lucent.com>
44796
44797         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
44798         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
44799         lacks mbrtowc.
44800
44801 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44802
44803         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
44804         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
44805
44806 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44807         and Bruno Haible  <haible@clisp.cons.org>
44808
44809         * lib/quotearg.c (mbrtowc):
44810         Assign to *pwc, and return 1 only if result is nonzero.
44811         (iswprint): Use ISPRINT when substituting our own mbrtowc.
44812
44813 2000-07-03  Jim Meyering  <meyering@lucent.com>
44814
44815         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
44816
44817 2000-07-03  Jim Meyering  <meyering@lucent.com>
44818
44819         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
44820         This is necessary to get a definition of e.g., UTMP_FILE on
44821         HP-UX 10.20.
44822         From Bob Proulx.
44823
44824 2000-07-02  Jim Meyering  <meyering@lucent.com>
44825
44826         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
44827
44828         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
44829         AC_LIBOBJ(function_name).
44830         * m4/chown.m4: Likewise.
44831         * m4/fnmatch.m4: Likewise.
44832         * m4/ftruncate.m4: Likewise.
44833         * m4/getgroups.m4: Likewise.
44834         * m4/getline.m4: Likewise.
44835         * m4/group-member.m4: Likewise.
44836         * m4/jm-macros.m4: Likewise.
44837         * m4/lstat.m4: Likewise.
44838         * m4/malloc.m4: Likewise.
44839         * m4/memcmp.m4: Likewise.
44840         * m4/nanosleep.m4: Likewise.
44841         * m4/putenv.m4: Likewise.
44842         * m4/realloc.m4: Likewise.
44843         * m4/regex.m4: Likewise.
44844         * m4/stat.m4: Likewise.
44845         * m4/strftime.m4: Likewise.
44846
44847 2000-07-02  Jim Meyering  <meyering@lucent.com>
44848
44849         * lib/quotearg.c (mbstate_t): Don't define here.
44850
44851 2000-07-02  Jim Meyering  <meyering@lucent.com>
44852
44853         * lib/nanosleep.c (SIGCONT): Define if not already defined.
44854
44855 2000-07-01  Jim Meyering  <meyering@lucent.com>
44856
44857         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
44858
44859 2000-07-01  Jim Meyering  <meyering@lucent.com>
44860
44861         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
44862         problem.
44863
44864 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44865
44866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
44867         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
44868
44869 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44870
44871         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
44872         per change in ../m4/ls-mntd-fs.m4.
44873         (read_filesystem_list): Ignore symbolic links.
44874
44875 2000-06-29  Jim Meyering  <meyering@lucent.com>
44876
44877         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
44878         for declaration of strcmp.
44879
44880         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
44881
44882         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
44883         Avoid warning by casting result to `char *' to remove `const'.
44884
44885 2000-06-28  Jim Meyering  <meyering@lucent.com>
44886
44887         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
44888         included by quotearg.c, for which we perform this test.  From
44889         Bruno Haible.
44890
44891 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44892
44893         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
44894         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
44895         <utmpx.h> exists, put readutmp.o into LIBOBJS.
44896
44897 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44898
44899         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
44900
44901 2000-06-26  Paul Eggert  <eggert@twinsun.com>
44902
44903         savedir now sets errno on failure and invokes xmalloc to get memory.
44904         Fix a couple of other minor bugs while we're at it.
44905
44906         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
44907         (NAMLEN): Remove macro.
44908         (malloc, realloc): Remove decls.
44909         (stpcpy): Likewise.
44910         ("xalloc.h"): Include.
44911         (NAME_SIZE_DEFAULT): New macro.
44912         (savedir): Use xmalloc / xrealloc to allocate memory.
44913         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44914         Skip "" directory entries.
44915         Use strlen to calculate directory entry length, since the old method
44916         is rarely used these days and isn't worth supporting.
44917         Don't use a pointer after freeing it.
44918         Check for integer overflow when calculating allocation size.
44919         Use memcpy to copy entries, instead of stpcpy.
44920         Set errno properly when returning NULL.
44921         Check for readdir error.
44922
44923 2000-06-26  Jim Meyering  <meyering@lucent.com>
44924
44925         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44926
44927 2000-06-25  Jim Meyering  <meyering@lucent.com>
44928
44929         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44930         Linux header bug when _XOPEN_SOURCE is defined to 500.
44931
44932 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44933
44934         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44935         deficiency.
44936
44937 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44938
44939         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44940         Include xalloc.h.
44941         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44942
44943 2000-06-24  Jim Meyering  <meyering@lucent.com>
44944
44945         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44946         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44947         for which strerror does return char*, but which lacks a conveniently
44948         accessible declaration of the function.  If the compile-test says
44949         strerror_r doesn't work, then resort to a `run'-test that works on
44950         BeOS and segfaults on DEC Unix.
44951
44952 2000-06-24  Jim Meyering  <meyering@lucent.com>
44953
44954         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44955
44956 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44957
44958         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44959         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44960
44961 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44962
44963         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44964         (mbrtowc, mbstate_t): Define substitutes if
44965         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44966         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44967         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44968
44969 2000-06-23  Jim Meyering  <meyering@lucent.com>
44970
44971         * m4/afs.m4: Add missing AC_MSG_RESULT.
44972         Reported by Bruno Haible.
44973
44974         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44975         Suggestion from Bruno Haible.
44976
44977 2000-06-23  Jim Meyering  <meyering@lucent.com>
44978
44979         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44980
44981 2000-06-21  Jim Meyering  <meyering@lucent.com>
44982
44983         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44984
44985 2000-06-21  Jim Meyering  <meyering@lucent.com>
44986
44987         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44988         (noinst_HEADERS): Add getstr.h.
44989
44990         * lib/getline.c (getstr): Move into a separate file.
44991         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44992         the following changes: new parameter, delim2; both delim[12]
44993         parameters have type `int', not `char'.  The latter would lose
44994         with 8-bit delimiters.
44995         * lib/getstr.h: New file.
44996
44997 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44998
44999         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
45000         than 1024, return a memory chunk of least possible size, instead
45001         of size PATH_MAX + 2. In the loop, increment the size proportionally.
45002         Use free/xmalloc instead of xrealloc to avoid copying for very long
45003         paths.
45004
45005 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45006
45007         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
45008         the empty string.
45009
45010 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45011
45012         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
45013         address, not strdup.  Include <stdlib.h> and don't declare free().
45014
45015 2000-06-19  Jim Meyering  <meyering@lucent.com>
45016
45017         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
45018
45019 2000-06-18  Jim Meyering  <meyering@lucent.com>
45020
45021         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
45022
45023         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
45024         `checking whether...' message to be consistent with that of the
45025         lstat test.
45026
45027 2000-06-18  Jim Meyering  <meyering@lucent.com>
45028
45029         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
45030         Besides, these days every porting target provides a mkdir function.
45031
45032         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
45033         needed. (this snippet comes from src/system.h).
45034
45035 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
45036
45037         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
45038
45039 2000-06-15  Paul Eggert  <eggert@twinsun.com>
45040
45041         * lib/human.c (adjust_value): New function.
45042         (human_readable_inexact): Apply rounding style even when
45043         printing approximate values.
45044
45045 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45046
45047         * lib/human.c (human_readable_inexact): Allow an input block
45048         size that is not a multiple of the output block size, and vice versa.
45049         Reported by Piergiorgio Sartor.
45050
45051 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45052
45053         * lib/getdate.y (get_date): Apply relative times after time
45054         zone indicator, not before.  Reported by Todd A. Jacobs.
45055
45056 2000-06-13  Jim Meyering  <meyering@lucent.com>
45057
45058         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
45059
45060         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
45061
45062 2000-06-12  Paul Eggert  <eggert@twinsun.com>
45063
45064         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
45065
45066 2000-06-12  Jim Meyering  <meyering@lucent.com>
45067
45068         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
45069         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
45070         optional argument.
45071         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
45072         the optional argument, `lib'.
45073
45074 2000-06-08  Jim Meyering  <meyering@lucent.com>
45075
45076         * m4/largefile.m4: Remove file (now that it's part of autoconf).
45077
45078 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45079
45080         Rewrite largefile configuration so that we don't need to run
45081         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
45082         AC_CANONICAL_HOST in configure.in -- jmm]
45083
45084         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45085         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45086         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45087         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45088         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45089         All uses changed.
45090         Instead of inspecting the output of getconf, try to compile the
45091         test program without and with the macro definition.
45092         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45093         for getconf.  Instead, check for the needed flags by compiling
45094         test programs.
45095
45096 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45097
45098         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45099
45100 2000-06-04  Jim Meyering  <meyering@lucent.com>
45101
45102         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45103         SunOS 4.1.4 for which gid_t is an unsigned type.
45104
45105 2000-06-03  Jim Meyering  <meyering@lucent.com>
45106
45107         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45108         now that autoconf requires that.
45109
45110         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45111         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45112         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45113
45114 2000-06-03  Jim Meyering  <meyering@lucent.com>
45115
45116         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45117
45118 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45119
45120         * m4/glibc21.m4: New file.
45121         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45122
45123 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45124
45125         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45126         newer, don't install charset.alias.
45127         * lib/config.charset: Change the Linux/glibc rules so they become empty
45128         on glibc-2.1 or newer.
45129
45130 2000-06-02  Jim Meyering  <meyering@lucent.com>
45131
45132         * lib/mountlist.c: Back out last change.  Instead, do this...
45133         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45134         me_dummy member using the same `ignore'-testing code.
45135         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45136         fs_type strings.
45137         From Mark D. Roth.
45138
45139 2000-05-29  Jim Meyering  <meyering@lucent.com>
45140
45141         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45142         mounts with the `ignore' attribute.  Based on a patch from
45143         Mark D. Roth.
45144
45145 2000-05-28  Jim Meyering  <meyering@lucent.com>
45146
45147         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45148         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45149         * m4/stat.m4: Likewise.
45150         * m4/lstat.m4: Likewise.
45151         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45152
45153         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45154         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45155
45156 2000-05-26  Jim Meyering  <meyering@lucent.com>
45157
45158         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45159
45160 2000-05-24  Jim Meyering  <meyering@lucent.com>
45161
45162         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45163         autoconf requires that.
45164         * m4/lib-check.m4: Likewise.
45165         * m4/jm-macros.m4: Likewise.
45166         * m4/strftime.m4: Likewise.
45167
45168         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45169         AC_CHECK_DECLS, now that autoconf requires that.
45170
45171 2000-05-22  Jim Meyering  <meyering@lucent.com>
45172
45173         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45174         * m4/lstat.m4: Likewise.
45175
45176 2000-05-22  Jim Meyering  <meyering@lucent.com>
45177
45178         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45179
45180 2000-05-20  Jim Meyering  <meyering@lucent.com>
45181
45182         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45183         (jm_PREREQ): Use it.
45184
45185 2000-05-18  Jim Meyering  <meyering@lucent.com>
45186
45187         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45188         back, too, since it may have been modified by allocate_entry.
45189         (hash_delete): Rewrite to use neither the assignment operator
45190         nor the comma operator in an if-expression.
45191
45192 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45193
45194         * lib/closeout.c:
45195         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45196         Remove; no longer needed.
45197         "quotearg.h": Add include.
45198         (file_name): Do not bother to explicitly initialize to NULL; it's less
45199         efficient on some hosts.
45200         (close_stdout_status): Remove test as to whether stdout was already
45201         closed; it breaks for the case "echo x | sort >&-".
45202         Quote file name colons.
45203         Do not assume that _("write error") lacks format strings.
45204
45205 2000-05-15  Jim Meyering  <meyering@lucent.com>
45206
45207         * lib/version-etc.c (version_etc_copyright): Update the copyright
45208         string used in all --version output.
45209
45210 2000-05-14  Jim Meyering  <meyering@lucent.com>
45211
45212         * lib/closeout.c (close_stdout_set_file_name): New function.
45213         (close_stdout_status): Use new file-scoped global.
45214         Return right away if fstat says the stdout file descriptor is invalid.
45215         * lib/closeout.h (close_stdout_set_file_name): Declare.
45216
45217 2000-05-10  Jim Meyering  <meyering@lucent.com>
45218
45219         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45220         (close_stdout_set_status): New function.
45221         * lib/closeout.h (close_stdout_set_status): Declare.
45222
45223 2000-05-09  Jim Meyering  <meyering@lucent.com>
45224
45225         * m4/gettext.m4: Rename this...
45226         * m4/libintl.m4: ...to this.
45227
45228 2000-05-08  Jim Meyering  <meyering@lucent.com>
45229
45230         * lib/long-options.c: Don't include closeout.h.
45231         (parse_long_options): Don't call close_stdout for --version.
45232
45233 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45234
45235         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45236         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45237         2.1.3 bug.  This avoids a clash when files like regex.c define
45238         _GNU_SOURCE.
45239
45240 2000-05-06  Jim Meyering  <meyering@lucent.com>
45241
45242         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45243         (AC_REPLACE_FUNCS): Add strnlen.
45244
45245         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45246         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45247
45248         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45249         AC_SEARCH_LIBS call for nanosleep.
45250         (LIB_NANOSLEEP): Set and AC_SUBST.
45251
45252 2000-05-06  Jim Meyering  <meyering@lucent.com>
45253
45254         * lib/strnlen.c: Undefine __strnlen and strnlen.
45255         [!weak_alias]: Define __strnlen to strnlen.
45256
45257         * lib/atexit.c: New file, from libiberty.
45258
45259 2000-05-06  Jim Meyering  <meyering@lucent.com>
45260
45261         * lib/closeout.c (close_stdout_status): Also check for errors on the
45262         stderr stream.
45263
45264 2000-05-05  Jim Meyering  <meyering@lucent.com>
45265
45266         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45267         AC_SEARCH_LIBS call for clock_gettime.
45268         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45269
45270         * m4/search-libs.m4: Update from autoconf.
45271
45272         su doesn't work on Solaris 2.6.
45273         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45274         <shadow.h>.  Reported by Dragos Harabor.
45275
45276 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45277
45278         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45279         memcpy instead of xmalloc, xrealloc, path_concat.
45280         (locale_charset): Treat empty environment variables as absent.
45281         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45282
45283 2000-05-04  Jim Meyering  <meyering@lucent.com>
45284
45285         * lib/getopt.c: Update from glibc.
45286         * lib/obstack.c: Likewise.
45287         * lib/obstack.h: Likewise.
45288         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45289         file
45290
45291         * lib/regex.h: Likewise.
45292         * lib/strndup.c: Likewise.
45293         * lib/strnlen.c: New file, from glibc.
45294
45295 2000-05-03  Jim Meyering  <meyering@lucent.com>
45296
45297         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45298
45299 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45300
45301         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45302         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45303         compile-time test, rather than inspecting host and OS, to
45304         decide whether to define _LARGEFILE_SOURCE.
45305
45306 2000-05-01  Jim Meyering  <meyering@lucent.com>
45307
45308         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45309
45310         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45311         Based on a patch from Bruno Haible.
45312
45313 2000-05-01  Jim Meyering  <meyering@lucent.com>
45314
45315         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45316
45317 2000-04-29  Jim Meyering  <meyering@lucent.com>
45318
45319         * lib/path-concat.c: Declare strdup only if it's not defined.
45320         * lib/canon-host.c: Likewise.
45321
45322 2000-04-28  Jim Meyering  <meyering@lucent.com>
45323
45324         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45325         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45326         is included first, then limits.h is included by locale.h by libintl.h.
45327         From John David Anglin.
45328
45329 2000-04-25  Jim Meyering  <meyering@lucent.com>
45330
45331         * lib/makepath.c (S_IRWXUGO): Define.
45332         (make_path): Always perform explicit chmod if MODE specifies any
45333         of the `special' permission bits.  Prompted by a bug report against
45334         install from Mate Wierdl and Joost van Baal.
45335
45336 2000-04-18  Jim Meyering  <meyering@lucent.com>
45337
45338         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45339         (jm_PREREQ): Use it.
45340
45341 2000-04-18  Jim Meyering  <meyering@lucent.com>
45342
45343         * lib/README: New file.
45344
45345         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45346         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45347
45348 2000-04-17  Jim Meyering  <meyering@lucent.com>
45349
45350         Get it right :-)
45351         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45352         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45353         Suggestion from Akim Demaille.
45354
45355 2000-04-17  Jim Meyering  <meyering@lucent.com>
45356
45357         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45358         the definition of it to rpl_strftime also defined-away the system's
45359         declaration.
45360
45361 2000-04-15  Jim Meyering  <meyering@lucent.com>
45362
45363         Use `C' to denote so-called `contiguous' files, the same way
45364         that tar does.
45365         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45366         (ftypelet): Use S_ISCTG.
45367         From Michael Deutschmann.
45368
45369 2000-04-14  Jim Meyering  <meyering@lucent.com>
45370
45371         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45372         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45373         clobbered.
45374
45375 2000-04-14  Jim Meyering  <meyering@lucent.com>
45376
45377         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45378
45379 2000-04-13  Jim Meyering  <meyering@lucent.com>
45380
45381         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45382         AH_VERBATIM to insert required #ifndef into config.h.in.
45383         Suggestion from Akim Demaille.
45384
45385 2000-04-12  Jim Meyering  <meyering@lucent.com>
45386
45387         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45388         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45389         Christian Krackowizer.
45390
45391         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45392         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45393         (AC_SYS_LARGEFILE): Require.
45394         (AM_C_PROTOTYPES): Require.
45395
45396 2000-04-08  Jim Meyering  <meyering@lucent.com>
45397
45398         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45399         names don't conflict.  Reported by Eli Zaretskii.
45400
45401 2000-04-07  Jim Meyering  <meyering@lucent.com>
45402
45403         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45404         sys/types.h, to work around system header problems on AIX 3.2.5.
45405         From Bruno Haible.
45406
45407 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45408
45409         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45410         bug.  Deal with the different error behavior of Irix iconv.
45411
45412 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45413
45414         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45415         IRIX if the installer said otherwise.
45416
45417 2000-04-05  Jim Meyering  <meyering@lucent.com>
45418
45419         Portability tweaks required for ultrix4.3.
45420         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45421         (jm_CHECK_DECLS): Add getutent to the list of functions.
45422         (_jm_DECL_HEADERS): Add utmpx.h.
45423         From John David Anglin.
45424
45425         * m4/strftime.m4: Back out the 2000-04-02 change.
45426         Instead of that change, simply undefine putenv in the test program.
45427
45428 2000-04-05  Jim Meyering  <meyering@lucent.com>
45429
45430         Portability tweaks required for ultrix4.3.
45431         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45432         getutent.
45433         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45434         * lib/canon-host.c: Declare strdup.
45435         * lib/path-concat.c: Likewise.
45436         From John David Anglin.
45437
45438 2000-04-04  Jim Meyering  <meyering@lucent.com>
45439
45440         Be more DOS 8.3-friendly.
45441         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45442         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45443         * lib/Makefile.am: Reflect renaming.
45444         Reported by Eli Zaretskii.
45445
45446         Use a temporary file name that won't clash with `charset.alias'
45447         in the DOS 8.3 name space.
45448         * lib/Makefile.am (charset_tmp): Define.
45449         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45450         (uninstall-local): Likewise.
45451         Reported by Eli Zaretskii.
45452
45453 2000-04-03  Jim Meyering  <meyering@lucent.com>
45454
45455         * m4/gettext.m4: Fix typo in comment.
45456
45457         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45458         textutils/configure.in).  Suggestion from Paul Eggert.
45459         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45460
45461 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45462
45463         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45464         variable in the shell rather than using putenv, which isn't
45465         portable.  This avoids the configure-time inter-test dependency
45466         on the potentially-renamed putenv function.
45467
45468 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45469
45470         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45471         before checking struct stat.st_blksize, so that
45472         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45473
45474 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45475
45476         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45477         since strftime.c uses HAVE_STRFTIME to decide whether to use
45478         the underlying strftime.
45479
45480 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45481
45482         * lib/time/strftime.c (my_strftime): Make sure we call the system
45483         strftime, not ourselves, when invoking the underlying strftime.
45484
45485 2000-03-24  Jim Meyering  <meyering@lucent.com>
45486
45487         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45488         (charset_alias): Define.
45489         (install-exec-local): Factor out common code.
45490         (uninstall-local): Split lines longer than 80.
45491         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45492         (SUFFIXES): Define.
45493         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45494         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45495
45496 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45497
45498         * lib/config.charset: Output a line containing "Packages using this
45499         file".
45500         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45501         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45502         ref-del.sed): New rules.
45503
45504 2000-03-17  Jim Meyering  <meyering@lucent.com>
45505
45506         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45507         Otherwise, include <strings.h>
45508
45509 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45510
45511         * lib/unicodeio.c (utf8_wctomb): New function.
45512         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45513         format instead of in UCS-4 with platform dependent endianness.
45514
45515 2000-03-10  Jim Meyering  <meyering@lucent.com>
45516
45517         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45518         From Marco Franzen.
45519
45520 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45521
45522         * lib/savedir.c (savedir): Work even if directory size is
45523         negative; this can happen with some screwy NFS configurations.
45524
45525 2000-03-06  Jim Meyering  <meyering@lucent.com>
45526
45527         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45528         if it's NULL (because we ran out of memory).  From Bruno Haible.
45529
45530 2000-03-05  Jim Meyering  <meyering@lucent.com>
45531
45532         * lib/localcharset.c ("path-concat.h"): Include.
45533         (get_charset_aliases): Use path_concat instead of ANSI string
45534         concatenation.
45535
45536         * lib/unicodeio.h (PARAMS): Define.
45537         Use it to guard prototype.
45538
45539 2000-03-04  Jim Meyering  <meyering@lucent.com>
45540
45541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45542         for lib/localcharset.c.
45543
45544 2000-03-04  Jim Meyering  <meyering@lucent.com>
45545
45546         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45547         installing into it.
45548         (uninstall-local): Uncomment this rule so `make distcheck' works
45549         once again.
45550
45551         * lib/unicodeio.c (<errno.h>): Include it.
45552         (errno): Declare if not defined.
45553
45554         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45555
45556         * lib/config.charset: New version, incorporating remarks from a linux
45557         i18n mailing list.  From Bruno Haible.
45558
45559 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45560
45561         * m4/codeset.m4: New file.
45562         * m4/iconv.m4: New file.
45563         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45564
45565 2000-03-03  Jim Meyering  <meyering@lucent.com>
45566
45567         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45568
45569 2000-03-02  Jim Meyering  <meyering@lucent.com>
45570
45571         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45572         the messages come out on separate lines.
45573
45574         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45575         rather than jm_CHECK_DECLARATIONS.
45576         * m4/decl.m4: Remove now-unused file.
45577
45578         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45579         geteuid.
45580
45581 2000-03-02  Jim Meyering  <meyering@lucent.com>
45582
45583         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45584
45585 2000-03-01  Jim Meyering  <meyering@lucent.com>
45586
45587         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45588         * lib/unicodeio.c: Likewise.
45589
45590 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45591
45592         * lib/config.charset: New file.
45593         * lib/localcharset.c: New file.
45594         * lib/unicodeio.h, lib/unicodeio.c: New files.
45595         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45596         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45597         (noinst_HEADERS): Add unicodeio.h.
45598         (all-local, install-exec-local, charset.alias): New targets.
45599
45600 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45601
45602         * lib/quotearg.c (ALERT_CHAR): New macro.
45603         (quotearg_buffer_restyled): Use it.
45604
45605 2000-02-27  Jim Meyering  <meyering@lucent.com>
45606
45607         * m4/check-decl.m4: Add getenv to the list.
45608
45609 2000-02-27  Jim Meyering  <meyering@lucent.com>
45610
45611         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45612         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45613
45614         * lib/backupfile.c: Guard inclusion of stdlib.h with
45615         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45616         Declare malloc if needed.
45617
45618         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45619         `#ifndef HAVE_DECL..'
45620         now that autoconf always defines the HAVE_DECL_ symbols.
45621         * lib/human.c: Likewise.
45622         * lib/same.c: Likewise.
45623         * lib/strtoumax.c: Likewise.
45624
45625         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45626         declaration check was not run.
45627         * lib/hash.c: Likewise.
45628         * lib/human.c: Likewise.
45629         * lib/same.c: Likewise.
45630         * lib/strtoumax.c: Likewise.
45631
45632         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45633         `.', then first look up the entire `.'-containing string as a login
45634         name.
45635
45636 2000-02-23  Jim Meyering  <meyering@lucent.com>
45637
45638         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45639         in place of my hack.
45640
45641 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45642
45643         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45644         (textint): New typedef.
45645         (parser_control): Member year changed from int to textint.
45646         All uses changed.
45647         (YYSTYPE): Removed; replaced by %union with int and textint members.
45648         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45649         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45650         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45651         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45652         (date, number, to_year): Use width of number in digits, not its value,
45653         to determine whether it's a 2-digit year, or a 2-digit time.
45654         (yylex): Store number of digits of numeric tokens.
45655         Reported by John Kendall.
45656
45657         (parser_control): Changed from struct parser_control to typedef (for
45658         consistency).  All uses changed.
45659
45660         (tID): Removed; not used.
45661         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45662
45663 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45664
45665         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45666         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45667
45668 2000-02-12  Jim Meyering  <meyering@lucent.com>
45669
45670         * lib/userspec.c (ISDIGIT): Define it.
45671         (isdigit): Remove definition.
45672         (is_number): Use ISDIGIT, not isdigit.
45673         <libintl.h>: Include.
45674         (_ and N_): Define.
45675         (parse_user_spec): Mark translatable strings.
45676
45677 2000-02-10  Jim Meyering  <meyering@lucent.com>
45678
45679         With these changes, nanosleep.[ch] are finally enough like the other
45680         lib/* replacement files to compile on a few more losing systems.
45681
45682         * lib/nanosleep.h: Don't include config.h.
45683         Remove prototype from declaration of nanosleep.
45684         (PARAMS): Remove now-unneeded definition.
45685         * lib/nanosleep.c: #undef nanosleep.
45686         (rpl_nanosleep): Rename from nanosleep.
45687
45688 2000-02-10  Jim Meyering  <meyering@lucent.com>
45689
45690         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45691         gnu_nanosleep to rpl_nanosleep.
45692
45693 2000-02-09  Jim Meyering  <meyering@lucent.com>
45694
45695         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45696         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45697
45698 2000-02-08  Akim Demaille  <akim@epita.fr>
45699
45700         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45701         `[' and `]' and remove uses of `changequote'.
45702         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45703         (AC_SYS_LARGEFILE): Likewise.
45704         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45705         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45706         of changequote.
45707         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45708         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45709         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45710         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45711
45712 2000-02-05  Jim Meyering  <meyering@lucent.com>
45713
45714         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45715         Remove explicit use of AC_HEADER_TIME.  It is required by
45716         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45717         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45718         in autoconf whereby the expansion of the latter ended up preceding
45719         the expansion of its prerequisite, AC_HEADER_TIME.
45720         Reported by Volker Borchert.
45721
45722 2000-02-03  Jim Meyering  <meyering@lucent.com>
45723
45724         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45725
45726 2000-02-03  Jim Meyering  <meyering@lucent.com>
45727
45728         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45729         rather than with `#if HAVE_UTMPNAME'.
45730
45731 2000-02-02  Jim Meyering  <meyering@lucent.com>
45732
45733         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
45734         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
45735         Reported by Eli Zaretskii.
45736
45737 2000-02-01  Jim Meyering  <meyering@lucent.com>
45738
45739         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
45740
45741 2000-01-31  Jim Meyering  <meyering@lucent.com>
45742
45743         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
45744         functions.  Add the time.h and sys/time.h headers along with the
45745         AC_REQUIRE'ment of AC_HEADER_TIME.
45746
45747 2000-01-31  Jim Meyering  <meyering@lucent.com>
45748
45749         * lib/nanosleep.h (nanosleep): Guard declaration with
45750         `#if ! HAVE_DECL_NANOSLEEP'.
45751         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
45752         the declaration in that vendor's sys/timers.h.
45753         Reported by Christian Krackowizer.
45754
45755         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
45756         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
45757         (ISPRINT): Likewise.
45758         Reported by Tom Tromey.
45759
45760 2000-01-30  Jim Meyering  <meyering@lucent.com>
45761
45762         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
45763
45764         * m4/prereq.m4 (utmp_includes): Define.
45765         Check for ut_user and ut_name members in both struct utmpx
45766         and struct utmp.
45767
45768 2000-01-30  Jim Meyering  <meyering@lucent.com>
45769
45770         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
45771         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
45772         header files where only utmpx.ut_user is declared.
45773
45774         * lib/readutmp.h (UT_USER): Define.
45775
45776 2000-01-29  Jim Meyering  <meyering@lucent.com>
45777
45778         * m4/lib-check.m4: New file containing library-related checks from
45779         fileutils and sh-utils (textutils had none).
45780
45781 2000-01-28  Jim Meyering  <meyering@lucent.com>
45782
45783         * m4/perl.m4: Change format of warning message to look more like that
45784         from the missing script.  Suggestion from François Pinard.
45785
45786 2000-01-25  Jim Meyering  <meyering@lucent.com>
45787
45788         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
45789         well as time.h in the compile check.
45790         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
45791         Fix typo in cross-compiling case: s/yes/no/.
45792
45793 2000-01-23  Jim Meyering  <meyering@lucent.com>
45794
45795         * m4/jm-macros.m4: Move df-related tests here from
45796         fileutils/configure.in
45797
45798         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
45799         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
45800
45801         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
45802         s/space/ac_fsusage_space/.
45803         (jm_FILE_SYSTEM_USAGE): Take two parameters.
45804
45805         * m4/ftruncate.m4: New file (derived from part of
45806         fileutils/configure.in).
45807         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
45808         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
45809
45810         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
45811         AC_SUBST these here, rather than just in sh-util/configure.in, so
45812         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
45813         all the same.
45814         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
45815         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
45816         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
45817         (AC_SUBST(POW_LIBM)): Likewise.
45818         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
45819
45820 2000-01-23  Jim Meyering  <meyering@lucent.com>
45821
45822         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
45823         obstack.c.
45824
45825 2000-01-22  Jim Meyering  <meyering@lucent.com>
45826
45827         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
45828
45829         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
45830
45831         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
45832         configure.in
45833         (AC_CHECK_HEADERS): Likewise for sh-utils.
45834         (AC_CHECK_HEADERS): Likewise for textutils.
45835         Merge the three lists of headers.
45836
45837         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
45838         from fileutils' configure.in.
45839
45840         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
45841         code. Moved tests into their own function (_jm_DECL_HEADERS) in
45842         check-decl.m4.
45843
45844         * m4/check-decl.m4: Use #if rather than #ifdef.
45845         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
45846         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
45847         (_jm_DECL_HEADERS): Define new function.
45848         (jm_CHECK_DECLARATIONS): Require it.
45849
45850 2000-01-22  Jim Meyering  <meyering@lucent.com>
45851
45852         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
45853         [! HAVE_DECL_STRTOULL]: Declare strtoull.
45854         Required for some AIX systems.  Reported by Christian Krackowizer.
45855         [TESTING] (main): New function.
45856
45857         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
45858         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
45859         letters.
45860
45861         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
45862         iswprint.
45863
45864         * lib/strverscmp.c (ISDIGIT): Define.
45865         (strverscmp): Use ISDIGIT, not isdigit.
45866
45867 2000-01-19  Jim Meyering  <meyering@lucent.com>
45868
45869         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
45870         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
45871         defines `struct timespec' in <sys/time.h>
45872
45873         * m4/c-bs-a.m4: Remove uses of changequote altogether.
45874         Thanks to Akim for explaining.
45875
45876 2000-01-17  Paul Eggert  <eggert@twinsun.com>
45877
45878         * lib/nanosleep.c (nanosleep):
45879         Don't use SA_INTERRUPT to decide whether to call sigaction, as
45880         POSIX.1 doesn't require SA_INTERRUPT and some systems
45881         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
45882         it's been part of POSIX.1 since day 1 (in 1988).
45883
45884 2000-01-17  Jim Meyering  <meyering@lucent.com>
45885
45886         * lib/interlock: Remove unused file.  Reported by François Pinard.
45887
45888 2000-01-16  Paul Eggert  <eggert@twinsun.com>
45889
45890         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
45891         alert, backslash, formfeed, and vertical tab unnecessarily in
45892         shell quoting style.
45893
45894 2000-01-16  Jim Meyering  <meyering@lucent.com>
45895
45896         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
45897         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
45898         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
45899         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
45900
45901 2000-01-16  Jim Meyering  <meyering@lucent.com>
45902
45903         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
45904         because the latter didn't work.
45905
45906 2000-01-15  Jim Meyering  <meyering@lucent.com>
45907
45908         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
45909         (AC_REPLACE_FUNCS): Add memcpy and memset.
45910         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45911         Add strpbrk.
45912         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45913
45914 2000-01-12  Jim Meyering  <meyering@lucent.com>
45915
45916         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45917         (jm_PREREQ): Use it.
45918         (jm_PREREQ_READUTMP): New macro.
45919         (jm_PREREQ): Use it.
45920
45921 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45922
45923         Quote multibyte characters correctly.
45924         * m4/c-bs-a.m4: New file.
45925         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45926         (jm_PREREQ): Use it.
45927
45928 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45929
45930         * m4/uintmax_t.m4: Port to autoconf 2.13.
45931
45932 2000-01-08  Jim Meyering  <meyering@ascend.com>
45933
45934         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45935         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45936
45937 2000-01-04  Jim Meyering  <meyering@ascend.com>
45938
45939         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45940         jm_STRUCT_DIRENT_D_TYPE.
45941         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45942         jm_STRUCT_DIRENT_D_INO.
45943         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45944         jm_STRUCT_UTIMBUF.
45945         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45946         renamings.
45947         * m4/utime.m4: Likewise.
45948
45949         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45950         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45951
45952 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45953
45954         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45955         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45956
45957 2000-01-02  Jim Meyering  <meyering@ascend.com>
45958
45959         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45960         remember if this is necessary.
45961
45962 1999-12-26  Jim Meyering  <meyering@ascend.com>
45963
45964         * m4/jm-macros.m4: Use it here.
45965         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45966
45967 1999-12-23  Jim Meyering  <meyering@ascend.com>
45968
45969         * m4/jm-macros.m4: Check for clock_gettime (moved from
45970         fileutils/configure.in)
45971         Check for gettimeofday.
45972
45973 1999-12-20  Jim Meyering  <meyering@ascend.com>
45974
45975         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45976         autoconf-2.14a-1999-12-20.
45977
45978 1999-12-19  Jim Meyering  <meyering@ascend.com>
45979
45980         * m4/lstat-slash.m4: New file.
45981         * m4/jm-macros.m4: Use the new macro:
45982         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45983
45984 1999-12-07  Jim Meyering  <meyering@ascend.com>
45985
45986         * m4/perl.m4: Require that File::Compare be available, too.
45987         Too many systems seem to lack it.
45988
45989         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45990         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45991
45992 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45993
45994         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45995         problem with the QNX 4.25 shell, which doesn't propagate exit
45996         status of failed commands inside shell assignments.
45997
45998 1999-11-17  Jim Meyering  <meyering@ascend.com>
45999
46000         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
46001
46002 1999-11-07  Jim Meyering  <meyering@ascend.com>
46003
46004         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
46005
46006 1999-11-06  Jim Meyering  <meyering@ascend.com>
46007
46008         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
46009         * m4/jm-macros.m4 (jm_MACROS): Use it here.
46010
46011 1999-11-05  Jim Meyering  <meyering@ascend.com>
46012
46013         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
46014         configure.in of textutils, fileutils, and sh-utils into this one
46015         (shared between those packages) file.
46016         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
46017         AC_STRUCT_ST_BLKSIZE.
46018
46019 1999-11-03  Jim Meyering  <meyering@ascend.com>
46020
46021         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
46022         of AC_CHECK_TYPE checks includes unistd.h.
46023         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
46024         Suggestion from Akim Demaille.
46025
46026 1999-10-30  Jim Meyering  <meyering@ascend.com>
46027
46028         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
46029         m4-quoted string.
46030         * m4/ls-mntd-fs.m4: Likewise.
46031         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
46032         * m4/jm-winsz1.m4: Likewise.
46033
46034         * m4/const.m4: Remove file, since the fix made it into the experimental
46035         version of autoconf.
46036         * m4/mktime.m4: Likewise.
46037
46038         * m4/check-type.m4: Remove file, now that the latest version of
46039         AC_CHECK_TYPE takes a third arg to specify additional #includes.
46040
46041         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
46042         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
46043         AC_CHECK_TYPE.
46044
46045 1999-10-04  Jim Meyering  <meyering@ascend.com>
46046
46047         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
46048
46049 1999-09-22  Paul Eggert  <eggert@twinsun.com>
46050
46051         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
46052         2.95.1 bug with HP-UX 10.20.
46053
46054 1999-09-17  Jim Meyering  <meyering@ascend.com>
46055
46056         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
46057         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
46058         due to missing strdup (against sh-utils-2.0).
46059
46060 1999-08-29  Jim Meyering  <meyering@ascend.com>
46061
46062         * m4/jm-macros.m4: Require jm_BISON.
46063         * m4/bison.m4: New file.
46064
46065 1999-08-17  Paul Eggert  <eggert@twinsun.com>
46066
46067         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
46068         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
46069
46070 1999-08-05  Jim Meyering  <meyering@ascend.com>
46071
46072         * m4/getline.m4: Rename test file from conftestdata to conftest.data
46073         to avoid conflicts with `conftest' on 8+3 filesystems.
46074         Suggestion from Eli Zaretskii.
46075
46076 1999-08-04  Jim Meyering  <meyering@ascend.com>
46077
46078         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
46079         fileutils and sh-utils (textutils's getline test was inadequate).
46080         (AM_FUNC_GETLINE): Run this test.
46081         (AC_CHECK_FUNCS): Check for getdelim.
46082         Reported by Bob Proulx.
46083
46084 1999-08-02  Jim Meyering  <meyering@ascend.com>
46085
46086         * m4/jm-macros.m4: Add a comment.
46087
46088 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46089
46090         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46091         <inttypes.h> defines strtoumax as a macro (and not as a
46092         function).
46093
46094 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46095
46096         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46097         that we can shift, multiply and divide unsigned long long
46098         values; Ultrix cc can't do it.
46099
46100 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46101
46102         * m4/mktime.m4: New file, which is a preview of what should appear
46103         in the next public autoconf release.
46104
46105 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46106
46107         * m4/lfs.m4: Remove this file.
46108         * m4/largefile.m4: New file.  It contains the old contents of
46109         lfs.m4, except that all names with prefix AC_LFS have been
46110         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46111         compatible with future autoconf versions.  Also, some minor m4
46112         quoting problems have been fixed.
46113
46114 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46115
46116         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46117         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46118         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46119         and simplify the shell code.
46120
46121 1999-08-01  Jim Meyering  <meyering@ascend.com>
46122
46123         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46124         m4.
46125
46126 1999-07-20  Jim Meyering  <meyering@ascend.com>
46127
46128         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46129
46130 1999-07-15  Jim Meyering  <meyering@ascend.com>
46131
46132         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46133
46134 1999-05-22  Jim Meyering  <meyering@ascend.com>
46135
46136         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46137
46138 1999-05-20  Jim Meyering  <meyering@ascend.com>
46139
46140         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46141         Add a colon after each `then' in case $4 is empty.
46142
46143 1999-05-16  Jim Meyering  <meyering@ascend.com>
46144
46145         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46146
46147 1999-05-10  Jim Meyering  <meyering@ascend.com>
46148
46149         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46150
46151         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46152         AC_FUNC_MKTIME.
46153
46154 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46155
46156         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46157
46158 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46159
46160         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46161         not CPPFLAGS, so that linking works correctly in IRIX.
46162
46163 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46164
46165         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46166
46167 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46168
46169         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46170         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46171         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46172         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46173         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46174
46175         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46176
46177 1999-04-20  Jim Meyering  <meyering@ascend.com>
46178
46179         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46180         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46181         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46182
46183 1999-04-18  Jim Meyering  <meyering@ascend.com>
46184
46185         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46186         * m4/jm-macros.m4: Use it.
46187
46188 1999-04-06  Jim Meyering  <meyering@ascend.com>
46189
46190         * m4/strftime.m4: Remove test for %f.
46191
46192 1999-03-29  Jim Meyering  <meyering@ascend.com>
46193
46194         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46195         superset of the AC_TYPE_* checks in the textutils, fileutils,
46196         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46197         AC_TYPE_PID_T.
46198
46199 1999-03-28  Jim Meyering  <meyering@ascend.com>
46200
46201         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46202         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46203         replaced e.g., in the *.sh files of the sh-utils.
46204
46205 1999-03-20  Jim Meyering  <meyering@ascend.com>
46206
46207         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46208         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46209         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46210
46211 1999-03-19  Jim Meyering  <meyering@ascend.com>
46212
46213         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46214
46215 1999-03-12  Jim Meyering  <meyering@ascend.com>
46216
46217         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46218
46219 1999-03-07  Jim Meyering  <meyering@ascend.com>
46220
46221         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46222         declared.
46223
46224 1999-02-17  Jim Meyering  <meyering@ascend.com>
46225
46226         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46227         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46228
46229 1999-02-07  Jim Meyering  <meyering@ascend.com>
46230
46231         * m4/group-member.m4: New file -- extracted from sh-utils'
46232         configure.in.
46233
46234         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46235         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46236
46237 1999-02-06  Jim Meyering  <meyering@ascend.com>
46238
46239         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46240         * m4/fnmatch.m4: Likewise.
46241         * m4/getgroups.m4: Likewise.
46242         * m4/lstat.m4: Likewise.
46243         * m4/malloc.m4: Likewise.
46244         * m4/putenv.m4: Likewise.
46245         * m4/realloc.m4: Likewise.
46246         * m4/regex.m4: Likewise.
46247         * m4/stat.m4: Likewise.
46248         * m4/strftime.m4: Likewise.
46249         Suggestion from Alain Magloire.
46250
46251         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46252         * m4/fnmatch.m4: Likewise.
46253         * m4/getgroups.m4: Likewise.
46254         * m4/getline.m4: Likewise.
46255         * m4/lstat.m4: Likewise.
46256         * m4/malloc.m4: Likewise.
46257         * m4/memcmp.m4: Likewise.
46258         * m4/putenv.m4: Likewise.
46259         * m4/realloc.m4: Likewise.
46260         * m4/regex.m4: Likewise.
46261         * m4/stat.m4: Likewise.
46262         * m4/strftime.m4: Likewise.
46263         Suggestion from Alain Magloire.
46264
46265         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46266         an argument.
46267
46268         * m4/regex.m4: Add a run-time Test for proper operation of
46269         re_compile_pattern.
46270
46271 1999-01-31  Jim Meyering  <meyering@ascend.com>
46272
46273         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46274
46275 1999-01-30  Jim Meyering  <meyering@ascend.com>
46276
46277         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46278
46279         * m4/jm-mktime.m4: Make this a wrapper around the official
46280         AM_FUNC_MKTIME rather than my private copy, now that the official one
46281         is up to date.
46282         * m4/mktime.m4: Remove file.
46283
46284         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46285         * m4/uptime.m4: Likewise.
46286         * m4/uintmax_t.m4: Likewise.
46287
46288 1999-01-28  Jim Meyering  <meyering@ascend.com>
46289
46290         * m4/jm-macros.m4: Use jm_AFS.
46291         * m4/afs.m4: New file (from fileutils' configure.in).
46292
46293         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46294         * m4/chown.m4: Likewise.
46295         * m4/d-ino.m4: Likewise.
46296         * m4/d-type.m4: Likewise.
46297         * m4/fnmatch.m4: Likewise.
46298         * m4/getgroups.m4: Likewise.
46299         * m4/gettext.m4: Likewise.
46300         * m4/jm-mktime.m4: Likewise.
46301         * m4/jm-winsz2.m4: Likewise.
46302         * m4/lcmessage.m4: Likewise.
46303         * m4/ls-mntd-fs.m4: Likewise.
46304         * m4/malloc.m4: Likewise.
46305         * m4/memcmp.m4: Likewise.
46306         * m4/putenv.m4: Likewise.
46307         * m4/realloc.m4: Likewise.
46308         * m4/st_mtim.m4: Likewise.
46309         * m4/strftime.m4: Likewise.
46310
46311 1999-01-16  Jim Meyering  <meyering@ascend.com>
46312
46313         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46314         (ARGMATCH_DIE_DECL): Define.
46315
46316 1999-01-12  Jim Meyering  <meyering@ascend.com>
46317
46318         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46319         Reported by Lars Hecking.
46320
46321 1999-01-10  Jim Meyering  <meyering@ascend.com>
46322
46323         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46324         gross kludge.
46325         * m4/inttypes_h.m4: Likewise.
46326         * m4/lstat.m4: Likewise.
46327         * m4/malloc.m4: Likewise.
46328         * m4/readdir.m4: Likewise.
46329         * m4/realloc.m4: Likewise.
46330         * m4/st_dm_mode.m4: Likewise.
46331         * m4/stat.m4: Likewise.
46332         * m4/utimbuf.m4: Likewise.
46333         * m4/utimes.m4: Likewise.
46334
46335         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46336         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46337         comments in config.h.in are meaningful.
46338
46339         * m4/jm-macros.m4: Require autoconf-2.13 here.
46340
46341         * m4/regex.m4: By default, don't use the included regex.c on systems
46342         with glibc 2.  Suggestion from Uli Drepper.
46343
46344 1999-01-02  Jim Meyering  <meyering@ascend.com>
46345
46346         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46347
46348 1998-12-18  Jim Meyering  <meyering@ascend.com>
46349
46350         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46351         Based on a suggestion from Lars Hecking.
46352
46353 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46354
46355         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46356
46357 1998-11-16  Jim Meyering  <meyering@ascend.com>
46358
46359         * m4/lfs.m4: Double-quote the `uname...` expression.
46360
46361 1998-11-14  Jim Meyering  <meyering@ascend.com>
46362
46363         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46364         * m4/stat.m4: Likewise.
46365
46366 1998-11-03  Jim Meyering  <meyering@ascend.com>
46367
46368         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46369         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46370
46371 1998-10-18  Jim Meyering  <meyering@ascend.com>
46372
46373         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46374
46375 1998-10-17  Jim Meyering  <meyering@ascend.com>
46376
46377         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46378         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46379         calls for those previously hard-coded headers.  Instead, take a new
46380         parameter.
46381         (jm_CHECK_DECLARATIONS): Reflect interface change.
46382         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46383         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46384
46385         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46386
46387 1998-10-14  Jim Meyering  <meyering@ascend.com>
46388
46389         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46390         instead of "TZ=America/Vancouver".  From Paul Eggert.
46391
46392 1998-10-11  Jim Meyering  <meyering@ascend.com>
46393
46394         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46395         This adds a test for a recently added compatibility fix for mktime.c.
46396         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46397
46398 1998-09-27  Jim Meyering  <meyering@ascend.com>
46399
46400         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46401
46402         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46403         ../configure.in, including a change from Gordon Matzigkeit to allow
46404         cross-compiling for the Hurd.
46405
46406         * m4/glibc.m4: New file/macro to test for the GNU C Library
46407         versions 1 and 2.  From Gordon Matzigkeit.
46408         Indent.
46409
46410 1998-09-21  Jim Meyering  <meyering@ascend.com>
46411
46412         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46413
46414 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46415
46416         Port nanosecond-resolution times to UnixWare 2.1.2 and
46417         pedantic Solaris 2.6.
46418
46419         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46420         AC_STRUCT_ST_MTIM.
46421         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46422         Generate name of ns member, instead of just 1 or undef.
46423         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46424
46425 1998-08-15  Jim Meyering  <meyering@ascend.com>
46426
46427         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46428         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46429         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46430         instead of jm_TYPE_SSIZE_T.
46431
46432 1998-08-12  Jim Meyering  <meyering@ascend.com>
46433
46434         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46435
46436 1998-08-02  Jim Meyering  <meyering@ascend.com>
46437
46438         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46439         in acconfig.h manually.
46440
46441 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46442
46443         * m4/st_mtim.m4: New file.
46444
46445 1998-07-28  Jim Meyering  <meyering@ascend.com>
46446
46447         * m4/utimes.m4: Undef stat.
46448
46449 1998-07-25  Jim Meyering  <meyering@ascend.com>
46450
46451         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46452         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46453
46454 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46455
46456         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46457         uid and gid actually remain unchanged.
46458
46459 1998-07-07  Jim Meyering  <meyering@ascend.com>
46460
46461         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46462
46463 1998-07-04  Jim Meyering  <meyering@ascend.com>
46464
46465         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46466         to prove that this macro can be used in packages without regex.c.
46467
46468 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46469
46470         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46471         is to be used.
46472
46473 1998-07-03  Jim Meyering  <meyering@ascend.com>
46474
46475         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46476
46477         * m4/gettext.m4: New file -- from gettext-0.10.35.
46478         * m4/lcmessage.m4: Likewise.
46479         * m4/progtest.m4: Likewise.
46480
46481         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46482         * m4/jm-macros.m4: Require the new macro.
46483
46484 1998-06-29  Jim Meyering  <meyering@ascend.com>
46485
46486         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46487         for the definition of NGROUPS (used in a system header included
46488         by sys/mount.h).
46489
46490 1998-06-28  Jim Meyering  <meyering@ascend.com>
46491
46492         * m4/ls-mntd-fs.m4: New file.
46493         * m4/fstypename.m4: New file.
46494
46495         * m4/jm-macros.m4: Require the new macro.
46496         * m4/jm-glibc-io.m4: New file.
46497
46498 1998-05-19  Jim Meyering  <meyering@ascend.com>
46499
46500         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46501         * m4/lchown.m4: New file.
46502
46503         * m4/Makefile.am.in: New file.
46504         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46505
46506 1998-05-14  Jim Meyering  <meyering@ascend.com>
46507
46508         * m4/Makefile.am (EXTRA_DIST): Add them.
46509         * m4/jm-macros.m4: New file.
46510         * m4/utimbuf.m4: New file.
46511
46512 1998-05-12  Jim Meyering  <meyering@ascend.com>
46513
46514         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46515
46516 1998-05-11  Jim Meyering  <meyering@ascend.com>
46517
46518         * m4/isc-posix.m4: New file.
46519
46520 1998-05-10  Jim Meyering  <meyering@ascend.com>
46521
46522         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46523
46524 1998-05-09  Jim Meyering  <meyering@ascend.com>
46525
46526         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46527         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46528         with automake.
46529
46530         * m4/ssize_t.m4: New file.
46531         * m4/mktime.m4: Remove file -- the new automake has this now.
46532
46533 1998-04-26  Jim Meyering  <meyering@ascend.com>
46534
46535         * m4/assert.m4: New file.
46536         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46537
46538 1998-04-05  Jim Meyering  <meyering@ascend.com>
46539
46540         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46541         (jm_PREREQ): Use it here.
46542
46543 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46544
46545         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46546         in acconfig.h.
46547
46548 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46549
46550         * m4/prereq.m4: New file.
46551         * m4/error.m4: New file.
46552         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46553
46554 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46555
46556         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46557         cache-check for the same variable -- that defeated the purpose of
46558         the test; the test program was never run.  This was a problem only
46559         on systems with losing getline functions -- HP-UX 10.20 is one.
46560         Reported by Bjorn Helgaas.
46561
46562 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46563
46564         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46565
46566 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46567
46568         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46569
46570         * m4/const.m4: New file.  Use an initializer in this declaration
46571         typedef int charset[2]; const charset x;
46572         Reported by Bob Glickstein.
46573
46574 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46575
46576         * m4/chown.m4: Fix reversed types on -1 args to chown.
46577         From Kaveh Ghazi.
46578
46579 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46580
46581         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46582         Add lseek and memchr.
46583
46584         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46585         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46586         have a 20-character limit on names.
46587
46588 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46589
46590         * m4/inttypes_h.m4: New file.
46591         * m4/uintmax_t.m4: New file.
46592         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46593
46594
46595         -----
46596
46597         Local Variables:
46598         coding: utf-8
46599         End:
46600
46601         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46602
46603         Copying and distribution of this file, with or without
46604         modification, are permitted provided the copyright notice
46605         and this notice are preserved.