Ensure mbstate_t is defined on HP-UX 11.11.
[gnulib.git] / ChangeLog
1 2008-12-20  Bruno Haible  <bruno@clisp.org>
2
3         Ensure mbstate_t is defined on HP-UX 11.11.
4         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
5         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
6         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
7         AC_USE_SYSTEM_EXTENSIONS.
8         * modules/fnmatch (Depends-on): Add extensions.
9         * modules/mbrlen (Depends-on): Likewise.
10         * modules/mbrtowc (Depends-on): Likewise.
11         * modules/mbsinit (Depends-on): Likewise.
12         * modules/mbsrtowcs (Depends-on): Likewise.
13         * modules/mbswidth (Depends-on): Likewise.
14         * modules/quotearg (Depends-on): Likewise.
15         * modules/strftime (Depends-on): Likewise.
16
17 2008-12-20  Bruno Haible  <bruno@clisp.org>
18
19         Ensure wctob is declared on IRIX 6.5.
20         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
21         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
22         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
23         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
24         of HAVE_WCTOB.
25         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
26         HAVE_WCTOB.
27         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
28
29 2008-12-19  Bruno Haible  <bruno@clisp.org>
30
31         * modules/mbsrtowcs-tests: New file.
32         * tests/test-mbsrtowcs1.sh: New file.
33         * tests/test-mbsrtowcs2.sh: New file.
34         * tests/test-mbsrtowcs3.sh: New file.
35         * tests/test-mbsrtowcs4.sh: New file.
36         * tests/test-mbsrtowcs.c: New file.
37
38         New module 'mbsrtowcs'.
39         * lib/wchar.in.h (mbsrtowcs): New declaration.
40         * lib/mbsrtowcs.c: New file.
41         * m4/mbsrtowcs.m4: New file.
42         * modules/mbsrtowcs: New file.
43         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
44         HAVE_MBSRTOWCS.
45         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
46         HAVE_MBSRTOWCS.
47         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
48
49 2008-12-19  Bruno Haible  <bruno@clisp.org>
50
51         New module 'mbrlen'.
52         * lib/wchar.in.h (mbrlen): New declaration.
53         * lib/mbrlen.c: New file.
54         * m4/mbrlen.m4: New file.
55         * modules/mbrlen: New file.
56         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
57         HAVE_MBRLEN.
58         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
59         HAVE_MBRLEN.
60         * doc/posix-functions/mbrlen.texi: Document the new module.
61
62 2008-12-19  Bruno Haible  <bruno@clisp.org>
63
64         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
65         * modules/mbrtowc (Depends-on): Add verify.
66         Suggested by Paul Eggert.
67
68 2008-12-18  Bruno Haible  <bruno@clisp.org>
69
70         * modules/mbsinit-tests: New file.
71         * tests/test-mbsinit.sh: New file.
72         * tests/test-mbsinit.c: New file.
73
74 2008-12-18  Bruno Haible  <bruno@clisp.org>
75
76         * modules/mbrtowc-tests: New file.
77         * tests/test-mbrtowc1.sh: New file.
78         * tests/test-mbrtowc2.sh: New file.
79         * tests/test-mbrtowc3.sh: New file.
80         * tests/test-mbrtowc4.sh: New file.
81         * tests/test-mbrtowc.c: New file.
82
83         New module 'mbrtowc'.
84         * lib/wchar.in.h (mbstate_t): Override when the system does not have
85         mbsinit and mbrtowc.
86         (mbrtowc): New declaration.
87         * lib/mbrtowc.c: New file.
88         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
89         * modules/mbrtowc: New file.
90         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
91         HAVE_MBRTOWC.
92         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
93         HAVE_MBRTOWC.
94         * doc/posix-functions/mbrtowc.texi: Document the new module.
95
96 2008-12-18  Bruno Haible  <bruno@clisp.org>
97
98         New module 'wctob'.
99         * lib/wchar.in.h (wctob): New declaration.
100         * lib/wctob.c: New file.
101         * m4/wctob.m4: New file.
102         * modules/wctob: New file.
103         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
104         HAVE_WCTOB.
105         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
106         * doc/posix-functions/wctob.texi: Document the new module.
107
108 2008-12-18  Bruno Haible  <bruno@clisp.org>
109
110         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
111         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
112
113 2008-12-18  Simon Josefsson  <simon@josefsson.org>
114
115         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
116         G. Christensen" <tgc@jupiterrise.com>.
117
118         * lib/flock.c: Need to include errno.h.  Reported by "Tom
119         G. Christensen" <tgc@jupiterrise.com>.
120
121         * lib/flock.c: Need to include string.h.  Reported by "Tom
122         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
123         <ebb9@byu.net>.
124
125 2008-12-18  Bruno Haible  <bruno@clisp.org>
126
127         * m4/locale-ja.m4: New file, from GNU gettext.
128
129 2008-12-17  Bruno Haible  <bruno@clisp.org>
130
131         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
132         Suggested by Eric Blake.
133
134 2008-12-17  Bruno Haible  <bruno@clisp.org>
135
136         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
137
138 2008-12-17  Bruno Haible  <bruno@clisp.org>
139
140         * lib/mbsinit.c: Include verify.h. Verify an assumption.
141         * modules/mbsinit (Depends-on): Add verify.
142         Suggested by Paul Eggert.
143
144 2008-12-17  Bruno Haible  <bruno@clisp.org>
145
146         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
147         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
148         gl_FUNC_MBRTOWC.
149         * m4/mbiter.m4 (gl_MBITER): LIkewise.
150         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
151         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
152         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
153         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
154         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
155         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
156         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
157         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
158         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
159         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
160         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
161         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
162         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
163         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
164         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
165         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
166         * modules/trim (configure.ac): Likewise.
167
168 2008-12-17  Bruno Haible  <bruno@clisp.org>
169
170         * modules/btowc-tests: New file.
171         * tests/test-btowc1.sh: New file.
172         * tests/test-btowc2.sh: New file.
173         * tests/test-btowc.c: New file.
174
175         New module 'btowc'.
176         * lib/wchar.in.h (btowc): New declaration.
177         * lib/btowc.c: New file.
178         * m4/btowc.m4: New file.
179         * modules/btowc: New file.
180         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
181         HAVE_BTOWC.
182         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
183         * doc/posix-functions/btowc.texi: Document the new module.
184
185 2008-12-17  Bruno Haible  <bruno@clisp.org>
186
187         New module 'mbsinit'.
188         * lib/wchar.in.h (mbsinit): New declaration.
189         * lib/mbsinit.c: New file.
190         * m4/mbsinit.m4: New file.
191         * modules/mbsinit: New file.
192         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
193         HAVE_MBSINIT.
194         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
195         HAVE_MBSINIT.
196         * doc/posix-functions/mbsinit.texi: Document the new module.
197
198 2008-12-16  Bruno Haible  <bruno@clisp.org>
199
200         * lib/unistd.in.h: Add comment.
201         * tests/test-environ.c: Don't include <stdlib.h>.
202
203 2008-12-16  Bruno Haible  <bruno@clisp.org>
204
205         * lib/parse-duration.h (parse_duration): Document return value
206         convention.
207         * lib/parse-duration.c: Include specification header first. Add
208         comments.
209         (_): Remove macro.
210         (parse_year_month_day, parse_hour_minute_second): Move side effects
211         outside of strchr call.
212         (parse_non_iso8601): Move side effects outside of isspace call.
213         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
214         call.
215
216 2008-12-16  Bruno Haible  <bruno@clisp.org>
217
218         * tests/test-parse-duration.sh: Produce no output when the test
219         succeeds.
220
221 2008-12-16  Bruno Haible  <bruno@clisp.org>
222
223         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
224         expressions.
225
226 2008-12-15  Bruno Haible  <bruno@clisp.org>
227
228         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
229         * doc/glibc-functions/flistxattr.texi: Likewise.
230         * doc/glibc-functions/fopencookie.texi: Likewise.
231         * doc/glibc-functions/fremovexattr.texi: Likewise.
232         * doc/glibc-functions/fsetxattr.texi: Likewise.
233         * doc/glibc-functions/getxattr.texi: Likewise.
234         * doc/glibc-functions/lgetxattr.texi: Likewise.
235         * doc/glibc-functions/listxattr.texi: Likewise.
236         * doc/glibc-functions/llistxattr.texi: Likewise.
237         * doc/glibc-functions/lremovexattr.texi: Likewise.
238         * doc/glibc-functions/lsetxattr.texi: Likewise.
239         * doc/glibc-functions/removexattr.texi: Likewise.
240         * doc/glibc-functions/setxattr.texi: Likewise.
241         * doc/posix-functions/open_memstream.texi: Likewise.
242
243 2008-12-15  Eric Blake  <ebb9@byu.net>
244
245         Update doc for cygwin 1.7.
246         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
247         functions.
248         * doc/posix-functions/fchmodat.texi: Likewise.
249         * doc/posix-functions/fchownat.texi: Likewise.
250         * doc/posix-functions/fdopendir.texi: Likewise.
251         * doc/posix-functions/fmemopen.texi: Likewise.
252         * doc/posix-functions/freeaddrinfo.texi: Likewise.
253         * doc/posix-functions/fstatat.texi: Likewise.
254         * doc/posix-functions/futimens.texi: Likewise.
255         * doc/posix-functions/gai_strerror.texi: Likewise.
256         * doc/posix-functions/getaddrinfo.texi: Likewise.
257         * doc/posix-functions/getnameinfo.texi: Likewise.
258         * doc/posix-functions/if_freenameindex.texi: Likewise.
259         * doc/posix-functions/if_indextoname.texi: Likewise.
260         * doc/posix-functions/if_nameindex.texi: Likewise.
261         * doc/posix-functions/if_nametoindex.texi: Likewise.
262         * doc/posix-functions/insque.texi: Likewise.
263         * doc/posix-functions/linkat.texi: Likewise.
264         * doc/posix-functions/llrint.texi: Likewise.
265         * doc/posix-functions/llrintf.texi: Likewise.
266         * doc/posix-functions/llrintl.texi: Likewise.
267         * doc/posix-functions/lockf.texi: Likewise.
268         * doc/posix-functions/lrintl.texi: Likewise.
269         * doc/posix-functions/mkdirat.texi: Likewise.
270         * doc/posix-functions/mkfifoat.texi: Likewise.
271         * doc/posix-functions/mknodat.texi: Likewise.
272         * doc/posix-functions/mq_close.texi: Likewise.
273         * doc/posix-functions/mq_getattr.texi: Likewise.
274         * doc/posix-functions/mq_notify.texi: Likewise.
275         * doc/posix-functions/mq_open.texi: Likewise.
276         * doc/posix-functions/mq_receive.texi: Likewise.
277         * doc/posix-functions/mq_send.texi: Likewise.
278         * doc/posix-functions/mq_setattr.texi: Likewise.
279         * doc/posix-functions/mq_timedreceive.texi: Likewise.
280         * doc/posix-functions/mq_timedsend.texi: Likewise.
281         * doc/posix-functions/mq_unlink.texi: Likewise.
282         * doc/posix-functions/open_memstream.texi: Likewise.
283         * doc/posix-functions/openat.texi: Likewise.
284         * doc/posix-functions/posix_fadvise.texi: Likewise.
285         * doc/posix-functions/posix_fallocate.texi: Likewise.
286         * doc/posix-functions/posix_madvise.texi: Likewise.
287         * doc/posix-functions/posix_memalign.texi: Likewise.
288         * doc/posix-functions/posix_openpt.texi: Likewise.
289         * doc/posix-functions/readlinkat.texi: Likewise.
290         * doc/posix-functions/remque.texi: Likewise.
291         * doc/posix-functions/renameat.texi: Likewise.
292         * doc/posix-functions/rintl.texi: Likewise.
293         * doc/posix-functions/sem_unlink.texi: Likewise.
294         * doc/posix-functions/shm_open.texi: Likewise.
295         * doc/posix-functions/shm_unlink.texi: Likewise.
296         * doc/posix-functions/signgam.texi: Likewise.
297         * doc/posix-functions/sigset.texi: Likewise.
298         * doc/posix-functions/stpcpy.texi: Likewise.
299         * doc/posix-functions/stpncpy.texi: Likewise.
300         * doc/posix-functions/strerror.texi: Likewise.
301         * doc/posix-functions/strtod.texi: Likewise.
302         * doc/posix-functions/symlinkat.texi: Likewise.
303         * doc/posix-functions/unlinkat.texi: Likewise.
304         * doc/posix-functions/utimensat.texi: Likewise.
305         * doc/glibc-functions/bindresvport.texi: Likewise.
306         * doc/glibc-functions/dn_expand.texi: Likewise.
307         * doc/glibc-functions/exp10.texi: Likewise.
308         * doc/glibc-functions/exp10f.texi: Likewise.
309         * doc/glibc-functions/fgetxattr.texi: Likewise.
310         * doc/glibc-functions/flistxattr.texi: Likewise.
311         * doc/glibc-functions/fopencookie.texi: Likewise.
312         * doc/glibc-functions/freeifaddrs.texi: Likewise.
313         * doc/glibc-functions/fremovexattr.texi: Likewise.
314         * doc/glibc-functions/fsetxattr.texi: Likewise.
315         * doc/glibc-functions/getifaddrs.texi: Likewise.
316         * doc/glibc-functions/getxattr.texi: Likewise.
317         * doc/glibc-functions/lgetxattr.texi: Likewise.
318         * doc/glibc-functions/listxattr.texi: Likewise.
319         * doc/glibc-functions/llistxattr.texi: Likewise.
320         * doc/glibc-functions/lremovexattr.texi: Likewise.
321         * doc/glibc-functions/lsetxattr.texi: Likewise.
322         * doc/glibc-functions/pow10.texi: Likewise.
323         * doc/glibc-functions/pow10f.texi: Likewise.
324         * doc/glibc-functions/rcmd_af.texi: Likewise.
325         * doc/glibc-functions/removexattr.texi: Likewise.
326         * doc/glibc-functions/res_init.texi: Likewise.
327         * doc/glibc-functions/res_mkquery.texi: Likewise.
328         * doc/glibc-functions/res_query.texi: Likewise.
329         * doc/glibc-functions/res_querydomain.texi: Likewise.
330         * doc/glibc-functions/res_send.texi: Likewise.
331         * doc/glibc-functions/rresvport_af.texi: Likewise.
332         * doc/glibc-functions/setxattr.texi: Likewise.
333         * doc/glibc-functions/strcasestr.texi: Likewise.
334
335 2008-12-15  Bruno Haible  <bruno@clisp.org>
336
337         Fix compilation error on OSF/1 4.0.
338         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
339         <sys/time.h>, simply delegate to the system header.
340         Reported by Daniel Richard G. <oss@teragram.com>.
341
342 2008-12-15  Bruno Haible  <bruno@clisp.org>
343
344         * doc/posix-functions/openat.texi: Mention the 'openat' module.
345         * doc/posix-functions/fchmodat.texi: Likewise.
346         * doc/posix-functions/fchownat.texi: Likewise.
347         * doc/posix-functions/fdopendir.texi: Likewise.
348         * doc/posix-functions/fstatat.texi: Likewise.
349         * doc/posix-functions/mkdirat.texi: Likewise.
350         * doc/posix-functions/unlinkat.texi: Likewise.
351
352 2008-12-14  Bruno Haible  <bruno@clisp.org>
353
354         Update doc for POSIX:2008.
355         * doc/posix-functions/faccessat.texi: New file.
356         * doc/posix-functions/fchmodat.texi: New file.
357         * doc/posix-functions/fchownat.texi: New file.
358         * doc/posix-functions/fdopendir.texi: New file.
359         * doc/posix-functions/fstatat.texi: New file.
360         * doc/posix-functions/futimens.texi: New file.
361         * doc/posix-functions/linkat.texi: New file.
362         * doc/posix-functions/mkdirat.texi: New file.
363         * doc/posix-functions/mkfifoat.texi: New file.
364         * doc/posix-functions/mknodat.texi: New file.
365         * doc/posix-functions/open_wmemstream.texi: New file.
366         * doc/posix-functions/openat.texi: New file.
367         * doc/posix-functions/psiginfo.texi: New file.
368         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
369         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
370         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
371         * doc/posix-functions/readlinkat.texi: New file.
372         * doc/posix-functions/renameat.texi: New file.
373         * doc/posix-functions/strerror_l.texi: New file.
374         * doc/posix-functions/symlinkat.texi: New file.
375         * doc/posix-functions/unlinkat.texi: New file.
376         * doc/posix-functions/utimensat.texi: New file.
377         * doc/gnulib.texi (Function Substitutes): Add these subsections.
378
379 2008-12-14  Bruno Haible  <bruno@clisp.org>
380
381         Update doc for POSIX:2008.
382         * doc/posix-functions/alphasort.texi: Renamed from
383         doc/glibc-functions/alphasort.texi.
384         * doc/posix-functions/dirfd.texi: Renamed from
385         doc/glibc-functions/dirfd.texi.
386         * doc/posix-functions/dprintf.texi: Renamed from
387         doc/glibc-functions/dprintf.texi.
388         * doc/posix-functions/duplocale.texi: Renamed from
389         doc/glibc-functions/duplocale.texi.
390         * doc/posix-functions/fexecve.texi: Renamed from
391         doc/glibc-functions/fexecve.texi.
392         * doc/posix-functions/fmemopen.texi: Renamed from
393         doc/glibc-functions/fmemopen.texi.
394         * doc/posix-functions/freelocale.texi: Renamed from
395         doc/glibc-functions/freelocale.texi.
396         * doc/posix-functions/getdate_err.texi: Renamed from
397         doc/glibc-functions/getdate_err.texi.
398         * doc/posix-functions/isalnum_l.texi: Renamed from
399         doc/glibc-functions/isalnum_l.texi.
400         * doc/posix-functions/isalpha_l.texi: Renamed from
401         doc/glibc-functions/isalpha_l.texi.
402         * doc/posix-functions/isblank_l.texi: Renamed from
403         doc/glibc-functions/isblank_l.texi.
404         * doc/posix-functions/iscntrl_l.texi: Renamed from
405         doc/glibc-functions/iscntrl_l.texi.
406         * doc/posix-functions/isdigit_l.texi: Renamed from
407         doc/glibc-functions/isdigit_l.texi.
408         * doc/posix-functions/isgraph_l.texi: Renamed from
409         doc/glibc-functions/isgraph_l.texi.
410         * doc/posix-functions/islower_l.texi: Renamed from
411         doc/glibc-functions/islower_l.texi.
412         * doc/posix-functions/isprint_l.texi: Renamed from
413         doc/glibc-functions/isprint_l.texi.
414         * doc/posix-functions/ispunct_l.texi: Renamed from
415         doc/glibc-functions/ispunct_l.texi.
416         * doc/posix-functions/isspace_l.texi: Renamed from
417         doc/glibc-functions/isspace_l.texi.
418         * doc/posix-functions/isupper_l.texi: Renamed from
419         doc/glibc-functions/isupper_l.texi.
420         * doc/posix-functions/iswalnum_l.texi: Renamed from
421         doc/glibc-functions/iswalnum_l.texi.
422         * doc/posix-functions/iswalpha_l.texi: Renamed from
423         doc/glibc-functions/iswalpha_l.texi.
424         * doc/posix-functions/iswblank_l.texi: Renamed from
425         doc/glibc-functions/iswblank_l.texi.
426         * doc/posix-functions/iswcntrl_l.texi: Renamed from
427         doc/glibc-functions/iswcntrl_l.texi.
428         * doc/posix-functions/iswctype_l.texi: Renamed from
429         doc/glibc-functions/iswctype_l.texi.
430         * doc/posix-functions/iswdigit_l.texi: Renamed from
431         doc/glibc-functions/iswdigit_l.texi.
432         * doc/posix-functions/iswgraph_l.texi: Renamed from
433         doc/glibc-functions/iswgraph_l.texi.
434         * doc/posix-functions/iswlower_l.texi: Renamed from
435         doc/glibc-functions/iswlower_l.texi.
436         * doc/posix-functions/iswprint_l.texi: Renamed from
437         doc/glibc-functions/iswprint_l.texi.
438         * doc/posix-functions/iswpunct_l.texi: Renamed from
439         doc/glibc-functions/iswpunct_l.texi.
440         * doc/posix-functions/iswspace_l.texi: Renamed from
441         doc/glibc-functions/iswspace_l.texi.
442         * doc/posix-functions/iswupper_l.texi: Renamed from
443         doc/glibc-functions/iswupper_l.texi.
444         * doc/posix-functions/iswxdigit_l.texi: Renamed from
445         doc/glibc-functions/iswxdigit_l.texi.
446         * doc/posix-functions/isxdigit_l.texi: Renamed from
447         doc/glibc-functions/isxdigit_l.texi.
448         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
449         doc/glibc-functions/mbsnrtowcs.texi.
450         * doc/posix-functions/mkdtemp.texi: Renamed from
451         doc/glibc-functions/mkdtemp.texi.
452         * doc/posix-functions/newlocale.texi: Renamed from
453         doc/glibc-functions/newlocale.texi.
454         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
455         doc/glibc-functions/nl_langinfo_l.texi.
456         * doc/posix-functions/open_memstream.texi: Renamed from
457         doc/glibc-functions/open_memstream.texi.
458         * doc/posix-functions/opterr.texi: Renamed from
459         doc/glibc-functions/opterr.texi.
460         * doc/posix-functions/optind.texi: Renamed from
461         doc/glibc-functions/optind.texi.
462         * doc/posix-functions/optopt.texi: Renamed from
463         doc/glibc-functions/optopt.texi.
464         * doc/posix-functions/psignal.texi: Renamed from
465         doc/glibc-functions/psignal.texi.
466         * doc/posix-functions/scandir.texi: Renamed from
467         doc/glibc-functions/scandir.texi.
468         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
469         doc/glibc-functions/sched_get_priority_min.texi.
470         * doc/posix-functions/signgam.texi: Renamed from
471         doc/glibc-functions/signgam.texi.
472         * doc/posix-functions/stpcpy.texi: Renamed from
473         doc/glibc-functions/stpcpy.texi.
474         * doc/posix-functions/stpncpy.texi: Renamed from
475         doc/glibc-functions/stpncpy.texi.
476         * doc/posix-functions/strcasecmp_l.texi: Renamed from
477         doc/glibc-functions/strcasecmp_l.texi.
478         * doc/posix-functions/strcoll_l.texi: Renamed from
479         doc/glibc-functions/strcoll_l.texi.
480         * doc/posix-functions/strfmon_l.texi: Renamed from
481         doc/glibc-functions/strfmon_l.texi.
482         * doc/posix-functions/strftime_l.texi: Renamed from
483         doc/glibc-functions/strftime_l.texi.
484         * doc/posix-functions/strncasecmp_l.texi: Renamed from
485         doc/glibc-functions/strncasecmp_l.texi.
486         * doc/posix-functions/strndup.texi: Renamed from
487         doc/glibc-functions/strndup.texi.
488         * doc/posix-functions/strnlen.texi: Renamed from
489         doc/glibc-functions/strnlen.texi.
490         * doc/posix-functions/strsignal.texi: Renamed from
491         doc/glibc-functions/strsignal.texi.
492         * doc/posix-functions/strxfrm_l.texi: Renamed from
493         doc/glibc-functions/strxfrm_l.texi.
494         * doc/posix-functions/timer_gettime.texi: Renamed from
495         doc/glibc-functions/timer_gettime.texi.
496         * doc/posix-functions/tolower_l.texi: Renamed from
497         doc/glibc-functions/tolower_l.texi.
498         * doc/posix-functions/toupper_l.texi: Renamed from
499         doc/glibc-functions/toupper_l.texi.
500         * doc/posix-functions/towctrans_l.texi: Renamed from
501         doc/glibc-functions/towctrans_l.texi.
502         * doc/posix-functions/towlower_l.texi: Renamed from
503         doc/glibc-functions/towlower_l.texi.
504         * doc/posix-functions/towupper_l.texi: Renamed from
505         doc/glibc-functions/towupper_l.texi.
506         * doc/posix-functions/uselocale.texi: Renamed from
507         doc/glibc-functions/uselocale.texi.
508         * doc/posix-functions/vdprintf.texi: Renamed from
509         doc/glibc-functions/vdprintf.texi.
510         * doc/posix-functions/wcpcpy.texi:
511         Renamed from doc/glibc-functions/wcpcpy.texi.
512         * doc/posix-functions/wcpncpy.texi: Renamed from
513         doc/glibc-functions/wcpncpy.texi.
514         * doc/posix-functions/wcscasecmp.texi: Renamed from
515         doc/glibc-functions/wcscasecmp.texi.
516         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
517         doc/glibc-functions/wcscasecmp_l.texi.
518         * doc/posix-functions/wcscoll_l.texi: Renamed from
519         doc/glibc-functions/wcscoll_l.texi.
520         * doc/posix-functions/wcsdup.texi: Renamed from
521         doc/glibc-functions/wcsdup.texi.
522         * doc/posix-functions/wcsncasecmp.texi: Renamed from
523         doc/glibc-functions/wcsncasecmp.texi.
524         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
525         doc/glibc-functions/wcsncasecmp_l.texi.
526         * doc/posix-functions/wcsnlen.texi: Renamed from
527         doc/glibc-functions/wcsnlen.texi.
528         * doc/posix-functions/wcsnrtombs.texi: Renamed from
529         doc/glibc-functions/wcsnrtombs.texi.
530         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
531         doc/glibc-functions/wcsxfrm_l.texi.
532         * doc/posix-functions/wctrans_l.texi: Renamed from
533         doc/glibc-functions/wctrans_l.texi.
534         * doc/posix-functions/wctype_l.texi: Renamed from
535         doc/glibc-functions/wctype_l.texi.
536         * doc/gnulib.texi (Function Substitutes): Add these subsections.
537         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
538         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
539         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
540         these subsections.
541         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
542         Remove sections.
543
544 2008-12-14  Bruno Haible  <bruno@clisp.org>
545
546         Update doc for POSIX:2008.
547         * doc/posix-functions/*.texi: Update URL of POSIX specification.
548
549 2008-12-14  Bruno Haible  <bruno@clisp.org>
550
551         Update doc for POSIX:2008.
552         * doc/pastposix-functions/bcmp.texi: Renamed from
553         doc/posix-functions/bcmp.texi.
554         * doc/pastposix-functions/bcopy.texi: Renamed from
555         doc/posix-functions/bcopy.texi.
556         * doc/pastposix-functions/bsd_signal.texi: Renamed from
557         doc/posix-functions/bsd_signal.texi.
558         * doc/pastposix-functions/bzero.texi: Renamed from
559         doc/posix-functions/bzero.texi.
560         * doc/pastposix-functions/ecvt.texi: Renamed from
561         doc/posix-functions/ecvt.texi.
562         * doc/pastposix-functions/fcvt.texi: Renamed from
563         doc/posix-functions/fcvt.texi.
564         * doc/pastposix-functions/ftime.texi: Renamed from
565         doc/posix-functions/ftime.texi.
566         * doc/pastposix-functions/gcvt.texi: Renamed from
567         doc/posix-functions/gcvt.texi.
568         * doc/pastposix-functions/getcontext.texi: Renamed from
569         doc/posix-functions/getcontext.texi.
570         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
571         doc/posix-functions/gethostbyaddr.texi.
572         * doc/pastposix-functions/gethostbyname.texi: Renamed from
573         doc/posix-functions/gethostbyname.texi.
574         * doc/pastposix-functions/getwd.texi: Renamed from
575         doc/posix-functions/getwd.texi.
576         * doc/pastposix-functions/h_errno.texi: Renamed from
577         doc/posix-functions/h_errno.texi.
578         * doc/pastposix-functions/index.texi: Renamed from
579         doc/posix-functions/index.texi.
580         * doc/pastposix-functions/makecontext.texi: Renamed from
581         doc/posix-functions/makecontext.texi.
582         * doc/pastposix-functions/mktemp.texi: Renamed from
583         doc/posix-functions/mktemp.texi.
584         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
585         doc/posix-functions/pthread_attr_getstackaddr.texi.
586         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
587         doc/posix-functions/pthread_attr_setstackaddr.texi.
588         * doc/pastposix-functions/rindex.texi: Renamed from
589         doc/posix-functions/rindex.texi.
590         * doc/pastposix-functions/scalb.texi: Renamed from
591         doc/posix-functions/scalb.texi.
592         * doc/pastposix-functions/setcontext.texi: Renamed from
593         doc/posix-functions/setcontext.texi.
594         * doc/pastposix-functions/swapcontext.texi: Renamed from
595         doc/posix-functions/swapcontext.texi.
596         * doc/pastposix-functions/ualarm.texi: Renamed from
597         doc/posix-functions/ualarm.texi.
598         * doc/pastposix-functions/usleep.texi: Renamed from
599         doc/posix-functions/usleep.texi.
600         * doc/pastposix-functions/vfork.texi: Renamed from
601         doc/posix-functions/vfork.texi.
602         * doc/pastposix-functions/wcswcs.texi: Renamed from
603         doc/posix-functions/wcswcs.texi.
604         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
605         (Function Substitutes): Update.
606
607 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
608
609         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
610         m4/strerror.m4.
611
612 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
613             Bruno Haible  <bruno@clisp.org>
614
615         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
616
617 2008-12-13  Bruno Haible  <bruno@clisp.org>
618
619         * modules/strtoull (Depends-on): Remove unistd.
620
621 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
622
623         * modules/strtoull (Depends-on): Add stdlib.
624
625 2008-12-11  Simon Josefsson  <simon@josefsson.org>
626
627         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
628
629 2008-12-10  Jim Meyering  <meyering@redhat.com>
630
631         gl_ASSERT: don't say assertions are disabled when they're not
632         * m4/assert.m4 (gl_ASSERT): Do not make configure report
633         "checking whether to enable assertions... no", when they are in
634         fact enabled.  This is solely a bug in the output of configure.
635         In spite of saying "no", NDEBUG was not defined in that case.
636         Also, as noted by Eric Blake, leave assertions enabled upon
637         --enable-assert=INVALID.
638
639 2008-12-10  Bruno Haible  <bruno@clisp.org>
640
641         Change MODULES.html to refer to POSIX:2008 where possible.
642         * MODULES.html.sh (POSIX2008_URL): New variable.
643         (posix_headers): Remove sys/timeb, ucontext.
644         (posix2001_headers): New variable.
645         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
646         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
647         index, makecontext, mktemp, pthread_attr_getstackaddr,
648         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
649         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
650         (posix2001_functions): New variable.
651         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
652         otherwise.
653
654 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
655
656         add missing include to parse-duration.c
657         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
658         * modules/parse-duration (Depends-on): Add xalloc.
659
660         fix sed script reading maint.mk
661         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
662         (syntax-check-rules): Use it.
663
664 2008-12-09  Bruno Haible  <bruno@clisp.org>
665
666         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
667         MacOS X 10.4/PowerPC.
668         Reported by Simon Josefsson.
669
670 2008-12-08  Jim Meyering  <meyering@redhat.com>
671
672         work around mingw's lack of some S_IF definitions
673         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
674         Reported by Simon Josefsson.
675
676 2008-12-08  Bruno Haible  <bruno@clisp.org>
677
678         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
679         applied to variables. Needed on MacOS X 10.4/PowerPC.
680         Reported by Simon Josefsson.
681
682 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
683         and Eric Blake  <ebb9@byu.net>
684
685         assert: honor --enable-assert
686         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
687         order to honor --enable-assert, rather than treating it as a
688         synonym for --disable-assert.
689
690 2008-12-08  Jim Meyering  <meyering@redhat.com>
691
692         * lib/posixtm.c: Remove now-useless declaration of mktime.
693
694         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
695
696 2008-12-07  Bruno Haible  <bruno@clisp.org>
697
698         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
699         test_once): Mark functions as static.
700         * tests/test-tls.c (test_tls): Likewise.
701
702 2008-12-07  Bruno Haible  <bruno@clisp.org>
703
704         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
705         iconv_register_autodetect.
706
707 2008-12-07  Jim Meyering  <meyering@redhat.com>
708
709         posixtm.c: avoid a warning
710         * lib/posixtm.c (posixtime): Don't initialize tm0.
711         It's no longer needed to placate gcc4's -Wuninitialized,
712         and the attempt to placate would elicit a new warning.
713
714         unicodeio.c: mark unused parameters
715         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
716         (fallback_failure_callback): Likewise.
717
718 2008-12-07  Bruno Haible  <bruno@clisp.org>
719
720         * gnulib-tool (func_create_testdir): When building the tests
721         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
722         Reported by Simon Josefsson.
723
724 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
725
726         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
727
728 2008-12-06  Bruno Haible  <bruno@clisp.org>
729
730         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
731         Suggested by Eric Blake.
732
733 2008-12-06  Bruno Haible  <bruno@clisp.org>
734
735         Fix a c-stack test failure on MacOS X.
736         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
737         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
738         handler for SIGBUS as well.
739         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
740         install a signal handler for SIGBUS as well.
741         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
742
743 2008-12-06  Bruno Haible  <bruno@clisp.org>
744
745         Advocacy documentation.
746         * doc/gnulib-intro.texi (Benefits): New section.
747         * doc/gnulib.texi: Update.
748
749 2008-12-06  Bruno Haible  <bruno@clisp.org>
750
751         Document the 'manywarnings' module.
752         * doc/manywarnings.texi: New file.
753         * doc/gnulib.texi: Include it.
754
755 2008-12-05  Eric Blake  <ebb9@byu.net>
756
757         tests: silence some gcc warnings
758         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
759         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
760         type mismatches.
761
762 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
763             Bruno Haible  <bruno@clisp.org>
764
765         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
766
767 2008-11-29  Jim Meyering  <meyering@redhat.com>
768
769         unicodeio.c: mark unused parameters
770         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
771         (fallback_failure_callback): Likewise.
772
773         fts: fix a thinko
774         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
775         (set_stat_type): Return S_IF*-valued "type" directly.
776         Prompted by James Youngman's spotting a related bug.
777         Confirmed by further testing through find.
778
779         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
780         * lib/fts.c (D_TYPE): Define.
781         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
782         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
783         (s_ifmt_shift_bits): New function.
784         (set_stat_type): New function.
785         (fts_build): When not calling fts_stat, call set_stat_type
786         to propagate dirent.d_type info to fts_read caller.
787         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
788         fts_statp->st_mode type information may be valid.
789
790 2008-11-28  Simon Josefsson  <simon@josefsson.org>
791
792         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
793         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
794         <sds@gnu.org>.
795
796 2008-11-20  Bruno Haible  <bruno@clisp.org>
797
798         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
799         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
800         INCLUDE_NEXT.
801         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
802         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
803         * modules/math (Makefile.am): Substitute
804         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
805         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
806
807 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
808             Bruno Haible  <bruno@clisp.org>
809
810         * lib/stdint.in.h: Define all type macros so that their expansion is
811         a single typedef'ed token. Fixes a compilation failure in Boost which
812         does "using ::int8_t;".
813
814 2008-11-18  Simon Josefsson  <simon@josefsson.org>
815
816         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
817         gl_MANYWARN_ALL_GCC.
818         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
819         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
820         * modules/manywarnings: New file.
821         * MODULES.html.sh: Mention manywarnings module.
822
823 2008-11-18  Bruno Haible  <bruno@clisp.org>
824
825         * doc/gnulib-tool.texi (Unit tests): New section.
826
827 2008-11-18  Simon Josefsson  <simon@josefsson.org>
828
829         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
830         paths like 'lib/po/foo.po'.
831
832 2008-11-17  Simon Josefsson  <simon@josefsson.org>
833
834         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
835         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
836
837 2008-11-17  Simon Josefsson  <simon@josefsson.org>
838
839         * m4/warnings.m4: Use CPPFLAGS to really check whether the
840         parameter works.
841
842 2008-11-17  Simon Josefsson  <simon@josefsson.org>
843
844         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
845
846 2008-11-17  Bruce Korb  <bkorb@gnu.org>
847
848         * modules/parse-duration-tests: New file.
849         * tests/test-parse-duration.sh: New file.
850         * tests/test-parse-duration.c: New file.
851
852         New module 'parse-duration'.
853         * lib/parse-duration.h: New file.
854         * lib/parse-duration.c: New file.
855         * modules/parse-duration: New file.
856
857 2008-11-17  Bruno Haible  <bruno@clisp.org>
858
859         * tests/test-select-out.sh: Comment out the first pipe test.
860         Reported by Simon Josefsson.
861
862 2008-11-17  Bruno Haible  <bruno@clisp.org>
863
864         * modules/getaddrinfo (Depends-on): Add servent, hostent.
865         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
866         gl_HOSTENT.
867
868 2008-11-17  Bruno Haible  <bruno@clisp.org>
869
870         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
871         -lnetwork and -lnet. Needed for Haiku and BeOS.
872
873 2008-11-16  Bruno Haible  <bruno@clisp.org>
874
875         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
876
877 2008-11-16  Bruno Haible  <bruno@clisp.org>
878
879         Avoid test failure on Haiku.
880         * tests/test-fsync.c: Include <errno.h>.
881         (main): Don't require that fsync (0) fails.
882
883 2008-11-15  Bruno Haible  <bruno@clisp.org>
884
885         New module 'hostent'.
886         * modules/hostent: New file.
887         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
888
889 2008-11-15  Bruno Haible  <bruno@clisp.org>
890
891         New module 'servent'.
892         * modules/servent: New file.
893         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
894
895 2008-11-15  Bruno Haible  <bruno@clisp.org>
896
897         Avoid generating same test program with two different rules.
898         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
899         test-frexp to test-frexp-nolibm.
900         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
901         test-frexpl to test-frexpl-nolibm.
902
903 2008-11-15  Bruno Haible  <bruno@clisp.org>
904
905         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
906         $(FREXPL_LIBM).
907
908 2008-11-15  Bruno Haible  <bruno@clisp.org>
909
910         * lib/netdb.in.h: Activate the definitions also when the system's
911         <netdb.h> has 'struct addrinfo'.
912         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
913         EAI_OVERFLOW or AI_NUMERICSERV.
914         * doc/posix-headers/netdb.texi: Document the problem.
915
916 2008-11-15  Bruno Haible  <bruno@clisp.org>
917
918         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
919
920         Make the 'sched' module work on platforms where <sched.h> exists but
921         is incomplete (such as Haiku).
922         * lib/sched.in.h; Include the system's <sched.h> if it exists.
923         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
924         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
925         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
926         HAVE_STRUCT_SCHED_PARAM.
927         * modules/sched (Depends-on): Add include_next.
928         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
929         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
930         * doc/posix-headers/sched.texi: Document the issue.
931
932 2008-11-13  Jim Meyering  <meyering@redhat.com>
933
934         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
935         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
936         test would fail due to the difference in the Report bugs to ...
937         line.  The expected address is empty, "<>", while the actual
938         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
939
940 2008-11-12  Bruno Haible  <bruno@clisp.org>
941
942         lstat: don't compile lstat.c on systems lacking lstat
943         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
944         which don't have lstat; this is handled by lib/sys_stat.in.h already.
945         Reported by Daniel P. Berrange via Jim Meyering.
946
947 2008-11-12  Jim Meyering  <meyering@redhat.com>
948
949         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
950
951 2008-11-12  Simon Josefsson  <simon@josefsson.org>
952
953         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
954         instead.
955
956 2008-11-12  Bruno Haible  <bruno@clisp.org>
957
958         * lib/unicodeio.c: Include unistr.h.
959         (utf8_wctomb): Remove function.
960         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
961
962 2008-11-12  Simon Josefsson  <simon@josefsson.org>
963
964         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
965         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
966         <bruno@clisp.org>.
967         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
968
969 2008-11-12  Simon Josefsson  <simon@josefsson.org>
970
971         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
972         * doc/gnulib.texi: Add section for warnings.
973
974 2008-11-11  Bruno Haible  <bruno@clisp.org>
975
976         * lib/sockets.h: Add a comment.
977
978 2008-11-11  Karl Berry  <karl@gnu.org>
979
980         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
981
982 2008-11-11  Eric Blake  <ebb9@byu.net>
983
984         fdl.texi: avoid git symlinks
985         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
986
987 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
988
989         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
990
991 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
992
993         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
994         (gl_WARN_ADD): Substitute $2 if literal.
995
996 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
997
998         * m4/warning.m4: Remove.
999
1000 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1001
1002         * m4/warnings.m4: Almost complete rewrite. :-)
1003
1004 2008-11-10  Simon Josefsson  <simon@josefsson.org>
1005
1006         * modules/warnings: New module.
1007         * m4/warnings.m4: New file.
1008         * MODULES.html.sh: Mention warnings module.
1009         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
1010         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1011
1012 2008-11-10  Eric Blake  <ebb9@byu.net>
1013
1014         fdl.texi: make a symlink to the latest version
1015         * doc/standards.texi: Revert today's earlier change.
1016         * doc/fdl-1.2.texi: Rename from old fdl.texi...
1017         * doc/fdl.texi: ...and replace this with a symlink to the newer
1018         fdl-1.3.texi.
1019
1020 2008-11-10  Bruno Haible  <bruno@clisp.org>
1021
1022         * tests/test-select-fd.c (main): Accept the result file name as fourth
1023         argument.
1024         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
1025         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
1026
1027 2008-11-10  Bruno Haible  <bruno@clisp.org>
1028
1029         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
1030         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
1031         as autoconf-substituted macros.
1032         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
1033         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
1034         gl_NETDB_H_DEFAULTS. Set these variables.
1035         * modules/netdb (Makefile.am): Substitute these variables.
1036
1037 2008-11-10  Eric Blake  <ebb9@byu.net>
1038
1039         standards.texi: include correct file for FDL 1.3
1040         * doc/standards.texi (GNU Free Documentation License): Change
1041         include file to pull in FDL 1.3, not 1.2.
1042
1043         fdl.texi: revert accidental change to license
1044         * doc/fdl.texi: This is FDL 1.2, not 1.3.
1045
1046 2008-11-10  Bruno Haible  <bruno@clisp.org>
1047
1048         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
1049         cross-compiling guesses also when the native compile gives no result.
1050
1051 2008-11-10  Bruno Haible  <bruno@clisp.org>
1052
1053         * lib/spawni.c (__spawni): Force variable into the stack.
1054
1055 2008-11-10  Bruno Haible  <bruno@clisp.org>
1056
1057         Add support for Haiku.
1058         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
1059         glibc and BeOS, but also on Haiku.
1060         * lib/fpurge.c (fpurge): Likewise.
1061         * lib/freadable.c (freadable): Likewise.
1062         * lib/freadahead.c (freadahead): Likewise.
1063         * lib/freading.c (freading): Likewise.
1064         * lib/freadptr.c (freadptr): Likewise.
1065         * lib/freadseek.c (freadptrinc): Likewise.
1066         * lib/fseeko.c (rpl_fseeko): Likewise.
1067         * lib/fseterr.c (fseterr): Likewise.
1068         * lib/fwritable.c (fwritable): Likewise.
1069         * lib/fwriting.c (fwriting): Likewise.
1070         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
1071
1072 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1073
1074         * lib/config.charset: Treat Haiku like BeOS.
1075
1076 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
1077
1078         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
1079         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
1080
1081 2008-11-08  Bruno Haible  <bruno@clisp.org>
1082
1083         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
1084         AC_CACHE_CHECK.
1085
1086 2008-11-08  Bruno Haible  <bruno@clisp.org>
1087
1088         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
1089
1090 2008-11-08  Bruno Haible  <bruno@clisp.org>
1091
1092         * tests/test-select-fd.c: New file.
1093         * tests/test-select-in.sh: New file.
1094         * tests/test-select-out.sh: New file.
1095         * tests/test-select-stdin.c: New file.
1096         * modules/select-tests (Files): Add the new files.
1097         (Depends-on): Add gettimeofday.
1098         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
1099         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
1100         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
1101
1102 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
1103             Bruno Haible  <bruno@clisp.org>
1104
1105         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
1106
1107 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1108
1109         * build-aux/pmccabe2html: Added support for C++ source files.
1110
1111 2008-11-05  Ben Pfaff  <blp@gnu.org>
1112
1113         Fix lib/close.c build on Windows.
1114         * modules/close (Files): Add lib/w32sock.h.
1115
1116 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
1117
1118         Accept Bison's NEWS format.
1119         * build-aux/announce-gen (print_news_deltas): Tweak
1120         $re_prefix.
1121
1122 2008-11-04  Bruno Haible  <bruno@clisp.org>
1123
1124         * modules/random_r (Maintainer): Add glibc.
1125
1126 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1127
1128         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
1129         by karl@freefriends.org (Karl Berry).
1130         * doc/alloca.texi: Likewise.
1131         * doc/c-ctype.texi: Likewise.
1132         * doc/c-strcase.texi: Likewise.
1133         * doc/c-strcaseeq.texi: Likewise.
1134         * doc/c-strcasestr.texi: Likewise.
1135         * doc/c-strstr.texi: Likewise.
1136         * doc/c-strtod.texi: Likewise.
1137         * doc/c-strtold.texi: Likewise.
1138         * doc/ctime.texi: Likewise.
1139         * doc/error.texi: Likewise.
1140         * doc/fdl.texi: Likewise.
1141         * doc/gcd.texi: Likewise.
1142         * doc/getdate.texi: Likewise.
1143         * doc/gnulib-intro.texi: Likewise.
1144         * doc/gnulib-tool.texi: Likewise.
1145         * doc/gnulib.texi: Likewise.
1146         * doc/inet_ntoa.texi: Likewise.
1147         * doc/maintain.texi: Likewise.
1148         * doc/make-stds.texi: Likewise.
1149         * doc/quote.texi: Likewise.
1150         * doc/regexprops-generic.texi: Likewise.
1151         * doc/standards.texi: Likewise.
1152         * doc/verify.texi: Likewise.
1153         * doc/visibility.texi: Likewise.
1154         * doc/gnulib.texi (GNU Free Documentation License): Include
1155         fdl-1.3.texi instead of fdl.texi.
1156
1157 2008-11-04  Simon Josefsson  <simon@josefsson.org>
1158
1159         * doc/fdl-1.3.texi: New file, from
1160         <http://www.gnu.org/licenses/fdl-1.3.texi>.
1161         * modules/fdl-1.3: Add.
1162         * MODULES.html.sh: Add fdl-1.3.
1163
1164 2008-11-03  Bruno Haible  <bruno@clisp.org>
1165
1166         Make determination of absolute name of header file work with AIX xlc.
1167         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
1168         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
1169         preprocessing.
1170         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1171         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1172
1173 2008-11-03  Simon Josefsson  <simon@josefsson.org>
1174
1175         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
1176         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
1177         <ludo@gnu.org>.
1178
1179 2008-11-02  Bruno Haible  <bruno@clisp.org>
1180
1181         Mark 'strpbrk' obsolete.
1182         * modules/strpbrk (Status, Notice): New sections.
1183         * modules/strtok_r (Depends-on): Add strpbrk.
1184
1185 2008-11-02  Bruno Haible  <bruno@clisp.org>
1186
1187         Mark 'strdup' obsolete.
1188         * modules/strdup (Status, Notice): New sections.
1189         * modules/findprog (Depends-on): Add strdup.
1190         * modules/getaddrinfo (Depends-on): Likewise.
1191         * modules/localename (Depends-on): Likewise.
1192         * modules/relocatable-lib (Depends-on): Likewise.
1193         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
1194         * modules/relocatable-prog (Depends-on): Likewise.
1195         * modules/trim (Depends-on): Likewise.
1196         * modules/unictype/gen-ctype (Depends-on): Likewise.
1197         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1198
1199 2008-11-02  Bruno Haible  <bruno@clisp.org>
1200
1201         Mark 'strcspn' obsolete.
1202         * modules/strcspn (Status, Notice): New sections.
1203
1204 2008-11-02  Bruno Haible  <bruno@clisp.org>
1205
1206         Mark 'rmdir' obsolete.
1207         * modules/rmdir (Status, Notice): New sections.
1208         * modules/clean-temp (Depends-on): Add rmdir.
1209         * modules/openat (Depends-on): Likewise.
1210
1211 2008-11-02  Bruno Haible  <bruno@clisp.org>
1212
1213         Mark 'raise' obsolete.
1214         * modules/raise (Status, Notice): New sections.
1215         (Include): Specify <signal.h>.
1216         * modules/stdio (Depends-on): Add raise.
1217         * modules/write (Depends-on): Likewise.
1218
1219 2008-11-02  Bruno Haible  <bruno@clisp.org>
1220
1221         Mark 'memset' obsolete.
1222         * modules/memset (Status, Notice): New sections.
1223
1224 2008-11-02  Bruno Haible  <bruno@clisp.org>
1225
1226         Mark 'memmove' obsolete.
1227         * modules/memmove (Status, Notice): New sections.
1228         * modules/argp (Depends-on): Add memmove.
1229         * modules/argz (Depends-on): Likewise.
1230         * modules/canonicalize (Depends-on): Likewise.
1231         * modules/canonicalize-lgpl (Depends-on): Likewise.
1232         * modules/fts (Depends-on): Likewise.
1233         * modules/getcwd (Depends-on): Likewise.
1234         * modules/human (Depends-on): Likewise.
1235         * modules/regex (Depends-on): Likewise.
1236         * modules/striconveh (Depends-on): Likewise.
1237         * modules/trim (Depends-on): Likewise.
1238         * modules/unistr/u8-move (Depends-on): Likewise.
1239         * modules/unistr/u16-move (Depends-on): Likewise.
1240         * modules/unistr/u32-move (Depends-on): Likewise.
1241
1242 2008-11-02  Bruno Haible  <bruno@clisp.org>
1243
1244         Mark 'memcpy' obsolete.
1245         * modules/memcpy (Status, Notice): New sections.
1246
1247 2008-11-02  Bruno Haible  <bruno@clisp.org>
1248
1249         Mark 'memcmp' obsolete.
1250         * modules/memcmp (Status, Notice): New sections.
1251         * modules/argmatch (Depends-on): Add memchr.
1252         * modules/backupfile (Depends-on): Likewise.
1253         * modules/c-strcasestr (Depends-on): Likewise.
1254         * modules/crypto/des (Depends-on): Likewise.
1255         * modules/csharpcomp (Depends-on): Likewise.
1256         * modules/fnmatch (Depends-on): Likewise.
1257         * modules/git-merge-changelog (Depends-on): Likewise.
1258         * modules/isnand (Depends-on): Likewise.
1259         * modules/isnand-nolibm (Depends-on): Likewise.
1260         * modules/isnanf (Depends-on): Likewise.
1261         * modules/isnanf-nolibm (Depends-on): Likewise.
1262         * modules/isnanl (Depends-on): Likewise.
1263         * modules/isnanl-nolibm (Depends-on): Likewise.
1264         * modules/mbchar (Depends-on): Likewise.
1265         * modules/memcoll (Depends-on): Likewise.
1266         * modules/quotearg (Depends-on): Likewise.
1267         * modules/regex (Depends-on): Likewise.
1268         * modules/relocatable-prog (Depends-on): Likewise.
1269         * modules/same (Depends-on): Likewise.
1270         * modules/signbit (Depends-on): Likewise.
1271         * modules/strcasestr-simple (Depends-on): Likewise.
1272         * modules/unictype/gen-ctype (Depends-on): Likewise.
1273         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
1274         * modules/uniname/uniname (Depends-on): Likewise.
1275         * modules/unistr/u8-cmp (Depends-on): Likewise.
1276
1277 2008-11-02  Bruno Haible  <bruno@clisp.org>
1278
1279         Mark 'memchr' obsolete.
1280         * modules/memchr (Status, Notice): New sections.
1281         * modules/argp (Depends-on): Add memchr.
1282         * modules/base64 (Depends-on): Likewise.
1283         * modules/c-strcasestr (Depends-on): Likewise.
1284         * modules/chdir-long (Depends-on): Likewise.
1285         * modules/fnmatch (Depends-on): Likewise.
1286         * modules/getsubopt (Depends-on): Likewise.
1287         * modules/git-merge-changelog (Depends-on): Likewise.
1288         * modules/glob (Depends-on): Likewise.
1289         * modules/strcasestr-simple (Depends-on): Likewise.
1290         * modules/strnlen (Depends-on): Likewise.
1291
1292 2008-11-02  Bruno Haible  <bruno@clisp.org>
1293
1294         Mark 'atexit' obsolete.
1295         * modules/atexit (Status, Notice): New sections.
1296         * modules/chdir-long (Depends-on): Add atexit.
1297         * modules/wait-process (Depends-on): Likewise.
1298
1299 2008-11-02  Bruno Haible  <bruno@clisp.org>
1300
1301         * gnulib-tool: New option --with-obsolete.
1302         (func_usage): Document it.
1303         (func_modules_transitive_closure): Drop obsolete dependencies if
1304         incobsolete is not true.
1305         (func_import): Read and save the incobsolete variable to the cache.
1306
1307 2008-11-02  Bruno Haible  <bruno@clisp.org>
1308
1309         * modules/TEMPLATE-EXTENDED: New field 'Status'.
1310         * gnulib-tool: New option --extract-status.
1311         (func_usage): Document it.
1312         (sed_extract_prog): Recognize it.
1313         (func_get_status): New function.
1314
1315 2008-10-30  Simon Josefsson  <simon@josefsson.org>
1316
1317         * modules/sockets (License): Change from LGPL to LGPLv2+.
1318
1319 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1320
1321         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
1322
1323 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1324
1325         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1326         Mention times and sys_times.
1327         * modules/sys_times, modules/sys_times-tests: New modules.
1328         * modules/times, modules/times-tests: Likewise
1329         * m4/sys_times_h.m4: New file.
1330         * lib/sys_times.in.h: Likewise
1331         * lib/times.c: Likewise.
1332         * tests/test-sys_times.c: Likewise.
1333         * tests/test-times.c: Likewise.
1334         * doc/posix-headers/sys_times.texi: Update.
1335         * doc/posix-functions/times.texi: Update.
1336
1337 2008-10-28  Jim Meyering  <meyering@redhat.com>
1338
1339         * modules/tempname (Depends-on): Add lstat.
1340
1341         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
1342
1343 2008-10-28  Simon Josefsson  <simon@josefsson.org>
1344
1345         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
1346         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
1347         using idiom used elsewhere in gnulib.
1348
1349 2008-10-27  Jim Meyering  <meyering@redhat.com>
1350
1351         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
1352
1353 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1354
1355         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
1356         TESTS_ENVIRONMENT, for shell scripts that needs to call built
1357         programs.
1358         * tests/test-argp-2.sh: Use $EXEEXT when needed.
1359
1360 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1361
1362         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
1363
1364 2008-10-27  Bruno Haible  <bruno@clisp.org>
1365
1366         * tests/test-lstat.c: Include <stdio.h>.
1367
1368 2008-10-27  Simon Josefsson  <simon@josefsson.org>
1369
1370         * modules/lstat-tests: New module.
1371         * tests/test-lstat.c: New file.
1372
1373 2008-10-26  Jim Meyering  <meyering@redhat.com>
1374
1375         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
1376
1377 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1378             Bruno Haible  <bruno@clisp.org>
1379
1380         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
1381         * modules/configmake (Include): Add a note that the include must come
1382         after all system headers.
1383         * lib/javaversion.c: Include configmake.h after all other includes.
1384
1385 2008-10-26  Bruno Haible  <bruno@clisp.org>
1386
1387         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
1388         HAVE_STRUCT_RANDOM_DATA to 1.
1389         (gl_STDLIB_H): Simplify.
1390
1391 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1392
1393         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
1394         substitute HAVE_STRUCT_RANDOM_DATA.
1395         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
1396         random_data.
1397         * modules/stdlib (Makefile.am): Substitute
1398         HAVE_STRUCT_RANDOM_DATA.
1399
1400 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1401
1402         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
1403         * doc/gnulib-intro.texi (Copyright): Likewise.
1404
1405 2008-10-26  Simon Josefsson  <simon@josefsson.org>
1406
1407         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
1408         findings.
1409
1410 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
1411             Bruno Haible  <bruno@clisp.org>
1412
1413         * lib/unistd.in.h: Include <winsock2.h>.
1414         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
1415         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
1416         Provide dummy declarations.
1417         (gethostname): Override.
1418         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
1419         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
1420         gl_PREREQ_SYS_H_WINSOCK2.
1421         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
1422         * doc/posix-functions/gethostname.texi: More details.
1423
1424 2008-10-25  Bruno Haible  <bruno@clisp.org>
1425
1426         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1427         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
1428         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
1429
1430         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
1431         here ...
1432         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
1433         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
1434         gl_UNISTD_H_DEFAULTS.
1435
1436 2008-10-25  Eric Blake  <ebb9@byu.net>
1437
1438         signbit: avoid spurious compiler failure
1439         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
1440         declarations inside function.
1441
1442 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1443             Bruno Haible  <bruno@clisp.org>
1444
1445         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
1446         * modules/random_r (Depends-on): Add stdint.
1447
1448 2008-10-24  Bruno Haible  <bruno@clisp.org>
1449
1450         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
1451         Eggert.
1452         * modules/strerror (License): Likewise.
1453
1454 2008-10-24  Jim Meyering  <meyering@redhat.com>
1455
1456         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
1457         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
1458
1459 2008-10-24  Eric Blake  <ebb9@byu.net>
1460
1461         getgroups: fix compilation when getgroups is available
1462         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
1463         but with <config.h> override of getgroups disabled.
1464
1465 2008-10-24  Simon Josefsson  <simon@josefsson.org>
1466
1467         * doc/gnulib.texi (Header files): Add note about C++ problems.
1468         Explained by Bruno Haible <bruno@clisp.org>.
1469
1470 2008-10-23  Bruno Haible  <bruno@clisp.org>
1471
1472         Define a dummy SA_NODEFER macro on Interix.
1473         * lib/signal.in.h (SA_NODEFER): Define fallback.
1474         Reported by Aleksey Cheusov <cheusov@tut.by> via
1475         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
1476
1477 2008-10-23  Bruno Haible  <bruno@clisp.org>
1478
1479         * modules/freadahead (License): Change to LGPLv2+.
1480         Suggested by Simon Josefsson.
1481
1482 2008-10-23  Jim Meyering  <meyering@redhat.com>
1483
1484         random_r: new module
1485         * modules/random_r: New file.
1486         * m4/random_r.m4: New file.
1487         * lib/random_r.c: New file, from glibc.
1488         * modules/random_r-tests: New file.
1489         * tests/test-random_r.c: New file.
1490         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
1491          Declare.
1492         (RAND_MAX): Define.
1493         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
1494         * modules/stdlib: Substitute them, too.
1495         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
1496         * doc/glibc-functions/initstate_r.texi: Mention the new module.
1497         * doc/glibc-functions/random_r.texi: Likewise.
1498         * doc/glibc-functions/setstate_r.texi: Likewise.
1499         * doc/glibc-functions/srandom_r.texi: Likewise.
1500         * config/srclist.txt: Mention it.
1501
1502 2008-10-23  David Lutterkort  <lutter@redhat.com>
1503
1504         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
1505         link requirement
1506
1507 2008-10-23  Jim Meyering  <meyering@redhat.com>
1508
1509         selinux-h: mark parameters of stub functions as intentionally unused
1510         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
1511         * lib/se-context.in.h: Likewise.
1512
1513 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1514
1515         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
1516
1517 2008-10-22  Simon Josefsson  <simon@josefsson.org>
1518
1519         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
1520
1521 2008-10-22  Eric Blake  <ebb9@byu.net>
1522
1523         glthread/thread: avoid compiler warning
1524         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
1525         Add unreachable abort to silence compiler.
1526
1527 2008-10-22  Eric Blake  <ebb9@byu.net>
1528
1529         netdb: also supply struct addrinfo for cygwin 1.5.x
1530         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
1531         older cygwin.
1532         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
1533         cygwin.
1534         * doc/posix-headers/netdb.texi (netdb.h): Document this.
1535
1536 2008-10-22  Bruno Haible  <bruno@clisp.org>
1537
1538         * users.txt: Update entry about pspp.
1539
1540 2008-10-21  Bruno Haible  <bruno@clisp.org>
1541
1542         Simplification.
1543         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
1544         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
1545
1546         Simplification.
1547         * lib/ioctl.c (ioctl): Don't undefine.
1548         * lib/socket.c (socket): Don't undefine.
1549
1550         Remove unused module indicator macros.
1551         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
1552         GNULIB_$1 as a C macro.
1553
1554         * doc/posix-functions/close.texi: Undo last change.
1555         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
1556         Windows platforms.
1557
1558 2008-10-21  Bruno Haible  <bruno@clisp.org>
1559
1560         Add gethostname() declaration to <unistd.h>.
1561         * lib/unistd.in.h (gethostname): New declaration.
1562         * lib/gethostname.c: Include <unistd.h>.
1563         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
1564         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
1565         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
1566         and HAVE_GETHOSTNAME.
1567         * modules/gethostname (Depends-on): Add unistd.
1568         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1569         (Include): Specify <unistd.h>.
1570         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
1571         HAVE_GETHOSTNAME.
1572         * tests/test-gethostname.c: Include <unistd.h> first.
1573
1574 2008-10-21  Bruno Haible  <bruno@clisp.org>
1575
1576         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
1577         * modules/select-tests (Depends-on): Likewise.
1578         Reported by Simon Josefsson.
1579
1580 2008-10-21  Simon Josefsson  <simon@josefsson.org>
1581
1582         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
1583         * lib/accept.c: New file, based on winsock.c.
1584         * lib/bind.c: New file, based on winsock.c.
1585         * lib/connect.c: New file, based on winsock.c.
1586         * lib/getpeername.c: New file, based on winsock.c.
1587         * lib/getsockname.c: New file, based on winsock.c.
1588         * lib/getsockopt.c: New file, based on winsock.c.
1589         * lib/ioctl.c: New file, based on winsock.c.
1590         * lib/listen.c: New file, based on winsock.c.
1591         * lib/recv.c: New file, based on winsock.c.
1592         * lib/recvfrom.c: New file, based on winsock.c.
1593         * lib/send.c: New file, based on winsock.c.
1594         * lib/sendto.c: New file, based on winsock.c.
1595         * lib/setsockopt.c: New file, based on winsock.c.
1596         * lib/shutdown.c: New file, based on winsock.c.
1597         * lib/socket.c: New file, based on winsock.c.
1598         * lib/w32sock.h: New file, based on winsock.c.
1599         * lib/winsock.c: Remove file.
1600         * modules/accept: Likewise.
1601         * modules/bind: Likewise.
1602         * modules/connect: Likewise.
1603         * modules/getpeername: Likewise.
1604         * modules/getsockname: Likewise.
1605         * modules/getsockopt: Likewise.
1606         * modules/ioctl: Likewise.
1607         * modules/listen: Likewise.
1608         * modules/recv: Likewise.
1609         * modules/recvfrom: Likewise.
1610         * modules/send: Likewise.
1611         * modules/sendto: Likewise.
1612         * modules/setsockopt: Likewise.
1613         * modules/shutdown: Likewise.
1614         * modules/socket: Use socket.c instead of winsock.c.
1615         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
1616         * doc/posix-functions/accept.texi: Doc fix.
1617         * doc/posix-functions/bind.texi: Doc fix.
1618         * doc/posix-functions/close.texi: Doc fix.
1619         * doc/posix-functions/connect.texi: Doc fix.
1620         * doc/posix-functions/getpeername.texi: Doc fix.
1621         * doc/posix-functions/getsockname.texi: Doc fix.
1622         * doc/posix-functions/getsockopt.texi: Doc fix.
1623         * doc/posix-functions/ioctl.texi: Doc fix.
1624         * doc/posix-functions/listen.texi: Doc fix.
1625         * doc/posix-functions/recv.texi: Doc fix.
1626         * doc/posix-functions/recvfrom.texi: Doc fix.
1627         * doc/posix-functions/send.texi: Doc fix.
1628         * doc/posix-functions/sendto.texi: Doc fix.
1629         * doc/posix-functions/setsockopt.texi: Doc fix.
1630         * doc/posix-functions/shutdown.texi: Doc fix.
1631         * doc/posix-functions/socket.texi: Doc fix.
1632
1633 2008-10-20  Bruno Haible  <bruno@clisp.org>
1634
1635         Take into account the role of SIGABRT_COMPAT on Windows 2008.
1636         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
1637         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
1638         as an alias for SIGABRT.
1639         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
1640         (sigaction): Map it to SIGABRT.
1641         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
1642
1643 2008-10-20  Bruno Haible  <bruno@clisp.org>
1644
1645         * lib/fts.c: Don't include lstat.h.
1646         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
1647
1648         Move the lstat() declaration to <sys/stat.h>.
1649         * lib/lstat.h: Remove file.
1650         * lib/sys_stat.in.h: Add special invocation convention.
1651         (lstat): New declaration.
1652         * lib/lstat.c (orig_lstat): New function.
1653         (rpl_lstat): Use orig_lstat instead of lstat.
1654         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
1655         AC_C_INLINE. Set REPLACE_LSTAT.
1656         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
1657         and REPLACE_LSTAT.
1658         * modules/lstat (Files): Remove lib/lstat.h.
1659         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1660         (Include): Specify <sys/stat.h> instead of lstat.h.
1661         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
1662         REPLACE_LSTAT.
1663         * NEWS: Mention the change.
1664
1665 2008-10-20  Bruno Haible  <bruno@clisp.org>
1666
1667         * modules/posix_spawn-tests: New file.
1668         * tests/test-posix_spawn3.c: New file.
1669
1670 2008-10-20  Bruno Haible  <bruno@clisp.org>
1671
1672         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
1673         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1674         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
1675         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
1676         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
1677
1678 2008-10-20  Bruno Haible  <bruno@clisp.org>
1679
1680         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
1681         of posix_spawn on AIX 5.3.
1682
1683 2008-10-20  Bruno Haible  <bruno@clisp.org>
1684
1685         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
1686
1687 2008-10-20  Bruno Haible  <bruno@clisp.org>
1688
1689         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
1690         of AC_LANG_PROGRAM.
1691
1692 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1693
1694         * lib/netdb.in.h: Don't define GNU specific constants until they
1695         are supported or needed.  Reported by Bruno Haible
1696         <bruno@clisp.org>.
1697
1698 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1699
1700         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
1701
1702 2008-10-20  Simon Josefsson  <simon@josefsson.org>
1703
1704         * lib/getaddrinfo.h: Remove file.
1705         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1706         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1707         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1708         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1709         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1710         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1711         * tests/test-getaddrinfo.c: Likewise.
1712         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1713         * NEWS: Mention change.
1714
1715 2008-10-19  Bruno Haible  <bruno@clisp.org>
1716
1717         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1718
1719 2008-10-19  Bruno Haible  <bruno@clisp.org>
1720
1721         * lib/wait-process.c: Include simply <sys/wait.h>.
1722         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1723         WIFSTOPPED): Remove fallback definitions.
1724         * modules/wait-process (Depends-on): Add sys_wait.
1725
1726         New module 'sys_wait'.
1727         * modules/sys_wait: New file.
1728         * lib/sys_wait.in.h: New file, partially copied from
1729         lib/wait-process.c.
1730         * m4/sys_wait_h.m4: New file.
1731         * doc/posix-headers/sys_wait.texi: Mention the new module.
1732
1733 2008-10-19  Bruno Haible  <bruno@clisp.org>
1734
1735         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1736
1737 2008-10-19  Bruno Haible  <bruno@clisp.org>
1738
1739         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1740         * lib/wait-process.c (WAIT_T): Remove type.
1741         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1742         (wait_subprocess): Update.
1743
1744 2008-10-19  Bruno Haible  <bruno@clisp.org>
1745
1746         New module 'atoll'.
1747         * modules/atoll: New file.
1748         * lib/stdlib.in.h (atoll): New declaration.
1749         * lib/atoll.c: New file, from glibc with modifications.
1750         * m4/atoll.m4: New file.
1751         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1752         HAVE_ATOLL.
1753         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1754         * doc/posix-functions/atoll.texi: Mention the new module.
1755
1756 2008-10-19  Bruno Haible  <bruno@clisp.org>
1757
1758         Add strtoull() declaration to <stdlib.h>.
1759         * lib/stdlib.in.h (strtoull): New declaration.
1760         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1761         Set HAVE_STRTOULL.
1762         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
1763         HAVE_STRTOULL.
1764         * modules/strtoull (Depends-on): Add stdlib.
1765         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1766         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
1767         HAVE_STRTOULL.
1768
1769 2008-10-19  Bruno Haible  <bruno@clisp.org>
1770
1771         Add strtoll() declaration to <stdlib.h>.
1772         * lib/stdlib.in.h (strtoll): New declaration.
1773         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1774         Set HAVE_STRTOLL.
1775         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
1776         HAVE_STRTOLL.
1777         * modules/strtoll (Depends-on): Add stdlib.
1778         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1779         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
1780
1781 2008-10-19  Bruno Haible  <bruno@clisp.org>
1782
1783         * modules/bcopy (Depends-on): Add strings.
1784         (Include): Specify <strings.h>.
1785
1786 2008-10-19  Bruno Haible  <bruno@clisp.org>
1787
1788         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
1789
1790 2008-10-19  Bruno Haible  <bruno@clisp.org>
1791
1792         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
1793         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
1794         mingw.
1795
1796 2008-10-19  Bruno Haible  <bruno@clisp.org>
1797
1798         * lib/atanl.c: Don't include isnanl.h.
1799         * lib/cosl.c: Likewise.
1800         * lib/ldexpl.c: Likewise.
1801         * lib/logl.c: Likewise.
1802         * lib/sinl.c: Likewise.
1803         * lib/sqrtl.c: Likewise.
1804         * lib/tanl.c: Likewise.
1805
1806         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
1807         * lib/isnanf.h: Remove file.
1808         * lib/isnand.h: Remove file.
1809         * lib/isnanl.h: Remove file.
1810         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
1811         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
1812         macros.
1813         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
1814         HAVE_ISNANF, don't define it as a C macro.
1815         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
1816         HAVE_ISNAND, don't define it as a C macro.
1817         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
1818         HAVE_ISNANL, don't define it as a C macro.
1819         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
1820         HAVE_ISNAN[FDL].
1821         * modules/isnanf (Files): Remove lib/isnanf.h.
1822         (Depends-on): Add math.
1823         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1824         (Include): Specify <math.h> instead of isnanf.h.
1825         * modules/isnand (Files): Remove lib/isnand.h.
1826         (Depends-on): Add math.
1827         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1828         (Include): Specify <math.h> instead of isnand.h.
1829         * modules/isnanl (Files): Remove lib/isnanl.h.
1830         (Depends-on): Add math.
1831         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1832         (Include): Specify <math.h> instead of isnanl.h.
1833         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
1834         HAVE_ISNAN[FDL].
1835         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
1836         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
1837         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
1838         * NEWS: Mention the change.
1839
1840 2008-10-18  Bruno Haible  <bruno@clisp.org>
1841
1842         Add getusershell(), setusershell(), endusershell() declarations to
1843         <unistd.h>.
1844         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
1845         declarations.
1846         * lib/getusershell.c: Include unistd.h.
1847         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
1848         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1849         HAVE_GETUSERSHELL.
1850         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
1851         and HAVE_GETUSERSHELL.
1852         * modules/getusershell (Depends-on): Add unistd, extensions.
1853         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1854         (Include): Specify <unistd.h>.
1855         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
1856         HAVE_GETUSERSHELL.
1857
1858 2008-10-18  Bruno Haible  <bruno@clisp.org>
1859
1860         Add a getloadavg() declaration to <stdlib.h>.
1861         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
1862         getloadavg declaration.
1863         (getloadavg): New declaration.
1864         * lib/getloadavg.c: Include <stdlib.h> first.
1865         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
1866         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
1867         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
1868         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
1869         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1870         * modules/getloadavg (Depends-on): Add stdlib, extensions.
1871         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1872         (Include): Specify <stdlib.h>.
1873         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
1874         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1875
1876 2008-10-18  Bruno Haible  <bruno@clisp.org>
1877
1878         * lib/dirchownmod.c: Don't include lchmod.h.
1879
1880         Move the lchmod() declaration to <sys/stat.h>.
1881         * lib/lchmod.h: Remove file.
1882         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
1883         (lchmod): New declaration, moved here from lib/lchown.h.
1884         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
1885         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
1886         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
1887         and HAVE_LCHMOD.
1888         * modules/lchmod (Files): Remove lib/lchmod.h.
1889         (Depends-on): Add sys_stat, extensions.
1890         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1891         (Include): Specify <sys/stat.h> instead of lchmod.h.
1892         * modules/sys_stat (Depends-on): Add link-warning.
1893         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
1894         definition of GL_LINK_WARNING.
1895         * NEWS: Mention the change.
1896
1897 2008-10-18  Bruno Haible  <bruno@clisp.org>
1898
1899         * lib/fchdir.c: Don't include dirfd.h.
1900         * lib/fts.c: Likewise.
1901         * lib/getcwd.c: Likewise.
1902         * lib/glob.c: Likewise.
1903
1904         Move the dirfd() declaration to <dirent.h>.
1905         * lib/dirfd.h: Remove file.
1906         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
1907         (dirfd): New declaration.
1908         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
1909         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
1910         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
1911         HAVE_DECL_DIRFD.
1912         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
1913         HAVE_DECL_DIRFD.
1914         * modules/dirfd (Files): Remove lib/dirfd.h.
1915         (Depends-on): Add dirent, extensions.
1916         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
1917         (Include): Specify <dirent.h> instead of dirfd.h.
1918         * modules/dirent (Depends-on): Add link-warning.
1919         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
1920         definition of GL_LINK_WARNING.
1921         * NEWS: Mention the change.
1922
1923 2008-10-18  Bruno Haible  <bruno@clisp.org>
1924
1925         Move the euidaccess() declaration to <unistd.h>.
1926         * lib/euidaccess.h: Remove file.
1927         * lib/unistd.in.h (euidaccess): New declaration.
1928         * lib/euidaccess.c: Don't include euidaccess.h.
1929         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
1930         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
1931         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
1932         and HAVE_EUIDACCESS.
1933         * modules/euidaccess (Files): Remove lib/euidaccess.h.
1934         (Depends-on): Add unistd.
1935         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1936         (Include): Specify <unistd.h> instead of euidaccess.h.
1937         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
1938         HAVE_EUIDACCESS.
1939         * NEWS: Mention the change.
1940
1941 2008-10-18  Bruno Haible  <bruno@clisp.org>
1942
1943         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1944
1945         Move the getdomainname() declaration to <unistd.h>.
1946         * lib/getdomainname.h: Remove file.
1947         * lib/unistd.in.h (getdomainname): New declaration.
1948         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1949         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1950         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1951         HAVE_GETDOMAINNAME.
1952         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1953         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1954         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1955         (Depends-on): Add unistd, extensions.
1956         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1957         (Includes): Specify <unistd.h> instead of getdomainname.h.
1958         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1959         HAVE_GETDOMAINNAME.
1960         * NEWS: Mention the change.
1961
1962 2008-10-18  Bruno Haible  <bruno@clisp.org>
1963
1964         * modules/dirent: New file.
1965         * m4/dirent_h.m4: New file.
1966         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1967         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1968         * modules/fchdir (Files): Remove lib/dirent.in.h.
1969         (Depends-on): Add dirent.
1970         (Makefile.am): Move rules to modules/dirent.
1971         * doc/posix-headers/dirent.texi: Mention the new module.
1972
1973 2008-10-18  Bruno Haible  <bruno@clisp.org>
1974
1975         Avoid -Wunused-parameter warnings in public gnulib header files.
1976         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1977         macro.
1978         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1979
1980 2008-10-18  Bruno Haible  <bruno@clisp.org>
1981
1982         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1983         * doc/glibc-functions/error.texi: Mention the module 'error'.
1984         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1985         * doc/glibc-functions/getdomainname.texi: Mention the module
1986         'getdomainname'.
1987         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1988         * doc/glibc-functions/getpagesize.texi: Mention the module
1989         'getpagesize'.
1990         * doc/glibc-functions/getusershell.texi: Mention the module
1991         'getusershell'.
1992         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1993         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1994         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1995         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1996         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1997         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1998         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1999         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
2000         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
2001         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
2002         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
2003         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
2004         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
2005         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
2006
2007 2008-10-17  Bruno Haible  <bruno@clisp.org>
2008
2009         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
2010         HP-UX and IRIX, use -0.0L.
2011         * tests/test-ceill.c (minus_zero): Likewise.
2012         * tests/test-floorl.c (minus_zero): Likewise.
2013         * tests/test-frexpl.c (minus_zero): Likewise.
2014         * tests/test-isnan.c (minus_zerol): Likewise.
2015         * tests/test-isnanl.h (minus_zero): Likewise.
2016         * tests/test-ldexpl.c (minus_zero): Likewise.
2017         * tests/test-roundl.c (minus_zero): Likewise.
2018         * tests/test-signbit.c (minus_zerol): Likewise.
2019         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2020         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2021         * tests/test-truncl.c (minus_zero): Likewise.
2022         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2023         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2024         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
2025         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
2026
2027 2008-10-17  Bruno Haible  <bruno@clisp.org>
2028
2029         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
2030         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
2031         that it gets activated only for gcc >= 3.0.
2032         * lib/dirent.in.h: Likewise.
2033         * lib/errno.in.h: Likewise.
2034         * lib/fcntl.in.h: Likewise.
2035         * lib/float.in.h: Likewise.
2036         * lib/iconv.in.h: Likewise.
2037         * lib/inttypes.in.h: Likewise.
2038         * lib/locale.in.h: Likewise.
2039         * lib/math.in.h: Likewise.
2040         * lib/netdb.in.h: Likewise.
2041         * lib/netinet_in.in.h: Likewise.
2042         * lib/search.in.h: Likewise.
2043         * lib/signal.in.h: Likewise.
2044         * lib/spawn.in.h: Likewise.
2045         * lib/stdarg.in.h: Likewise.
2046         * lib/stdint.in.h: Likewise.
2047         * lib/stdio.in.h: Likewise.
2048         * lib/stdlib.in.h: Likewise.
2049         * lib/string.in.h: Likewise.
2050         * lib/strings.in.h: Likewise.
2051         * lib/sys_file.in.h: Likewise.
2052         * lib/sys_ioctl.in.h: Likewise.
2053         * lib/sys_select.in.h: Likewise.
2054         * lib/sys_socket.in.h: Likewise.
2055         * lib/sys_stat.in.h: Likewise.
2056         * lib/sys_time.in.h: Likewise.
2057         * lib/sysexits.in.h: Likewise.
2058         * lib/time.in.h: Likewise.
2059         * lib/unistd.in.h: Likewise.
2060         * lib/wchar.in.h: Likewise.
2061         * lib/wctype.in.h: Likewise.
2062         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2063
2064 2008-10-17  Jim Meyering  <meyering@redhat.com>
2065
2066         ignore-value: don't depend on inline module
2067         * modules/ignore-value (Depends-on): Remove 'inline'.
2068         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
2069         Suggestion from Bruno Haible.
2070
2071 2008-10-17  Bruno Haible  <bruno@clisp.org>
2072
2073         New implementation of condition variables for Win32.
2074         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
2075         (gl_linked_waitqueue_t): New type.
2076         (gl_cond_t): Use it.
2077         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
2078         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
2079         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
2080         (glthread_cond_init_func, glthread_cond_wait_func,
2081         glthread_cond_timedwait_func, glthread_cond_signal_func,
2082         glthread_cond_broadcast_func, glthread_cond_destroy_func):
2083         Reimplemented on the basis of gl_linked_waitqueue_t.
2084         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
2085         gl_waitqueue_t.
2086         (gl_rwlock_t): Update.
2087         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
2088
2089 2008-10-17  Simon Josefsson  <simon@josefsson.org>
2090
2091         * modules/recvfrom (Depends-on): Add dependency on getpeername.
2092         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2093
2094 2008-10-17  Jim Meyering  <meyering@redhat.com>
2095
2096         ignore-value: new module
2097         * modules/ignore-value: New file.
2098         * lib/ignore-value.h: New file.
2099         * MODULES.html.sh (Compiler warning management): New section,
2100         just for this module.  More to come.
2101
2102 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2103
2104         open-safer.c: avoid 'signed and unsigned in conditional...' warning
2105         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
2106         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
2107
2108 2008-10-16  Jim Meyering  <meyering@redhat.com>
2109
2110         openat-die.c: avoid 'no previous prototype' warning
2111         * lib/openat-die.c: Include "openat.h".
2112         Reported by Reuben Thomas <rrt@sc3d.org>.
2113
2114 2008-10-16  Simon Josefsson  <simon@josefsson.org>
2115
2116         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
2117         * lib/netdb.in.h: Fix typo.
2118         Reported by Bruno Haible  <bruno@clisp.org>
2119
2120         * lib/netdb.in.h: Include sys/socket.h for platforms without
2121         netdb.h, to get structures like hostent on MinGW.
2122         * modules/netdb (Depends-on): Add sys_socket.
2123
2124 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2125
2126         * modules/netdb, modules/netdb-tests: New file.
2127         * m4/netdb_h.m4: New file.
2128         * lib/netdb.in.h: Add, currently just an empty file pending
2129         definitions.
2130         * tests/test-netdb.c: New file.
2131         * doc/posix-headers/netdb.texi: Mention that we replace it if
2132         needed.
2133         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2134         netdb.
2135
2136 2008-10-15  Simon Josefsson  <simon@josefsson.org>
2137
2138         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
2139         with code.
2140
2141 2008-10-13  Bruno Haible  <bruno@clisp.org>
2142
2143         * lib/glthread/cond.c (glthread_cond_wait_func,
2144         glthread_cond_timedwait_func): Add a comment.
2145
2146 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2147
2148         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
2149         * tests/test-select.c: Likewise,
2150
2151 2008-10-13  Bruno Haible  <bruno@clisp.org>
2152
2153         * lib/glthread/cond.c (glthread_cond_wait_func,
2154         glthread_cond_timedwait_func): Fix variable name.
2155         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2156
2157 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
2158
2159         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
2160         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
2161         struct sockaddr.sa_len.
2162         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
2163
2164 2008-10-13  Simon Josefsson  <simon@josefsson.org>
2165
2166         * build-aux/pmccabe2html: Add css and css_url parameters.
2167
2168 2008-10-12  Bruno Haible  <bruno@clisp.org>
2169
2170         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
2171         calling aclx_get.
2172         Reported by Rainer Tammer <tammer@tammer.net>.
2173
2174 2008-10-12  Bruno Haible  <bruno@clisp.org>
2175
2176         Use msvcrt aware primitives for creation/termination of Win32 threads.
2177         * lib/glthread/thread.c: Include <process.h>.
2178         (glthread_create_func): Use _beginthreadex instead of CreateThread.
2179         (wrapper_func): Update signature.
2180         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
2181
2182 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2183             Bruno Haible  <bruno@clisp.org>
2184
2185         Provide a Win32 implementation of the 'cond' module.
2186         * lib/glthread/cond.h [USE_WIN32]: New implementation.
2187         * lib/glthread/cond.c (glthread_cond_init_func,
2188         glthread_cond_wait_func, glthread_cond_timedwait_func,
2189         glthread_cond_signal_func, glthread_cond_broadcast_func,
2190         glthread_cond_destroy_func) [USE_WIN32]: New functions.
2191         * modules/cond (Dependencies): Add gettimeofday.
2192
2193 2008-10-11  Bruno Haible  <bruno@clisp.org>
2194
2195         Make sleep work on older versions of mingw.
2196         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
2197         only whether it exists.
2198         * doc/posix-functions/sleep.texi: Mention the problem with older
2199         versions of mingw.
2200
2201 2008-10-11  Bruno Haible  <bruno@clisp.org>
2202
2203         New module 'shutdown'.
2204         * modules/shutdown: New file.
2205         * lib/sys_socket.in.h (shutdown): New declaration.
2206         * lib/winsock.c (shutdown): New function.
2207         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
2208         GNULIB_SHUTDOWN.
2209         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
2210         * doc/posix-functions/shutdown.texi: Document the new module.
2211
2212 2008-10-11  Jim Meyering  <meyering@redhat.com>
2213
2214         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
2215
2216 2008-10-11  Bruno Haible  <bruno@clisp.org>
2217
2218         New module 'fclose'.
2219         * modules/fclose: New file.
2220         * lib/stdio.in.h (fclose): New declaration.
2221         * lib/fclose.c: New file.
2222         * m4/fclose.m4: New file.
2223         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
2224         REPLACE_FCLOSE.
2225         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
2226         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
2227         REPLACE_FCLOSE.
2228         * modules/close (Depends-on): fclose.
2229         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
2230
2231 2008-10-11  Bruno Haible  <bruno@clisp.org>
2232
2233         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
2234         set errno and don't call _close.
2235
2236 2008-10-10  Bruno Haible  <bruno@clisp.org>
2237
2238         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
2239         ACL, not afterwards. Fixes test failure on Cygwin.
2240
2241 2008-10-09  Ben Pfaff  <blp@gnu.org>
2242
2243         * build-aux/announce-gen: Fix gnulib version related part of usage
2244         message.  Die with a useful error message if no tarballs are
2245         found.
2246
2247 2008-10-10  Jim Meyering  <meyering@redhat.com>
2248
2249         bootstrap: use git's --depth=N option only if it's supported
2250         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
2251         recognize the --depth option.  Reported by Pádraig Brady.
2252
2253 2008-10-09  Bruno Haible  <bruno@clisp.org>
2254
2255         New module 'ioctl'.
2256         * modules/ioctl: New file.
2257         * lib/sys_socket.in.h (ioctl): Remove declaration.
2258         * lib/winsock.c: Include <sys/ioctl.h>.
2259         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
2260         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
2261         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
2262         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
2263         * doc/posix-functions/ioctl.texi: Mention the new module.
2264
2265 2008-10-09  Bruno Haible  <bruno@clisp.org>
2266
2267         New module 'sys_ioctl'.
2268         * lib/sys_ioctl.in.h: New file.
2269         * m4/sys_ioctl_h.m4: New file.
2270         * modules/sys_ioctl: New file.
2271         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
2272
2273 2008-10-09  Bruno Haible  <bruno@clisp.org>
2274
2275         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
2276         * lib/winsock.c: Include <stdarg.h>.
2277         (rpl_ioctl): Change to second argument 'int' and then varargs.
2278
2279 2008-10-09  Bruno Haible  <bruno@clisp.org>
2280
2281         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
2282         when the sys_socket module is present and the system has <winsock2.h>.
2283
2284 2008-10-09  Bruno Haible  <bruno@clisp.org>
2285
2286         * doc/posix-functions/close.texi: Mention module 'close' instead of
2287         module 'sys_socket'.
2288
2289 2008-10-09  Bruno Haible  <bruno@clisp.org>
2290
2291         * doc/glibc-headers/sys_ioctl.texi: New file.
2292         * doc/gnulib.texi: Include it.
2293
2294 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2295             Bruno Haible  <bruno@clisp.org>
2296
2297         Combine the two replacements of 'close'.
2298         * lib/sys_socket.in.h (close): Define to a reminder to include
2299         <unistd.h>.
2300         (_gl_close_fd_maybe_socket): New declaration.
2301         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
2302         * lib/winsock.c (close): Remove undefinition.
2303         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
2304         needed for the gnulib module 'close'.
2305         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
2306         define to an error symbol or to a warning, if suitable.
2307         * lib/close.c: Include <sys/socket.h>.
2308         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
2309         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
2310         UNISTD_H_HAVE_WINSOCK2_H.
2311         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
2312         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2313         UNISTD_H_HAVE_WINSOCK2_H.
2314         * modules/sys_socket (Files): Add m4/unistd_h.m4.
2315         (configure.ac): Set a module indicator.
2316         (Makefile.am): Substitute GNULIB_CLOSE.
2317         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
2318         * modules/poll-tests (Depends-on): Add close.
2319         * modules/select-tests (Depends-on): Likewise.
2320
2321 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2322             Bruno Haible  <bruno@clisp.org>
2323
2324         New module 'close'.
2325         * modules/close: New file.
2326         * lib/unistd.in.h (close): Move declaration out of the
2327         FCHDIR_REPLACEMENT scope.
2328         (_gl_unregister_fd): New declaration.
2329         * lib/close.c: New file.
2330         * lib/fchdir.c (rpl_close): Remove function.
2331         * m4/close.m4: New file.
2332         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2333         close.
2334         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
2335         REPLACE_CLOSE.
2336         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
2337         REPLACE_CLOSE.
2338         * modules/fchdir (Depends-on): Add close.
2339
2340 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2341             Bruno Haible  <bruno@clisp.org>
2342
2343         * lib/fcntl.in.h (open): Simplify conditionals.
2344         (_gl_register_fd): New declaration.
2345         * lib/fchdir.c (rpl_open): Remove function.
2346         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
2347         also.
2348         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
2349         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
2350         open.
2351
2352 2008-10-09  Jim Meyering  <meyering@redhat.com>
2353
2354         GNUmakefile: use the more name-space-friendly "_version"
2355         * top/GNUmakefile (_dummy): Update.
2356         (_version): Rename from "version".
2357
2358 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2359             Bruno Haible  <bruno@clisp.org>
2360
2361         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
2362         rpl_close.
2363         (_gl_register_fd): New function, extracted from rpl_open.
2364         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
2365         (rpl_open, rpl_opendir): Use _gl_register_fd.
2366
2367 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
2368
2369         Fix organization of 'open' replacement.
2370         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
2371         (gl_FUNC_OPEN): Use it.
2372         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
2373
2374 2008-10-08  Bruno Haible  <bruno@clisp.org>
2375
2376         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
2377
2378 2008-10-08  Simon Josefsson  <simon@josefsson.org>
2379
2380         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
2381         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
2382         listen).
2383
2384 2008-10-08  Eric Blake  <ebb9@byu.net>
2385
2386         GNUmakefile: add 'make version' target
2387         * top/GNUmakefile (_curr-ver): Split version update rules...
2388         (version): ...into a target.
2389
2390 2008-10-07  Bruno Haible  <bruno@clisp.org>
2391
2392         Use a more portable replacement expression for -0.0L.
2393         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
2394         instead of -0.0L. Fix m4 quotation.
2395
2396         * tests/test-signbit.c: Include <float.h>.
2397         (minus_zero): New variable.
2398         (test_signbitl): Use minus_zero instead of -zero.
2399         * modules/signbit-tests (Depends-on): Add float.
2400
2401         * tests/test-ceill.c: Include <float.h>.
2402         (zero): Remove variable.
2403         (minus_zero): New variable.
2404         (main): Use minus_zero instead of -zero.
2405         * modules/ceill-tests (Depends-on): Add float.
2406
2407         * tests/test-floorl.c: Include <float.h>.
2408         (zero): Remove variable.
2409         (minus_zero): New variable.
2410         (main): Use minus_zero instead of -zero.
2411         * modules/floorl-tests (Depends-on): Add float.
2412
2413         * tests/test-roundl.c: Include <float.h>.
2414         (zero): Remove variable.
2415         (minus_zero): New variable.
2416         (main): Use minus_zero instead of -zero.
2417         * modules/roundl-tests (Depends-on): Add float.
2418
2419         * tests/test-truncl.c: Include <float.h>.
2420         (zero): Remove variable.
2421         (minus_zero): New variable.
2422         (main): Use minus_zero instead of -zero.
2423         * modules/truncl-tests (Depends-on): Add float.
2424
2425         * tests/test-frexpl.c (zero): Remove variable.
2426         (minus_zero): New variable.
2427         (main): Use minus_zero instead of -zero.
2428         * modules/frexpl-tests (Depends-on): Add float.
2429
2430         * tests/test-isnan.c (zerol): Remove variable.
2431         (minus_zerol): New variable.
2432         (test_long_double): Use minus_zerol instead of -zerol.
2433         * modules/isnan-tests (Depends-on): Add float.
2434
2435         * tests/test-isnanl.h (zero): Remove variable.
2436         (minus_zero): New variable.
2437         (main): Use minus_zero instead of -zero.
2438         * modules/isnanl-nolibm-tests (Depends-on): Add float.
2439         * modules/isnanl-tests (Depends-on): Add float.
2440
2441         * tests/test-ldexpl.c (zero): Remove variable.
2442         (minus_zero): New variable.
2443         (main): Use minus_zero instead of -zero.
2444         * modules/ldexpl-tests (Depends-on): Add float.
2445
2446         * tests/test-snprintf-posix.h (zerol): Remove variable.
2447         (minus_zerol): New variable.
2448         (test_function): Use minus_zerol instead of -zerol.
2449         * modules/snprintf-posix-tests (Depends-on): Add float.
2450         * modules/vsnprintf-posix-tests (Depends-on): Add float.
2451
2452         * tests/test-sprintf-posix.h (zerol): Remove variable.
2453         (minus_zerol): New variable.
2454         (test_function): Use minus_zerol instead of -zerol.
2455         * modules/sprintf-posix-tests (Depends-on): Add float.
2456         * modules/vsprintf-posix-tests (Depends-on): Add float.
2457
2458         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
2459         (minus_zerol): New variable.
2460         (test_function): Use minus_zerol instead of -zerol.
2461         * modules/vasnprintf-posix-tests (Depends-on): Add float.
2462
2463         * tests/test-vasprintf-posix.c (zerol): Remove variable.
2464         (minus_zerol): New variable.
2465         (test_function): Use minus_zerol instead of -zerol.
2466         * modules/vasprintf-posix-tests (Depends-on): Add float.
2467
2468 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2469
2470         * MODULES.html.sh (Support for building documentation): Mention
2471         pmccabe2html.  Sort entries.
2472
2473         Add pmccabe2html module, from gnupdf.
2474         * build-aux/pmccabe.css: New file.
2475         * build-aux/pmccabe2html: New file.
2476         * m4/pmccabe2html.m4: New file.
2477         * modules/pmccabe2html: New file.
2478
2479 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
2480
2481         flock: new module
2482         * MODULES.html.sh: Add to list of modules.
2483         * lib/flock.c: flock implementation for Windows and Unix systems
2484         which have fcntl.
2485         * doc/glibc-functions/flock.texi: Update documentation.
2486         * lib/sys_file.in.h: <sys/file.h> header file.
2487         * m4/flock.m4: M4 macros.
2488         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
2489         * modules/flock: flock module.
2490         * modules/flock-tests: flock tests module.
2491         * modules/sys_file: sys/file.h module.
2492         * tests/test-flock.c: test suite for flock.
2493
2494 2008-10-06  Jim Meyering  <meyering@redhat.com>
2495
2496         bootstrap: check for LT_INIT more portably still ;-)
2497         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
2498         Spotted by Bruno Haible.
2499
2500 2008-10-06  Eric Blake  <ebb9@byu.net>
2501
2502         test-signbit: avoid tripping Irix cc bug on -0.0L
2503         * tests/test-signbit.c (minus_zerol): Delete, and replace with
2504         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
2505         entire testsuite consistent and avoids an Irix 6.2 bug.
2506
2507 2008-10-05  Bruno Haible  <bruno@clisp.org>
2508             Jim Meyering  <jim@meyering.net>
2509
2510         Add an option for ignoring EPIPE during close_stdout.
2511         * lib/closeout.h: Include <stdbool.h>.
2512         (close_stdout_set_ignore_EPIPE): New declaration.
2513         * lib/closeout.c: Include <stdbool.h>.
2514         (ignore_EPIPE): New variable.
2515         (close_stdout_set_ignore_EPIPE): New function.
2516         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
2517         * lib/close-stream.c (close_stream): Mention the possible EPIPE
2518         failure.
2519         * modules/closeout (Depends-on): Add stdbool.
2520
2521 2008-10-05  Bruno Haible  <bruno@clisp.org>
2522
2523         * modules/accept: New file.
2524         * modules/bind: New file.
2525         * modules/connect: New file.
2526         * modules/getpeername: New file.
2527         * modules/getsockname: New file.
2528         * modules/getsockopt: New file.
2529         * modules/listen: New file.
2530         * modules/recv: New file.
2531         * modules/recvfrom: New file.
2532         * modules/send: New file.
2533         * modules/sendto: New file.
2534         * modules/setsockopt: New file.
2535         * modules/socket: New file.
2536         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
2537         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2538         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
2539         the particular module is requested. Add a link warning when the
2540         particular module is not requested.
2541         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
2542         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
2543         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
2544         the particular module is requested.
2545         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
2546         gl_SYS_SOCKET_H_DEFAULTS): New macros.
2547         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
2548         * modules/sys_socket (Depends-on): Add link-warning.
2549         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
2550         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
2551         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
2552         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
2553         GL_LINK_WARNING.
2554         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
2555         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
2556         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
2557         * doc/posix-functions/getpeername.texi: Mention the new module
2558         'getpeername'.
2559         * doc/posix-functions/getsockname.texi: Mention the new module
2560         'getsockname'.
2561         * doc/posix-functions/getsockopt.texi: Mention the new module
2562         'getsockopt'.
2563         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
2564         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
2565         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
2566         * doc/posix-functions/send.texi: Mention the new module 'send'.
2567         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
2568         * doc/posix-functions/setsockopt.texi: Mention the new module
2569         'setsockopt'.
2570         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
2571         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
2572         listen, connect, accept.
2573         * modules/select-tests (Depends-on): Likewise.
2574
2575 2008-10-05  Bruno Haible  <bruno@clisp.org>
2576
2577         * lib/winsock.c (strerror): Remove unused #undef.
2578         (rpl_close): Remove unused local variable.
2579
2580         * modules/sys_socket (Depends-on); Add errno.
2581
2582 2008-10-05  Bruno Haible  <bruno@clisp.org>
2583
2584         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
2585         (select): Add a link warning when the 'select' module is not used.
2586         * modules/sys_select (Depends-on): Add link-warning.
2587         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
2588         Suggested by Paolo Bonzini.
2589
2590 2008-10-05  Jim Meyering  <meyering@redhat.com>
2591
2592         bootstrap: check for LT_INIT more portably
2593         * build-aux/bootstrap: Avoid using grep -E, since it's not
2594         portable enough.  Suggestion from Bruno Haible.
2595
2596 2008-10-05  Bruno Haible  <bruno@clisp.org>
2597
2598         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
2599         as being fixed by gnulib.
2600
2601 2008-10-05  Bruno Haible  <bruno@clisp.org>
2602
2603         * modules/select-tests: New file, mostly copied from
2604         modules/sys_select-tests.
2605         * tests/test-select.c: New file, mostly copied from
2606         tests/test-sys_select.c.
2607         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
2608         * modules/sys_select-tests (Depends-on): Remove all dependencies.
2609         (Makefile.am): Remove test_sys_select_LDADD.
2610
2611         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
2612         to an undefined symbol, for an error message.
2613         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
2614         (gl_SYS_SELECT_H_DEFAULTS): New macro.
2615         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
2616         winsock-select.c here.
2617         * modules/sys_select (Files): Remove lib/winsock-select.c.
2618         (Depends-on): Remove alloca.
2619         (Makefile.am): Substitute GNULIB_SELECT.
2620         * modules/select: New file.
2621         * doc/posix-functions/select.texi: Update.
2622
2623 2008-10-05  Bruno Haible  <bruno@clisp.org>
2624
2625         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
2626         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
2627         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
2628         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
2629         getdtablesize.
2630         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
2631         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
2632
2633 2008-10-05  Bruno Haible  <bruno@clisp.org>
2634
2635         * modules/getdtablesize-tests: New file.
2636         * tests/test-getdtablesize.c: New file.
2637
2638         New module 'getdtablesize'.
2639         * lib/unistd.in.h (getdtablesize): New declaration.
2640         * lib/getdtablesize.c: New file.
2641         * m4/getdtablesize.m4: New file.
2642         * modules/getdtablesize: New file.
2643         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2644         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
2645         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
2646         HAVE_GETDTABLESIZE.
2647         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
2648
2649 2008-10-05  Bruno Haible  <bruno@clisp.org>
2650
2651         * modules/sched (Makefile.am): Fix typo.
2652         Reported by Simon Josefsson.
2653
2654 2008-10-05  Jim Meyering  <meyering@redhat.com>
2655
2656         bootstrap: check for LT_INIT, too
2657         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
2658         are deprecated.  Suggestion from Ralf Wildenhues.
2659
2660 2008-10-05  Bruno Haible  <bruno@clisp.org>
2661
2662         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
2663         overriding them by ours.
2664         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
2665
2666 2008-10-05  Jim Meyering  <meyering@redhat.com>
2667
2668         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
2669         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
2670         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
2671
2672 2008-10-04  Bruno Haible  <bruno@clisp.org>
2673
2674         * modules/dup2 (License): Change to LGPLv2+.
2675         * modules/sleep (License): Likewise.
2676         * modules/perror (License): Likewise.
2677         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
2678         Blake.
2679         * modules/signal (License): Likewise.
2680         * modules/sigprocmask (License): Likewise.
2681         * modules/raise (License): Change to LGPLv2+, with approval by Jim
2682         Meyering.
2683
2684 2008-10-04  Bruno Haible  <bruno@clisp.org>
2685
2686         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
2687         Reported by Rainer Tammer <tammer@tammer.net>.
2688
2689 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
2690             Bruno Haible  <bruno@clisp.org>
2691
2692         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
2693         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
2694         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
2695
2696 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
2697
2698         filevercmp: new module
2699         * lib/filevercmp.h: New function filevercmp comparing version strings.
2700         * lib/filevercmp.c: Implementation of filevercmp function.
2701         * modules/filevercmp: Module metadata.
2702         * tests/test-filevercmp.c: Unit test for new module.
2703         * modules/filevercmp-tests: Unit test metadata.
2704         * MODULES.html.sh: Add filevercmp module.
2705
2706 2008-10-03  Bruno Haible  <bruno@clisp.org>
2707
2708         * lib/c-ctype.h: Add comment.
2709         Reported by Jim Meyering.
2710
2711 2008-10-02  Bruno Haible  <bruno@clisp.org>
2712
2713         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2714
2715 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2716
2717         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2718         name of bootstrap.conf accordingly.
2719
2720 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2721
2722         * build-aux/bootstrap: Install git-merge-changelog configuration
2723         items into .gitconfig if needed.
2724
2725 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2726
2727         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2728         git repository, and initialize/update it accordingly.
2729
2730 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2731
2732         * modules/fsync-tests: New file.
2733         * tests/test-fsync.c: New file.
2734
2735         New module 'fsync'.
2736         * lib/fsync.c: New file.
2737         * m4/fsync.m4: New file.
2738         * modules/fsync: New file.
2739         * lib/unistd.in.h (fsync): New declaration.
2740         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2741         GNULIB_FSYNC and HAVE_FSYNC.
2742         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2743         * MODULES.html.sh (posix_functions): Add fsync.
2744         * doc/posix-functions/fsync.texi: Mention the new module.
2745
2746 2008-10-02  Jim Meyering  <meyering@redhat.com>
2747
2748         fts.c: sync with similar code from coreutils' remove.c
2749         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2750         Guard also with "#if defined __linux__", since for now at least,
2751         this code is Linux-kernel-specific.
2752
2753 2008-10-02  Jim Meyering  <meyering@redhat.com>
2754
2755         fts: bug fixes
2756         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2757         Include <sys/vfs.h>, not <sys/statfs.h>.
2758
2759         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
2760         Include <sys/vfs.h>, not <sys/statfs.h>.
2761
2762 2008-10-01  Bruno Haible  <bruno@clisp.org>
2763
2764         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
2765         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
2766         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
2767         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
2768         * doc/posix-functions/posix_spawnp.texi: Likewise.
2769         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
2770         whether posix_spawn actually works.
2771         * m4/pipe.m4 (gl_PIPE): Likewise.
2772         * modules/execute (Files): Add m4/posix_spawn.m4.
2773         * modules/pipe (Files): Add m4/posix_spawn.m4.
2774         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
2775
2776 2008-10-01  Jim Meyering  <meyering@redhat.com>
2777
2778         remove trailing spaces
2779         * NEWS: Likewise.
2780         * lib/poll.c (poll): Likewise.
2781         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
2782         * lib/winsock.c (rpl_close): Likewise.
2783         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
2784         * modules/yield: Likewise.
2785         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
2786         * tests/test-sys_select.c (connect_to_socket): Likewise.
2787
2788         fts.c: adjust a new interface to be more generally useful
2789         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
2790         (fts_build): Adjust caller.
2791
2792 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2793
2794         * modules/cond-tests: New file.
2795         * tests/test-cond.c: New file.
2796
2797 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2798             Bruno Haible  <bruno@clisp.org>
2799
2800         * modules/cond (Dependencies): Add errno, time.
2801         * lib/glthread/cond.h: Include <time.h>.
2802         (gl_cond_define, gl_cond_define_initialized): Use the same definition
2803         across platforms.
2804
2805 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2806             Bruno Haible  <bruno@clisp.org>
2807
2808         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
2809
2810 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2811             Bruno Haible  <bruno@clisp.org>
2812
2813         * modules/tls-tests (Depends-on): Add thread, yield.
2814         (configure.ac): Remove all checks.
2815         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
2816         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2817         gl_thread_self): Remove definitions. Include glthread/thread.h and
2818         glthread/yield.h instead.
2819         (test_tls): Pass an additional NULL argument to gl_thread_join.
2820
2821 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2822             Bruno Haible  <bruno@clisp.org>
2823
2824         * modules/lock-tests (Depends-on): Add thread, yield.
2825         (configure.ac): Remove all checks.
2826         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
2827         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2828         gl_thread_self): Remove definitions. Include glthread/thread.h and
2829         glthread/yield.h instead.
2830         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
2831         additional NULL argument to gl_thread_join.
2832
2833 2008-09-30  Bruno Haible  <bruno@clisp.org>
2834
2835         Fix the Win32 implementation of the 'thread' module.
2836         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
2837         pointer type.
2838         (gl_thread_self): Invoke gl_thread_self_func.
2839         (gl_thread_self_func): New declaration.
2840         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
2841         (do_init_self_key, init_self_key): New functions.
2842         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
2843         Remove some fields.
2844         (running_threads, running_lock): Remove variables.
2845         (get_current_thread_handle): New function.
2846         (gl_thread_self_func, wrapper_func, glthread_create_func,
2847         glthread_join_func, gl_thread_exit_func): Largely rewritten and
2848         simplified.
2849
2850 2008-09-30  Bruno Haible  <bruno@clisp.org>
2851
2852         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
2853         files.
2854
2855 2008-09-30  Jim Meyering  <meyering@redhat.com>
2856
2857         fts.m4: correct the test for statfs.f_type
2858         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
2859         when checking for statfs.f_type.
2860
2861 2008-09-15  Simon Josefsson  <simon@josefsson.org>
2862
2863         tests: avoid some compiler warnings
2864         * tests/test-memchr.c (main): Pass NULL indirectly.
2865         * tests/test-getdate.c (main): Remove unused variable 'ret'.
2866
2867 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
2868
2869         getdate.y: disallow countable dayshifts like "4 yesterday ago"
2870         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
2871         exactly specified dayshifts.
2872         (dayshift): New rule.
2873         (rel): Add dayshift.
2874         (relative_time_table) [tomorrow, yesterday, today, now]:
2875         Use tDAY_SHIFT in place of tDAY_UNIT.
2876         * tests/test-getdate.c: Add tests for now-disallowed countable
2877         dayshifts, e.g., "4 yesterday ago".
2878
2879 2008-09-29  Bruno Haible  <bruno@clisp.org>
2880
2881         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
2882         * tests/test-posix_spawn1.in.sh: Renamed from
2883         tests/test-posix_spawn.in.sh.
2884         * tests/test-posix_spawn2.c: New file.
2885         * tests/test-posix_spawn2.in.sh: New file.
2886         * modules/posix_spawnp-tests (Files): Update.
2887         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
2888
2889 2008-09-29  Bruno Haible  <bruno@clisp.org>
2890
2891         Propagate effects of putenv/setenv/unsetenv to child processes.
2892         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
2893         * lib/pipe.c (create_pipe): Likewise.
2894
2895 2008-09-29  Bruno Haible  <bruno@clisp.org>
2896
2897         Enable use of shell scripts as executables in mingw.
2898         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
2899         run the program as a shell script.
2900         * lib/pipe.c (create_pipe): Likewise.
2901         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
2902         resulting array.
2903
2904 2008-09-29  Eric Blake  <ebb9@byu.net>
2905
2906         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
2907
2908 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
2909
2910         * doc/posix-functions/accept.texi: Update mingw problems.
2911         * doc/posix-functions/bind.texi: Update mingw problems.
2912         * doc/posix-functions/close.texi: Update mingw problems.
2913         * doc/posix-functions/connect.texi: Update mingw problems.
2914         * doc/posix-functions/getpeername.texi: Update mingw problems.
2915         * doc/posix-functions/getsockname.texi: Update mingw problems.
2916         * doc/posix-functions/getsockopt.texi: Update mingw problems.
2917         * doc/posix-functions/ioctl.texi: Update mingw problems.
2918         * doc/posix-functions/listen.texi: Update mingw problems.
2919         * doc/posix-functions/recv.texi: Update mingw problems.
2920         * doc/posix-functions/recvfrom.texi: Update mingw problems.
2921         * doc/posix-functions/select.texi: Update mingw problems.
2922         * doc/posix-functions/send.texi: Update mingw problems.
2923         * doc/posix-functions/sendto.texi: Update mingw problems.
2924         * doc/posix-functions/setsockopt.texi: Update mingw problems.
2925         * doc/posix-functions/socket.texi: Update mingw problems.
2926
2927 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
2928             Bruno Haible  <bruno@clisp.org>
2929
2930         * lib/sys_select.in.h: Include sys/time.h.
2931         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
2932         * modules/sys_select: Depend on sys_time.
2933         * tests/test-sys_select.c: Test that sys/select.h defines struct
2934         timeval fully.
2935
2936 2008-09-29  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2939         * lib/sys_select.in.h: Likewise.
2940
2941 2008-09-29  Bruno Haible  <bruno@clisp.org>
2942
2943         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2944
2945 2008-09-29  Bruno Haible  <bruno@clisp.org>
2946
2947         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2948         Set LIBSOCKET instead of augmenting LIBS.
2949         * modules/sockets (Link): New section.
2950         * modules/sockets-tests (test_sockets_LDADD): New variable.
2951         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2952         * modules/poll-tests (test_poll_LDADD): New variable.
2953         * NEWS: Document the change.
2954
2955 2008-09-29  Bruno Haible  <bruno@clisp.org>
2956
2957         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2958         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2959         ARPA_INET_H directly.
2960         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2961
2962 2008-09-28  Bruno Haible  <bruno@clisp.org>
2963
2964         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2965         from gl_HEADER_SYS_SOCKET.
2966         (gl_HEADER_SYS_SOCKET): Invoke it.
2967         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2968
2969 2008-09-28  Bruno Haible  <bruno@clisp.org>
2970
2971         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2972         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2973         Needed on OSF/1 4.0.
2974
2975 2008-09-28  Bruno Haible  <bruno@clisp.org>
2976
2977         Override open more carefully.
2978         * lib/open.c (orig_open): New function.
2979         (rpl_open): Use orig_open instead of open.
2980         * lib/fcntl.in.h: Add special invocation convention.
2981         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2982         (gl_FUNC_OPEN): Invoke it.
2983
2984         Override freopen more carefully.
2985         * lib/freopen.c (orig_freopen): New function.
2986         (rpl_freopen): Use orig_freopen instead of freopen.
2987         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2988         (gl_FUNC_FREOPEN): Invoke it.
2989
2990         Override fopen more carefully.
2991         * lib/fopen.c (orig_fopen): New function.
2992         (rpl_fopen): Use orig_fopen instead of fopen.
2993         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2994         (gl_FUNC_FOPEN): Invoke it.
2995         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2996
2997 2008-09-28  Bruno Haible  <bruno@clisp.org>
2998
2999         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
3000         SIGPIPE.
3001
3002 2008-09-28  Bruno Haible  <bruno@clisp.org>
3003
3004         * tests/test-sigaction.c (handler, main): Disable the check whether
3005         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
3006         glibc systems with LinuxThreads.
3007
3008 2008-09-28  Bruno Haible  <bruno@clisp.org>
3009
3010         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
3011
3012         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
3013         with AIX xlc.
3014         * lib/fcntl.in.h (open): Likewise.
3015         Reported by Rainer Tammer <tammer@tammer.net>.
3016
3017 2008-09-28  Bruno Haible  <bruno@clisp.org>
3018
3019         * modules/posix_spawnp-tests: New file.
3020         * tests/test-posix_spawn.c: New file.
3021         * tests/test-posix_spawn.in.sh: New file.
3022
3023         New module 'posix_spawnp'.
3024         * modules/posix_spawnp: New file.
3025         * lib/spawnp.c: New file, from GNU libc with modifications.
3026         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
3027
3028         New module 'posix_spawn'.
3029         * modules/posix_spawn: New file.
3030         * lib/spawn.c: New file, from GNU libc with modifications.
3031         * doc/posix-functions/posix_spawn.texi: Mention the new module.
3032
3033         New module 'posix_spawnattr_destroy'.
3034         * modules/posix_spawnattr_destroy: New file.
3035         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
3036         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
3037         module.
3038
3039         New module 'posix_spawnattr_setsigmask'.
3040         * modules/posix_spawnattr_setsigmask: New file.
3041         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
3042         modifications.
3043         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
3044         new module.
3045
3046         New module 'posix_spawnattr_getsigmask'.
3047         * modules/posix_spawnattr_getsigmask: New file.
3048         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
3049         modifications.
3050         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
3051         new module.
3052
3053         New module 'posix_spawnattr_setsigdefault'.
3054         * modules/posix_spawnattr_setsigdefault: New file.
3055         * lib/spawnattr_setdefault.c: New file, from GNU libc with
3056         modifications.
3057         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
3058         new module.
3059
3060         New module 'posix_spawnattr_getsigdefault'.
3061         * modules/posix_spawnattr_getsigdefault: New file.
3062         * lib/spawnattr_getdefault.c: New file, from GNU libc with
3063         modifications.
3064         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
3065         new module.
3066
3067         New module 'posix_spawnattr_setschedpolicy'.
3068         * modules/posix_spawnattr_setschedpolicy: New file.
3069         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
3070         modifications.
3071         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
3072         new module.
3073
3074         New module 'posix_spawnattr_getschedpolicy'.
3075         * modules/posix_spawnattr_getschedpolicy: New file.
3076         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
3077         modifications.
3078         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
3079         new module.
3080
3081         New module 'posix_spawnattr_setschedparam'.
3082         * modules/posix_spawnattr_setschedparam: New file.
3083         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
3084         modifications.
3085         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
3086         new module.
3087
3088         New module 'posix_spawnattr_getschedparam'.
3089         * modules/posix_spawnattr_getschedparam: New file.
3090         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
3091         modifications.
3092         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
3093         new module.
3094
3095         New module 'posix_spawnattr_setpgroup'.
3096         * modules/posix_spawnattr_setpgroup: New file.
3097         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
3098         modifications.
3099         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
3100         module.
3101
3102         New module 'posix_spawnattr_getpgroup'.
3103         * modules/posix_spawnattr_getpgroup: New file.
3104         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
3105         modifications.
3106         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
3107         module.
3108
3109         New module 'posix_spawnattr_setflags'.
3110         * modules/posix_spawnattr_setflags: New file.
3111         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
3112         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
3113         module.
3114
3115         New module 'posix_spawnattr_getflags'.
3116         * modules/posix_spawnattr_getflags: New file.
3117         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
3118         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
3119         module.
3120
3121         New module 'posix_spawnattr_init'.
3122         * modules/posix_spawnattr_init: New file.
3123         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
3124         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
3125         module.
3126
3127         New module 'posix_spawn_file_actions_destroy'.
3128         * modules/posix_spawn_file_actions_destroy: New file.
3129         * lib/spawn_faction_destroy.c: New file, from GNU libc with
3130         modifications.
3131         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
3132         the new module.
3133
3134         New module 'posix_spawn_file_actions_addopen'.
3135         * modules/posix_spawn_file_actions_addopen: New file.
3136         * lib/spawn_faction_addopen.c: New file, from GNU libc with
3137         modifications.
3138         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
3139         the new module.
3140
3141         New module 'posix_spawn_file_actions_adddup2'.
3142         * modules/posix_spawn_file_actions_adddup2: New file.
3143         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
3144         modifications.
3145         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
3146         the new module.
3147
3148         New module 'posix_spawn_file_actions_addclose'.
3149         * modules/posix_spawn_file_actions_addclose: New file.
3150         * lib/spawn_faction_addclose.c: New file, from GNU libc with
3151         modifications.
3152         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
3153         the new module.
3154
3155         New module 'posix_spawn_file_actions_init'.
3156         * modules/posix_spawn_file_actions_init: New file.
3157         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
3158         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
3159         new module.
3160
3161         New module 'posix_spawn-internal'.
3162         * modules/posix_spawn-internal: New file.
3163         * lib/spawn_int.h: New file, from GNU libc with modifications.
3164         * lib/spawni.c: New file, from GNU libc with modifications.
3165         * m4/posix_spawn.m4: New file.
3166
3167         New module 'spawn'.
3168         * modules/spawn: New file.
3169         * lib/spawn.in.h: New file, from GNU libc with modifications.
3170         * m4/spawn_h.m4: New file.
3171         * doc/posix-headers/spawn.texi: Mention the new module.
3172
3173 2008-09-28  Bruno Haible  <bruno@clisp.org>
3174
3175         * modules/sched-tests: New file.
3176         * tests/test-sched.c: New file.
3177
3178         New module 'sched'.
3179         * modules/sched: New file.
3180         * lib/sched.in.h: New file.
3181         * m4/sched_h.m4: New file.
3182         * doc/posix-headers/sched.texi: Mention the new module.
3183
3184 2008-09-27  Eric Blake  <ebb9@byu.net>
3185
3186         Fix previous patch, and tweak references to $0.
3187         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
3188         (func_version, func_gnulib_dir): Don't call this program
3189         gnulib-tool.
3190         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
3191         with using $0 in function.
3192         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
3193         (func_fatal_error): Reuse the name the user invoked us with.
3194
3195 2008-09-27  Bruno Haible  <bruno@clisp.org>
3196
3197         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
3198         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
3199         (gl_ICONV_H): Not here.
3200         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3201         instead of assigning ICONV_H directly.
3202
3203         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
3204         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
3205         WCHAR_H directly.
3206
3207 2008-09-27  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
3210         * modules/arpa_inet (Depends-on): Add link-warning.
3211         (Makefile.am): Insert the definition of GL_LINK-WARNING.
3212         * modules/unistd (Makefile.am): Likewise.
3213
3214 2008-09-26  Bruno Haible  <bruno@clisp.org>
3215
3216         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
3217         variables.
3218         (func_version): Essentially copied from gnulib-tool.
3219         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
3220         func_readlink): Copied from gnulib-tool.
3221
3222 2008-09-26  Bruno Haible  <bruno@clisp.org>
3223
3224         * gnulib-tool (func_version): Change directory to $gnulib_dir before
3225         invoking git-version-gen.
3226
3227 2008-09-26  Bruno Haible  <bruno@clisp.org>
3228
3229         * posix-modules: Update to directory names changed on 2008-01-19.
3230         Remove commas in output before splitting into words. No more need to
3231         avoid 'ftruncate' since 2007-02-19.
3232
3233 2008-09-26  Bruno Haible  <bruno@clisp.org>
3234
3235         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
3236
3237 2008-09-26  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
3240         * modules/fwriteerror (Depends-on): Add errno.
3241
3242 2008-09-26  Bruno Haible  <bruno@clisp.org>
3243
3244         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
3245         * tests/test-vc-list-files-cvs.sh: Likewise.
3246
3247 2008-09-26  Bruno Haible  <bruno@clisp.org>
3248
3249         * doc/posix-headers/sys_resource.texi: Reorder items.
3250
3251 2008-09-26  Jim Meyering  <meyering@redhat.com>
3252
3253         fts: tweak inode comparison function
3254         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
3255         inode numbers, as documented.
3256
3257         fts: sort dirent entries on inode number before traversing
3258         This avoids a quadratic, seek-related performance penalty when
3259         operating on a directory containing many entries (measurable at 10k;
3260         3.5 hours at 2 million entries with a cold cache) on certain types
3261         of file systems, including ext3 and ext4, but not tmpfs.
3262         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
3263         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
3264         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
3265         (fs_handles_readdir_ordered_dirents_efficiently): New function.
3266         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
3267         (fts_build): Set the stat.st_ino member from D_INO.
3268         If it is likely to be useful, sort dirent entries on inode number.
3269
3270         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
3271         and the struct statfs.f_type member.
3272         * modules/fts (Depends-on): Add d-ino.
3273
3274 2008-09-26  Bruno Haible  <bruno@clisp.org>
3275
3276         * modules/sigpipe-die (Depends-on): Add sigpipe.
3277
3278         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
3279         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
3280         and GNULIB_STDIO_H_SIGPIPE are set.
3281         * lib/stdio-write.c: New file.
3282         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
3283         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3284         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3285         REPLACE_STDIO_WRITE_FUNCS.
3286         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
3287         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3288         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3289         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3290         * modules/stdio (Files): Add lib/stdio-write.c.
3291         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
3292         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
3293         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
3294         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
3295         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
3296         REPLACE_FPRINTF_POSIX.
3297         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
3298         REPLACE_PRINTF_POSIX.
3299         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
3300         REPLACE_VFPRINTF_POSIX.
3301         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
3302         REPLACE_VPRINTF_POSIX.
3303         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
3304         SIGPIPE issue.
3305         * doc/posix-functions/fputc.texi: Likewise.
3306         * doc/posix-functions/fputs.texi: Likewise.
3307         * doc/posix-functions/fwrite.texi: Likewise.
3308         * doc/posix-functions/printf.texi: Likewise.
3309         * doc/posix-functions/putc.texi: Likewise.
3310         * doc/posix-functions/putchar.texi: Likewise.
3311         * doc/posix-functions/puts.texi: Likewise.
3312         * doc/posix-functions/vfprintf.texi: Likewise.
3313         * doc/posix-functions/vprintf.texi: Likewise.
3314
3315         * modules/safe-write (Depends-on): Add write.
3316
3317         * modules/sigpipe-tests: New file.
3318         * tests/test-sigpipe.c: New file.
3319         * tests/test-sigpipe.sh: New file.
3320
3321         * modules/write: New file.
3322         * lib/unistd.in.h: Include <sys/types.h>.
3323         (write): New declaration.
3324         * lib/write.c: New file.
3325         * m4/write.m4: New file.
3326         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
3327         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
3328         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
3329         GNULIB_WRITE, REPLACE_WRITE.
3330         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
3331         and the SIGPIPE issue.
3332
3333         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
3334         (raise): New declaration.
3335         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
3336         (ext_signal): New function.
3337         (rpl_raise): New function.
3338         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
3339         GNULIB_SIGNAL_H_SIGPIPE.
3340         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
3341         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
3342
3343         * modules/sigpipe: New file.
3344         * m4/sigpipe.m4: New file.
3345
3346 2008-09-25  Derek Price  <derek@ximbiot.com>
3347             Bruno Haible  <bruno@clisp.org>
3348
3349         * gnulib-tool (func_import): Report all license incompatibilities, not
3350         just the first one.
3351
3352 2008-09-25  Bruno Haible  <bruno@clisp.org>
3353
3354         * gnulib-tool (func_import): When computing the edits, consider not
3355         only the Makefile.ams that exist but also those that will be generated.
3356
3357 2008-09-25  Simon Josefsson  <simon@josefsson.org>
3358
3359         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
3360         fixes gnulib-tool --test warning about duplicate dependency.
3361
3362 2008-09-25  Bruno Haible  <bruno@clisp.org>
3363
3364         * gnulib-tool: Don't ask the user to perform edits in the generated
3365         Makefile.ams.
3366         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
3367         apply to the Makefile.am being generated.
3368         (func_emit_tests_Makefile_am): Execute edits that apply to the
3369         Makefile.am being generated.
3370         (func_import): Setup list of Makefile.am edits before emitting the
3371         Makefile.ams, not at the end.
3372         (func_create_testdir): Update.
3373         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3374
3375 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3376
3377         * gnulib-tool (func_import): Store the --tests-base option in the
3378         comment in gnulib-cache.m4.
3379
3380 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
3381
3382         * NEWS: Document increased portability that sys_select now provides.
3383
3384         * lib/sys_select.in.h: Install select wrapper.
3385         * lib/sys_socket.in.h: Use more descriptive name when there is no
3386         select wrapper.
3387         * lib/winsock-select.c: New.
3388         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
3389         Require gl_HEADER_SYS_SOCKET.
3390         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
3391         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
3392         * tests/test-sys_select.c: Add functional tests.
3393
3394 2008-09-24  Eric Blake  <ebb9@byu.net>
3395
3396         open, fopen: close fd leak in last patch
3397         * lib/open.c (rpl_open): Close fd before returning error.
3398         * lib/fopen.c (rpl_fopen): Close fd before returning error.
3399         * doc/posix-functions/open.texi (open): Document that Irix also
3400         has the bug.
3401         * doc/posix-functions/fopen.texi (fopen): Likewise.
3402         Reported by Paolo Bonzini.
3403
3404 2008-09-24  Bruno Haible  <bruno@clisp.org>
3405
3406         Ensure that a filename ending in a slash cannot be used to access a
3407         non-directory.
3408         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
3409         to check whether it's really a directory.
3410         * lib/fopen.c: Include fcntl.h, unistd.h.
3411         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
3412         and fdopen().
3413         * modules/fopen (Depends-on): Add unistd.
3414         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
3415         * tests/test-fopen.c (main): Likewise.
3416         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
3417         * doc/posix-functions/fopen.texi: Likewise.
3418         Reported by Eric Blake.
3419
3420 2008-09-23  Eric Blake  <ebb9@byu.net>
3421
3422         c-stack: avoid compiler optimizations when provoking overflow
3423         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
3424         recursion harder to optimize, to ensure a stack overflow occurs.
3425         * tests/test-c-stack.c (recurse): Likewise.
3426         Borrowed from libsigsegv.
3427
3428         c-stack: work around Irix sigaltstack bug
3429         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
3430         whether sigaltstack uses wrong end of stack_t (copied in part from
3431         libsigsegv).
3432         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
3433         Irix bug, without requiring an over-allocation.
3434         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
3435         bug.
3436
3437         fopen: document mingw bug on directories
3438         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
3439         not allowing a stream visiting a directory, even though reading
3440         from such a stream is not portable.
3441
3442 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3443
3444         * lib/poll.c: Rewrite.
3445         * modules/poll: Depend on alloca.
3446
3447 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3448
3449         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
3450         instead define prototypes for a full set of wrappers.  Ensure
3451         that Cygwin does not use the compatibility code, which is only
3452         for MinGW.
3453         * lib/winsock.c: New.
3454         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
3455         * modules/sys_socket: Add lib/winsock.c.
3456
3457         * modules/poll-tests: Add errno and perror.
3458         * tests/test-poll.c: Use ioctl, not ioctlsocket.
3459
3460 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
3461
3462         * tests/test-poll.c: Downgrade minimum needed Winsock version.
3463
3464 2008-09-23  Bruno Haible  <bruno@clisp.org>
3465
3466         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
3467         * doc/glibc-functions/*: Likewise.
3468
3469 2008-09-23  Simon Josefsson  <simon@josefsson.org>
3470
3471         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
3472         success.
3473
3474 2008-09-22  Eric Blake  <ebb9@byu.net>
3475             Bruno Haible  <bruno@clisp.org>
3476
3477         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
3478         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
3479         supply %A but mishandle pseudo-NaN.
3480         Reported by Simon Josefsson.
3481
3482 2008-09-21  Bruno Haible  <bruno@clisp.org>
3483
3484         * tests/test-lock.c (main): Tweak skip message.
3485         * tests/test-tls.c (main): Likewise.
3486
3487 2008-09-21  Bruno Haible  <bruno@clisp.org>
3488
3489         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
3490         whether 'struct sigaction' has sa_sigaction here...
3491         (gl_PREREQ_SIG_HANDLER_H): ... not here.
3492         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
3493
3494 2008-09-21  Bruno Haible  <bruno@clisp.org>
3495
3496         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
3497         section.
3498         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
3499         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
3500         the new section.
3501         (Support for obsolete systems lacking POSIX:2001): New section.
3502         (String handling <string.h>): Move strdup to the new section.
3503         Suggested by Simon Josefsson and Paolo Bonzini.
3504
3505 2008-09-21  Bruno Haible  <bruno@clisp.org>
3506
3507         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
3508         exponents in %e and %g results on 'long double'. Needed for mingw's
3509         improved *printf functions.
3510         * tests/test-vasprintf-posix.c (test_function): Likewise.
3511         * tests/test-snprintf-posix.h (test_function): Likewise.
3512         * tests/test-sprintf-posix.h (test_function): Likewise.
3513         Reported by Eric Blake.
3514
3515 2008-09-21  Bruno Haible  <bruno@clisp.org>
3516
3517         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
3518         * tests/test-sprintf-posix.h (test_function): Likewise.
3519
3520 2008-09-21  Bruno Haible  <bruno@clisp.org>
3521
3522         * modules/getpass (Depends-on): Add strdup-posix.
3523
3524         New module 'strdup-posix'.
3525         * modules/strdup-posix: New file.
3526         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
3527         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
3528         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3529         REPLACE_STRDUP.
3530         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
3531         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
3532         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3533         strdup-posix.
3534
3535         * modules/strdup (Depends-on): Remove malloc-posix.
3536
3537 2008-09-20  Bruno Haible  <bruno@clisp.org>
3538
3539         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
3540         Wildenhues.
3541
3542 2008-09-20  Bruno Haible  <bruno@clisp.org>
3543
3544         Ensure that wint_t gets defined on IRIX 5.3.
3545         * lib/wchar.in.h (wint_t): Define if not defined by the system.
3546         * lib/wctype.in.h (wint_t): Likewise.
3547         (__wctype_wint_t): Remove type.
3548         (isw*): Use wint_t instead of __wctype_wint_t.
3549         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
3550         * modules/wchar (Files): Add m4/wint_t.m4.
3551         (Makefile.am): Substitute HAVE_WINT_T.
3552         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
3553         * tests/test-wctype.c: Check that wint_t is defined.
3554         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
3555         * doc/posix-headers/wctype.texi: Likewise.
3556         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3557
3558 2008-09-18  Bruno Haible  <bruno@clisp.org>
3559
3560         * gnulib-tool (func_exit): Update comment.
3561
3562 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3563
3564         * modules/getaddrinfo (Depends-on): Remove strdup, this module
3565         assumes strdup exists and does not depend on strdup to return
3566         ENOMEM on out of memory conditions.
3567
3568 2008-09-18  Bruno Haible  <bruno@clisp.org>
3569
3570         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
3571         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
3572         digits for the exponent.
3573
3574 2008-09-18  Jim Meyering  <meyering@redhat.com>
3575             Bruno Haible  <bruno@clisp.org>
3576
3577         * lib/vasnprintf.c (decimal_point_char): Define also if
3578         NEED_PRINTF_INFINITE_LONG_DOUBLE.
3579
3580 2008-09-16  Bruno Haible  <bruno@clisp.org>
3581         and Eric Blake  <ebb9@byu.net>
3582
3583         vasnprintf: support Irix 5.3
3584         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
3585         that mishandle long double infinity.
3586         Reported by Tom G. Christensen.
3587
3588 2008-09-16  Bruno Haible  <bruno@clisp.org>
3589
3590         * doc/glibc-functions/scandir.texi: Mention the function is missing on
3591         Solaris 9.
3592         * doc/glibc-functions/alphasort.texi: Likewise.
3593         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
3594
3595 2008-09-16  Jim Meyering  <meyering@redhat.com>
3596
3597         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
3598         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
3599         a umask modification leak out of a subshell.  Otherwise, the
3600         opensolaris /bin/sh would be accepted and thus cause unwarranted
3601         failures in the coreutils test suite.
3602
3603 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
3604
3605         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
3606         to succeed.
3607
3608 2008-09-16  Jim Meyering  <meyering@redhat.com>
3609
3610         avoid spurious test failure when library is built without ACL support
3611         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
3612         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
3613         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
3614         * tests/test-copy-acl.sh: Likewise.
3615
3616 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3617
3618         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
3619         based on character occurrence counts.
3620
3621 2008-09-15  Eric Blake  <ebb9@byu.net>
3622
3623         tests: avoid some compiler warnings
3624         * tests/test-memchr.c (main): Pass NULL indirectly.
3625         * tests/test-closein.c (main): Avoid unused variable.
3626
3627 2008-09-15  Bruno Haible  <bruno@clisp.org>
3628
3629         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
3630         are missing on OpenBSD 4.0 individually.
3631         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3632
3633 2008-09-15  Bruno Haible  <bruno@clisp.org>
3634
3635         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
3636         * doc/posix-functions/strerror.texi: Mention also Cygwin.
3637         * doc/posix-functions/perror.texi: Likewise.
3638         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
3639         is missing.
3640         Reported by Eric Blake.
3641
3642         * lib/errno.in.h: Use replacement values >= 2000.
3643         Reported by Eric Blake.
3644
3645 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3646
3647         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
3648         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
3649         limit.
3650         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
3651         compareseq was aborted.
3652
3653 2008-09-14  Bruno Haible  <bruno@clisp.org>
3654
3655         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
3656         yvec_edit_count.
3657         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
3658         (fstrcmp_bounded): Simplify result computation accordingly.
3659
3660 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3661
3662         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
3663         (fstrcmp): Define in terms of fstrcmp_bounded.
3664         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
3665         lower_bound argument.
3666         Return quickly if the result is certainly < lower_bound.
3667         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
3668
3669 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3670
3671         * lib/diffseq.h (EARLY_ABORT): New macro.
3672         (compareseq): Change return type to bool. Return true when EARLY_ABORT
3673         evaluates to true.
3674
3675 2008-09-14  Bruno Haible  <bruno@clisp.org>
3676
3677         * modules/perror-tests: New file.
3678         * tests/test-perror.sh: New file.
3679         * tests/test-perror.c: New file.
3680
3681         New module 'perror'.
3682         * lib/stdio.in.h (perror): New declaration.
3683         * lib/perror.c: New file.
3684         * m4/perror.m4: New file.
3685         * modules/perror: New file.
3686         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
3687         * doc/posix-functions/perror.texi: Mention the perror module.
3688         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
3689         REPLACE_PERROR.
3690         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
3691         REPLACE_PERROR.
3692
3693 2008-09-14  Bruno Haible  <bruno@clisp.org>
3694
3695         * modules/stdio (Makefile.am): Reorder to match the order in
3696         lib/stdio.in.h.
3697         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3698
3699 2008-09-13  Bruno Haible  <bruno@clisp.org>
3700
3701         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
3702
3703 2008-09-13  Bruno Haible  <bruno@clisp.org>
3704
3705         Extend strerror to cover the added errno values.
3706         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3707         (rpl_strerror): Provide error messages for the added errno values and
3708         for the WSA* values.
3709         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3710         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3711         strerror.
3712         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3713         * modules/strerror (Depends-on): Add errno.
3714         * doc/posix-functions/strerror.texi: Document the change.
3715         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3716         and EOVERFLOW.
3717
3718 2008-09-13  Bruno Haible  <bruno@clisp.org>
3719
3720         * modules/EOVERFLOW: Remove file.
3721         * m4/eoverflow.m4: Remove file.
3722         * modules/EOVERFLOW-tests: Remove file.
3723         * tests/test-EOVERFLOW.c: Remove file.
3724         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3725         * modules/ftell (Depends-on): Likewise.
3726         * modules/getdelim (Depends-on): Likewise.
3727         * modules/getugroups (Depends-on): Likewise.
3728         * modules/poll (Depends-on): Likewise.
3729         * modules/snprintf (Depends-on): Likewise.
3730         * modules/sprintf-posix (Depends-on): Likewise.
3731         * modules/vasnprintf (Depends-on): Likewise.
3732         * modules/vasprintf (Depends-on): Likewise.
3733         * modules/vfprintf-posix (Depends-on): Likewise.
3734         * modules/vsnprintf (Depends-on): Likewise.
3735         * modules/vsprintf-posix (Depends-on): Likewise.
3736         * modules/xvasprintf (Depends-on): Likewise.
3737         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3738         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3739         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3740         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3741         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3742         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3743         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3744         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3745         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3746         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3747         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3748         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3749         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3750         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3751         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3752         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3753         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3754         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3755         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3756         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3757         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3758         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3759         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
3760         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
3761         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
3762         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3763         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
3764         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
3765         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
3766         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
3767         * MODULES.html.sh: Remove EOVERFLOW.
3768         * NEWS: Mention the change.
3769
3770 2008-09-13  Bruno Haible  <bruno@clisp.org>
3771
3772         * modules/errno-tests: New file.
3773         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
3774
3775         * lib/errno.in.h: New file.
3776         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
3777         * modules/errno: New file.
3778         * doc/posix-headers/errno.texi: Update documentation.
3779         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
3780
3781 2008-09-13  Bruno Haible  <bruno@clisp.org>
3782
3783         * tests/test-poll.c: Use #if for native Windows, rather than testing
3784         __MSVCRT__.
3785
3786 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3787             Bruno Haible  <bruno@clisp.org>
3788
3789         * lib/glob.c: Don't include <pwd.h> on native Windows.
3790         (WINDOWS32): New macro.
3791         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
3792
3793 2008-09-13  Bruno Haible  <bruno@clisp.org>
3794
3795         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
3796         (ETIMEDOUT): Remove macro.
3797         (glthread_cond_timedwait_multithreaded): New declaration.
3798         (glthread_cond_timedwait): Use it.
3799         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
3800         (glthread_cond_timedwait_multithreaded): New function.
3801
3802 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3803
3804         * modules/poll-tests: Do not check for io.h.
3805         * tests/test-poll.c: Check for __MSVCRT__ instead.
3806
3807 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3808
3809         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
3810         * modules/poll-tests: Add inet_pton, stdbool, sockets.
3811         * tests/test-poll.c: Use them.  Use _pipe on Windows.
3812
3813 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3814
3815         * modules/poll-tests: New.
3816         * tests/test-poll.c: New.
3817
3818 2008-09-12  Eric Blake  <ebb9@byu.net>
3819
3820         frexp: test for NetBSD failure on -0.0
3821         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
3822         not all, bugs from NetBSD 3.0 have been fixed.
3823         * doc/posix-functions/frexp.texi (frexp): Document bug.
3824         Reported by Thomas Klausner.
3825
3826         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
3827         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
3828         literal -0.0.
3829         Reported by Jonathan C. Patschke <jp@centtech.com>.
3830
3831 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3832
3833         * lib/glthread/cond.h: Use dummy implementation also if
3834         USE_WIN32_THREADS.
3835
3836 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3837
3838         * modules/fnmatch-posix (License): Change to LGPLv2+.
3839         * modules/fnmatch-gnu (License): Likewise.
3840
3841 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3842
3843         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
3844
3845 2008-09-11  Jim Meyering  <meyering@redhat.com>
3846
3847         * users.txt: Add gtk-vnc.
3848
3849 2008-09-08  Simon Josefsson  <simon@josefsson.org>
3850
3851         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
3852         rotate amounts.
3853
3854         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
3855         required for 16-bit and 8-bit rotates.
3856         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
3857         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
3858         UINT8_MAX instead of hard-coded constants.
3859         Suggested by Paul Eggert.
3860
3861 2008-09-07  Bruno Haible  <bruno@clisp.org>
3862
3863         * tests/test-striconveh.c (main): Check behaviour when converting from
3864         UTF-7.
3865
3866         Make striconveh work better with stateful encodings.
3867         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
3868         that iconv does not increment the inptr when returning -1/EINVAL.
3869
3870 2008-09-07  Bruno Haible  <bruno@clisp.org>
3871
3872         * build-aux/config.rpath: Update according to libtool-2.2.6.
3873         * build-aux/config.libpath: Likewise.
3874
3875 2008-09-06  Bruno Haible  <bruno@clisp.org>
3876
3877         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
3878         * lib/freadptr.c (freadptr): Likewise.
3879         * lib/freadseek.c (freadptrinc): Likewise.
3880         Reported by Simon Josefsson.
3881
3882 2008-09-06  Bruno Haible  <bruno@clisp.org>
3883
3884         * modules/freadptr (License): Change to LGPLv2+.
3885         * modules/freadseek (License): Likewise.
3886         Suggested by Eric Blake.
3887
3888         * modules/memchr2 (License): Change to LGPLv2+.
3889         Approved by Eric Blake.
3890
3891 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3892             Bruno Haible  <bruno@clisp.org>
3893
3894         Make gnulib-tool work with native 'sed' on AIX.
3895         * gnulib-tool (sed_noop): New variable.
3896         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
3897         func_add_or_update, func_create_testdir): Use it to initialize sed
3898         script variables.
3899         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3900
3901 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
3902             Bruno Haible  <bruno@clisp.org>
3903
3904         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
3905         also works after #include directives.
3906
3907 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
3908
3909         getdate.y: reject an out-of-range timezone value
3910         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
3911         the range [-24...+24].  When specified with only one or two digits,
3912         * tests/test-getdate.c: Tests for the fix.
3913         * doc/getdate.texi: Document this change.
3914
3915 2008-09-03  Bruno Haible  <bruno@clisp.org>
3916
3917         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
3918
3919 2008-09-02  Simon Josefsson  <simon@josefsson.org>
3920
3921         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
3922         <bruce.korb@gmail.com> with ideas from Ben Pfaff
3923         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
3924         Blake <ebb9@byu.net>.
3925
3926         * tests/test-bitrotate.c: Add more test vectors.
3927
3928 2008-09-02  Eric Blake  <ebb9@byu.net>
3929
3930         vasnprintf-posix: handle large precision via %.*d
3931         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
3932         when handling it ourselves.
3933         * tests/test-vasnprintf-posix.c (test_function): Add test.
3934         * tests/test-snprintf-posix.h (test_function): Likewise.
3935         * tests/test-sprintf-posix.h (test_function): Likewise.
3936         * tests/test-vasprintf-posix.c (test_function): Likewise.
3937         Reported by Alain Guibert.
3938
3939 2008-09-01  Eric Blake  <ebb9@byu.net>
3940
3941         c-stack: make configure-time check more robust
3942         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3943         successful sigaction call.
3944         Reported by Tom G. Christensen.
3945
3946 2008-09-01  Bruno Haible  <bruno@clisp.org>
3947
3948         New module 'findprog-lgpl'.
3949         * modules/findprog-lgpl: New file.
3950         * lib/findprog-lgpl.c: New file.
3951         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3952         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3953         to decide whether to use strdup or xstrdup, concatenated_filename or
3954         xconcatenated_filename.
3955
3956 2008-09-01  Bruno Haible  <bruno@clisp.org>
3957
3958         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3959         'xconcat-filename' (GPL).
3960         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3961         (License): Change to LGPLv2+.
3962         * modules/xconcat-filename: New file.
3963         * lib/concat-filename.h (concatenated_filename): Change specification.
3964         (xconcatenated_filename): New declaration.
3965         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3966         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3967         memory situations.
3968         * lib/xconcat-filename.c: New file.
3969         * NEWS: Mention the change.
3970         * lib/findprog.c: Include concat-filename.h, not filename.h.
3971         (find_in_path): Use xconcatenated_filename instead of
3972         concatenated_filename.
3973         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3974         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3975         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3976         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3977         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3978         instead of concatenated_filename.
3979         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3980         (execute_java_class): Use xconcatenated_filename instead of
3981         concatenated_filename.
3982         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3983         * modules/javacomp (Depends-on): Likewise.
3984         * modules/javaexec (Depends-on): Likewise.
3985
3986 2008-09-01  Bruno Haible  <bruno@clisp.org>
3987
3988         Split module 'filename' into 'filename' and 'concat-filename'.
3989         * modules/filename: Keep only lib/filename.h.
3990         (License): Change to LGPLv2+.
3991         * modules/concat-filename: New file, extracted from modules/filename.
3992         * lib/filename.h (concatenated_filename): Remove declaration.
3993         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3994         * lib/concat-filename.c: Include concat-filename.h.
3995         * NEWS: Mention the change.
3996
3997 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3998
3999         * lib/bitrotate.h (rotl8, rotr8): Add.
4000
4001         * modules/bitrotate (configure.ac): Need
4002         AC_REQUIRE([AC_C_INLINE]).
4003         (Description): Mention stdint.h.  Reported by Bruno Haible
4004         <bruno@clisp.org>.
4005
4006         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
4007         Paolo Bonzini <bonzini@gnu.org>.
4008
4009 2008-08-31  Bruno Haible  <bruno@clisp.org>
4010
4011         Assume Solaris specific bi-arch conventions on Solaris systems.
4012         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
4013         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
4014         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
4015         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
4016         like acl_libdirstem.
4017         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
4018         acl_libdirstem.
4019         * NEWS: Mention the change.
4020         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
4021
4022 2008-08-31  Jim Meyering  <meyering@redhat.com>
4023
4024         * lib/strftime.h: Add comments describing the two added arguments.
4025
4026         remove duplicate #include directives
4027         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
4028         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
4029
4030 2008-08-31  Bruno Haible  <bruno@clisp.org>
4031
4032         New module 'sigpipe-die'.
4033         * modules/sigpipe-die: New file.
4034         * lib/sigpipe-die.h: New file.
4035         * lib/sigpipe-die.c: New file.
4036         * MODULES.html.sh (Signal handling): Add sigpipe-die.
4037
4038 2008-08-31  Bruno Haible  <bruno@clisp.org>
4039
4040         Don't override previously installed signal handlers.
4041         * lib/fatal-signal.c (saved_sigactions): New variable.
4042         (uninstall_handlers): Reset the signal to the saved handler, not
4043         to SIG_DFL (except when ignored).
4044         (install_handlers): Save the previous handlers.
4045
4046 2008-08-30  Bruno Haible  <bruno@clisp.org>
4047
4048         * gnulib-tool (func_reset_sigpipe): New function.
4049         (func_get_automake_snippet, func_modules_transitive_closure,
4050         func_import): Invoke it before a join command that reads from stdin,
4051         to avoid "echo: write error: Broken pipe" error messages on stderr.
4052         Reported by Sam Steingold <sds@gnu.org>.
4053
4054 2008-08-30  Bruno Haible  <bruno@clisp.org>
4055
4056         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
4057         Code copied from m4/open.m4.
4058         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
4059         access and the filename ends in a slash. Code copied from lib/open.c.
4060         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
4061         * tests/test-fopen.c (main): Check against bug with trailing slash.
4062
4063 2008-08-29  Bruno Haible  <bruno@clisp.org>
4064
4065         Avoid some "gcc -pedantic" warnings.
4066         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
4067         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
4068         * lib/dirent.in.h: Likewise.
4069         * lib/fcntl.in.h: Likewise.
4070         * lib/float.in.h: Likewise.
4071         * lib/iconv.in.h: Likewise.
4072         * lib/inttypes.in.h: Likewise.
4073         * lib/locale.in.h: Likewise.
4074         * lib/math.in.h: Likewise.
4075         * lib/netinet_in.in.h: Likewise.
4076         * lib/search.in.h: Likewise.
4077         * lib/signal.in.h: Likewise.
4078         * lib/stdarg.in.h: Likewise.
4079         * lib/stdint.in.h: Likewise.
4080         * lib/stdio.in.h: Likewise.
4081         * lib/stdlib.in.h: Likewise.
4082         * lib/string.in.h: Likewise.
4083         * lib/strings.in.h: Likewise.
4084         * lib/sys_select.in.h: Likewise.
4085         * lib/sys_socket.in.h: Likewise.
4086         * lib/sys_stat.in.h: Likewise.
4087         * lib/sys_time.in.h: Likewise.
4088         * lib/sysexits.in.h: Likewise.
4089         * lib/time.in.h: Likewise.
4090         * lib/unistd.in.h: Likewise.
4091         * lib/wchar.in.h: Likewise.
4092         * lib/wctype.in.h: Likewise.
4093         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
4094         * modules/fchdir (Makefile.am): Likewise.
4095         * modules/fcntl (Makefile.am): Likewise.
4096         * modules/float (Makefile.am): Likewise.
4097         * modules/iconv_open (Makefile.am): Likewise.
4098         * modules/inttypes (Makefile.am): Likewise.
4099         * modules/locale (Makefile.am): Likewise.
4100         * modules/math (Makefile.am): Likewise.
4101         * modules/netinet_in (Makefile.am): Likewise.
4102         * modules/search (Makefile.am): Likewise.
4103         * modules/signal (Makefile.am): Likewise.
4104         * modules/stdarg (Makefile.am): Likewise.
4105         * modules/stdint (Makefile.am): Likewise.
4106         * modules/stdio (Makefile.am): Likewise.
4107         * modules/stdlib (Makefile.am): Likewise.
4108         * modules/string (Makefile.am): Likewise.
4109         * modules/strings (Makefile.am): Likewise.
4110         * modules/sys_select (Makefile.am): Likewise.
4111         * modules/sys_socket (Makefile.am): Likewise.
4112         * modules/sys_stat (Makefile.am): Likewise.
4113         * modules/sys_time (Makefile.am): Likewise.
4114         * modules/sysexits (Makefile.am): Likewise.
4115         * modules/time (Makefile.am): Likewise.
4116         * modules/unistd (Makefile.am): Likewise.
4117         * modules/wchar (Makefile.am): Likewise.
4118         * modules/wctype (Makefile.am): Likewise.
4119         Reported by Reuben Thomas <rrt@sc3d.org>.
4120
4121 2008-08-29  Bruno Haible  <bruno@clisp.org>
4122
4123         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
4124         any more.
4125
4126 2008-08-29  Simon Josefsson  <simon@josefsson.org>
4127
4128         * MODULES.html.sh (Misc): Add bitrotate.
4129
4130         * modules/bitrotate: New file.
4131
4132         * lib/bitrotate.h: New file.
4133
4134         * modules/bitrotate-tests: New file.
4135
4136         * tests/test-bitrotate.c: New file.
4137
4138         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
4139         on the bitrotate module.
4140
4141         * lib/arctwo.c: Use new bitrotate module.
4142
4143 2008-08-29  Jim Meyering  <meyering@redhat.com>
4144
4145         bootstrap: merge changes from coreutils
4146         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
4147         of copied files.  Remove a kludge, now that this is fixed.
4148         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
4149         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
4150         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
4151
4152 2008-08-29  Bruno Haible  <bruno@clisp.org>
4153
4154         * MODULES.html.sh: Remove --cvs-urls option.
4155
4156 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
4157
4158         maint.mk: adjust to file name change
4159         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
4160
4161 2008-08-28  Jim Meyering  <meyering@redhat.com>
4162
4163         * modules/getndelim2 (License): Relicense to LGPLv2+.
4164         Approved by Richard Stallman for the version of 1995, and by
4165         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
4166
4167 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
4168
4169         * lib/getdelim.c (flockfile, funlockfile): Make all of them
4170         dummy if one is not available.  Do not touch them if
4171         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
4172         (getc_maybe_unlocked): New.
4173         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
4174
4175 2008-08-26  Eric Blake  <ebb9@byu.net>
4176
4177         doc/INSTALL: resync from autoconf
4178         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
4179         (INSTALL_PRELUDE): Delete; this is done more efficiently by
4180         moving...
4181         * install.texi [!autoconf]: ...here.  Resync from autoconf.
4182         * INSTALL: Regenerate.
4183         * INSTALL.ISO: New file.
4184         * INSTALL.UTF-8: Likewise.
4185
4186 2008-08-26  Jim Meyering  <meyering@redhat.com>
4187
4188         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
4189         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
4190         these definitions conditional, so that they may be overridden, too.
4191
4192 2008-08-26  Bruno Haible  <bruno@clisp.org>
4193
4194         Generate INSTALL file variants with prettier quotes.
4195         * doc/Makefile (INSTALL_PRELUDE): New macro.
4196         (INSTALL): Use it.
4197         (INSTALL.ISO, INSTALL.UTF-8): New rules.
4198
4199 2008-08-26  Bruno Haible  <bruno@clisp.org>
4200
4201         Run makeinfo in an English locale.
4202         * doc/Makefile (MAKEINFO): New variable.
4203
4204 2008-08-26  Bruno Haible  <bruno@clisp.org>
4205
4206         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
4207         Suggested by Eric Blake.
4208
4209 2008-08-25  Bruno Haible  <bruno@clisp.org>
4210
4211         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
4212
4213 2008-08-25  Eric Blake  <ebb9@byu.net>
4214
4215         c-stack: test that stack overflow can be caught
4216         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
4217         that platform allows handling stack overflow; at least OS/2 EMX
4218         has sigaltstack, but crashes before transferring control to
4219         handler on stack overflow.
4220         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
4221         check for HAVE_STACK_OVERFLOW_HANDLING.
4222         Reported by Elbert Pol.
4223
4224 2008-08-25  Bruno Haible  <bruno@clisp.org>
4225
4226         * doc/posix-functions/strftime.texi: Fix description of strftime
4227         module.
4228
4229 2008-08-24  Bruno Haible  <bruno@clisp.org>
4230
4231         * tests/uniwidth/test-uc_width2.c: New file.
4232         * tests/uniwidth/test-uc_width2.sh: New file.
4233         * modules/uniwidth/width-tests (Files): Add the new files.
4234         (TESTS): Add uniwidth/test-uc_width2.sh.
4235         (TESTS_ENVIRONMENT): New variable.
4236         (check_PROGRAMS): Add test-uc_width2.
4237         (test_uc_width2_SOURCES): New variable.
4238
4239         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
4240         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
4241         not 0x00AB.
4242         Reported by Alexander V. Lukyanov <lav@netis.ru>.
4243
4244 2008-08-22  Eric Blake  <ebb9@byu.net>
4245
4246         test-lock, test-tls: mention why a test is skipped
4247         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
4248         skipped.
4249         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
4250
4251         count-one-bits: relax license
4252         * modules/count-one-bits (License): Relicense to LGPLv2+.
4253         Suggested by Ludovic Courtès, approved by Ben Pfaff.
4254
4255 2008-08-22  Andreas Schwab  <schwab@suse.de>
4256
4257         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
4258         Remove spurious space in assignment.
4259
4260 2008-08-21  Simon Josefsson  <simon@josefsson.org>
4261
4262         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
4263         Paul Eggert <eggert@CS.UCLA.EDU>.
4264
4265 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
4266
4267         * modules/gettext: Add m4/threadlib.m4.
4268
4269 2008-08-19  Eric Blake  <ebb9@byu.net>
4270
4271         test-c-stack: fix compilation failure on FreeBSD 5.0
4272         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
4273         headers before <sys/resource.h>.
4274         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
4275         the bug.
4276         Reported by Nelson H. F. Beebe.
4277
4278         strverscmp: migrate from "strverscmp.h" to <string.h>
4279         * modules/string (Makefile.am): Add new hooks.
4280         * modules/strverscmp (Files): Remove strverscmp.h.
4281         (Depends-on): Add string.
4282         (configure.ac): Add indicator.
4283         (Include): Mention new header.
4284         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
4285         defaults.
4286         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
4287         results.
4288         * lib/strverscmp.h: Delete.
4289         * lib/string.in.h (strverscmp): Provide declaration, when needed.
4290         * tests/test-strverscmp.c (includes): Adjust client.
4291         * lib/check-version.c (includes): Likewise.
4292         * NEWS: Document the change.
4293
4294         strverscmp: add unit test
4295         * modules/strverscmp-tests: New file.
4296         * tests/test-strverscmp.c: Likewise.
4297
4298 2008-08-19  Simon Josefsson  <simon@josefsson.org>
4299
4300         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
4301         regarding Windows crypto stuff, from Mono.
4302
4303 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
4304
4305         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
4306         if present, for intel RND.  Return error on failures.
4307
4308 2008-08-18  Ben Pfaff  <blp@gnu.org>
4309
4310         gitlog-to-changelog: give better diagnostic for failed pipe-open
4311         * build-aux/gitlog-to-changelog: Improve error message: suggest
4312         that the version of Git may be too old.
4313
4314 2008-08-18  Simon Josefsson  <simon@josefsson.org>
4315
4316         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
4317         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
4318
4319 2008-08-18  Bruno Haible  <bruno@clisp.org>
4320
4321         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
4322         pthread_in_use().
4323
4324 2008-08-18  Bruno Haible  <bruno@clisp.org>
4325
4326         * lib/glthread/threadlib.c: Include <pthread.h>.
4327
4328 2008-08-18  Bruno Haible  <bruno@clisp.org>
4329
4330         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
4331         glthread_recursive_lock_* macros.
4332         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
4333         Fix syntax error.
4334
4335 2008-08-18  Bruno Haible  <bruno@clisp.org>
4336
4337         * lib/glthread/thread.c: Avoid forcing a context switch right after
4338         thread creation.
4339
4340 2008-08-17  Bruno Haible  <bruno@clisp.org>
4341
4342         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
4343         * lib/glthread/thread.h: Provide Win32 specific implementation.
4344         * modules/thread (Files): Add lib/glthread/thread.c.
4345         (Depends-on): Add lock.
4346         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
4347
4348 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4349
4350         New module 'yield'.
4351         * modules/yield: New file.
4352         * lib/glthread/yield.h: New file.
4353         * m4/yield.m4: New file.
4354         * MODULES.html.sh (Multithreading): Add yield.
4355
4356 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4357
4358         New module 'thread'.
4359         * modules/thread: New file.
4360         * lib/glthread/thread.h: New file.
4361         * m4/thread.m4: New file.
4362         * MODULES.html.sh (Multithreading): Add thread.
4363
4364 2008-08-17  Bruno Haible  <bruno@clisp.org>
4365
4366         * lib/glthread/lock.h: Include <stdlib.h> always.
4367         * lib/glthread/tls.h: Likewise.
4368         * lib/glthread/cond.h: Likewise.
4369
4370 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4371
4372         New module 'cond'.
4373         * modules/cond: New file.
4374         * lib/glthread/cond.h: New file.
4375         * lib/glthread/cond.c: New file.
4376         * m4/cond.m4: New file.
4377         * MODULES.html.sh (Multithreading): Add cond.
4378
4379 2008-08-16  Eric Blake  <ebb9@byu.net>
4380
4381         c-stack: fix regression on Irix 5.3 from 2008-06-21
4382         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
4383         sa_sigaction...
4384         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
4385         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
4386         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
4387         * modules/signal (Makefile.am): Use the value.
4388         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
4389         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
4390         * doc/posix-headers/signal.texi (signal.h): Document this
4391         portability issue.
4392         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
4393         Reported by Tom G. Christensen.
4394
4395 2008-08-17  Bruno Haible  <bruno@clisp.org>
4396
4397         New module 'threadlib'.
4398         * modules/threadlib: New file.
4399         * lib/glthread/threadlib.c: New file, extracted from
4400         lib/glthread/lock.c.
4401         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
4402         functions.
4403         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
4404         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
4405         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
4406         macros.
4407         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
4408         (gl_DISABLE_THREADS): Remove macro.
4409         * modules/lock (Files): Remove build-aux/config.rpath.
4410         (Depends-on): Remove havelib. Add threadlib.
4411         (configure.ac-early): Remove section.
4412         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
4413         * modules/tls (Depends-on): Remove lock. Add threadlib.
4414         (Link): New section, copied from threadlib.
4415         * MODULES.html.sh (Multithreading): Add threadlib.
4416
4417 2008-08-14  Bruno Haible  <bruno@clisp.org>
4418
4419         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
4420         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
4421         glthread_rwlock_unlock, glthread_rwlock_destroy,
4422         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
4423         glthread_recursive_lock_destroy): Define as macros always.
4424         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
4425         glthread_lock_lock.
4426         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
4427         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
4428         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
4429         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
4430         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
4431         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
4432         (glthread_recursive_lock_lock_func): Renamed from
4433         glthread_recursive_lock_lock.
4434         (glthread_recursive_lock_unlock_func): Renamed from
4435         glthread_recursive_lock_unlock.
4436         (glthread_recursive_lock_destroy_func): Renamed from
4437         glthread_recursive_lock_destroy.
4438
4439 2008-08-14  Bruno Haible  <bruno@clisp.org>
4440
4441         * lib/glthread/lock.h: Renamed from lib/lock.h.
4442         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
4443         * lib/glthread/tls.h: Renamed from lib/tls.h.
4444         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
4445         * lib/fstrcmp.c: Update includes.
4446         * lib/strsignal.c: Update includes.
4447         * modules/lock (Files, Makefile.am): Update.
4448         (Include): Change to "glthread/lock.h".
4449         * modules/tls (Files, Makefile.am): Update.
4450         (Include): Change to "glthread/tls.h".
4451         * tests/test-lock.c: Update includes.
4452         * tests/test-tls.c: Update includes.
4453         * NEWS: Mention the renamed header files.
4454
4455 2008-08-11  Jim Meyering  <meyering@redhat.com>
4456
4457         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
4458
4459 2008-08-11  Eric Blake  <ebb9@byu.net>
4460
4461         test-c-stack: avoid C99-ism
4462         * tests/test-c-stack.c (main): Fix whitespace, move declaration
4463         before statement.
4464         Reported by Alain Guibert.
4465
4466 2008-08-10  Jim Meyering  <meyering@redhat.com>
4467
4468         ensure that return value of uinttostr et al are not ignored
4469         * lib/inttostr.h (__GNUC_PREREQ): Define.
4470         (__attribute_warn_unused_result__): Define.
4471         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
4472
4473 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
4474
4475         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
4476         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
4477
4478 2008-08-07  Jim Meyering  <meyering@redhat.com>
4479
4480         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
4481
4482         * modules/mkstemp (License): Relicense under LGPLv2+.
4483         * modules/tempname (License): Likewise.
4484
4485 2008-08-06  Bruno Haible  <bruno@clisp.org>
4486
4487         * lib/poll.c (poll): Further micro-optimization.
4488
4489 2008-08-06  Jim Meyering  <meyering@redhat.com>
4490
4491         inet_pton.c: use locale-independent tolower
4492         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
4493         (inet_pton6): Use c_tolower rather than tolower.
4494         * modules/inet_pton (Depends-on): Add c-ctype.
4495
4496 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
4497
4498         * lib/poll.c (poll): Avoid division when timeout is 0, cache
4499         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
4500
4501 2008-08-06  Jim Meyering  <meyering@redhat.com>
4502
4503         * modules/inet_pton (License): Relicense under LGPLv2+.
4504
4505 2008-08-03  Bruno Haible  <bruno@clisp.org>
4506
4507         Additional non-aborting API for lock and tls.
4508         * lib/lock.h: Include <errno.h>.
4509         (glthread_lock_init): New macro/function.
4510         (gl_lock_init): Define as wrapper around glthread_lock_init.
4511         (glthread_lock_lock): New macro/function.
4512         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
4513         (glthread_lock_unlock): New macro/function.
4514         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
4515         (glthread_lock_destroy): New macro/function.
4516         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
4517         (glthread_rwlock_init): New macro/function.
4518         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
4519         (glthread_rwlock_rdlock): New macro/function.
4520         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
4521         (glthread_rwlock_wrlock): New macro/function.
4522         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
4523         (glthread_rwlock_unlock): New macro/function.
4524         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
4525         (glthread_rwlock_destroy): New macro/function.
4526         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
4527         (glthread_recursive_lock_init): New macro/function.
4528         (gl_recursive_lock_init): Define as wrapper around
4529         glthread_recursive_lock_init.
4530         (glthread_recursive_lock_lock): New macro/function.
4531         (gl_recursive_lock_lock): Define as wrapper around
4532         glthread_recursive_lock_lock.
4533         (glthread_recursive_lock_unlock): New macro/function.
4534         (gl_recursive_lock_unlock): Define as wrapper around
4535         glthread_recursive_lock_unlock.
4536         (glthread_recursive_lock_destroy): New macro/function.
4537         (gl_recursive_lock_destroy): Define as wrapper around
4538         glthread_recursive_lock_destroy.
4539         (glthread_once): New macro/function.
4540         (gl_once): Define as wrapper around glthread_once.
4541         Update function declarations.
4542         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
4543         glthread_rwlock_init. Return error code.
4544         (glthread_rwlock_rdlock_multithreaded): Renamed from
4545         glthread_rwlock_rdlock. Return error code.
4546         (glthread_rwlock_wrlock_multithreaded): Renamed from
4547         glthread_rwlock_wrlock. Return error code.
4548         (glthread_rwlock_unlock_multithreaded): Renamed from
4549         glthread_rwlock_unlock. Return error code.
4550         (glthread_rwlock_destroy_multithreaded): Renamed from
4551         glthread_rwlock_destroy. Return error code.
4552         (glthread_recursive_lock_init_multithreaded): Renamed from
4553         glthread_recursive_lock_init. Return error code.
4554         (glthread_recursive_lock_lock_multithreaded): Renamed from
4555         glthread_recursive_lock_lock. Return error code.
4556         (glthread_recursive_lock_unlock_multithreaded): Renamed from
4557         glthread_recursive_lock_unlock. Return error code.
4558         (glthread_recursive_lock_destroy_multithreaded): Renamed from
4559         glthread_recursive_lock_destroy. Return error code.
4560         (glthread_once_call): Make static.
4561         (glthread_once_multithreaded): Renamed from glthread_once.
4562         * lib/tls.h: Include <errno.h>.
4563         (glthread_tls_key_init): New macro/function.
4564         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
4565         (glthread_tls_set): New macro/function.
4566         (gl_tls_set): Define as wrapper around glthread_tls_set.
4567         (glthread_tls_key_destroy): New macro/function.
4568         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
4569         Update function declarations.
4570         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
4571         glthread_tls_get.
4572         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
4573
4574 2008-08-04  Eric Blake  <ebb9@byu.net>
4575
4576         gnumakefile: use space, not TAB, outside of targets
4577         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
4578
4579 2008-08-02  Jim Meyering  <meyering@redhat.com>
4580
4581         getdate.y: avoid locale-dependent date parsing failure
4582         In Turkish locales, getdate would fail to recognize keywords
4583         containing a lowercase "i".  The solution is not to rely on
4584         locale-sensitive case-conversion.
4585         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
4586         (lookup_word): Use c_toupper in place of toupper.
4587         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
4588         Reported by Vefa Bicakci <bicave@superonline.com> in
4589         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
4590         * modules/getdate (Depends-on): Add c-ctype.
4591
4592 2008-08-02  Bruno Haible  <bruno@clisp.org>
4593
4594         * gnulib-tool (func_import): When updating or creating a .gitignore
4595         file, prepend each added line with a slash, and ignore leading slashes
4596         from the existing lines.
4597         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4598
4599 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4600
4601         Portability fix for GNU make 3.79.1.
4602         * top/GNUmakefile: Avoid 'else COND', which older GNU make
4603         versions do not understand.
4604
4605 2008-08-01  Bruno Haible  <bruno@clisp.org>
4606
4607         Work around bug of HP-UX 10.20 cc with -0.0 literal.
4608         * tests/test-isnanf.h (zero): New variable.
4609         (main): Avoid literal -0.0f.
4610         * tests/test-isnand.h (zero): New variable.
4611         (main): Avoid literal -0.0.
4612         * tests/test-isnanl.h (zero): New variable.
4613         (main): Avoid literal -0.0L.
4614         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
4615         (test_float, test_double, test_long_double): Avoid literals -0.0f,
4616         -0.0, -0.0L.
4617         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
4618         (test_signbitd): Avoid literal -0.0.
4619         (test_signbitl): Avoid literal -0.0L.
4620         * tests/test-ceilf1.c (zero): New variable.
4621         (main): Avoid literal -0.0f.
4622         * tests/test-ceill.c (zero): New variable.
4623         (main): Avoid literal -0.0L.
4624         * tests/test-floorf1.c (zero): New variable.
4625         (main): Avoid literal -0.0f.
4626         * tests/test-floorl.c (zero): New variable.
4627         (main): Avoid literal -0.0L.
4628         * tests/test-roundf1.c (zero): New variable.
4629         (main): Avoid literal -0.0f.
4630         * tests/test-round1.c (zero): New variable.
4631         (main): Avoid literal -0.0.
4632         * tests/test-roundl.c (zero): New variable.
4633         (main): Avoid literal -0.0L.
4634         * tests/test-truncf1.c (zero): New variable.
4635         (main): Avoid literal -0.0f.
4636         * tests/test-trunc1.c (zero): New variable.
4637         (main): Avoid literal -0.0.
4638         * tests/test-truncl.c (zero): New variable.
4639         (main): Avoid literal -0.0L.
4640         * tests/test-frexp.c (zero): New variable.
4641         (main): Avoid literal -0.0.
4642         * tests/test-frexpl.c (zero): New variable.
4643         (main): Avoid literal -0.0L.
4644         * tests/test-ldexpl.c (zero): New variable.
4645         (main): Avoid literal -0.0L.
4646         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4647         (zerod, zerol): New variables.
4648         (test_function): Avoid literals -0.0, -0.0L.
4649         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
4650         (zerod, zerol): New variables.
4651         (test_function): Avoid literals -0.0, -0.0L.
4652         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4653         (zerod, zerol): New variables.
4654         (test_function): Avoid literals -0.0, -0.0L.
4655         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
4656         (zerod, zerol): New variables.
4657         (test_function): Avoid literals -0.0, -0.0L.
4658         * tests/test-strtod.c (zero): New variable.
4659         (main): Avoid literal -0.0.
4660         Reported by Jonathan C. Patschke <jp@centtech.com>.
4661
4662 2008-07-31  Jim Meyering  <meyering@redhat.com>
4663
4664         sha256.h: correct definition of SHA224_DIGEST_SIZE
4665         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
4666         Reported by Paulie Pena IV <paulie4@gmail.com>.
4667         Define as 224 / 8, rather than as a literal.
4668         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
4669         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
4670         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
4671
4672 2008-07-31  Bruno Haible  <bruno@clisp.org>
4673
4674         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
4675         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
4676         Reported by Jonathan Patschke <jp@centtech.com>.
4677
4678 2008-07-31  Bruno Haible  <bruno@clisp.org>
4679
4680         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
4681         Reported by Paolo Bonzini <bonzini@gnu.org>.
4682
4683 2008-07-30  Eric Blake  <ebb9@byu.net>
4684
4685         test-strtod: allow compilation without -lm
4686         * tests/test-strtod.c (main): Avoid link dependence on fabs.
4687         Reported by Dennis Clarke <blastwave@gmail.com>.
4688
4689 2008-07-28  Jim Meyering  <meyering@redhat.com>
4690
4691         bootstrap: work also when there are no .po files in po/
4692         * build-aux/bootstrap (update_po_files): Complete the change
4693         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
4694
4695 2008-07-27  Jim Meyering  <meyering@redhat.com>
4696
4697         * users.txt: Add zile.
4698
4699 2008-07-26  Ben Pfaff  <blp@gnu.org>
4700
4701         Add missing dependencies on new m4/exponent[fdl].m4 files.
4702         * modules/isnanf-nolibm: Add m4/exponentf.m4.
4703         * modules/isnand-nolibm: Add m4/exponentd.m4.
4704         * modules/isnanl-nolibm: Add m4/exponentl.m4.
4705         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4706         m4/isnan[fdl].m4, because the macros actually used moved.
4707         Reported by Jim Meyering.
4708
4709 2008-07-14  Ben Pfaff  <blp@gnu.org>
4710
4711         Add isinf module.
4712         * lib/isinf.c: New file.
4713         * lib/math.in.h: Define isinf macro if we have decided to replace
4714         it.
4715         * m4/isinf.m4: New file.
4716         * m4/math_h.m4: Initialize and substitute variables for isinf
4717         module.
4718         * modules/isinf: New file.
4719         * modules/isinf-tests: New file.
4720         * modules/math: Add substitutions for new module.
4721         * tests/test-isinf.c: New file.
4722         * doc/posix-functions/isinf.texi: Mention new module.
4723         * MODULES.html.sh: Mention new module.
4724
4725 2008-07-14  Ben Pfaff  <blp@gnu.org>
4726
4727         Factor out some macros for use by additional modules.
4728         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4729         exponentf.m4.
4730         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4731         exponentd.m4.
4732         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4733         file exponentl.m4.
4734         * m4/exponentf.m4: New file.
4735         * m4/exponentd.m4: New file.
4736         * m4/exponentl.m4: New file.
4737         * modules/isnanf: Use new file m4/exponentf.m4.
4738         * modules/isnand: Use new file m4/exponentd.m4.
4739         * modules/isnanl: Use new file m4/exponentl.m4.
4740
4741 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4742
4743         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4744         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4745         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4746         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4747
4748         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4749         readlink on platforms without PATH_MAX.
4750
4751 2008-07-21  Eric Blake  <ebb9@byu.net>
4752
4753         Warn, not fail, on stale version.
4754         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4755
4756         Don't allow installation with stale devel version number.
4757         * top/GNUmakefile (_is-install-target): New macro.
4758         (_curr-ver): Forbid installation with stale version number.
4759
4760 2008-07-20  Bruno Haible  <bruno@clisp.org>
4761
4762         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
4763         TESTS_ENVIRONMENT.
4764         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
4765
4766 2008-07-20  Bruno Haible  <bruno@clisp.org>
4767
4768         * lib/c-stack.h (c_stack_action): Add documentation.
4769         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
4770
4771 2008-07-20  Bruno Haible  <bruno@clisp.org>
4772
4773         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
4774         * modules/readlink (License): Likewise.
4775
4776 2008-07-17  Eric Blake  <ebb9@byu.net>
4777
4778         * modules/c-stack (Link): Fix typo.
4779
4780         Make c-stack use libsigsegv, when available.
4781         * modules/c-stack (Depends-on): Add libsigsegv.
4782         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
4783         needed.
4784         * lib/c-stack.c (SIGSTKSZ): Define fallback.
4785         (segv_handler, overflow_handler, c_stack_action)
4786         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
4787         implementation when libsigsegv is available, but only when using
4788         the library is necessary.
4789         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
4790         comment, explaining why XSI check fails on Linux.
4791         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
4792         * tests/test-c-stack2.sh: Tweak skip message.
4793         * NEWS: Document new link-time requirements.
4794
4795 2008-07-16  Eric Blake  <ebb9@byu.net>
4796
4797         c-stack: Expose false positives when not using libsigsegv.
4798         * modules/c-stack-tests (Files): Expand test.
4799         * tests/test-c-stack.c (main): Add means to conditionally trigger
4800         non-overflow SIGSEGV.
4801         * tests/test-c-stack2.sh: New file.
4802
4803 2008-07-14  Bruno Haible  <bruno@clisp.org>
4804
4805         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
4806         Reported by Eric Blake.
4807
4808 2008-07-14  Sam Steingold  <sds@gnu.org>
4809             Bruno Haible  <bruno@clisp.org>
4810
4811         New module libsigsegv.
4812         * modules/libsigsegv: New file.
4813         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
4814         modifications.
4815         * MODULES.html.sh (Signal handling): New section.
4816
4817 2008-07-14  Bruno Haible  <bruno@clisp.org>
4818
4819         * modules/unictype/ctype-* (Description): Add the word "function".
4820         Improves the resulting doc in MODULES.html.
4821
4822 2008-07-12  Ben Pfaff  <blp@gnu.org>
4823
4824         Add longlong module.
4825         * modules/longlong: New file.
4826
4827 2008-07-12  Bruno Haible  <bruno@clisp.org>
4828
4829         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
4830         to empty.
4831
4832 2008-07-10  Ben Pfaff  <blp@gnu.org>
4833
4834         Add isnan module.
4835         * doc/posix-functions/isnan.texi: Mention new module.
4836         * lib/math.in.h: Define isnan macro if we have decided to replace
4837         it.
4838         * m4/isnan.m4: New file.
4839         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
4840         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
4841         also.
4842         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
4843         redundancy.
4844         * m4/math_h.m4: Initialize and substitute variables for isnan
4845         module.
4846         * modules/isnan: New file.
4847         * modules/isnan-tests: New file.
4848         * modules/math: Add substitutions for new module.
4849         * tests/test-isnan.c: New file.
4850         * MODULES.html.sh: Mention new module.
4851
4852 2008-07-10  Ben Pfaff  <blp@gnu.org>
4853
4854         Add isnanf module.
4855         * lib/isnanf.m4: New file.
4856         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
4857         (gl_HAVE_ISNANF_IN_LIBM): New macro.
4858         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
4859         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
4860         * modules/isnanf: New file.
4861         * modules/isnanf-tests: New file.
4862         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
4863         files.
4864         * tests/test-isnanf-nolibm.c: factored most of its contents into
4865         new file tests/test-isnanf.h.
4866         * tests/test-isnanf.h: New file.
4867         * tests/test-isnanf.c: New file.
4868         * MODULES.html.sh: Mention new module.
4869         * doc/glibc-functions/isnanf.texi: Mention new module.
4870
4871 2008-07-10  Ben Pfaff  <blp@gnu.org>
4872
4873         Add isnand module.
4874         * lib/isnand.h: New file.
4875         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
4876         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
4877         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
4878         functionality also.
4879         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
4880         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
4881         (gl_HAVE_ISNAND_IN_LIBM): New macro.
4882         * modules/isnand: New file.
4883         * modules/isnand-tests: New file.
4884         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
4885         files.
4886         * tests/test-isnand-nolibm.c: factored most of its contents into
4887         new file tests/test-isnand.h.
4888         * tests/test-isnand.h: New file.
4889         * tests/test-isnand.c: New file.
4890         * MODULES.html.sh: Mention new module.
4891
4892 2008-07-10  Ben Pfaff  <blp@gnu.org>
4893
4894         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
4895         * lib/isnand.h: Rename lib/isnand-nolibm.h.
4896         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
4897         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
4898         * modules/isnanf-nolibm: Update references to renamed files.
4899         * modules/isnand-nolibm: Likewise.
4900         * modules/isnanf-nolibm-tests: Likewise.
4901         * modules/isnand-nolibm-tests: Likewise.
4902         * lib/frexp.c: Likewise.
4903         * lib/isfinite.c: Likewise.
4904         * lib/signbitd.c: Likewise.
4905         * lib/signbitf.c: Likewise.
4906         * lib/vasnprintf.c: Likewise.
4907         * tests/test-ceilf1.c: Likewise.
4908         * tests/test-ceilf2.c: Likewise.
4909         * tests/test-floorf1.c: Likewise.
4910         * tests/test-floorf2.c: Likewise.
4911         * tests/test-frexp.c: Likewise.
4912         * tests/test-round1.c: Likewise.
4913         * tests/test-round2.c: Likewise.
4914         * tests/test-roundf1.c: Likewise.
4915         * tests/test-strtod.c: Likewise.
4916         * tests/test-trunc1.c: Likewise.
4917         * tests/test-trunc2.c: Likewise.
4918         * tests/test-truncf1.c: Likewise.
4919         * tests/test-truncf2.c: Likewise.
4920         * NEWS: Mention the renamed header files.
4921
4922 2008-07-11  Jim Meyering  <meyering@redhat.com>
4923
4924         vc-list-files: make the last-resort awk code more portable
4925         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
4926         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
4927         does not support it.
4928
4929 2008-07-10  Eric Blake  <ebb9@byu.net>
4930
4931         Work with tar's bootstrap.
4932         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
4933         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
4934         an m4 comment.
4935
4936 2008-07-09  Jim Meyering  <meyering@redhat.com>
4937
4938         posix-shell.m4: fix typo that made this test malfunction
4939         * m4/posix-shell.m4: Remove capitalization in variable name.
4940
4941 2008-07-08  Bruno Haible  <bruno@clisp.org>
4942
4943         * m4/onceonly.m4: Update comments.
4944         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4945
4946 2008-07-04  Jim Meyering  <meyering@redhat.com>
4947
4948         * users.txt: Add vc-dwim.
4949         (bison, coreutils): Use the gitweb URL.
4950
4951 2008-07-03  Jim Meyering  <meyering@redhat.com>
4952
4953         * users.txt: Add libffcall.  From Sam Steingold.
4954
4955 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
4956
4957         getdate.y: do not ignore TZ with relative day, month or year offset
4958         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4959         relative-date-handling, since otherwise, the latter would clobber the
4960         sole output (an updated Start value) of the tz-handling block.
4961         * tests/test-getdate.c: Tests for the fix
4962
4963 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4964
4965         Recognize 'foo_LIBRARIES += libgnu.a'.
4966         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4967         makefile snippet has already specified an installation location,
4968         also using '+='.
4969
4970 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
4971
4972         getdate.y: factor out common actions
4973         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4974         Use them in place of open-coded actions.
4975
4976 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4977
4978         Add self-test for getdate module.
4979         * modules/getdate-tests: New file.
4980         * tests/test-getdate.c: New file.
4981
4982 2008-06-29  Bruno Haible  <bruno@clisp.org>
4983
4984         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4985         .gitignore.
4986         Reported by Sylvain Beucler <beuc@beuc.net>.
4987
4988 2008-06-29  Bruno Haible  <bruno@clisp.org>
4989
4990         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4991         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4992
4993 2008-06-29  Bruno Haible  <bruno@clisp.org>
4994
4995         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4996         EXTRA_DIST.
4997         Reported by Sylvain Beucler <beuc@beuc.net>.
4998
4999 2008-06-26  Jim Meyering  <meyering@redhat.com>
5000
5001         make several modules depend on the "open" module
5002         This provides slightly increased consistency when opening-for-write
5003         the name of a non-directory spelled with a trailing slash.
5004         * modules/chdir-safer: Likewise.
5005         * modules/chown: Likewise.
5006         * modules/clean-temp: Likewise.
5007         * modules/copy-file: Likewise.
5008         * modules/fchdir: Likewise.
5009         * modules/fcntl-safer: Likewise.
5010         * modules/pipe: Likewise.
5011         * modules/utime: Likewise.
5012         Prompted by Eric Blake and Bruno Haible.
5013
5014 2008-06-24  Andreas Schwab  <schwab@suse.de>
5015
5016         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
5017         literals can be used as initializers for global variables.
5018
5019 2008-06-23  Eric Blake  <ebb9@byu.net>
5020
5021         Make gnulib-cache.m4 easier to diff.
5022         * gnulib-tool (func_import): Allow newlines when reading cached
5023         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
5024
5025 2008-06-23  Bruno Haible  <bruno@clisp.org>
5026
5027         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
5028         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
5029         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
5030         m4/signalblocking.m4.
5031         (gl_PREREQ_SIGACTION): Don't invoke it.
5032         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
5033         gl_PREREQ_SIG_HANDLER_H.
5034         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5035         Don't check for sigaction here.
5036
5037 2008-06-23  Bruno Haible  <bruno@clisp.org>
5038
5039         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
5040         (install_handlers): Don't set the SA_RESETHAND flag.
5041
5042 2008-06-23  Bruno Haible  <bruno@clisp.org>
5043
5044         * m4/sigaction.m4: Comment fixes.
5045         * lib/signal.in.h: Likewise.
5046
5047 2008-06-23  Eric Blake  <ebb9@byu.net>
5048
5049         Fix typo.
5050         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
5051
5052         Avoid SA_ namespace.
5053         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
5054         Reported by Ralf Wildenhues.
5055
5056         Avoid test failure due to SA_RESTORER.
5057         * tests/test-sigaction.c (SA_MASK): New macro.
5058         (main): Avoid failing due to extension flags being set.
5059         Reported by Jim Meyering.
5060
5061         Revert use of sig-handler.h in sigprocmask.c.
5062         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
5063         it requires the existence of struct sigaction.
5064         * lib/sigprocmask.c (handler_t): Restore typedef.
5065         (rpl_signal, old_handlers): Use local type.
5066
5067 2008-06-22  Bruno Haible  <bruno@clisp.org>
5068
5069         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
5070         conditionally.
5071         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5072
5073 2008-06-22  Bruno Haible  <bruno@clisp.org>
5074
5075         * doc/posix-functions/siginterrupt.texi: Move note.
5076
5077         * lib/signal.in.h (SA_RESTART): New macro.
5078         * lib/sigaction.c: Update comment.
5079
5080         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
5081
5082         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
5083         (gl_PREREQ_SIGPROCMASK): Invoke it.
5084         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
5085
5086         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
5087
5088         * lib/sigprocmask.c: Update a comment.
5089
5090 2008-06-21  Eric Blake  <ebb9@byu.net>
5091
5092         Use sigaction module rather than signal().
5093         * modules/c-stack (Depends-on): Add sigaction.
5094         * modules/fatal-signal (Depends-on): Likewise.
5095         * modules/nanosleep (Depends-on): Likewise.
5096         * modules/sigprocmask (Files): Add sig-handler.h.
5097         * modules/sigaction (Files): Likewise.
5098         * lib/sig-handler.h (get_handler): New file, suggested by Paul
5099         Eggert.
5100         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
5101         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
5102         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
5103         (init_fatal_signals): Likewise.
5104         * lib/nanosleep.c (rpl_nanosleep): Likewise.
5105         (siginterrupt): Delete fallback.
5106         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
5107         instead.
5108         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
5109         siginterrupt.
5110
5111         New module sigaction, for mingw.
5112         * modules/sigaction: New module...
5113         * modules/sigaction-tests: ...and its test.
5114         * m4/sigaction.m4: New file.
5115         * lib/sigaction.c: Likewise.
5116         * tests/test-sigaction.c: Likewise.
5117         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
5118         * modules/signal (Makefile.am): Likewise.
5119         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
5120         needed.
5121         * doc/posix-headers/signal.texi (signal.h): Mention provided
5122         types.
5123         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
5124         that sigaction is preferable.
5125         * doc/posix-functions/sigaction.texi (sigaction): Mention new
5126         module.
5127         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5128         sigaction.
5129
5130         Improve robustness of sigprocmask by overriding signal.
5131         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
5132         is in use.
5133         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
5134         (SIGKILL, SIGSTOP): Provide fallbacks.
5135         (rpl_signal): Implement.
5136         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
5137         signal can be called inside handlers.
5138
5139         Fix nanosleep module on mingw.
5140         * modules/nanosleep (Depends-on): Add sys_select.
5141         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
5142
5143         Fix licensing of sigprocmask.
5144         * modules/raise (License): Relicense as LGPL.
5145
5146 2008-06-21  Bruno Haible  <bruno@clisp.org>
5147
5148         * lib/propername.c (proper_name_utf8): Don't use the transliterated
5149         result if it contains question marks.
5150         Reported by Michael Geng <linux@michaelgeng.de>.
5151
5152 2008-06-19  Bruno Haible  <bruno@clisp.org>
5153
5154         Fix CVS-ism.
5155         * doc/gnulib.texi: Include updated-stamp.texi.
5156         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
5157         (updated-stamp.texi): New rule.
5158         (gnulib.info): Depend on it.
5159         * doc/.gitignore: Add updated-stamp.texi.
5160         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
5161
5162 2008-06-19  Bruno Haible  <bruno@clisp.org>
5163
5164         * doc/Makefile (gnulib.info): Update and simplify dependencies.
5165         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5166
5167 2008-06-19  Eric Blake  <ebb9@byu.net>
5168
5169         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
5170         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
5171         Reported by Stepan Kasal.
5172
5173 2008-06-18  Bruno Haible  <bruno@clisp.org>
5174
5175         * lib/fatal-signal.c (init_fatal_signals): Add comment.
5176         Reported by Eric Blake.
5177
5178 2008-06-18  Eric Blake  <ebb9@byu.net>
5179
5180         Work around cygwin 1.5.25 strsignal bug.
5181         * tests/test-strsignal.c: Allow for const char *.
5182         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
5183
5184 2008-06-18  Simon Josefsson  <simon@josefsson.org>
5185
5186         * users.txt: Update URL to article and add author/date
5187         information.
5188
5189 2008-06-17  Bruno Haible  <bruno@clisp.org>
5190
5191         New macro gl_DISABLE_THREADS.
5192         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
5193         if the user did not pass --enable-threads or --disable-threads option.
5194         (gl_DISABLE_THREADS): New macro.
5195         Reported by Eric Blake <ebb9@byu.net>.
5196
5197 2008-06-17  Bruno Haible  <bruno@clisp.org>
5198
5199         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
5200         when the macro ignores it.
5201         Based on a patch by Eric Blake <ebb9@byu.net>.
5202
5203 2008-06-17  Bruno Haible  <bruno@clisp.org>
5204
5205         * modules/tls (License): Change to LGPLv2+.
5206         Reported by Eric Blake.
5207
5208 2008-06-17  Eric Blake  <ebb9@byu.net>
5209
5210         Simplify c-stack prerequisites.
5211         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
5212         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
5213         no longer requires <ucontext.h> to exist.  Optimize setrlimit
5214         check.
5215         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
5216         <sys/resource.h>.
5217
5218         Move c-stack test into testsuite.
5219         * modules/c-stack-tests: New file.
5220         * lib/c-stack.c [DEBUG]: Move test program...
5221         * tests/test-c-stack.c: ...into this new file.  Skip rather than
5222         fail test if sigaltstack is lacking.
5223         * tests/test-c-stack.sh: New driver file.
5224
5225 2008-06-16  Eric Blake  <ebb9@byu.net>
5226
5227         Use raise module consistently.
5228         * modules/fatal-signal (Depends-on): Add raise.
5229         * modules/sigprocmask (Depends-on): Likewise.
5230         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
5231         * lib/sigprocmask.c (sigprocmask): Likewise.
5232         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5233         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
5234
5235         Fix compliance bug in sigpending.
5236         * lib/sigprocmask.c (sigpending): Return pending array via
5237         parameter, not return value.
5238
5239 2008-06-14  Eric Blake  <ebb9@byu.net>
5240
5241         Improve obstack-printf test code.
5242         * tests/test-obstack-printf.c (test_function): Fix comment, and
5243         simplify usage of obstack_* in macros.  Add a test for coverage.
5244         Reported by Bruno Haible.
5245
5246 2008-06-14  Bruno Haible  <bruno@clisp.org>
5247
5248         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
5249         array size as a constant, not as a const variable.
5250         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
5251         AC_USE_SYSTEM_EXTENSIONS.
5252         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
5253         Test whether the obstack_printf function actually exists.
5254         * modules/obstack-printf (Depends-on): Add extensions.
5255         (Include): Remove obstack.h.
5256         * modules/obstack-printf-posix (Depends-on): Add extensions.
5257         (Include): Remove obstack.h.
5258
5259 2008-06-13  Eric Blake  <ebb9@byu.net>
5260
5261         Add obstack-printf and obstack-printf-posix modules.
5262         * modules/obstack-printf: New file.
5263         * modules/obstack-printf-posix: Likewise.
5264         * MODULES.html.sh (Misc): Mention them.
5265         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5266         Likewise.
5267         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5268         Likewise.
5269         * modules/stdio (Makefile.am): Accomodate new modules.
5270         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5271         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
5272         Declare.
5273         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
5274         functions.
5275         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
5276         (gl_REPLACE_OBSTACK_PRINTF): New macros
5277         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
5278         * tests/test-obstack-printf.c: New file.
5279         * modules/obstack-printf-tests: Likewise.
5280         * modules/obstack-printf-posix-tests: Likewise.
5281
5282 2008-06-11  Bruno Haible  <bruno@clisp.org>
5283
5284         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
5285         * lib/open.c: Include errno.h.
5286         (open): Fail when attempting to write to a file that has a trailing
5287         slash.
5288         * tests/test-open.c (main): Test against trailing slash bug.
5289         * doc/posix-functions/open.texi: Mention the trailing slash bug.
5290
5291 2008-06-10  Bruno Haible  <bruno@clisp.org>
5292
5293         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
5294         for $? to work inside the trap command, with various /bin/sh-s.
5295         * tests/test-vc-list-files-cvs.sh: Likewise.
5296
5297 2008-06-10  Bruno Haible  <bruno@clisp.org>
5298
5299         * lib/acl-internal.h: Don't include gettext.h here.
5300         * lib/set-mode-acl.c: Include gettext.h here.
5301         * lib/copy-acl.c: Likewise.
5302
5303 2008-06-10  Bruno Haible  <bruno@clisp.org>
5304
5305         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
5306         * lib/wait-process.c (wait_subprocess): Likewise.
5307         * lib/execute.h (execute): Add termsigp argument.
5308         * lib/execute.c (execute): Likewise.
5309         * lib/csharpcomp.c (compile_csharp_using_pnet,
5310         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
5311         * lib/csharpexec.c (execute_csharp_using_pnet,
5312         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
5313         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
5314         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
5315         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
5316         is_jikes_present): Update.
5317         * lib/javaexec.c (execute_java_class): Update.
5318         * lib/javaversion.c (execute_and_read_line): Update.
5319         * NEWS: Document the changes.
5320         Reported by Eric Blake.
5321
5322 2008-06-10  Eric Blake  <ebb9@byu.net>
5323
5324         Add missing include.
5325         * tests/test-strstr.c (includes): Add <signal.h>.
5326         * tests/test-strcasestr.c (includes): Likewise.
5327         * tests/test-memmem.c (includes): Likewise.
5328
5329 2008-06-10  Bruno Haible  <bruno@clisp.org>
5330
5331         * lib/wait-process.c (wait_subprocess): Add an assertion.
5332
5333 2008-06-10  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
5336
5337 2008-06-10  Bruno Haible  <bruno@clisp.org>
5338
5339         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
5340         using alarm().
5341         * tests/test-strcasestr.c (main): Likewise.
5342         * tests/test-strstr.c (main): Likewise.
5343
5344 2008-06-09  Bruno Haible  <bruno@clisp.org>
5345
5346         Work around the Solaris 10 ACE ACLs ABI change.
5347         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
5348         declare if ACL_NO_TRIVIAL is present.
5349         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
5350         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
5351         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
5352         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
5353         define if ACL_NO_TRIVIAL is present.
5354         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
5355         and use the current ABI.
5356         (file_has_acl): Use same #if condition as elsewhere.
5357         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
5358         in use, and use the current ABI.
5359         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
5360         Reported by Jim Meyering.
5361
5362 2008-06-09  Eric Blake  <ebb9@byu.net>
5363
5364         Work around environments that (stupidly) ignore SIGALRM.
5365         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
5366         before using alarm().
5367         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5368         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5369         Reported by Ian Beckwith <ianb@erislabs.net>.
5370
5371         Produce autobuild blurb earlier in log.
5372         * modules/autobuild (configure.ac-early): Move AB_INIT here.
5373
5374 2008-06-09  Jim Meyering  <meyering@redhat.com>
5375         and OndÅ™ej Vašík  <ovasik@redhat.com>
5376
5377         utimens.c: correct kernel bug work-around
5378         OndÅ™ej Vašík found that the invalid return value of 280 indicates
5379         failure, not success, and the kernel bug we're trying to work
5380         around affects not just the utimensat call, but also the fallback
5381         futimens call.
5382         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
5383         not success.
5384         [HAVE_FUTIMENS]: Use the same work-around, here.
5385
5386 2008-06-09  Jim Meyering  <meyering@redhat.com>
5387
5388         add more guards around definition of ACE_-related code
5389         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
5390         ALLOW and ACE_OWNER are also defined.
5391
5392 2008-06-08  Bruno Haible  <bruno@clisp.org>
5393
5394         * lib/acl-internal.h: Add me as co-author.
5395         * lib/file-has-acl.c: Likewise.
5396         * lib/set-mode-acl.c: Likewise.
5397         * lib/copy-acl.c: Likewise.
5398
5399 2008-06-08  Bruno Haible  <bruno@clisp.org>
5400
5401         Add support for AIX ACLs.
5402         * lib/acl-internal.h (acl_nontrivial): New declaration.
5403         * lib/file-has-acl.c (acl_nontrivial): New function.
5404         (file_has_acl): Add implementation using AIX 4 ACL API.
5405         * lib/set-mode-acl.c (qset_acl): Likewise.
5406         * lib/copy-acl.c (qcopy_acl): Likewise.
5407
5408 2008-06-08  Bruno Haible  <bruno@clisp.org>
5409
5410         Add support for HP-UX ACLs.
5411         * lib/acl-internal.h (acl_nontrivial): New declaration.
5412         * lib/file-has-acl.c (acl_nontrivial): New function.
5413         (file_has_acl): Add implementation using HP-UX 11 ACL API.
5414         * lib/set-mode-acl.c (qset_acl): Likewise.
5415         * lib/copy-acl.c (qcopy_acl): Likewise.
5416
5417 2008-06-08  Bruno Haible  <bruno@clisp.org>
5418
5419         Add support for Cygwin ACLs.
5420         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
5421         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
5422         the chmod_or_fchmod call.
5423         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
5424
5425 2008-06-08  Bruno Haible  <bruno@clisp.org>
5426
5427         Fix bug with setuid modes in Solaris 10+ code.
5428         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
5429         succeeded, when the mode contains some special bits.
5430
5431 2008-06-08  Bruno Haible  <bruno@clisp.org>
5432
5433         Add support for Solaris 7..10 ACLs.
5434         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
5435         declarations.
5436         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
5437         functions.
5438         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
5439         * lib/set-mode-acl.c (qset_acl): Likewise.
5440         * lib/copy-acl.c (qcopy_acl): Likewise.
5441
5442 2008-06-08  Bruno Haible  <bruno@clisp.org>
5443
5444         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
5445         declaration.
5446         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
5447         (acl_access_nontrivial): Remove MacOS X case.
5448         (file_has_acl): Use acl_extended_nontrivial.
5449         * lib/copy-acl.c (qcopy_acl): Likewise.
5450
5451 2008-06-08  Bruno Haible  <bruno@clisp.org>
5452
5453         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
5454
5455 2008-06-08  Jim Meyering  <meyering@redhat.com>
5456
5457         * modules/acl (Maintainer): Add Bruno Haible.
5458
5459 2008-06-07  Bruno Haible  <bruno@clisp.org>
5460
5461         Improve support for Tru64 ACLs.
5462         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
5463         ACL on OSF/1.
5464
5465 2008-06-07  Bruno Haible  <bruno@clisp.org>
5466
5467         Add support for MacOS X ACLs.
5468         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
5469         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
5470         * lib/set-mode-acl.c (qset_acl): Likewise.
5471         * lib/copy-acl.c (qcopy_acl): Likewise.
5472
5473 2008-06-07  Bruno Haible  <bruno@clisp.org>
5474
5475         Fix memory leak introduced on 2008-05-22.
5476         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
5477         use.
5478
5479 2008-06-07  Bruno Haible  <bruno@clisp.org>
5480
5481         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
5482         to construct an empty ACL.
5483
5484 2008-06-07  Bruno Haible  <bruno@clisp.org>
5485
5486         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
5487         precisely.
5488         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
5489
5490 2008-06-07  Bruno Haible  <bruno@clisp.org>
5491
5492         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
5493         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
5494
5495 2008-06-07  Bruno Haible  <bruno@clisp.org>
5496
5497         * doc/posix-functions/_setjmp.texi: Explain the use of this function
5498         regardless of POSIX.
5499         * doc/posix-functions/_longjmp.texi: Likewise.
5500         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
5501         SystemV platform in this case.
5502
5503 2008-06-06  Eric Blake  <ebb9@byu.net>
5504
5505         Document abort() bugs.
5506         * doc/posix-functions/abort.texi (abort): Mention anomalies.
5507
5508         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
5509         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
5510         sigsetjmp.
5511         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
5512         siglongjmp, but only as a macro.
5513         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
5514         is obsolete.
5515         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
5516
5517         Tweak documentation to cover cygwin argz bugs.
5518         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
5519         argz bug fix; no code change needed since no cygwin releases
5520         occurred between the last fix and the bug being tested.
5521         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
5522         module and recently fixed cygwin bugs.
5523         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
5524         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
5525         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
5526         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
5527         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
5528         Likewise.
5529         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
5530         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
5531         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
5532         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
5533         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
5534         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
5535         Likewise.
5536
5537         Avoid gcc warning on cygwin.
5538         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
5539         !ACL_NO_TRIVIAL]: Avoid unused variable.
5540
5541 2008-06-05  Eric Blake  <ebb9@byu.net>
5542
5543         Be tolerant of UNKNOWN version in gnulib-tool test dir.
5544         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
5545         git-version-gen fails to come up with a version.
5546         Reported by Simon Josefsson.
5547
5548 2008-06-05  Jim Meyering  <meyering@redhat.com>
5549             Paul Eggert  <eggert@cs.ucla.edu>
5550
5551         utimens.c: work around a probable Linux kernel bug
5552         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
5553         appears to be a kernel bug that causes utimensat to return 280
5554         instead of 0, indicating success.
5555
5556 2008-06-04  Bruno Haible  <bruno@clisp.org>
5557
5558         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
5559         2008-06-01 commit.
5560
5561 2008-06-04  Bruno Haible  <bruno@clisp.org>
5562
5563         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
5564         * lib/file-has-acl.c (acl_access_nontrivial): New function.
5565         (file_has_acl): Use it. Save errno afterwards.
5566         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
5567
5568 2008-06-03  Bruno Haible  <bruno@clisp.org>
5569
5570         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
5571         draft code. Simplify #ifs.
5572         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
5573         Put Solaris code after POSIX-draft code. Fix comments regarding
5574         Solaris 10, HP-UX. Mention Cygwin.
5575         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
5576
5577 2008-06-03  Eric Blake  <ebb9@byu.net>
5578
5579         Provide fallback for older kernels.
5580         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
5581         Provide runtime fallback if kernel lacks support.
5582         Reported by Mike Frysinger.
5583
5584 2008-06-02  Bruno Haible  <bruno@clisp.org>
5585
5586         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
5587         it exists.
5588
5589 2008-06-02  Bruno Haible  <bruno@clisp.org>
5590
5591         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
5592         * lib/copy-acl.c (qcopy_acl): Update comment.
5593
5594 2008-06-02  Bruno Haible  <bruno@clisp.org>
5595
5596         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
5597         like ACL APIs.
5598
5599 2008-06-02  Bruno Haible  <bruno@clisp.org>
5600
5601         * tests/test-file-has-acl.sh: Use different code for Cygwin.
5602         * tests/test-set-mode-acl.sh: Likewise.
5603         * tests/test-copy-acl.sh: Likewise.
5604         * tests/test-copy-file.sh: Likewise.
5605
5606 2008-06-02  Bruno Haible  <bruno@clisp.org>
5607
5608         * tests/test-file-has-acl.sh: Remove unused code.
5609
5610 2008-06-01  Bruno Haible  <bruno@clisp.org>
5611
5612         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
5613         (copy_acl): Just a wrapper around qcopy_acl that emits the error
5614         messages.
5615         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
5616
5617 2008-06-01  Bruno Haible  <bruno@clisp.org>
5618
5619         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
5620         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
5621         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
5622         APIs.
5623         * modules/acl-tests (configure.ac): Remove tests now contained in
5624         m4/acl.m4.
5625
5626 2008-06-02  Jim Meyering  <meyering@redhat.com>
5627
5628         announce-gen: use a better key-server host name
5629         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
5630         it may be more consistently reliable.  Suggested by Werner Koch
5631         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
5632
5633 2008-06-01  Bruno Haible  <bruno@clisp.org>
5634
5635         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
5636         Reported by Voroskoi Andras <voroskoi@gmail.com>.
5637
5638 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
5639
5640         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
5641
5642 2008-06-01  Bruno Haible  <bruno@clisp.org>
5643
5644         New ACL tests.
5645         * tests/test-file-has-acl.sh: New file.
5646         * tests/test-file-has-acl.c: New file.
5647         * tests/test-set-mode-acl.sh: New file.
5648         * tests/test-set-mode-acl.c: New file.
5649         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
5650         * tests/test-copy-acl.c: New file.
5651         * modules/acl-tests: New file, based on modules/copy-file-tests.
5652         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
5653         (Depends-on): Add acl-tests.
5654         (configure.ac): Remove checks.
5655         (Makefile.am): Don't create test-sameacls program here any more.
5656
5657 2008-06-01  Bruno Haible  <bruno@clisp.org>
5658
5659         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
5660         * tests/test-sameacls.c: Include progname.h.
5661         (main): Invoke set_program_name. Portability fixes for MacOS X,
5662         Solaris, HP-UX.
5663
5664 2008-06-01  Bruno Haible  <bruno@clisp.org>
5665
5666         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
5667         function.
5668         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
5669
5670 2008-06-01  Bruno Haible  <bruno@clisp.org>
5671
5672         * modules/rpmatch (Depends-on): Add strdup.
5673
5674 2008-06-01  Bruno Haible  <bruno@clisp.org>
5675
5676         * lib/pipe.c: Include unistd-safer.h.
5677         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
5678         * modules/pipe (Depends-on): Add unistd-safer.
5679
5680 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5681
5682         * modules/autobuild (configure.ac): Call AB_INIT.
5683
5684 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5685
5686         * tests/test-getaddrinfo.c: Don't print debug messages by default.
5687         Suggested by Bruno Haible <bruno@clisp.org>.
5688
5689 2008-05-30  Simon Josefsson  <simon@josefsson.org>
5690
5691         * tests/test-base64.c: Cast size_t to unsigned long when invoking
5692         printf.  Use %lu instead of %d.  Reported by Bruno Haible
5693         <bruno@clisp.org>.
5694
5695 2008-05-29  Eric Blake  <ebb9@byu.net>
5696
5697         Prefer new POSIX 200x interfaces over futimesat.
5698         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
5699         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
5700         when available.
5701         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
5702
5703 2008-05-28  Bruno Haible  <bruno@clisp.org>
5704
5705         * modules/stpcpy (License): Change to LGPLv2+.
5706         Requested by David Lutterkort <dlutter@redhat.com>.
5707
5708 2008-05-27  Bruno Haible  <bruno@clisp.org>
5709
5710         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5711         current mingw.
5712         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5713
5714 2008-05-27  Bruno Haible  <bruno@clisp.org>
5715
5716         * modules/iconv_open (Link): New section, from module 'iconv'.
5717         * modules/striconv (Link): Likewise.
5718         * modules/striconveh (Link): Likewise.
5719         * modules/xstriconv (Link): Likewise.
5720         * modules/unicodeio (Link): Likewise.
5721         * modules/propername (Link): Likewise.
5722         Reported by Jim Meyering.
5723
5724 2008-05-26  Jim Meyering  <meyering@redhat.com>
5725
5726         sha256: do not artificially restrict buffer length to be < 2^32
5727         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5728         uint32_t to size_t.
5729         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5730         to match.
5731
5732         avoid unaligned access errors, e.g., on sparc
5733         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5734         direct access through a possibly-unaligned uint64* pointer.
5735         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5736         direct access through a possibly-unaligned uint32* pointer.
5737         Prompted by this patch from Tom "spot" Callaway:
5738         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5739
5740         sha512.c: fix typo in comment
5741         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5742
5743 2008-05-25  Bruno Haible  <bruno@clisp.org>
5744
5745         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5746         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5747         (Makefile.am): Update lib_SOURCES.
5748
5749 2008-05-25  Bruno Haible  <bruno@clisp.org>
5750
5751         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5752
5753 2008-05-25  Jim Meyering  <meyering@redhat.com>
5754
5755         useless-if-before-free: freed expr may have white-space differences
5756         * build-aux/useless-if-before-free: Recognize cases in which the
5757         freed expression differs from the tested one in embedded white
5758         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5759         $1 was used, so we can't make any regexp shy.  Improved tests now
5760         detect this.
5761
5762         useless-if-before-free: accept white space in the expression.
5763         * build-aux/useless-if-before-free: For now, any white space
5764         in the expression must be identical in the free argument.
5765
5766         useless-if-before-free: efficiency tweak
5767         * build-aux/useless-if-before-free: Make the expression-matching
5768         regexp "shy".
5769         Make the *outer* regexp shy, not the expr-matching one.
5770
5771         update code-in-comment to accept cast of free arg
5772         * build-aux/useless-if-before-free: Update regexp.
5773
5774 2008-05-25  Bruno Haible  <bruno@clisp.org>
5775
5776         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
5777         * modules/copy-file-tests (Files, Makefile.am): Update.
5778         * tests/test-copy-file.c (func_test_copy): Update.
5779
5780 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
5781
5782         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
5783
5784 2008-05-23  Bruno Haible  <bruno@clisp.org>
5785
5786         Improve support for ACLs on OSF/1.
5787         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
5788         Remove fallback for unknown flavors of ACLs.
5789
5790 2008-05-22  Bruno Haible  <bruno@clisp.org>
5791
5792         Add support for ACLs on OSF/1.
5793         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
5794         replacements.
5795         (acl_free_text): New macro fallback.
5796         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
5797         acl_free.
5798         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
5799         acl_free_text function. Require AC_C_INLINE.
5800
5801 2008-05-22  Bruno Haible  <bruno@clisp.org>
5802
5803         Make copy_acl work on MacOS X 10.5.
5804         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
5805         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
5806         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
5807         If MODE_INSIDE_ACL, don't assume that every system has the same text
5808         representation for ACLs as FreeBSD.
5809         * lib/copy-acl.c (copy_acl): Add support for platforms with
5810         !MODE_INSIDE_ACL.
5811         * lib/file-has-acl.c (file_has_acl): Likewise.
5812         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
5813         FreeBSD, MacOS X, or IRIX, respectively.
5814
5815 2008-05-22  Bruno Haible  <bruno@clisp.org>
5816
5817         * lib/acl.h: Don't include <sys/acl.h>.
5818         (GETACLCNT): Move fallback to lib/acl-internal.h.
5819         * lib/acl-internal.h: Include <sys/acl.h> here.
5820         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
5821
5822 2008-05-22  Bruno Haible  <bruno@clisp.org>
5823
5824         Split off copy_acl function to separate file.
5825         * lib/copy-acl.c: New file, extracted from lib/acl.c.
5826         * lib/acl.c (copy_acl): Moved function to separate file.
5827         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
5828         * modules/acl (Files): Add lib/copy-acl.c.
5829         (Makefiles.am): Augment lib_SOURCES.
5830
5831 2008-05-22  Bruno Haible  <bruno@clisp.org>
5832
5833         * modules/copy-file-tests: New file.
5834         * tests/test-copy-file.sh: New file.
5835         * tests/test-copy-file.c: New file.
5836         * tests/test-copy-file-sameacls.c: New file.
5837
5838 2008-05-22  Eric Blake  <ebb9@byu.net>
5839
5840         Avoid gcc warning.
5841         * tests/test-memcmp.c (main): Pass NULL indirectly.
5842
5843 2008-05-21  Bruno Haible  <bruno@clisp.org>
5844
5845         Add reference doc about ACLs.
5846         * doc/acl-resources.txt: New file.
5847         * doc/acl-cygwin.txt: New file.
5848
5849 2008-05-21  Bruno Haible  <bruno@clisp.org>
5850
5851         Avoid one more warning from gcc.
5852         * lib/vasnprintf.c (IF_LINT): Update comments.
5853         (VASNPRINTF): Use it also for the 'prefix' array initializer.
5854
5855 2008-05-21  Jim Meyering  <meyering@redhat.com>
5856
5857         avoid a warning from gcc
5858         * lib/vasnprintf.c (IF_LINT): Define.
5859         (scale10_round_decimal_long_double):
5860         Use it to avoid a "may be used uninitialized" warning.
5861         (scale10_round_decimal_double): Likewise.
5862
5863 2008-05-21  Simon Josefsson  <simon@josefsson.org>
5864
5865         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
5866         declared.
5867
5868 2008-05-20  Bruno Haible  <bruno@clisp.org>
5869
5870         * tests/test-memcmp.c (main): Test also the sign of the result. Test
5871         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
5872
5873 2008-05-20  Simon Josefsson  <simon@josefsson.org>
5874
5875         * modules/memcmp-tests: New file.
5876         * tests/test-memcmp.c: New file.
5877
5878 2008-05-19  Bruno Haible  <bruno@clisp.org>
5879
5880         * modules/propername (Notice, configure.ac): Put quoted "..." into
5881         --keyword option.
5882         * lib/propername.h: Update comments accordingly.
5883         Reported by Eric Blake.
5884
5885 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
5886
5887         * modules/getpass-gnu (Depends-on): Add fseeko.
5888
5889 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5890
5891         * modules/base64-tests: New file.
5892
5893 2008-05-19  Bo Borgerson <gigabo@gmail.com>
5894
5895         * lib/base64.c (base64_decode_ctx): If a decode context structure
5896         was passed in use it to ignore newlines.  If a context structure
5897         was _not_ passed in, continue to treat newlines as garbage (this
5898         is the historical behavior).  Formerly base64_decode.
5899         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5900         takes a decode context structure.
5901         * lib/base64.h (base64_decode): Macro for four-argument calls.
5902         (base64_decode_alloc): Likewise.
5903         * lib/base64.c (base64_decode_ctx): If a decode context structure
5904         was passed in use it to ignore newlines.  If a context structure
5905         was _not_ passed in, continue to treat newlines as garbage (this
5906         is the historical behavior).  Formerly base64_decode.
5907         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5908         takes a decode context structure.
5909         * lib/base64.h (base64_decode): Macro for four-argument calls.
5910         (base64_decode_alloc): Likewise.
5911
5912 2008-05-19  Jim Meyering  <meyering@redhat.com>
5913
5914         avoid a warning from gcc
5915         * lib/trim.c (IF_LINT): Define.
5916         (trim2): Use it to avoid a "may be used uninitialized" warning.
5917
5918         Fix doc typo.
5919         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
5920
5921 2008-05-19  Bruno Haible  <bruno@clisp.org>
5922
5923         * doc/glibc-functions/getpass.texi: Document limits of other
5924         implementations.
5925
5926 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5927             Bruno Haible <bruno@clisp.org>
5928
5929         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
5930
5931 2008-05-18  Bruno Haible  <bruno@clisp.org>
5932
5933         * modules/propername: New file, from GNU gettext.
5934         * lib/propername.h: New file, from GNU gettext.
5935         * lib/propername.c: New file, from GNU gettext.
5936         * MODULES.html.sh (Internationalization functions): Add propername.
5937
5938 2008-05-16  Jim Meyering  <meyering@redhat.com>
5939             Bruno Haible  <bruno@clisp.org>
5940
5941         Avoid some warnings from "gcc -Wshadow".
5942         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5943
5944 2008-05-15  Eric Blake  <ebb9@byu.net>
5945
5946         Extend previous patch to cygwin 1.7.0.
5947         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5948         fast implementation in cygwin >= 1.7.0.
5949         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5950         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5951
5952 2008-05-15  Bruno Haible  <bruno@clisp.org>
5953
5954         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5955         implementation in glibc >= 2.9.
5956         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5957         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5958
5959 2008-05-15  Bruno Haible  <bruno@clisp.org>
5960
5961         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5962         (Unicode string functions): Add unilbrk/*.
5963         Reported by Karl Berry.
5964
5965 2008-05-15  Eric Blake  <ebb9@byu.net>
5966
5967         Fix violation of <stdbool.h> replacement in regex.
5968         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5969         * lib/regexec.c (re_search_internal): Likewise.
5970         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5971
5972 2008-05-15  Jim Meyering  <meyering@redhat.com>
5973
5974         avoid distracting test output when git or cvs is not found
5975         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5976         * tests/test-vc-list-files-git.sh: Likewise.
5977
5978 2008-05-15  Eric Blake  <ebb9@byu.net>
5979
5980         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5981         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5982         glibc version.
5983         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5984         * doc/posix-functions/strstr.texi (strstr): Likewise.
5985         * lib/str-two-way.h (MAX): Sychronize with glibc.
5986
5987 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5988
5989         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5990         opr.ctx_type.
5991         (calc_first): Initialize constraint field.
5992         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5993         Fix grammar.
5994         (duplicate_node): Merge constraint field for all node types.
5995         (calc_eclosure_iter): Look at constraint field for all node types.
5996         * lib/regex_internal.c (create_cd_newstate): Don't look at
5997         opr.ctx_type.
5998
5999 2008-05-14  Bruno Haible  <bruno@clisp.org>
6000
6001         Help GCC to do better code generation.
6002         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
6003         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
6004         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
6005         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
6006         Declare with attribute 'malloc' if supported.
6007
6008 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
6009
6010         use "echo STR|wc -c" rather than unportable "expr length STR"
6011         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
6012         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
6013
6014 2008-05-14  Jim Meyering  <meyering@redhat.com>
6015
6016         use dd ibs=$n count=1 ... rather than less-portable head -c$n
6017         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
6018         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
6019         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
6020         via Collin Lasse.
6021
6022 2008-05-14  Eric Blake  <ebb9@byu.net>
6023
6024         Avoid quadratic growth in gl_LIBSOURCES.
6025         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
6026         Suggested by Bruno Haible.
6027
6028         Test xmemdup0.
6029         * modules/xmemdup0-tests: New file.
6030         * tests/test-xmemdup0.c: Likewise.
6031
6032 2008-05-13  Eric Blake  <ebb9@byu.net>
6033
6034         Split xmemdup0 into its own module.
6035         * modules/xmemdup0: New file.
6036         * lib/xmemdup0.h: Likewise.
6037         * lib/xmemdup0.c: Likewise.
6038         * MODULES.html.sh (Memory management functions): Add xmemdup0.
6039         * lib/xalloc.h (xmemdup0): Remove.
6040         * lib/xmalloc.c (xmemdup0): Likewise.
6041
6042 2008-05-13  Eric Blake  <ebb9@byu.net>
6043             Bruno Haible  <bruno@clisp.org>
6044
6045         Reduce number of forks required during autoconf.
6046         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
6047         and gl_LIBSOURCES_DIR.
6048         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
6049         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
6050         m4_syscmd per file.
6051         <m4_foreach_w>: Move...
6052         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
6053
6054 2008-05-13  Eric Blake  <ebb9@byu.net>
6055
6056         * gnulib-tool: Fix various comment typos.
6057
6058 2008-05-12  Bruno Haible  <bruno@clisp.org>
6059
6060         Tailor the linebreaking algorithm.
6061         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
6062
6063 2008-05-12  Bruno Haible  <bruno@clisp.org>
6064
6065         Update to Unicode 5.0.0.
6066         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6067         LBP_JV, LBP_JT. Redistribute values.
6068         (unilbrk_table): Change size.
6069         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
6070         Unicode TR#14 rev. 22.
6071         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
6072         LBP_JV, LBP_JT. Redistribute values.
6073         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
6074         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
6075         Update.
6076         * lib/unilbrk/lbrkprop1.h: Regenerated.
6077         * lib/unilbrk/lbrkprop2.h: Regenerated.
6078         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
6079         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
6080         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
6081         Likewise.
6082         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
6083         Likewise.
6084         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
6085         result.
6086         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
6087         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
6088         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
6089         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
6090         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
6091         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
6092
6093 2008-05-11  Bruno Haible  <bruno@clisp.org>
6094
6095         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
6096
6097 2008-05-11  Bruno Haible  <bruno@clisp.org>
6098
6099         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
6100         * modules/unilbrk/gen-lbrk: New file.
6101
6102 2008-05-11  Bruno Haible  <bruno@clisp.org>
6103
6104         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
6105         * m4/sha512.m4 (gl_SHA512): Likewise.
6106
6107 2008-05-11  Jim Meyering  <meyering@redhat.com>
6108
6109         New modules: crypto/sha256, crypto/sha512 (from coreutils)
6110         * modules/crypto/sha256: New file.
6111         * modules/crypto/sha512: Likewise.
6112         * lib/sha256.c: Likewise.
6113         * lib/sha256.h: Likewise.
6114         * lib/sha512.c: Likewise.
6115         * lib/sha512.h: Likewise.
6116         * lib/u64.h: Likewise.
6117         * m4/sha256.m4: Likewise.
6118         * m4/sha512.m4: Likewise.
6119         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
6120
6121 2008-05-10  Bruno Haible  <bruno@clisp.org>
6122
6123         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
6124         (Input/Output <stdio.h>): Add xprintf.
6125         (Signal handling <signal.h>): Add strsignal.
6126         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
6127         (Core language properties): Add func.
6128         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
6129         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
6130         strings.
6131         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
6132         (Input/output): New section.
6133         (File system functions): Add openat-die, stat-macros.
6134         (Networking functions): Add sockets.
6135         (Unicode string functions): Add unictype/*.
6136         (Support for building libraries and executables): Add gperf.
6137         (Support for building documentation): Add agpl-3.0.
6138         (Misc): Add nocrash.
6139
6140 2008-05-10  Bruno Haible  <bruno@clisp.org>
6141
6142         * modules/unictype/gen-ctype: New file.
6143
6144 2008-05-10  Jim Meyering  <meyering@redhat.com>
6145
6146         Make chdir-safer.c more efficient on a system with no symlinks.
6147         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
6148         also if ELOOP is zero.  Suggested by Bruno Haible.
6149
6150         Make chdir-safer.c slightly safer.
6151         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
6152         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
6153
6154         Avoid compile failure on systems without ELOOP (like mingw).
6155         * lib/chdir-safer.c (ELOOP): Define if not already defined.
6156         Reported by Bruno Haible.
6157
6158 2008-05-10  Bruno Haible  <bruno@clisp.org>
6159
6160         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
6161         (is_utf8_encoding): Use a case-insensitive comparison.
6162         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
6163         streq.
6164
6165 2008-05-10  Bruno Haible  <bruno@clisp.org>
6166
6167         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
6168         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
6169         * lib/unilbrk/ulc-common.h (iconv_string_length,
6170         iconv_string_keeping_offsets): Remove declarations.
6171         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
6172         Don't include <iconv.h>, streq.h, xsize.h.
6173         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
6174         conversion.
6175         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
6176         <iconv.h>, streq.h, xsize.h.
6177         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
6178         conversion.
6179         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
6180         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
6181         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
6182         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
6183
6184 2008-05-10  Bruno Haible  <bruno@clisp.org>
6185
6186         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
6187         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
6188
6189         * modules/unilbrk/u32-width-linebreaks-tests: New file.
6190         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
6191
6192         * modules/unilbrk/u16-width-linebreaks-tests: New file.
6193         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
6194
6195         * modules/unilbrk/u8-width-linebreaks-tests: New file.
6196         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
6197
6198         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
6199         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
6200
6201         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
6202         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
6203
6204         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
6205         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
6206
6207         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
6208         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
6209
6210 2008-05-10  Bruno Haible  <bruno@clisp.org>
6211
6212         Split up 'linebreak' module.
6213         * lib/unilbrk.h: New file, based on lib/linebreak.h.
6214         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
6215         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
6216         modifications.
6217         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
6218         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
6219         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
6220         lib/linebreak.c.
6221         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
6222         lib/linebreak.c.
6223         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
6224         lib/linebreak.c.
6225         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
6226         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
6227         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
6228         lib/linebreak.c.
6229         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
6230         lib/linebreak.c.
6231         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
6232         lib/linebreak.c.
6233         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
6234         lib/linebreak.c.
6235         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
6236         lib/linebreak.c.
6237         * modules/unilbrk/base: New file.
6238         * modules/unilbrk/tables: New file.
6239         * modules/unilbrk/u8-possible-linebreaks: New file.
6240         * modules/unilbrk/u16-possible-linebreaks: New file.
6241         * modules/unilbrk/u32-possible-linebreaks: New file.
6242         * modules/unilbrk/ulc-common: New file.
6243         * modules/unilbrk/ulc-possible-linebreaks: New file.
6244         * modules/unilbrk/u8-width-linebreaks: New file.
6245         * modules/unilbrk/u16-width-linebreaks: New file.
6246         * modules/unilbrk/u32-width-linebreaks: New file.
6247         * modules/unilbrk/ulc-width-linebreaks: New file.
6248         * lib/linebreak.h: Remove file.
6249         * lib/linebreak.c: Remove file.
6250         * m4/linebreak.m4: Remove file.
6251         * modules/linebreak: Remove file.
6252         * NEWS: Mention the changes.
6253
6254 2008-05-09  Eric Blake  <ebb9@byu.net>
6255
6256         Add xmemdup0.
6257         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
6258         implementation.
6259         * lib/xmalloc.c (xmemdup0): New C implementation.
6260
6261 2008-05-08  Bruno Haible  <bruno@clisp.org>
6262
6263         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
6264
6265 2008-05-07  Eric Blake  <ebb9@byu.net>
6266
6267         Support cross-compilation of <wctype.h>.
6268         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
6269         AC_CACHE_CHECK.
6270
6271 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
6272
6273         * build-aux/vc-list-files: Add support for bzr.
6274
6275 2008-05-03  Jim Meyering  <meyering@redhat.com>
6276
6277         avoid failed assertion with tight malloc
6278         * tests/test-getndelim2.c: Correct an off-by-one assertion.
6279
6280 2008-05-03  Simon Josefsson  <simon@josefsson.org>
6281
6282         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
6283         are needed from arpa/inet.h.
6284         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
6285         Reported by Bruno Haible.
6286
6287 2008-05-02  Jim Meyering  <meyering@redhat.com>
6288
6289         avoid compilation error on FreeBSD 6
6290         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
6291
6292 2008-05-01  Jim Meyering  <meyering@redhat.com>
6293
6294         useless-if-before-free: correct --help's exit status description
6295         * build-aux/useless-if-before-free (usage): Like grep, exit 0
6296         for one or more matches, etc.  Reported by Bruno Haible.
6297
6298         vc-list-files: make the stand-alone gnulib test work
6299         * modules/vc-list-files-tests (configure.ac):
6300         Define and AC_SUBST abs_aux_dir.
6301         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
6302         $(abs_top_srcdir) to each script and having each of them
6303         duplicate the work of setting PATH, set PATH here, using
6304         the new variable, abs_aux_dir instead.
6305         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
6306         * tests/test-vc-list-files-git.sh: Likewise.
6307         Reported by Bruno Haible.
6308
6309 2008-05-01  Bruno Haible  <bruno@clisp.org>
6310
6311         * lib/getndelim2.c (getndelim2): Fix newsize computation during
6312         reallocation. Rename 'done' to 'found_delimiter'.
6313
6314 2008-05-01  Jim Meyering  <meyering@redhat.com>
6315
6316         vc-list-files: accommodate /bin/sh like the one from Solaris 10
6317         * build-aux/vc-list-files: Use `...`, not $(...).
6318
6319 2008-04-30  Jim Meyering  <meyering@redhat.com>
6320
6321         add tests for vc-list-files
6322         * modules/vc-list-files-tests: New module.
6323         * tests/test-vc-list-files-cvs.sh: New file.
6324         * tests/test-vc-list-files-git.sh: New file.
6325
6326         avoid a warning from gcc
6327         * lib/getndelim2.c (IF_LINT): Define.
6328         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
6329
6330         vc-list-files: work properly with build-aux/cvsu, too
6331         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
6332         to all cvs-based clauses.
6333
6334         vc-list-files: work properly in the CVS+awk case, too
6335         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
6336
6337         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
6338         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
6339         take more than one file argument, so .  Add quotes, just in case $dir
6340         ever contains a shell meta-character.  Prompted by Soren Hansen in
6341         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
6342
6343 2008-04-29  Eric Blake  <ebb9@byu.net>
6344
6345         Optimize getndelim2 to use block operations when possible.
6346         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
6347         freadseek, and memchr2.
6348         * lib/getndelim2.c (getndelim2): Use them for block reads.
6349
6350 2008-04-29  Bruno Haible  <bruno@clisp.org>
6351
6352         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
6353         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6354         * modules/inet_ntop (Depends-on): Add extensions.
6355         * modules/inet_pton (Depends-on): Likewise.
6356         Reported by Simon Josefsson.
6357
6358 2008-04-29  Jim Meyering  <meyering@redhat.com>
6359
6360         When the is more than one match in a block, match all of them.
6361         * build-aux/useless-if-before-free: Iterate through each block
6362         until there are no more matches.
6363
6364         Fix broken useless-if-before-free script.
6365         * build-aux/useless-if-before-free: Fix typo: missing "?" after
6366         the expression to match cast of argument to free-like function.
6367
6368 2008-04-29  Eric Blake  <ebb9@byu.net>
6369
6370         Use new header.
6371         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
6372
6373 2008-04-29  Jim Meyering  <meyering@redhat.com>
6374
6375         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
6376         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
6377         by gnulib to exist and to declare e.g., inet_ntop.
6378         Don't include "inet_ntop.h", now removed.
6379
6380         * m4/arpa_inet_h.m4: Remove trailing blanks.
6381
6382 2008-04-29  Eric Blake  <ebb9@byu.net>
6383
6384         Silence valgrind on safe reads beyond potential array bounds.
6385         * lib/rawmemchr.valgrind: New file.
6386         * lib/strchrnul.valgrind: Likewise.
6387         * modules/rawmemchr (Files): Distribute new file.
6388         * modules/strchrnul (Files): Likewise.
6389         Suggested by Bruno Haible.
6390
6391 2008-04-29  Bruno Haible  <bruno@clisp.org>
6392
6393         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
6394         (inet_ntop, inet_pton): Change portability warning's wording.
6395         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
6396         Invoke gl_CHECK_NEXT_HEADERS.
6397         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
6398         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
6399         set ARPA_INET_H.
6400         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6401         * modules/arpa_inet (Description): No longer only for systems that
6402         lack it.
6403         (Depends-on): Add include_next.
6404         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
6405         HAVE_ARPA_INET_H.
6406
6407 2008-04-29  Jim Meyering  <meyering@redhat.com>
6408
6409         * modules/mkdir (License): Re-license as LGPLv2+.
6410
6411 2008-04-29  Bruno Haible  <bruno@clisp.org>
6412
6413         * modules/rawmemchr (Maintainer): Set to Eric.
6414         * modules/strchrnul (Maintainer): Likewise.
6415
6416 2008-04-29  Simon Josefsson  <simon@josefsson.org>
6417
6418         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
6419         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
6420
6421         * modules/arpa_inet (arpa/inet.h): Use them.
6422
6423 2008-04-28  Eric Blake  <ebb9@byu.net>
6424
6425         Test getndelim2.
6426         * modules/getndelim2-tests: New file.
6427         * tests/test-getndelim2.c: Likewise.
6428         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
6429         stream.
6430         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
6431
6432         * MODULES.html.sh: Document new module.
6433
6434 2008-04-20  Bruno Haible  <bruno@clisp.org>
6435
6436         * lib/c-stack.c (die): Use raise.
6437         * modules/c-stack (Depends-on): Add raise.
6438
6439 2008-04-28  Bruno Haible  <bruno@clisp.org>
6440
6441         Expect rpmatch to be declared.
6442         * lib/yesno.c (rpmatch): Remove declaration.
6443
6444         Declare rpmatch.
6445         * lib/stdlib.in.h (rpmatch): New declaration.
6446         * lib/rpmatch.c: Include <stdlib.h> first.
6447         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
6448         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
6449         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
6450         HAVE_RPMATCH.
6451         * modules/rpmatch (Depends-on): Add stdlib, extensions.
6452         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6453         (Include): Set to <stdlib.h>.
6454         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
6455         HAVE_RPMATCH.
6456         * NEWS: Document the change.
6457
6458 2008-04-28  Bruno Haible  <bruno@clisp.org>
6459
6460         Change rpmatch to use nl_langinfo when appropriate.
6461         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
6462         (N_): New macro.
6463         (localized_pattern): New function/macro.
6464         (try): Remove match, nomatch arguments. Copy the pattern into safe
6465         memory before caching it.
6466         (rpmatch): Use localized_pattern. Add translator comments.
6467         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
6468         Suggested by Eric Blake.
6469         * modules/rpmatch (Depends-on): Add stdbool.
6470
6471 2008-04-28  Eric Blake  <ebb9@byu.net>
6472
6473         Add rawmemchr module, matching glibc.
6474         * modules/string (Makefile.am): New indicator.
6475         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
6476         * lib/string.in.h (rawmemchr): Declare when appropriate.
6477         * modules/rawmemchr: New file.
6478         * m4/rawmemchr.m4: Likewise.
6479         * lib/rawmemchr.c: Likewise.
6480         * modules/rawmemchr-tests: Likewise.
6481         * tests/test-rawmemchr.c: Likewise.
6482         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
6483         module.
6484         * modules/strchrnul (Depends-on): Add rawmemchr.
6485         * lib/strchrnul.c (strchrnul): Optimize a corner case.
6486
6487         Whitespace cleanup.
6488         * tests/test-strchrnul.c: Reindent.
6489         * lib/strchrnul.c: Likewise.
6490
6491         Optimize and test strchrnul.
6492         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
6493         * modules/strchrnul-tests: New file.
6494         * tests/test-strchrnul.c: Likewise.
6495
6496         Remove intprops dependency.
6497         * modules/memchr (Depends-on): Remove intprops.
6498         * modules/memrchr (Depends-on): Likewise.
6499         * modules/memchr2 (Depends-on): Likewise.
6500         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
6501         * lib/memrchr.c (__memrchr): Likewise.
6502         * lib/memrchr2.c (memchr2): Likewise.
6503         Reported by Simon Josefsson.
6504
6505 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6506
6507         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
6508         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6509
6510 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6511
6512         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
6513
6514         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
6515
6516         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
6517
6518         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
6519         declarations.
6520         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
6521
6522         * m4/inet_pton.m4: Don't check for header files.
6523
6524         * m4/inet_ntop.m4: Don't check for header files.
6525
6526 2008-04-28  Simon Josefsson  <simon@josefsson.org>
6527
6528         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
6529         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
6530         trigger for cygwin).
6531         Reported by Bruno Haible  <bruno@clisp.org>.
6532
6533 2008-04-28  Bruno Haible  <bruno@clisp.org>
6534
6535         * doc/posix-functions/strdup.texi: Mention mingw problem.
6536
6537 2008-04-27  Bruno Haible  <bruno@clisp.org>
6538
6539         * modules/stat-time-tests (Depends-on): Add sleep.
6540         * tests/test-stat-time.c (force_unlink): New function.
6541         (cleanup): Use it.
6542         (test_mtime): Remove the ctime related tests.
6543         (test_ctime): New function, containing the ctime related tests.
6544         (main): Call test_ctime, except on native Windows platforms.
6545
6546 2008-04-27  Bruno Haible  <bruno@clisp.org>
6547
6548         * lib/rpmatch.c (rpmatch): Add some comments.
6549         Reported by James Youngman <jay@gnu.org>.
6550
6551 2008-04-27  Bruno Haible  <bruno@clisp.org>
6552
6553         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
6554         quiet NaNs.
6555
6556 2008-04-27  Bruno Haible  <bruno@clisp.org>
6557
6558         Make test-yesno.sh work on mingw.
6559         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
6560         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
6561         (main): Set stdin to binary mode.
6562         * modules/yesno-tests (Depends-on): Add binary-io.
6563
6564 2008-04-27  Bruno Haible  <bruno@clisp.org>
6565
6566         Fix 'isfinite' on x86, x86_64, ia64 platforms.
6567         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
6568         argument that lie outside the IEEE 854 domain.
6569         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
6570         (gl_ISFINITE): Use it.
6571         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
6572
6573 2008-04-27  Bruno Haible  <bruno@clisp.org>
6574
6575         Allow local renaming in config.h.
6576         * lib/memrchr.c (memrchr): Don't undefine outside libc.
6577
6578 2008-04-27  Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/memchr.c (__memchr): Change type of 'i'.
6581         * lib/memchr2.c (memchr2): Likewise.
6582
6583 2008-04-26  Eric Blake  <ebb9@byu.net>
6584         and Bruno Haible  <bruno@clisp.org>
6585
6586         Optimize and test memrchr.
6587         * modules/memrchr (Depends-on): Add intprops.
6588         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
6589         * modules/memrchr-tests: New file.
6590         * tests/test-memrchr.c: New file.
6591
6592 2008-04-26  Bruno Haible  <bruno@clisp.org>
6593
6594         Add tentative support for DragonFly BSD.
6595         * lib/stdio-impl.h: Add macros for DragonFly BSD.
6596         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
6597         fp.
6598         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6599         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
6600         * lib/fpurge.c (fpurge): Likewise.
6601         * lib/freadable.c (freaadable): Likewise.
6602         * lib/freadahead.c (freadahead): Likewise.
6603         * lib/freading.c (freading): Likewise.
6604         * lib/freadptr.c (freadptr): Likewise.
6605         * lib/freadseek.c (freadptrinc): Likewise.
6606         * lib/fseeko.c (fseeko): Likewise.
6607         * lib/fseterr.c (fseterr): Likewise.
6608         * lib/fwritable.c (fwritable): Likewise.
6609         * lib/fwriting.c (fwriting): Likewise.
6610
6611 2008-04-26  Bruno Haible  <bruno@clisp.org>
6612
6613         * lib/stdio-impl.h: New file.
6614         * lib/fbufmode.c: Include stdio-impl.h.
6615         (fbufmode): Use fp_, remove redundant #defines.
6616         * lib/fflush.c: Include stdio-impl.h.
6617         (clear_ungetc_buffer): Remove redundant #defines.
6618         * lib/fpurge.c: Include stdio-impl.h.
6619         (fpurge): Remove redundant #defines.
6620         * lib/freadable.c: Include stdio-impl.h.
6621         (freadable): Remove redundant #defines.
6622         * lib/freadahead.c: Include stdio-impl.h.
6623         (freadahead): Remove redundant #defines.
6624         * lib/freading.c: Include stdio-impl.h.
6625         (freading): Remove redundant #defines.
6626         * lib/freadptr.c: Include stdio-impl.h.
6627         (freadptr): Remove redundant #defines.
6628         * lib/freadseek.c: Include stdio-impl.h.
6629         (freadptrinc): Remove redundant #defines.
6630         * lib/fseeko.c: Include stdio-impl.h.
6631         (rpl_fseeko): Remove redundant #defines.
6632         * lib/fseterr.c: Include stdio-impl.h.
6633         (fseterr): Remove redundant #defines.
6634         * lib/fwritable.c: Include stdio-impl.h.
6635         (fwritable: Remove redundant #defines.
6636         * lib/fwriting.c: Include stdio-impl.h.
6637         (fwriting): Remove redundant #defines.
6638         * modules/fbufmode (Files): Add lib/stdio-impl.h.
6639         * modules/fflush (Files): Likewise.
6640         * modules/fpurge (Files): Likewise.
6641         * modules/freadable (Files): Likewise.
6642         * modules/freadahead (Files): Likewise.
6643         * modules/freading (Files): Likewise.
6644         * modules/freadptr (Files): Likewise.
6645         * modules/freadseek (Files): Likewise.
6646         * modules/fseeko (Files): Likewise.
6647         * modules/fseterr (Files): Likewise.
6648         * modules/fwritable (Files): Likewise.
6649         * modules/fwriting (Files): Likewise.
6650
6651 2008-04-26  Bruno Haible  <bruno@clisp.org>
6652
6653         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
6654         restore_seek_optimization, update_fpos_cache): New functions, extracted
6655         from rpl_fflush.
6656         (rpl_fflush): Use them.
6657         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
6658         (gl_REPLACE_FFLUSH): Use it.
6659
6660 2008-04-26  Bruno Haible  <bruno@clisp.org>
6661
6662         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
6663         on Solaris.
6664         * tests/test-xstrtoimax.sh: Likewise.
6665         * tests/test-xstrtoumax.sh: Likewise.
6666         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6667
6668 2008-04-26  Bruno Haible  <bruno@clisp.org>
6669
6670         * modules/memchr-tests: New file.
6671         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
6672
6673 2008-04-26  Eric Blake  <ebb9@byu.net>
6674             Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/memchr.c: Include intprops.h.
6677         (__memchr): Optimize parallel detection of matching bytes. Rename local
6678         variables. Add explanatory comments.
6679
6680 2008-04-26  Bruno Haible  <bruno@clisp.org>
6681
6682         Fix module 'memchr', broken since 2000-10-28.
6683         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
6684
6685 2008-04-26  Bruno Haible  <bruno@clisp.org>
6686
6687         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
6688         comments.
6689
6690 2008-04-25  Eric Blake  <ebb9@byu.net>
6691
6692         Use native fstatat on cygwin 1.7.0.
6693         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
6694         first.
6695
6696 2008-04-23  Eric Blake  <ebb9@byu.net>
6697
6698         Improve memchr2 performance.
6699         * lib/memchr2.c (memchr2): Further optimize parallel detection of
6700         NUL bytes.
6701         * modules/memchr2 (Depends-on): Use intprops.h.
6702
6703 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6704
6705         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6706         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6707         <blp@cs.stanford.edu>.
6708
6709 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6710
6711         * lib/arpa_inet.in.h: New file.
6712
6713         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6714         (Makefile.am): Sed in substitute header file.
6715
6716         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6717         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6718
6719         * modules/inet_ntop (configure.ac): Use
6720         gl_ARPA_INET_MODULE_INDICATOR.
6721
6722         * modules/inet_pton (configure.ac): Use
6723         gl_ARPA_INET_MODULE_INDICATOR.
6724
6725 2008-04-22  Jim Meyering  <meyering@redhat.com>
6726
6727         * modules/verify (License): Re-license as LGPLv2+.
6728
6729 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6730
6731         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6732         parameter to void* as per POSIX standard (MinGW uses char*).
6733
6734 2008-04-21  Bruno Haible  <bruno@clisp.org>
6735
6736         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6737         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6738         Define to replacements if REPLACE_ISWCNTRL is 1.
6739         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6740         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6741         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6742         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6743         what it fixes.
6744         * doc/posix-functions/iswalpha.texi: Likewise.
6745         * doc/posix-functions/iswblank.texi: Likewise.
6746         * doc/posix-functions/iswcntrl.texi: Likewise.
6747         * doc/posix-functions/iswdigit.texi: Likewise.
6748         * doc/posix-functions/iswgraph.texi: Likewise.
6749         * doc/posix-functions/iswlower.texi: Likewise.
6750         * doc/posix-functions/iswprint.texi: Likewise.
6751         * doc/posix-functions/iswpunct.texi: Likewise.
6752         * doc/posix-functions/iswspace.texi: Likewise.
6753         * doc/posix-functions/iswupper.texi: Likewise.
6754         * doc/posix-functions/iswxdigit.texi: Likewise.
6755         Reported by Alain Guibert.
6756
6757 2008-04-21  Bruno Haible  <bruno@clisp.org>
6758
6759         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
6760         Patch by Alain Guibert.
6761
6762 2008-04-21  Bruno Haible  <bruno@clisp.org>
6763
6764         Fix test failures on mingw.
6765         * tests/test-xstrtol.c (print_no_progname): New function.
6766         (main): Install it in error_print_progname hook.
6767         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
6768         * tests/test-xstrtoimax.sh: Likewise.
6769         * tests/test-xstrtoumax.sh: Likewise.
6770
6771 2008-04-21  Bruno Haible  <bruno@clisp.org>
6772
6773         Fix test failure on mingw.
6774         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
6775
6776 2008-04-21  Bruno Haible  <bruno@clisp.org>
6777
6778         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
6779         Actually assign a value.
6780
6781 2008-04-20  Bruno Haible  <bruno@clisp.org>
6782
6783         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
6784         take 2.
6785         * lib/canonicalize.c (canonicalize_file_name): Elide if the
6786         'canonicalize-lgpl' module is also used.
6787         * lib/canonicalize-lgpl.c: Undo last change.
6788         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
6789
6790 2008-04-20  Bruno Haible  <bruno@clisp.org>
6791
6792         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
6793         config.h. Provide _mkdir based fallback for mingw.
6794         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
6795         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
6796         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
6797         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
6798         rather than defining mkdir in config.h.
6799         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
6800         (gl_SYS_STAT_H_DEFAULTS): New macro.
6801         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
6802         HAVE_IO_H any more.
6803         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
6804         HAVE_DECL_MKDIR and HAVE_IO_H.
6805
6806 2008-04-20  Bruno Haible  <bruno@clisp.org>
6807
6808         * lib/isapipe.c: Port to native Windows platforms.
6809
6810 2008-04-20  Bruno Haible  <bruno@clisp.org>
6811
6812         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
6813
6814 2008-04-21  Eric Blake  <ebb9@byu.net>
6815
6816         Work around preprocessors that don't handle UINTMAX_MAX.
6817         * lib/memchr2.c (memchr2): Avoid embedded #if.
6818         Reported by Alain Guibert, fix suggested by Bruno Haible.
6819
6820 2008-04-21  Simon Josefsson  <simon@josefsson.org>
6821
6822         * doc/posix-functions/strftime.texi (strftime): Explain better
6823         Windows incompatibility.  Suggested by Micah Cowan
6824         <micah@cowan.name>.
6825
6826 2008-04-20  Bruno Haible  <bruno@clisp.org>
6827
6828         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
6829         unistr/u8-mblen.
6830
6831 2008-04-20  Bruno Haible  <bruno@clisp.org>
6832
6833         Fix test failure on platforms with non-GNU iconv.
6834         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
6835         (U_TO_U8): Use it, rather than u16_to_u8.
6836         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
6837         units at the end of the input string.
6838         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
6839
6840 2008-04-20  Bruno Haible  <bruno@clisp.org>
6841
6842         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
6843         when the resulting length is 0.
6844         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
6845
6846 2008-04-20  Bruno Haible  <bruno@clisp.org>
6847
6848         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
6849         works.
6850         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
6851
6852 2008-04-20  Bruno Haible  <bruno@clisp.org>
6853
6854         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
6855         * modules/tsearch-tests (configure.ac): Test for initstate function.
6856
6857 2008-04-20  Bruno Haible  <bruno@clisp.org>
6858
6859         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
6860         for nlink_t if missing.
6861         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
6862
6863 2008-04-19  Bruno Haible  <bruno@clisp.org>
6864
6865         Work around snprintf bug on Linux libc5.
6866         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
6867         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6868         gl_SNPRINTF_SIZE1.
6869         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6870         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
6871         that test failed.
6872         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
6873         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
6874         * modules/snprintf (Files): Add m4/printf.m4.
6875         * modules/vsnprintf (Files): Likewise.
6876         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
6877         * doc/posix-functions/vsnprintf.texi: Likewise.
6878
6879 2008-04-19  Bruno Haible  <bruno@clisp.org>
6880
6881         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
6882         from 0.0058 to less than 10^-7.
6883
6884 2008-04-19  Bruno Haible  <bruno@clisp.org>
6885
6886         Fix rounding when a precision is given.
6887         * lib/vasnprintf.c (is_borderline): New function.
6888         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
6889         9...9x.
6890         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
6891         %e, %g.
6892         * tests/test-vasprintf-posix.c (test_function): Likewise.
6893         * tests/test-snprintf-posix.h (test_function): Likewise.
6894         * tests/test-sprintf-posix.h (test_function): Likewise.
6895         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
6896         * tests/test-printf-posix.h (test_function): Likewise.
6897         * tests/test-printf-posix.output: Update.
6898         Reported by John Darrington <john@darrington.wattle.id.au> via
6899         Ben Pfaff <blp@cs.stanford.edu>.
6900
6901 2008-04-18  Simon Josefsson  <simon@josefsson.org>
6902
6903         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
6904         Suggested by Bruno Haible <bruno@clisp.org>.
6905
6906 2008-04-17  Bruno Haible  <bruno@clisp.org>
6907
6908         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
6909         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
6910         implementation.
6911         Patch by Bruce Merry <bmerry@gmail.com>.
6912
6913 2008-04-17  Simon Josefsson  <simon@josefsson.org>
6914
6915         * doc/posix-functions/strftime.texi (strftime): Mention that %e
6916         doesn't work under Windows.
6917
6918 2008-04-16  Bruno Haible  <bruno@clisp.org>
6919
6920         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
6921         New macros.
6922         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
6923         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
6924         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
6925         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
6926         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
6927         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
6928         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
6929         macros.
6930         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
6931         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
6932         Northern Sotho, Uighur.
6933
6934 2008-04-16  Bruno Haible  <bruno@clisp.org>
6935
6936         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
6937         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
6938         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6939         Reported by Daniel Bergström <daniel@octocode.com>.
6940
6941 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6942             Bruno Haible  <bruno@clisp.org>
6943
6944         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6945         function.
6946         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6947         New functions, mostly extracted from gl_locale_name_default.
6948         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6949
6950 2008-04-16  Eric Blake  <ebb9@byu.net>
6951
6952         Adjust strtod detection to catch glibc 2.7 bug.
6953         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6954         Reported by John Gatewood Ham.
6955
6956 2008-04-16  Bruno Haible  <bruno@clisp.org>
6957
6958         Add tentative support for Linux libc5.
6959         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6960         * lib/fpurge.c (fpurge): Likewise.
6961         * lib/freadable.c (freadable): Likewise.
6962         * lib/freadahead.c (freadahead): Likewise.
6963         * lib/freading.c (freading): Likewise.
6964         * lib/freadptr.c (freadptr): Likewise.
6965         * lib/freadseek.c (freadptrinc): Likewise.
6966         * lib/fseeko.c (rpl_fseeko): Likewise.
6967         * lib/fseterr.c (fseterr): Likewise.
6968         * lib/fwritable.c (fwritable): Likewise.
6969         * lib/fwriting.c (fwriting): Likewise.
6970         Reported by Alain Guibert <alguibert+bts@free.fr>.
6971
6972 2008-04-15  Bruno Haible  <bruno@clisp.org>
6973
6974         * modules/mathl (configure.ac): Define module indicator.
6975
6976 2008-04-15  Bruno Haible  <bruno@clisp.org>
6977
6978         * lib/logl.c (logl): Remove unused variables.
6979
6980 2008-04-15  Bruno Haible  <bruno@clisp.org>
6981
6982         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6983         fails.
6984
6985 2008-04-15  Bruno Haible  <bruno@clisp.org>
6986
6987         * lib/trim.c (trim2): Fix argument of isspace() macro.
6988
6989 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6990
6991         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6992         to 0.
6993         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6994
6995 2008-04-14  Bruno Haible  <bruno@clisp.org>
6996
6997         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6998         AC_LANG_PROGRAM argument.
6999         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
7000         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
7001         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
7002         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7003         * m4/math_h.m4 (gl_MATH_H): Likewise.
7004         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
7005         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7006         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7007         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
7008         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7009         * m4/regex.m4 (gl_REGEX): Likewise.
7010         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
7011         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
7012         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7013         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
7014         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7015         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7016         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7017         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7018
7019 2008-04-14  Jim Meyering  <meyering@redhat.com>
7020
7021         test-strtod: fix typos: s/abs/fabs/
7022         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
7023
7024 2008-04-13  Bruno Haible  <bruno@clisp.org>
7025
7026         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
7027         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
7028         module is also used and while not building the reloc-wrapper.
7029
7030 2008-04-13  Bruno Haible  <bruno@clisp.org>
7031
7032         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
7033
7034 2008-04-13  Bruno Haible  <bruno@clisp.org>
7035
7036         Fix AIX compilation failure introduced on 2008-04-02.
7037         * tests/test-frexp.c (exp): Undefine before redefining.
7038         * tests/test-frexpl.c (exp): Likewise.
7039
7040 2008-04-13  Bruno Haible  <bruno@clisp.org>
7041
7042         Work around a HP-UX stdio bug.
7043         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
7044         * tests/test-ftello.c (main): Likewise.
7045         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
7046         * doc/posix-functions/ftello.texi: Likewise.
7047
7048 2008-04-13  Bruno Haible  <bruno@clisp.org>
7049
7050         Make test-signbit pass on HP-UX/hppa.
7051         * tests/test-signbit.c (minus_zerol): New variable.
7052         (test_signbitl): Use it.
7053
7054 2008-04-13  Bruno Haible  <bruno@clisp.org>
7055
7056         Make truncl work on OSF/1 4.0.
7057         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
7058         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7059         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
7060         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
7061         HAVE_DECL_TRUNCL.
7062         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
7063         HAVE_DECL_TRUNCL.
7064         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
7065
7066 2008-04-13  Bruno Haible  <bruno@clisp.org>
7067
7068         * lib/unictype.h: Remove trailing comma from enumeration definitions.
7069
7070 2008-04-13  Bruno Haible  <bruno@clisp.org>
7071
7072         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
7073         expression, so as to avoid HP-UX 11 cc compiler bug.
7074
7075 2008-04-13  Bruno Haible  <bruno@clisp.org>
7076
7077         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
7078
7079 2008-04-13  Bruno Haible  <bruno@clisp.org>
7080
7081         * lib/git-merge-changelog.c: Remove empty declaration outside of
7082         functions.
7083
7084 2008-04-13  Bruno Haible  <bruno@clisp.org>
7085
7086         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
7087
7088 2008-04-13  Bruno Haible  <bruno@clisp.org>
7089
7090         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
7091         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
7092         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
7093         also if it exists but lacks definitions of the SHUT_* macros.
7094         * modules/sys_socket (Description): Update.
7095         Reported by Elbert Pol <e.pol@chello.nl>.
7096
7097 2008-04-13  Bruno Haible  <bruno@clisp.org>
7098
7099         * lib/localcharset.c (OS2): Don't redefine if already defined.
7100         Reported by Elbert Pol <e.pol@chello.nl>.
7101
7102 2008-04-13  Bruno Haible  <bruno@clisp.org>
7103
7104         * lib/binary-io.h [__EMX__]: Include <io.h>.
7105         Reported by Elbert Pol <e.pol@chello.nl>.
7106
7107 2008-04-12  Bruno Haible  <bruno@clisp.org>
7108
7109         * lib/fpucw.h: Enable the definitions also for x86_64.
7110         Needed for NetBSD/x86_64.
7111         Reported by Thomas Klausner <tk@giga.or.at>.
7112
7113 2008-04-12  Bruno Haible  <bruno@clisp.org>
7114
7115         * tests/test-strtod.c: Include isnand.h.
7116         (main): Use isnand instead of isnan.
7117         Reported by Jim Meyering.
7118
7119 2008-04-12  Bruno Haible  <bruno@clisp.org>
7120
7121         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
7122         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7123
7124 2008-04-12  Jim Meyering  <meyering@redhat.com>
7125
7126         * m4/math_h.m4 (gl_MATH_H): Fix typos.
7127
7128 2008-04-12  Bruno Haible  <bruno@clisp.org>
7129
7130         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
7131         Reported by Elbert Pol <e.pol@chello.nl>.
7132
7133 2008-04-12  Eric Blake  <ebb9@byu.net>
7134
7135         Work around Solaris 10 math.h bug.
7136         * m4/math_h.m4 (gl_MATH_H): Check for bug.
7137         (gl_MATH_H_DEFAULTS): Set up default.
7138         * modules/math (Makefile.am): Replace new indicators.
7139         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
7140         * tests/test-math.c (main): Test this.
7141         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
7142         * doc/posix-headers/math.texi (math.h): Mention bug.
7143         Reported by Nelson H. F. Beebe and Jim Meyering.
7144
7145 2008-04-11  Bruno Haible  <bruno@clisp.org>
7146
7147         Adapt to future versions of Apple GCC.
7148         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
7149         Reported by Peter O'Gorman <peter@pogma.com>.
7150
7151 2008-04-11  Bruno Haible  <bruno@clisp.org>
7152
7153         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
7154
7155 2008-04-11  Bruno Haible  <bruno@clisp.org>
7156
7157         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
7158
7159         * modules/getaddrinfo-tests (Makefile.am): Define
7160         test_getaddrinfo_LDADD.
7161
7162 2008-04-11  Bruno Haible  <bruno@clisp.org>
7163
7164         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
7165         (init): Fix syntax error.
7166         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
7167         is declared.
7168
7169 2008-04-11  Bruno Haible  <bruno@clisp.org>
7170
7171         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
7172         * modules/glob (Depends-on): Add stdbool.
7173
7174 2008-04-11  Bruno Haible  <bruno@clisp.org>
7175
7176         * lib/trim.c: Include <string.h>.
7177
7178 2008-04-11  Eric Blake  <ebb9@byu.net>
7179
7180         Avoid compile failure on OS/2.
7181         * lib/regex_internal.h (internal_function): Disable optimization
7182         on OS/2 (__EMX__), where it caused compiler error.
7183         Reported by Elbert Pol.
7184
7185 2008-04-11  Bruno Haible  <bruno@clisp.org>
7186
7187         Flush the standard error stream before aborting. Needed on mingw.
7188         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
7189         * tests/test-array_list.c (ASSERT): Likewise.
7190         * tests/test-array_oset.c (ASSERT): Likewise.
7191         * tests/test-avltree_list.c (ASSERT): Likewise.
7192         * tests/test-avltree_oset.c (ASSERT): Likewise.
7193         * tests/test-avltreehash_list.c (ASSERT): Likewise.
7194         * tests/test-binary-io.c (ASSERT): Likewise.
7195         * tests/test-byteswap.c (ASSERT): Likewise.
7196         * tests/test-c-ctype.c (ASSERT): Likewise.
7197         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
7198         * tests/test-c-strcasestr.c (ASSERT): Likewise.
7199         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
7200         * tests/test-c-strstr.c (ASSERT): Likewise.
7201         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
7202         * tests/test-canonicalize.c (ASSERT): Likewise.
7203         * tests/test-carray_list.c (ASSERT): Likewise.
7204         * tests/test-ceilf1.c (ASSERT): Likewise.
7205         * tests/test-ceilf2.c (ASSERT): Likewise.
7206         * tests/test-ceill.c (ASSERT): Likewise.
7207         * tests/test-count-one-bits.c (ASSERT): Likewise.
7208         * tests/test-fbufmode.c (ASSERT): Likewise.
7209         * tests/test-fflush2.c (ASSERT): Likewise.
7210         * tests/test-floorf1.c (ASSERT): Likewise.
7211         * tests/test-floorf2.c (ASSERT): Likewise.
7212         * tests/test-floorl.c (ASSERT): Likewise.
7213         * tests/test-fopen.c (ASSERT): Likewise.
7214         * tests/test-fpending.c (ASSERT): Likewise.
7215         * tests/test-fprintf-posix.c (ASSERT): Likewise.
7216         * tests/test-fpurge.c (ASSERT): Likewise.
7217         * tests/test-freadable.c (ASSERT): Likewise.
7218         * tests/test-freadahead.c (ASSERT): Likewise.
7219         * tests/test-freading.c (ASSERT): Likewise.
7220         * tests/test-freadptr.c (ASSERT): Likewise.
7221         * tests/test-freadptr2.c (ASSERT): Likewise.
7222         * tests/test-freadseek.c (ASSERT): Likewise.
7223         * tests/test-freopen.c (ASSERT): Likewise.
7224         * tests/test-frexp.c (ASSERT): Likewise.
7225         * tests/test-frexpl.c (ASSERT): Likewise.
7226         * tests/test-fseek.c (ASSERT): Likewise.
7227         * tests/test-fseeko.c (ASSERT): Likewise.
7228         * tests/test-fstrcmp.c (ASSERT): Likewise.
7229         * tests/test-ftell.c (ASSERT): Likewise.
7230         * tests/test-ftello.c (ASSERT): Likewise.
7231         * tests/test-func.c (ASSERT): Likewise.
7232         * tests/test-fwritable.c (ASSERT): Likewise.
7233         * tests/test-fwriting.c (ASSERT): Likewise.
7234         * tests/test-getdelim.c (ASSERT): Likewise.
7235         * tests/test-getline.c (ASSERT): Likewise.
7236         * tests/test-i-ring.c (ASSERT): Likewise.
7237         * tests/test-iconv-utf.c (ASSERT): Likewise.
7238         * tests/test-iconv.c (ASSERT): Likewise.
7239         * tests/test-isfinite.c (ASSERT): Likewise.
7240         * tests/test-isnand.c (ASSERT): Likewise.
7241         * tests/test-isnanf.c (ASSERT): Likewise.
7242         * tests/test-isnanl.h (ASSERT): Likewise.
7243         * tests/test-ldexpl.c (ASSERT): Likewise.
7244         * tests/test-linked_list.c (ASSERT): Likewise.
7245         * tests/test-linkedhash_list.c (ASSERT): Likewise.
7246         * tests/test-localename.c (ASSERT): Likewise.
7247         * tests/test-lseek.c (ASSERT): Likewise.
7248         * tests/test-mbscasecmp.c (ASSERT): Likewise.
7249         * tests/test-mbscasestr1.c (ASSERT): Likewise.
7250         * tests/test-mbscasestr2.c (ASSERT): Likewise.
7251         * tests/test-mbscasestr3.c (ASSERT): Likewise.
7252         * tests/test-mbscasestr4.c (ASSERT): Likewise.
7253         * tests/test-mbschr.c (ASSERT): Likewise.
7254         * tests/test-mbscspn.c (ASSERT): Likewise.
7255         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
7256         * tests/test-mbspbrk.c (ASSERT): Likewise.
7257         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
7258         * tests/test-mbsrchr.c (ASSERT): Likewise.
7259         * tests/test-mbsspn.c (ASSERT): Likewise.
7260         * tests/test-mbsstr1.c (ASSERT): Likewise.
7261         * tests/test-mbsstr2.c (ASSERT): Likewise.
7262         * tests/test-mbsstr3.c (ASSERT): Likewise.
7263         * tests/test-memchr2.c (ASSERT): Likewise.
7264         * tests/test-memmem.c (ASSERT): Likewise.
7265         * tests/test-open.c (ASSERT): Likewise.
7266         * tests/test-printf-frexp.c (ASSERT): Likewise.
7267         * tests/test-printf-frexpl.c (ASSERT): Likewise.
7268         * tests/test-printf-posix.c (ASSERT): Likewise.
7269         * tests/test-quotearg.c (ASSERT): Likewise.
7270         * tests/test-rbtree_list.c (ASSERT): Likewise.
7271         * tests/test-rbtree_oset.c (ASSERT): Likewise.
7272         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
7273         * tests/test-round1.c (ASSERT): Likewise.
7274         * tests/test-roundf1.c (ASSERT): Likewise.
7275         * tests/test-roundl.c (ASSERT): Likewise.
7276         * tests/test-signbit.c (ASSERT): Likewise.
7277         * tests/test-sleep.c (ASSERT): Likewise.
7278         * tests/test-snprintf-posix.c (ASSERT): Likewise.
7279         * tests/test-snprintf.c (ASSERT): Likewise.
7280         * tests/test-sprintf-posix.c (ASSERT): Likewise.
7281         * tests/test-stat-time.c (ASSERT): Likewise.
7282         * tests/test-strcasestr.c (ASSERT): Likewise.
7283         * tests/test-strerror.c (ASSERT): Likewise.
7284         * tests/test-striconv.c (ASSERT): Likewise.
7285         * tests/test-striconveh.c (ASSERT): Likewise.
7286         * tests/test-striconveha.c (ASSERT): Likewise.
7287         * tests/test-strsignal.c (ASSERT): Likewise.
7288         * tests/test-strstr.c (ASSERT): Likewise.
7289         * tests/test-strtod.c (ASSERT): Likewise.
7290         * tests/test-trunc1.c (ASSERT): Likewise.
7291         * tests/test-trunc2.c (ASSERT): Likewise.
7292         * tests/test-truncf1.c (ASSERT): Likewise.
7293         * tests/test-truncf2.c (ASSERT): Likewise.
7294         * tests/test-truncl.c (ASSERT): Likewise.
7295         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
7296         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
7297         * tests/test-vasnprintf.c (ASSERT): Likewise.
7298         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
7299         * tests/test-vasprintf.c (ASSERT): Likewise.
7300         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
7301         * tests/test-vprintf-posix.c (ASSERT): Likewise.
7302         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
7303         * tests/test-vsnprintf.c (ASSERT): Likewise.
7304         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
7305         * tests/test-wcwidth.c (ASSERT): Likewise.
7306         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
7307         * tests/test-xprintf-posix.c (ASSERT): Likewise.
7308         * tests/test-xvasprintf.c (ASSERT): Likewise.
7309         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
7310         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
7311         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
7312         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
7313         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
7314         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
7315         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
7316         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
7317         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
7318         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
7319         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
7320         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
7321         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
7322         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
7323         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
7324         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
7325         * tests/unictype/test-block_list.c (ASSERT): Likewise.
7326         * tests/unictype/test-block_of.c (ASSERT): Likewise.
7327         * tests/unictype/test-block_test.c (ASSERT): Likewise.
7328         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
7329         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
7330         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
7331         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
7332         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
7333         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
7334         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
7335         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
7336         * tests/unictype/test-combining.c (ASSERT): Likewise.
7337         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
7338         * tests/unictype/test-digit.c (ASSERT): Likewise.
7339         * tests/unictype/test-mirror.c (ASSERT): Likewise.
7340         * tests/unictype/test-numeric.c (ASSERT): Likewise.
7341         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
7342         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
7343         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
7344         * tests/unictype/test-scripts.c (ASSERT): Likewise.
7345         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
7346         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
7347         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
7348         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
7349         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
7350         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
7351         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
7352         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
7353         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
7354         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
7355         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
7356         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
7357         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
7358         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
7359         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
7360         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
7361         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
7362         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
7363         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
7364         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
7365         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
7366         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
7367         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
7368         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
7369         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
7370         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
7371         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
7372         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
7373         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
7374         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
7375         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
7376         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
7377         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
7378         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
7379         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
7380         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
7381         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
7382         Reported by Eric Blake.
7383
7384 2008-04-11  Bruno Haible  <bruno@clisp.org>
7385
7386         * lib/wchar.in.h: Tweak comment.
7387
7388 2008-04-11  Bruno Haible  <bruno@clisp.org>
7389
7390         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
7391         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
7392         gl_COMMON.
7393         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
7394
7395 2008-04-11  Bruno Haible  <bruno@clisp.org>
7396
7397         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
7398
7399 2008-04-11  Simon Josefsson  <simon@josefsson.org>
7400
7401         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
7402         of attempting to use non-existing /dev/*random.  Based on patch
7403         from Adam Strzelecki <ono@java.pl> in
7404         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
7405
7406 2008-04-08  Bruno Haible  <bruno@clisp.org>
7407
7408         Add tentative support for emx+gcc.
7409         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
7410         * lib/fpurge.c (fpurge): Likewise.
7411         * lib/freadable.c (freadable): Likewise.
7412         * lib/freadahead.c (freadahead): Likewise.
7413         * lib/freading.c (freading): Likewise.
7414         * lib/freadptr.c (freadptr): Likewise.
7415         * lib/freadseek.c (freadptrinc): Likewise.
7416         * lib/fseeko.c (rpl_fseeko): Likewise.
7417         * lib/fseterr.c (fseterr): Likewise.
7418         * lib/fwritable.c (fwritable): Likewise.
7419         * lib/fwriting.c (fwriting): Likewise.
7420         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
7421
7422 2008-04-09  Eric Blake  <ebb9@byu.net>
7423
7424         Avoid some autoconf warnings.
7425         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
7426         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
7427         * m4/afs.m4 (gl_AFS): Likewise.
7428         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
7429         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
7430         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7431         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
7432         (gl_INTEGER_TYPE_SUFFIX): Likewise.
7433         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
7434         (AC_CHECK_DECLS_ONCE): Likewise.
7435         Rename file...
7436         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
7437         gnulib-tool requires autoconf 2.59 or better.
7438         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
7439
7440 2008-04-08  Eric Blake  <ebb9@byu.net>
7441
7442         Use 'git describe --match' if present (added in git 1.5.5).
7443         * build-aux/git-version-gen: Limit result to tags that match 'v*'
7444         if possible.
7445
7446 2008-04-08  Bruno Haible  <bruno@clisp.org>
7447
7448         Add tentative support for OpenServer.
7449         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
7450         _ptr, _cnt.
7451         * lib/fpurge.c (fpurge): Likewise.
7452         * lib/freadable.c (freadable): Likewise.
7453         * lib/freadahead.c (freadahead): Likewise.
7454         * lib/freading.c (freading): Likewise.
7455         * lib/freadptr.c (freadptr): Likewise.
7456         * lib/freadseek.c (freadptrinc): Likewise.
7457         * lib/fseeko.c (rpl_fseeko): Likewise.
7458         * lib/fseterr.c (fseterr): Likewise.
7459         * lib/fwritable.c (fwritable): Likewise.
7460         * lib/fwriting.c (fwriting): Likewise.
7461         Reported by Roger Cornelius <rac@tenzing.org> and
7462         Brian K. White <brian@aljex.com>.
7463
7464 2008-04-06  Jim Meyering  <meyering@redhat.com>
7465
7466         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
7467
7468 2008-04-06  Bruno Haible  <bruno@clisp.org>
7469
7470         Avoid possible error with non-ASCII bytes in UTF-8 locales.
7471         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
7472         * tests/test-printf-posix.sh: Likewise.
7473         * tests/test-vfprintf-posix.sh: Likewise.
7474         * tests/test-vprintf-posix.sh: Likewise.
7475         * tests/test-xprintf-posix.sh: Likewise.
7476
7477 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7478
7479         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
7480         hide error from 'ls', needed on OS/2.
7481         Report by Elbert Pol <elbert.pol@gmail.com>.
7482
7483 2008-04-04  Eric Blake  <ebb9@byu.net>
7484
7485         Make test-fseeko.c failures meaningful.
7486         * tests/test-fseeko.c: Print line number on failure.
7487         * tests/test-fseek.c: Likewise.
7488         Reported by Nelson H. F. Beebe.
7489
7490         Improve strtod bug detection check.
7491         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
7492         required for Solaris 10.
7493         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
7494
7495 2008-04-04  Bruno Haible  <bruno@clisp.org>
7496
7497         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
7498         by m4/setenv.m4.
7499
7500 2008-04-03  Eric Blake  <ebb9@byu.net>
7501
7502         Ensure sane .version contents.
7503         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
7504         version string.
7505         * build-aux/git-version-gen: Improve documentation.
7506
7507         Make GNU make output nicer.
7508         * top/GNUmakefile [!_have-Makefile]: Add dependency on
7509         MAKECMDGOALS to enforce message for all command line targets.  Set
7510         srcdir for use in maint.mk.
7511
7512         Another maintainer tweak.
7513         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
7514         a target that regenerates version.
7515
7516 2008-04-03  Jim Meyering  <meyering@redhat.com>
7517
7518         vc-list-files: don't cause coreutils "make po-check" failure
7519         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
7520
7521 2008-04-03  Eric Blake  <ebb9@byu.net>
7522
7523         Allow VPATH usage of vc-list-files.
7524         * build-aux/vc-list-files (scriptversion): Add timestamp.
7525         (options): Add --help, --version, -C.
7526         (CVS): Support installed cvsu.
7527
7528 2008-04-02  Bruno Haible  <bruno@clisp.org>
7529
7530         Avoid some "statement with no effect" warnings from gcc.
7531         * tests/test-wctype.c (main): Explicitly ignore unused values.
7532         Reported by Jim Meyering.
7533
7534 2008-04-02  Jim Meyering  <meyering@redhat.com>
7535
7536         Avoid some warnings from "gcc -Wshadow".
7537         * tests/test-frexp.c (exp): Define to a different identifier.
7538         * tests/test-frexpl.c (exp): Likewise.
7539
7540 2008-04-03  Jim Meyering  <meyering@redhat.com>
7541
7542         bootstrap: remove dangling *.[ch] symlinks from lib
7543         * build-aux/bootstrap [dangling symlink removal]: Move find's
7544         -depth option to precede all others, to avoid a warning.
7545         Remove *.[ch] files too, and from "$source_base" (usually lib/).
7546
7547 2008-04-02  Bruno Haible  <bruno@clisp.org>
7548
7549         Avoid some warnings from "gcc -Wshadow".
7550         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
7551         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
7552         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
7553         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
7554         Reported by Jim Meyering.
7555
7556 2008-04-01  Bruno Haible  <bruno@clisp.org>
7557
7558         Fix test to work on IRIX 6.5 with cc.
7559         * tests/test-math.c (numeric_equal): New function.
7560         (main): Use it.
7561
7562 2008-04-01  Bruno Haible  <bruno@clisp.org>
7563
7564         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
7565
7566 2008-04-01  Bruno Haible  <bruno@clisp.org>
7567
7568         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
7569         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7570         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
7571         (Depends-on): Remove math.
7572
7573         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
7574         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7575         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
7576         (Depends-on): Remove math.
7577
7578         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
7579         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7580         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
7581         (Depends-on): Remove math.
7582         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
7583         (Depends-on): Remove math.
7584
7585         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
7586         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
7587         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
7588         (Depends-on): Remove math.
7589         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
7590         (Depends-on): Remove math.
7591
7592         * tests/test-round1.c: Include nan.h.
7593         (main): Use NaNd instead of NAN.
7594         * modules/round-tests (Files): Add tests/nan.h.
7595
7596         * tests/test-trunc1.c: Include nan.h.
7597         (main): Use NaNd instead of NAN.
7598         * modules/trunc-tests (Files): Add tests/nan.h.
7599
7600         * tests/test-roundf1.c: Include nan.h.
7601         (main): Use NaNf instead of NAN.
7602         * modules/roundf-tests (Files): Add tests/nan.h.
7603
7604         * tests/test-truncf1.c: Include nan.h.
7605         (main): Use NaNf instead of NAN.
7606         * modules/truncf-tests (Files): Add tests/nan.h.
7607
7608         * tests/test-ceilf1.c: Include nan.h.
7609         (main): Use NaNf instead of NAN.
7610         * modules/ceilf-tests (Files): Add tests/nan.h.
7611
7612         * tests/test-floorf1.c: Include nan.h.
7613         (main): Use NaNf instead of NAN.
7614         * modules/floorf-tests (Files): Add tests/nan.h.
7615
7616         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
7617         (main): Use NaNf instead of NAN.
7618         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
7619
7620         * tests/test-isnand.c: Include nan.h instead of <math.h>.
7621         (main): Use NaNd instead of NAN.
7622         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
7623
7624         * tests/test-frexp.c: Include nan.h.
7625         (main): Use NaNd instead of NAN.
7626         * modules/frexp-tests (Files): Add tests/nan.h.
7627
7628         * lib/isnan.c: Don't include <math.h>.
7629         (FUNC): Don't use NAN macro.
7630         * modules/isnand-nolibm (Depends-on): Remove math.
7631         * modules/isnanf-nolibm (Depends-on): Remove math.
7632         * modules/isnanl (Depends-on): Remove math.
7633         * modules/isnanl-nolibm (Depends-on): Remove math.
7634
7635         * tests/nan.h: New file.
7636
7637 2008-04-01  Eric Blake  <ebb9@byu.net>
7638
7639         Fix typos.
7640         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
7641         values to be the right type.
7642
7643         For now, cater to gnulib strtod inaccuracies.
7644         * tests/test-strtod.c (main): Allow 1-ulp error on expected
7645         fractional results.  While not as nice from a QoI perspective, it
7646         is a quicker patch than correctly implementing decimal to binary
7647         rounding.
7648
7649 2008-03-31  Eric Blake  <ebb9@byu.net>
7650
7651         Guarantee a definition of NAN.
7652         * lib/math.in.h (NAN): Define if missing.
7653         * tests/test-math.c (main): Test it.
7654         * doc/posix-headers/math.texi (math.h): Document this.
7655         * lib/isnan.c (rpl_isnand): Use it.
7656         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
7657         * tests/test-floorf1.c (NaN): Likewise.
7658         * tests/test-frexp.c (NaN): Likewise.
7659         * tests/test-isnand.c (NaN): Likewise.
7660         * tests/test-isnanf.c (NaN): Likewise.
7661         * tests/test-round1.c (NaN): Likewise.
7662         * tests/test-roundf1.c (NaN): Likewise.
7663         * tests/test-snprintf-posix.h (NaN): Likewise.
7664         * tests/test-sprintf-posix.h (NaN): Likewise.
7665         * tests/test-trunc1.c (NaN): Likewise.
7666         * tests/test-truncf1.c (NaN): Likewise.
7667         * tests/test-vasnprintf-posix.c (NaN): Likewise.
7668         * tests/test-vasprintf-posix.c (NaN): Likewise.
7669         * modules/isnand-nolibm (Depends-on): Add math.
7670         * modules/isnanf-nolibm (Depends-on): Likewise.
7671         * modules/isnanl (Depends-on): Likewise.
7672         * modules/isnanl-nolibm (Depends-on): Likewise.
7673         * modules/snprintf-posix-tests (Depends-on): Likewise.
7674         * modules/sprintf-posix-tests (Depends-on): Likewise.
7675         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
7676         * modules/vsprintf-posix-tests (Depends-on): Likewise.
7677         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
7678         * modules/vasprintf-posix-tests (Depends-on): Likewise.
7679
7680 2008-03-31  Bruno Haible  <bruno@clisp.org>
7681
7682         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
7683         * doc/posix-functions/strtod.texi: Likewise.
7684
7685 2008-03-31  Bruno Haible  <bruno@clisp.org>
7686
7687         * tests/test-strtod.c (main): Don't use C99 syntax.
7688
7689 2008-03-31  Bruno Haible  <bruno@clisp.org>
7690
7691         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
7692         Reported by Eric Blake.
7693
7694 2008-03-31  Jim Meyering  <meyering@redhat.com>
7695
7696         Don't compare actual signbit return values.
7697         * tests/test-strtod.c (main): Rather, compare only their
7698         zero/non-zero nature.
7699
7700 2008-03-31  Eric Blake  <ebb9@byu.net>
7701
7702         More strtod documentation.
7703         * doc/posix-functions/strtod.texi (strtod): Interpret more test
7704         failures as distinct bugs.
7705
7706 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7707
7708         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7709         Problem reported by Erik Benada in
7710         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7711
7712 2008-03-30  Bruno Haible  <bruno@clisp.org>
7713
7714         * tests/test-strtod.c: Add comments about which assertion fails on which
7715         platform.
7716         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7717
7718 2008-03-30  Eric Blake  <ebb9@byu.net>
7719
7720         Test signbit behavior on zeros.
7721         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7722         (test_signbitd, test_signbitl): Likewise.
7723
7724         More strtod touchups.
7725         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7726         sign of negative underflow, for now.  Use .5, not .1.
7727         * doc/posix-functions/strtod.texi (strtod): Mention these
7728         limitations.
7729         Reported by Jim Meyering.
7730
7731 2008-03-30  Bruno Haible  <bruno@clisp.org>
7732
7733         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7734         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7735
7736 2008-03-30  Bruno Haible  <bruno@clisp.org>
7737
7738         Avoid failure when attempting to return empty iconv results on some
7739         platforms.
7740         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7741         allocation, don't report ENOMEM when the resulting string is empty.
7742
7743 2008-03-30  Bruno Haible  <bruno@clisp.org>
7744
7745         Fix buffer overrun.
7746         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7747         Don't consider the width for tmp_length. Check count against tmp_length
7748         before doing the padding. Ensure enough allocation during padding.
7749
7750 2008-03-30  Eric Blake  <ebb9@byu.net>
7751
7752         strtod touchups.
7753         * lib/strtod.c (strtod): Avoid compiler warnings.
7754         Reported by Jim Meyering.
7755
7756 2008-03-30  Bruno Haible  <bruno@clisp.org>
7757
7758         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7759         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
7760         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
7761         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
7762         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
7763         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
7764         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
7765         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
7766
7767         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
7768         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
7769         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
7770         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
7771         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
7772         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
7773         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
7774         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
7775
7776         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
7777         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
7778         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
7779         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
7780         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
7781         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
7782         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
7783         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
7784
7785         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
7786         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
7787
7788         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
7789         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
7790
7791         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
7792         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
7793
7794         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
7795         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
7796         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
7797
7798         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
7799         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
7800         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
7801
7802         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
7803         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
7804         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
7805
7806         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
7807         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
7808         * modules/vasprintf (Depends-on): Add EOVERFLOW.
7809
7810         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
7811         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
7812         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
7813         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
7814         (Depends-on): Add EOVERFLOW.
7815         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
7816         (Depends-on): Add EOVERFLOW.
7817         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7818         (Depends-on): Add EOVERFLOW.
7819         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7820         (Depends-on): Add EOVERFLOW.
7821         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7822         (Depends-on): Add EOVERFLOW.
7823         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7824         (Depends-on): Add EOVERFLOW.
7825         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7826         (Depends-on): Add EOVERFLOW.
7827         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7828         (Depends-on): Add EOVERFLOW.
7829
7830         * lib/sprintf.c (EOVERFLOW): Remove fallback.
7831         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
7832         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
7833
7834         * lib/snprintf.c (EOVERFLOW): Remove fallback.
7835         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
7836         * modules/snprintf (Depends-on): Add EOVERFLOW.
7837
7838         * lib/poll.c (EOVERFLOW): Remove fallback.
7839         * modules/poll (Depends-on): Add EOVERFLOW.
7840
7841         * lib/getugroups.c (EOVERFLOW): Remove fallback.
7842         * modules/getugroups (Depends-on): Add EOVERFLOW.
7843
7844         * lib/getdelim.c (EOVERFLOW): Remove fallback.
7845         * modules/getdelim (Depends-on): Add EOVERFLOW.
7846
7847         * lib/ftell.c (EOVERFLOW): Remove fallback.
7848         * modules/ftell (Depends-on): Add EOVERFLOW.
7849
7850         * lib/fprintf.c (EOVERFLOW): Remove fallback.
7851         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
7852         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
7853
7854         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
7855
7856         * modules/EOVERFLOW-tests: New file.
7857         * tests/test-EOVERFLOW.c: New file.
7858
7859         * modules/EOVERFLOW: New file.
7860         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
7861
7862 2008-03-30  Bruno Haible  <bruno@clisp.org>
7863
7864         Fix bug introduced on 2007-06-10.
7865         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
7866         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
7867
7868 2008-03-30  Bruno Haible  <bruno@clisp.org>
7869
7870         Improve freadseek's efficiency after ungetc.
7871         * lib/freadseek.c: Include freadahead.h.
7872         (freadptrinc): New function, extracted from freadseek.
7873         (freadseek): Use it in a loop. Use freadahead to determine the number
7874         of loop iterations.
7875         * modules/freadseek (Depends-on): Add freadahead.
7876         (configure.ac): Require AC_C_INLINE.
7877
7878 2008-03-30  Bruno Haible  <bruno@clisp.org>
7879
7880         * lib/freadseek.c (freadseek): Don't ignore the return value of
7881         freadptr.
7882
7883 2008-03-29  Eric Blake  <ebb9@byu.net>
7884
7885         Add hex float support.
7886         * modules/strtod (Depends-on): Add c-ctype.
7887         (Link): Mention POW_LIB.
7888         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
7889         whitespace between 'e' and exponent.
7890         * tests/test-strtod.c (main): Enable hex float tests.
7891         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
7892         now provides.
7893
7894         Document various strtod bugs, with some fixes.
7895         * doc/posix-functions/strtod.texi (strtod): Document bugs with
7896         "-0x", "inf", "nan", and hex constants.
7897         * doc/posix-functions/atof.texi (atof): Likewise.
7898         * modules/stdlib (Makefile.am): Support strtod.
7899         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7900         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
7901         detect additional strtod bugs.
7902         * lib/stdlib.in.h (rpl_strtod): Add declarations.
7903         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
7904         bool where appropriate.  Parse 'inf' and 'nan'.
7905         * tests/test-strtod.c: New file.
7906         * modules/strtod (Depends-on): Add stdbool, stdlib.
7907         (configure.ac): Turn on module indicator.
7908         * modules/strtod-tests: New module.
7909
7910 2008-03-29  Eric Blake  <ebb9@byu.net>
7911
7912         Fix ftell on mingw.
7913         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
7914         * modules/ftell-tests (Depends-on): Add binary-io.
7915         * modules/ftello-tests (Depends-on): Likewise.
7916         * tests/test-ftell.c (main): Enhance test to cover behavior after
7917         ungetc.  Enforce binary mode.
7918         * tests/test-ftello.c (main): Likewise.
7919
7920         Pass test-freadseek on cygwin.
7921         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
7922         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
7923         ungetc buffer.
7924
7925         * tests/test-fflush2.c (main): Fix typo.
7926
7927 2008-03-29  Bruno Haible  <bruno@clisp.org>
7928
7929         * tests/test-fflush2.c (main): Temporarily disable the contents of
7930         this test.
7931         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
7932         Reported by Eric Blake.
7933
7934 2008-03-28  Simon Josefsson  <simon@josefsson.org>
7935
7936         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
7937         (GC_SHA224_DIGEST_SIZE): Add.
7938
7939         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7940         (gc_hash_digest_length): Likewise.
7941         (gc_hash_buffer): Likewise.
7942
7943 2008-03-25  Bruno Haible  <bruno@clisp.org>
7944
7945         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7946         detail which gettext release to use.
7947         Reported by Simon Josefsson.
7948
7949 2008-03-26  Jim Meyering  <meyering@redhat.com>
7950
7951         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7952         * modules/gnumakefile (clean-GNUmakefile): Also, use
7953         test ... && ... || : syntax rather than if-then ... fi.
7954
7955         gnumakefile: Don't double-quote-expand $(VPATH) value.
7956         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7957
7958 2008-03-24  Eric Blake  <ebb9@byu.net>
7959
7960         Alter GNUmakefile to install into top directory.
7961         * modules/maintainer-makefile: Split, and add dependency...
7962         * modules/gnumakefile: to this new module.
7963         * build-aux/GNUmakefile: Move...
7964         * top/GNUmakefile: ...here.
7965         * build-aux/maint.mk: Move...
7966         * top/maint.mk: ...here.
7967         * MODULES.html.sh (Support for maintaining...): Document new
7968         module.
7969
7970 2008-03-23  Bruno Haible  <bruno@clisp.org>
7971
7972         * gnulib-tool: New options --vc-files, --no-vc-files.
7973         (func_usage): Document them.
7974         (vc_files): New variable.
7975         (func_import): Consider vc_files.
7976         (func_create_testdir): Set vc_files to empty.
7977         Suggested by Jim Meyering and Karl Berry.
7978
7979 2008-03-23  Bruno Haible  <bruno@clisp.org>
7980
7981         Fix regex compilation error on HP-UX 11.
7982         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7983         * modules/regex (Files): Add m4/mbstate_t.m4.
7984         Reported by Ton Voon <ton.voon@altinity.com>.
7985
7986 2008-03-23  Bruno Haible  <bruno@clisp.org>
7987
7988         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7989
7990 2008-03-23  Eric Blake  <ebb9@byu.net>
7991             Bruno Haible  <bruno@clisp.org>
7992
7993         Install files from top/ in the destination directory.
7994         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7995         augmentation also for the files from top/.
7996         (func_import, func_create_testdir): Rewrite file names:
7997         top/filename -> filename.
7998
7999 2008-03-23  Bruno Haible  <bruno@clisp.org>
8000
8001         Tweak "gnulib --version" output.
8002         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
8003
8004 2008-03-23  Bruno Haible  <bruno@clisp.org>
8005
8006         Tweak "gnulib --version" output.
8007         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
8008         rather than contents of ChangeLog, when possible.
8009
8010 2008-03-21  Eric Blake  <ebb9@byu.net>
8011
8012         More --version tweaks.
8013         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
8014         date of last ChangeLog entry.
8015
8016 2008-03-21  Jim Meyering  <meyering@redhat.com>
8017
8018         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
8019
8020 2008-03-20  Eric Blake  <ebb9@byu.net>
8021
8022         VPATH fix.
8023         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
8024
8025 2008-03-20  Simon Josefsson  <simon@josefsson.org>
8026
8027         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
8028         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
8029
8030 2008-03-20  Eric Blake  <ebb9@byu.net>
8031
8032         Sync GNUmakefile with coreutils.
8033         * build-aux/GNUmakefile (have-Makefile): Rename...
8034         (_have-Makefile): ...to this, for namespace consideration.
8035         (GNUmakefile.cfg): Include, if present.
8036         (_autoreconf): Define a default.
8037         (_is-dist-target): New rule for rebuilds to pick up intra-release
8038         version.
8039         (maint-cfg.mk): Rename...
8040         (cfg.mk): ...to this.
8041
8042 2008-03-18  Jim Meyering  <meyering@redhat.com>
8043
8044         New script and module: mktempd
8045         * MODULES.html.sh (maint+release support): Add mktempd.
8046         * build-aux/mktempd: New file.
8047         * modules/mktempd: New file.
8048
8049 2008-03-15  Jim Meyering  <meyering@redhat.com>
8050
8051         Undo last change.
8052         * lib/sha1.c, lib/md5.c: 63 != ~63.
8053         Reported by Andreas Schwab.
8054
8055         sha1.c, md5.c: Hoist a redundant expression.
8056         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
8057         "ctx->buflen" only once, before calling *_process_block.
8058         * lib/md5.c (md5_process_bytes): Likewise.
8059
8060 2008-03-14  Eric Blake  <ebb9@byu.net>
8061
8062         Bump copyright year in files generated by gnulib-tool.
8063         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
8064         gnulib-tool, rather than hard-coding it.
8065
8066         Fix 'gnulib-tool --version' output to work with git.
8067         * gnulib-tool (func_gnulib_dir): New function, extracted from...
8068         (startup): ...here.
8069         (func_version): Use it to invoke git-version-gen, rather than
8070         relying on CVS keyword expansion.  Modernize wording.
8071         (cvsdatestamp, last_checkin_date, version): Kill unused
8072         variables.
8073
8074 2008-03-12  Jim Meyering  <meyering@redhat.com>
8075
8076         Recognize optional cast of the argument to free.
8077         * build-aux/useless-if-before-free: Update regexps.
8078
8079         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
8080
8081 2008-03-11  Bruno Haible  <bruno@clisp.org>
8082
8083         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8084         by a single package.
8085         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
8086         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
8087         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
8088         Reported by Sam Steingold <sds@gnu.org>.
8089
8090 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8091
8092         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
8093         repositories.
8094
8095 2008-03-11  Bruno Haible  <bruno@clisp.org>
8096
8097         Avoid conflicts between local macro definitions.
8098         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8099         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
8100
8101 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
8102             Bruno Haible  <bruno@clisp.org>
8103
8104         Make va_copy work with some version of xlc on AIX 5.1.
8105         * lib/stdarg.in.h: New file.
8106         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
8107         On AIX, use a <stdarg.h> file substitute.
8108         * modules/stdarg (Files): Add lib/stdarg.in.h.
8109         (Depends-on): Add include_next.
8110         (Makefile.am): Build a stdarg.h substitute if requested.
8111         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
8112
8113 2008-03-10  Bruno Haible  <bruno@clisp.org>
8114
8115         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
8116         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8117         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8118
8119 2008-03-10  Bruno Haible  <bruno@clisp.org>
8120
8121         * modules/stdlib (Depends-on): Add include_next, remove
8122         absolute-header.
8123
8124 2008-03-09  Bruno Haible  <bruno@clisp.org>
8125
8126         * lib/freadahead.h (freadahead): Document more precisely.
8127         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
8128         the sum of both buffer sizes.
8129         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
8130         * NEWS: Document the change.
8131
8132 2008-03-09  Bruno Haible  <bruno@clisp.org>
8133
8134         Extend freadptr to return also the buffer size.
8135         * lib/freadptr.h (freadptr): Add sizep argument.
8136         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
8137         (freadptr): Add sizep argument. Determine buffer size like freadahead
8138         does.
8139         * tests/test-freadptr.c: Don't include freadahead.h.
8140         (main): Adapt for new calling convention of freadptr.
8141         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
8142         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
8143         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
8144         tests/test-freadptr2.sh.
8145         (Depends): Remove freadahead.
8146         (TESTS): Add test-freadptr2.sh.
8147         (check_PROGRAMS): Add test-freadptr2.
8148
8149 2008-03-09  Bruno Haible  <bruno@clisp.org>
8150
8151         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
8152         Report and solution by Simon Josefsson.
8153
8154 2008-03-06  Bruno Haible  <bruno@clisp.org>
8155
8156         Make fflush after ungetc work on BSD platforms.
8157         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
8158         * tests/test-fflush2.c: New file.
8159         * tests/test-fflush2.sh: New file.
8160         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
8161         tests/test-fflush2.c.
8162         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
8163         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
8164
8165 2008-03-06  Eric Blake  <ebb9@byu.net>
8166
8167         Likewise for ftello.
8168         * modules/ftello (Dependencies): Add extensions.
8169         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
8170
8171 2008-03-06  Bruno Haible  <bruno@clisp.org>
8172
8173         * modules/fseeko (Dependencies): Add extensions.
8174         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
8175         Needed on glibc systems.
8176
8177 2008-03-06  Bruno Haible  <bruno@clisp.org>
8178
8179         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
8180         email address.
8181         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8182
8183 2008-03-06  Bruno Haible  <bruno@clisp.org>
8184
8185         * users.txt: Add libgnupdf.
8186
8187 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8188
8189         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
8190         (Header File Substitutes, Function Substitutes,
8191         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
8192         (Build robot for gnulib): Fix typo.
8193
8194 2008-03-06  Bruno Haible  <bruno@clisp.org>
8195
8196         * doc/gnulib-tool.texi (VCS Issues): Small updates.
8197         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8198
8199 2008-03-06  Bruno Haible  <bruno@clisp.org>
8200
8201         * doc/func.texi: New file, extracted from doc/gnulib.texi.
8202         * doc/gnulib.texi: Include it.
8203
8204 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8205
8206         * modules/func (License): Change license to unlimited; there was
8207         no LGPL parts in the module anyway.
8208
8209 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8210
8211         * modules/__func__: Renamed to modules/func.
8212         * modules/__func__-tests: Renamed to modules/func-tests.
8213         * tests/test-__func__.c: Renamed to tests/test-func.c.
8214         * m4/__func__.m4: Renamed to m4/func.m4.
8215         * doc/gnulib.texi (__func__): Section renamed to func.
8216         Suggested by Eric Blake <ebb9@byu.net>.
8217
8218 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8219
8220         * doc/gnulib.texi (__func__): Use C99 terminology when talking
8221         about __func__.  Make example self-contained.  Suggested by Eric
8222         Blake <ebb9@byu.net>.
8223
8224         * tests/test-__func__.c (main): Avoid extraneous () around __func.
8225         Suggested by Eric Blake <ebb9@byu.net>.
8226
8227 2008-03-06  Simon Josefsson  <simon@josefsson.org>
8228
8229         * modules/__func__: New file.
8230         * modules/__func__-tests: New file.
8231         * tests/test-__func__.c: New file.
8232         * m4/__func__.m4: New file.
8233         * doc/gnulib.texi (__func__): Document __func__ module.
8234
8235 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8236
8237         * modules/byteswap (License): Re-license as LGPLv2+.
8238
8239 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8240
8241         * doc/Makefile: Add pdf target.
8242
8243 2008-03-05  Simon Josefsson  <simon@josefsson.org>
8244
8245         * modules/inline (License): Use 'unlimited', since there are only
8246         *.m4 files in this module.
8247
8248 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8249             Bruno Haible  <bruno@clisp.org>
8250
8251         Add support for HP C 7.1 on OpenVMS 8.3.
8252         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
8253
8254 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
8255
8256         Update VMS specifics.
8257         * lib/getopt.c [VMS]: Remove include of unixlib.h.
8258
8259 2008-03-02  Jim Meyering  <meyering@redhat.com>
8260
8261         Remove the last dependency on the "free" module.
8262         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
8263         Reported by Bob Proulx.
8264
8265         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
8266
8267         Remove useless "if" tests before free.  Deprecate "free" module.
8268         * doc/posix-functions/free.texi: Mention that this
8269         module is no longer useful.
8270         * modules/free (Notice): Say this module is obsolete.
8271         * modules/readutmp (Depends-on): Remove free.
8272         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
8273         * lib/putenv.c (putenv): Likewise.
8274         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
8275         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
8276         * tests/test-c-strcasestr.c (main): Likewise.
8277         * tests/test-c-strstr.c (main): Likewise.
8278         * tests/test-mbscasestr1.c (main): Likewise.
8279         * tests/test-mbscasestr2.c (main): Likewise.
8280         * tests/test-mbsstr1.c (main): Likewise.
8281         * tests/test-mbsstr2.c (main): Likewise.
8282         * tests/test-memmem.c (main): Likewise.
8283         * tests/test-strcasestr.c (main): Likewise.
8284         * tests/test-striconv.c (main): Likewise.
8285         * tests/test-striconveh.c (main): Likewise.
8286         * tests/test-striconveha.c (main): Likewise.
8287         * tests/test-strstr.c (main): Likewise.
8288
8289         * build-aux/git-version-gen: Adjust a comment and the Usage string.
8290
8291         bootstrap: sync from coreutils again
8292         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
8293
8294 2008-03-01  Jim Meyering  <meyering@redhat.com>
8295
8296         bootstrap: sync from coreutils
8297         * build-aux/bootstrap (update_po_files): Copy a .po file into place
8298         also when the target doesn't exist.
8299
8300 2008-03-01  Eric Blake  <ebb9@byu.net>
8301
8302         Fix bugs in last patch.
8303         * lib/memchr2.c (memchr2): Fix typo.
8304         * tests/test-memchr2.c: Test previous bug, and don't use GNU
8305         extension.
8306         Reported by Bruce Korb.
8307
8308         New module 'memchr2'.
8309         * modules/memchr2: New file.
8310         * modules/memchr2-tests: Likewise.
8311         * lib/memchr2.h: Likewise.
8312         * lib/memchr2.c: Likewise, based on memchr.c.
8313         * tests/test-memchr2.c: New test.
8314         * MODULES.html.sh (String handling): Add memchr2.
8315
8316 2008-02-29  Bruno Haible  <bruno@clisp.org>
8317
8318         * modules/freadseek-tests: New file.
8319         * tests/test-freadseek.sh: New file.
8320         * tests/test-freadseek.c: New file.
8321
8322         New module 'freadseek'.
8323         * modules/freadseek: New file.
8324         * lib/freadseek.h: New file.
8325         * lib/freadseek.c: New file.
8326         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
8327
8328 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8329
8330         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
8331         wydawca.
8332
8333         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
8334         program_invocation_name and program_invocation_short_name are
8335         present.
8336
8337 2008-02-28  Bruno Haible  <bruno@clisp.org>
8338
8339         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
8340         * tests/test-freadptr.sh: Also test non-seekable stdin.
8341
8342 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
8343
8344         * build-aux/bootstrap (source_base, m4_base)
8345         (doc_base, tests_base): New variables.
8346         (gnulib_tool_options): Do not hardcode base directories, use
8347         the above variables instead.
8348
8349 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
8350
8351         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
8352
8353 2008-02-28  Bruno Haible  <bruno@clisp.org>
8354
8355         * modules/freadptr-tests: New file.
8356         * tests/test-freadptr.sh: New file.
8357         * tests/test-freadptr.c: New file.
8358
8359         New module 'freadptr'.
8360         * modules/freadptr: New file.
8361         * lib/freadptr.h: New file.
8362         * lib/freadptr.c: New file.
8363         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
8364
8365 2008-02-26  Karl Berry  <karl@freefriends.org>
8366
8367         Sync from Libtool:
8368         * libltdl/argz.c (argz_add, argz_count): New functions.
8369         * libltdl/argz.in.h: Declare them.
8370         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
8371
8372 2008-02-22  Bruno Haible  <bruno@clisp.org>
8373
8374         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
8375         is a pointer type.  Needed for HP-UX 10.
8376         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
8377         * doc/posix-functions/gmtime_r.texi: Likewise.
8378         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
8379
8380 2008-02-24  Bruno Haible  <bruno@clisp.org>
8381
8382         * modules/environ-tests: New file.
8383         * tests/test-environ.c: New file.
8384
8385         New module 'environ'.
8386         * modules/environ: New file.
8387         * lib/unistd.in.h (environ): New declaration.
8388         * m4/environ.m4: New file.
8389         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
8390         after use.
8391         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
8392         HAVE_DECL_ENVIRON.
8393         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
8394         HAVE_DECL_ENVIRON.
8395         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
8396         wrong claim that 'environ' is missing on some systems.
8397         * modules/execute (Depends-on): Add environ.
8398         * lib/execute.c (environ): Remove fallback declaration.
8399         * modules/pipe (Depends-on): Add environ.
8400         * lib/pipe.c (environ): Remove fallback declaration.
8401         * modules/setenv (Depends-on): Add environ.
8402         * lib/setenv.c (environ): Remove fallback declaration.
8403         * modules/unsetenv (Depends-on): Add environ.
8404         * lib/unsetenv.c (environ): Remove fallback declaration.
8405         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
8406         m4/environ.m4.
8407         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
8408         (gl_PREREQ_UNSETENV): Likewise.
8409
8410 2008-02-24  Bruno Haible  <bruno@clisp.org>
8411
8412         * doc/posix-functions/environ.texi: Document the MacOS X problem.
8413
8414 2008-02-20  Bob Proulx  <bob@proulx.com>
8415
8416         Enable use of older two part flavor 'git describe'.
8417         * build-aux/git-version-gen: If using the older two part flavor of
8418         git version then recreate the third part now present in the
8419         newer three part flavor of git describe.
8420
8421 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
8422
8423         * lib/fts.c (fts_build): Typo correction to comment.
8424
8425 2008-02-17  Bruno Haible  <bruno@clisp.org>
8426
8427         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
8428         generating no-op conflicts.
8429
8430 2008-02-17  Bruno Haible  <bruno@clisp.org>
8431
8432         Speed up by 10%.
8433         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
8434         result_entries, rather than an index-based loop.
8435
8436 2008-02-17  Bruno Haible  <bruno@clisp.org>
8437
8438         Speed up by 25%.
8439         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
8440         'hashcode_cached'.
8441         (entry_create): New function.
8442         (entry_hashcode): Use the cached hashcode if possible.
8443         (read_changelog_file, try_split_merged_entry): Use entry_create.
8444
8445 2008-02-17  Bruno Haible  <bruno@clisp.org>
8446
8447         Speed up from O(n^2) to O(n) for long ChangeLog files.
8448         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
8449         (read_changelog_file): Change implementation of entries_reversed list
8450         to rbtreehash.
8451         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
8452
8453 2008-02-17  Bruno Haible  <bruno@clisp.org>
8454
8455         New option --split-merged-entry.
8456         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
8457         (find_paragraph_end, try_split_merged_entry): New functions.
8458         (long_options): Add option --split-merged-entry.
8459         (usage): Document option --split-merged-entry.
8460         (main): Implement option --split-merged-entry.
8461         Reported by Eric Blake.
8462
8463 2008-02-17  Bruno Haible  <bruno@clisp.org>
8464
8465         * lib/git-merge-changelog.c: Include c-strstr.h.
8466         (main): Support the "git pull --rebase" situation.
8467         * modules/git-merge-changelog (Depends-on): Add c-strstr.
8468         Reported by Eric Blake.
8469
8470 2008-02-16  Eric Blake  <ebb9@byu.net>
8471
8472         Avoid doubling \ in common case of "c-maybe" quoting style.
8473         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
8474         eliding outer quotes.
8475         * lib/quotearg.h: Document this.
8476         * tests/test-quotearg.c (result_strings, inputs, results_g)
8477         (flag_results, locale_results): Test it by adding a new string to
8478         each test group.
8479         (compare_strings): Test new string.
8480
8481 2008-02-13  Eric Blake  <ebb9@byu.net>
8482
8483         Avoid trigraph quoting in default output.
8484         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
8485         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
8486         unless explicitly requested.
8487         * tests/test-quotearg.c (flag_results, main): Add additional tests.
8488
8489 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
8490
8491         Don't rely on signed integer overflowing to negative value.
8492         * lib/getugroups.c (getugroups): Include <limits.h>.
8493         Instead, compare against INT_MAX, and increment only if the test passes.
8494
8495 2008-02-13  Jim Meyering  <meyering@redhat.com>
8496         and Eric Blake  <ebb9@byu.net>
8497
8498         Avoid shadowing warning and compile errors on Linux.
8499         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
8500         forwarding macros on Linux.
8501         (dcgettext): Define a stub, for Linux.
8502         (results_g, main): Avoid warnings.
8503
8504 2008-02-12  Eric Blake  <ebb9@byu.net>
8505
8506         Silence warning in last patch.
8507         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
8508
8509         Quotearg part 4: add tests, fix c-maybe colon quoting.
8510         * lib/quotearg.h: Improve documentation.
8511         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
8512         escapes when adding outer quotes.  When quoting trigraphs, use
8513         valid C notation.  When quoting NUL, omit extra characters if next
8514         character is not digit.  Alter prototype.
8515         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
8516         callers.
8517         * modules/quotearg-tests: New module.
8518         * tests/test-quotearg.c: New test.
8519
8520 2008-02-07  Eric Blake  <ebb9@byu.net>
8521
8522         Quotearg part 3: add flag to control outer quote elision.
8523         * lib/quotearg.h (c_maybe_quoting_style): New style.
8524         (enum quoting_flags): Better documentation of flags.
8525         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
8526         c-maybe style.
8527         (quotearg_buffer_restyled): Handle new flag to elide outer
8528         quotes.
8529
8530         Quotearg part 2: add flag that can control NUL elision.
8531         * lib/quotearg.h (set_quoting_flags): New prototype.
8532         * lib/quotearg.c (struct quoting_options): Add flag field.
8533         (set_quoting_flags): New function.
8534         (quotearg_buffer_restyled): Add flags parameter.
8535         (quotearg_alloc_mem): Set the flag if length cannot be returned.
8536         (quotearg_n_options): Set the flag, since length cannot be
8537         returned.
8538         (quoting_options_from_style): Default flags correctly.
8539
8540         Quotearg part 1: more wrappers, restore quotearg_char state.
8541         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
8542         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
8543         (quotearg_colon_mem): New wrappers.
8544         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
8545         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
8546         functions.
8547         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
8548         (quotearg_colon_mem): New functions.
8549
8550 2008-02-11  Bruno Haible  <bruno@clisp.org>
8551
8552         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
8553         library in the current directory: it does not work with parallel make.
8554         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8555
8556 2008-02-11  Bruno Haible  <bruno@clisp.org>
8557
8558         * .gitattributes: New file.
8559
8560 2008-02-11  Jim Meyering  <meyering@redhat.com>
8561
8562         useless-if-before-free: Fix reversed exit values.
8563         * build-aux/useless-if-before-free: Use correct values
8564         for EXIT_MATCH and EXIT_NO_MATCH.
8565
8566         * build-aux/useless-if-before-free: Close stdout carefully.
8567
8568 2008-02-10  Bruno Haible  <bruno@clisp.org>
8569
8570         New module 'git-merge-changelog'.
8571         * modules/git-merge-changelog: New file.
8572         * lib/git-merge-changelog.c: New file.
8573
8574 2008-02-10  Jim Meyering  <meyering@redhat.com>
8575
8576         useless-if-before-free: New option: --list (-l).
8577
8578         useless-if-before-free: Don't exit immediately upon open failure.
8579         * build-aux/useless-if-before-free: Exit 2 for errors.
8580         Upon failure to open a file, don't exit immediately.
8581         Rather, just warn and continue with any remaining files.
8582
8583 2008-02-10  Bruno Haible  <bruno@clisp.org>
8584
8585         New abstract list operation 'node_set_value'.
8586         * lib/gl_list.h (gl_list_node_set_value): New function.
8587         (struct gl_list_implementation): New field node_set_value.
8588         * lib/gl_list.c (gl_list_node_set_value): New function.
8589         * lib/gl_array_list.c (gl_array_node_set_value): New function.
8590         (gl_array_list_implementation): Update.
8591         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
8592         (gl_carray_list_implementation): Update.
8593         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
8594         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8595         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8596         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
8597         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8598         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8599         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8600         Update.
8601         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8602         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
8603         (gl_sublist_list_implementation): Update.
8604
8605 2008-02-10  Bruno Haible  <bruno@clisp.org>
8606
8607         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
8608         Needed when ELEMENT is #defined to 'some_type *'.
8609
8610 2008-02-10  Jim Meyering  <meyering@redhat.com>
8611
8612         New script and module: useless-if-before-free
8613         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
8614         * build-aux/useless-if-before-free: New file.
8615         * modules/useless-if-before-free: New file.
8616
8617         * build-aux/gitlog-to-changelog: Use committer date, not author date.
8618
8619         xstrtol_error: Fix typo.
8620         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
8621         s/exit_failure/exit_status/.
8622
8623 2008-02-09  Jim Meyering  <meyering@redhat.com>
8624
8625         New script and module: gitlog-to-changelog
8626         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
8627         * modules/gitlog-to-changelog: New file.
8628         * build-aux/gitlog-to-changelog: New file.
8629
8630 2008-02-08  Jim Meyering  <meyering@redhat.com>
8631
8632         Avoid two "parameter unused" warnings.
8633         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
8634         Mark "st" as used.
8635
8636         Use "git COMMAND", not "git-COMMAND".
8637         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
8638         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
8639         * build-aux/git-version-gen: Use "git status", not "git-status".
8640
8641 2008-02-07  Bruno Haible  <bruno@clisp.org>
8642
8643         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
8644         Avoids a crash on Windows Vista.
8645         Reported by Adam Strzelecki <ono@java.pl> via
8646         Simon Josefsson <simon@josefsson.org>.
8647
8648 2008-02-06  Bruno Haible  <bruno@clisp.org>
8649
8650         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
8651         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
8652         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
8653         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
8654         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8655         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8656         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
8657         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
8658         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8659         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8660         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8661         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8662         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8663         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8664         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8665         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
8666         left-adjust flag.
8667         * tests/test-snprintf-posix.h (test_function): Likewise.
8668         * tests/test-sprintf-posix.h (test_function): Likewise.
8669         * tests/test-vasprintf-posix.c (test_function): Likewise.
8670         * doc/posix-functions/fprintf.texi: Update.
8671         * doc/posix-functions/printf.texi: Update.
8672         * doc/posix-functions/snprintf.texi: Update.
8673         * doc/posix-functions/sprintf.texi: Update.
8674         * doc/posix-functions/vfprintf.texi: Update.
8675         * doc/posix-functions/vprintf.texi: Update.
8676         * doc/posix-functions/vsnprintf.texi: Update.
8677         * doc/posix-functions/vsprintf.texi: Update.
8678         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8679
8680 2008-02-06  Bruno Haible  <bruno@clisp.org>
8681
8682         Fix bug introduced on 2008-01-26.
8683         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
8684
8685 2008-02-06  Bruno Haible  <bruno@clisp.org>
8686
8687         Fix bug introduced on 2007-06-10.
8688         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
8689         !NEED_PRINTF_FLAG_ZERO.
8690
8691 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
8692
8693         getloadavg: use libperfstat on AIX5
8694         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
8695
8696 2008-02-03  Bruno Haible  <bruno@clisp.org>
8697
8698         * lib/diffseq.h: Add comments about required #includes.
8699         Reported by Michael Biggs <gnulib@doubleplum.net>.
8700
8701 2008-02-01  Bruno Haible  <bruno@clisp.org>
8702
8703         * users.txt: Add gnuit.
8704
8705 2008-01-31  Bruno Haible  <bruno@clisp.org>
8706
8707         * lib/md4.c (set_uint32): Mark as inline.
8708         * lib/md5.c (set_uint32): Likewise.
8709         * lib/sha1.c (set_uint32): Likewise.
8710         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8711         * m4/md5.m4 (gl_MD5): Likewise.
8712         * m4/sha1.m4 (gl_SHA1): Likewise.
8713
8714 2008-01-31  Jim Meyering  <meyering@redhat.com>
8715
8716         Use "sizeof VAR", rather than a literal "4".
8717         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8718         * lib/md4.c (md4_read_ctx): Likewise.
8719         * lib/sha1.c (sha1_read_ctx): Likewise.
8720
8721 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8722
8723         * tests/test-sha1.c: New file, based on test-md5.c.
8724
8725         * modules/crypto/sha1-tests: New file.
8726
8727 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8728
8729         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8730
8731 2008-01-31  Jim Meyering  <meyering@redhat.com>
8732
8733         Prefer "sizeof v" over the equivalent "4".
8734         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8735         * lib/md5.c (set_uint32): Likewise.
8736         * lib/sha1.c (set_uint32): Likewise.
8737
8738 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8739
8740         * lib/sha1.c (set_uint32): Mark function as static.
8741
8742 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8743
8744         md2: clarify comments to say that alignment is not required.
8745         * lib/md2.h: Remove warning about alignment in comment.
8746         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8747         never been required.
8748
8749 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8750
8751         md4: adapt alignment constraint fix from sha1.
8752         * lib/md4.c (set_uint32): New function, from sha1.c
8753         (md4_read_ctx): Use it.
8754         (md4_finish_ctx): Doc fix.
8755         * lib/md4.h: Doc fix.
8756
8757 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8758
8759         md5: adapt alignment constraint fix from sha1.
8760         * lib/md5.c (set_uint32): New function, from sha1.c
8761         (md5_read_ctx): Use it.
8762         (md5_finish_ctx): Doc fix.
8763         * lib/md5.h: Doc fix.
8764
8765 2008-01-30  Peter Palfrader  <weasel@debian.org>
8766
8767         sha1: remove the result buffer alignment constraint
8768         * lib/sha1.c (set_uint32): New function.
8769         (sha1_read_ctx): Rewrite to remove the result buffer alignment
8770         constraint.
8771         (sha1_finish_ctx): Remove comment warning about alignment constraint.
8772         * lib/sha1.h: Likewise.
8773
8774 2008-01-30  Andreas Schwab  <schwab@suse.de>
8775             Bruno Haible  <bruno@clisp.org>
8776
8777         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
8778         correct definition of LDBL_MIN_EXP.
8779
8780 2008-01-30  Karl Berry  <karl@gnu.org>
8781
8782         * config/srclist-update: try to preserve x bit on updates.
8783         * config/srclistvars.sh: update for karl.
8784
8785 2008-01-29  Jim Meyering  <meyering@redhat.com>
8786
8787         vasnprintf.c: Avoid warning about unused label
8788         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
8789         "overflow" label definition and associated code with the
8790         same cpp condition that guards the sole use of that label.
8791
8792 2008-01-26  Bruno Haible  <bruno@clisp.org>
8793
8794         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
8795         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
8796         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
8797         * lib/isnanl-nolibm.h (isnanl): Likewise.
8798         Reported by Paul Eggert <eggert@cs.ucla.edu>.
8799
8800 2008-01-26  Bruno Haible  <bruno@clisp.org>
8801
8802         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
8803         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
8804
8805 2008-01-26  Bruno Haible  <bruno@clisp.org>
8806
8807         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
8808         GCC >= 4.0 built-in.
8809         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
8810
8811 2008-01-26  Bruno Haible  <bruno@clisp.org>
8812
8813         Rename isnan, applicable to 'double' only, to isnand.
8814         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
8815         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
8816         (configure.ac): Update.
8817         (Include): Replace "isnan.h" with "isnand.h".
8818         * m4/isnand.m4: Renamed from m4/isnan.m4.
8819         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
8820         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
8821         instead of isnan.c.
8822         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
8823         instead of HAVE_ISNAN_IN_LIBC.
8824         (isnand): Renamed from isnan.
8825         * lib/isnand.c: New file.
8826         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
8827         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
8828         (Makefile.am): Update.
8829         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
8830         Include isnand.h instead of isnan.h.
8831         (main): Test isnand instead of isnan.
8832         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
8833         isnan-nolibm.
8834         * modules/frexp (Depends-on): Likewise.
8835         * modules/frexp-tests (Depends-on): Likewise.
8836         * modules/frexp-nolibm (Depends-on): Likewise.
8837         * modules/frexp-nolibm-tests (Depends-on): Likewise.
8838         * modules/isfinite (Depends-on): Likewise.
8839         * modules/round-tests (Depends-on): Likewise.
8840         * modules/signbit (Depends-on): Likewise.
8841         * modules/signbit-tests (Depends-on): Likewise.
8842         * modules/snprintf-posix (Depends-on): Likewise.
8843         * modules/sprintf-posix (Depends-on): Likewise.
8844         * modules/trunc-tests (Depends-on): Likewise.
8845         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8846         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8847         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8848         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8849         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8850         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8851         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8852         * modules/vasnprintf-posix (Depends-on): Likewise.
8853         * modules/vasprintf-posix (Depends-on): Likewise.
8854         * modules/vfprintf-posix (Depends-on): Likewise.
8855         * modules/vsnprintf-posix (Depends-on): Likewise.
8856         * modules/vsprintf-posix (Depends-on): Likewise.
8857         * lib/frexp.c: Include isnand.h instead of isnan.h.
8858         (ISNAN): Set to isnand instead of isnan.
8859         * lib/isfinite.c: Include isnand.h instead of isnan.h.
8860         (gl_isfinited): Use isnand instead of isnan.
8861         * lib/signbitd.c: Include isnand.h instead of isnan.h.
8862         (gl_signbitd): Use isnand instead of isnan.
8863         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
8864         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
8865         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
8866         (main): Use isnand instead of isnan.
8867         * tests/test-round1.c: Include isnand.h.
8868         (main): Use isnand instead of isnan.
8869         * tests/test-round2.c: Include isnand.h instead of isnan.h.
8870         (ISNAN): Set to isnand instead of isnan.
8871         * tests/test-trunc1.c: Include isnand.h.
8872         (main): Use isnand instead of isnan.
8873         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
8874         (equal): Use isnand instead of isnan.
8875         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
8876         isnand-nolibm.
8877         * NEWS: Mention the change.
8878
8879 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8880             Bruno Haible  <bruno@clisp.org>
8881
8882         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
8883         the GCC builtins for signbits are present and set
8884         REPLACE_SIGNBIT_USING_GCC if so.
8885         * lib/math.in.h (signbit): Define using GCC builtins if
8886         REPLACE_SIGNBIT_USING_GCC is set.
8887         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
8888         REPLACE_SIGNBIT_USING_GCC.
8889         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
8890
8891 2008-01-25  Jim Meyering  <meyering@redhat.com>
8892
8893         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
8894         * lib/poll.c: Include <config.h>, not "config.h".
8895         * tests/test-getaddrinfo.c: Likewise.
8896
8897 2008-01-25  Simon Josefsson  <simon@josefsson.org>
8898
8899         * modules/sockets-tests: New file.
8900
8901 2008-01-24  Simon Josefsson  <simon@josefsson.org>
8902
8903         * modules/sockets: New module, can be used to call WSA_Startup and
8904         WSA_Cleanup when needed.
8905
8906         * lib/sockets.h, lib/sockets.c: New files.
8907
8908         * m4/sockets.m4: New file.
8909
8910         * tests/test-sockets.c: New file.
8911
8912 2008-01-19  Bruno Haible  <bruno@clisp.org>
8913
8914         * doc/posix-headers: Renamed from doc/headers.
8915         * doc/posix-functions: Renamed from doc/functions.
8916         * doc/gnulib.texi: Update.
8917
8918 2008-01-19  Bruno Haible  <bruno@clisp.org>
8919
8920         * doc/glibc-functions/strcasestr.texi: Include contents of
8921         doc/functions/strcasestr.texi, fixing the list of platforms.
8922         * doc/functions/strcasestr.texi: Remove file.
8923
8924 2008-01-19  Bruno Haible  <bruno@clisp.org>
8925
8926         * doc/glibc-functions/memmem.texi: Include contents of
8927         doc/functions/memmem.texi.
8928         * doc/functions/memmem.texi: Remove file.
8929
8930 2008-01-18  Bruno Haible  <bruno@clisp.org>
8931
8932         * doc/glibc-functions/*.texi: New files.
8933         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
8934         to use the new files.
8935
8936 2008-01-17  Bruno Haible  <bruno@clisp.org>
8937
8938         * tests/test-gethostname.c (main): Fix printf statement.
8939
8940 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8941
8942         * modules/gethostname-tests: New file.
8943
8944         * tests/test-gethostname.c: New file.
8945
8946 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8947
8948         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8949         used by the UNAME case.  Reported by Bruno Haible
8950         <bruno@clisp.org>.
8951
8952 2008-01-17  Eric Blake  <ebb9@byu.net>
8953
8954         Convert c-strcasestr to be more efficient.
8955         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8956         (Depends-on): Add c-strcase, remove malloca, strnlen.
8957         * tests/test-c-strcasestr.c (main): Enhance test.
8958         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8959
8960 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8961
8962         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8963         Use it in creating po/Makevars.
8964
8965 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8966
8967         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8968         Applications that requires it should initialize libgcrypt
8969         manually.
8970
8971 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8972
8973         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8974
8975 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8976
8977         Fix problem with getdate on mingw32 reported by Simon Josefsson
8978         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8979         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8980         tzname", when deciding whether to declare tzname.
8981         * lib/strftime.c (tzname): Likewise.
8982
8983 2008-01-15  Bruno Haible  <bruno@clisp.org>
8984
8985         Work around a MacOS X 10.5 bug in frexpl().
8986         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8987         * doc/functions/frexpl.texi: Document the bug.
8988         Reported by Elias Pipping <pipping@gentoo.org>.
8989
8990 2008-01-14  Eric Blake  <ebb9@byu.net>
8991
8992         Touch up previous patch.
8993         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8994         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8995
8996         Convert strcasestr module to use Two-Way algorithm.
8997         * modules/strcasestr-simple: New module, based on the old
8998         strcasestr, but with Two-Way rather than KMP.
8999         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
9000         * lib/string.in.h (rpl_strcasestr): Declare.
9001         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
9002         performance.
9003         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
9004         * modules/string (Makefile.am): Support strcasestr.
9005         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
9006         * modules/strcasestr-tests (Depends-on): Check for alarm.
9007         * tests/test-strcasestr.c: Augment test.
9008         * lib/str-two-way.h: Clean up stray macro.
9009         * NEWS: Document new module.
9010         * MODULES.html.sh (string handling): Likewise.
9011         * doc/functions/strcasestr.texi: New file.
9012         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
9013         here, since it is not a POSIX function.
9014
9015 2008-01-14  Colin Watson  <cjwatson@debian.org>
9016             Bruno Haible  <bruno@clisp.org>
9017
9018         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
9019         works fine; if not, set REPLACE_STRSIGNAL.
9020         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
9021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9022         REPLACE_STRSIGNAL.
9023         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
9024         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
9025         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
9026
9027 2008-01-14  Bruno Haible  <bruno@clisp.org>
9028
9029         * modules/strsignal (Include): Change to <string.h>.
9030
9031 2008-01-14  Colin Watson  <cjwatson@debian.org>
9032
9033         * modules/argp (Notice): Add a notice recommending to change
9034         XGETTEXT_OPTIONS.
9035         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
9036
9037 2008-01-13  Colin Watson  <cjwatson@debian.org>
9038
9039         * modules/strsignal-tests: New file.
9040         * tests/test-strsignal.c: New file.
9041
9042         * lib/strsignal.c: New file, from glibc with modifications.
9043         * lib/siglist.h: New file, from glibc with modifications.
9044         * lib/string.in.h (strsignal): New declaration.
9045         * m4/strsignal.m4: New file.
9046         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
9047         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
9048         * modules/strsignal: New file.
9049         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
9050         HAVE_DECL_STRSIGNAL.
9051
9052 2008-01-13  Bruno Haible  <bruno@clisp.org>
9053
9054         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
9055         locale encoding is not ASCII. Needed for OpenBSD 4.0.
9056         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9057         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9058
9059 2008-01-13  Bruno Haible  <bruno@clisp.org>
9060
9061         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
9062         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
9063         * lib/argp.h (__attribute__): Likewise.
9064         * lib/c-stack.c (__attribute__): Likewise.
9065         * lib/error.h (__attribute__): Likewise.
9066         * lib/fts.c (__attribute__): Likewise.
9067         * lib/openat.h (__attribute__): Likewise.
9068         * lib/stdio.in.h (__attribute__): Likewise.
9069         * lib/string.in.h (__attribute__): Likewise.
9070         * lib/utimens.c (__attribute__): Likewise.
9071         * lib/vasnprintf.h (__attribute__): Likewise.
9072         * lib/xalloc.h (__attribute__): Likewise.
9073         * lib/xprintf.h (__attribute__): Likewise.
9074         * lib/xstrtol.h (__attribute__): Likewise.
9075         * lib/xvasprintf.h (__attribute__): Likewise.
9076
9077 2008-01-12  Bruno Haible  <bruno@clisp.org>
9078
9079         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
9080         * doc/glibc-headers/a.out.texi: New file.
9081         * doc/glibc-headers/aliases.texi: New file.
9082         * doc/glibc-headers/alloca.texi: New file.
9083         * doc/glibc-headers/ar.texi: New file.
9084         * doc/glibc-headers/argp.texi: New file.
9085         * doc/glibc-headers/argz.texi: New file.
9086         * doc/glibc-headers/byteswap.texi: New file.
9087         * doc/glibc-headers/crypt.texi: New file.
9088         * doc/glibc-headers/endian.texi: New file.
9089         * doc/glibc-headers/envz.texi: New file.
9090         * doc/glibc-headers/err.texi: New file.
9091         * doc/glibc-headers/error.texi: New file.
9092         * doc/glibc-headers/execinfo.texi: New file.
9093         * doc/glibc-headers/fpu_control.texi: New file.
9094         * doc/glibc-headers/fstab.texi: New file.
9095         * doc/glibc-headers/fts.texi: New file.
9096         * doc/glibc-headers/getopt.texi: New file.
9097         * doc/glibc-headers/ieee754.texi: New file.
9098         * doc/glibc-headers/ifaddrs.texi: New file.
9099         * doc/glibc-headers/libintl.texi: New file.
9100         * doc/glibc-headers/mcheck.texi: New file.
9101         * doc/glibc-headers/mntent.texi: New file.
9102         * doc/glibc-headers/obstack.texi: New file.
9103         * doc/glibc-headers/paths.texi: New file.
9104         * doc/glibc-headers/printf.texi: New file.
9105         * doc/glibc-headers/pty.texi: New file.
9106         * doc/glibc-headers/resolv.texi: New file.
9107         * doc/glibc-headers/shadow.texi: New file.
9108         * doc/glibc-headers/sysexits.texi: New file.
9109         * doc/glibc-headers/ttyent.texi: New file.
9110
9111 2008-01-12  Jim Meyering  <meyering@redhat.com>
9112
9113         announce-gen: emit Gnulib's git-based version string.
9114         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
9115         New option --gnulib-version=V, where V is expected to be
9116         the output of running git describe in the gnulib directory.
9117         (get_tool_versions): Request feedback on xdelta.  I suspect it's
9118         not useful, and plan to stop publishing an xdelta file with each
9119         coreutils release.
9120
9121         * build-aux/announce-gen: Also check for lzma-compressed files.
9122
9123 2008-01-11  Bruno Haible  <bruno@clisp.org>
9124
9125         * tests/test-memmem.c (main): Increase maximum allowed time.
9126         * tests/test-strstr.c (main): Likewise.
9127
9128 2008-01-11  Bruno Haible  <bruno@clisp.org>
9129
9130         * doc/functions/memmem.texi: Add more precisions about platforms.
9131         * doc/functions/strstr.texi: Likewise.
9132
9133 2008-01-10  Eric Blake  <ebb9@byu.net>
9134
9135         * m4/strstr.m4: Delete cruft from copy-n-paste.
9136         Reported by Bruno Haible.
9137
9138 2008-01-10  Bruno Haible  <bruno@clisp.org>
9139
9140         Make c-strstr rely on strstr.
9141         * lib/c-strstr.c: Don't include str-kmp.h.
9142         (c_strstr): Define in terms of strstr.
9143         * modules/c-strstr (Files): Remove lib/str-kmp.h.
9144         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
9145
9146 2008-01-10  Bruno Haible  <bruno@clisp.org>
9147
9148         * doc/gnulib.texi (String Functions in C Locale): New section.
9149         * doc/c-ctype.texi: New file.
9150         * doc/c-strcase.texi: New file.
9151         * doc/c-strcaseeq.texi: New file.
9152         * doc/c-strcasestr.texi: New file.
9153         * doc/c-strstr.texi: New file.
9154         * doc/c-strtod.texi: New file.
9155         * doc/c-strtold.texi: New file.
9156
9157 2008-01-10  Eric Blake  <ebb9@byu.net>
9158
9159         * lib/relocatable.h: Fix a comment.
9160
9161 2008-01-10  Eric Blake  <ebb9@byu.net>
9162
9163         Share two-way algorithm.
9164         * lib/str-two-way.h: New file, merged from...
9165         * lib/memmem.c: ...here...
9166         * lib/strstr.c: ...and here.
9167         * modules/memmem (Files): Use it.
9168         * modules/strstr (Files): Likewise.
9169
9170         Avoid quadratic strstr implementations.
9171         * lib/strstr.c: New file.
9172         * m4/strstr.m4: Likewise.
9173         * modules/strstr: Likewise.
9174         * modules/strstr-tests: Likewise.
9175         * tests/test-strstr.c: Likewise.
9176         * lib/string.in.h (rpl_strstr): Declare.
9177         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
9178         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
9179         * modules/string (Makefile.am): Likewise.
9180         * MODULES.html.sh (string handling): Mention new module.
9181         * doc/functions/strstr.texi (strstr): Document the bug.
9182
9183 2008-01-10  Bruno Haible  <bruno@clisp.org>
9184
9185         * lib/relocatable.h (relocate): State whether result is freshly
9186         allocated or not.
9187         * lib/relocatable.c (relocate): Return a freshly allocated string
9188         instead of a pointer to a privately held string.
9189         Reported by Sylvain Beucler <beuc@gnu.org>.
9190
9191 2008-01-10  Colin Watson  <cjwatson@debian.org>
9192
9193         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
9194         s/S_ISNLK/S_ISLNK/.
9195
9196 2008-01-09  Bruno Haible  <bruno@clisp.org>
9197
9198         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
9199         and other files.
9200         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
9201         if it's only a guess.
9202         * modules/memmem: Simplify by depending on memmem-simple.
9203
9204 2008-01-09  Bruno Haible  <bruno@clisp.org>
9205
9206         Work around OpenBSD 4.0 tdelete() bug.
9207         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
9208         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
9209         macros and don't redefine the enum values.
9210         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
9211         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
9212         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
9213
9214 2008-01-09  Bruno Haible  <bruno@clisp.org>
9215
9216         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
9217         (main): Don't perform the tests if setlocale did not install a UTF-8
9218         locale. Needed on OpenBSD 4.0.
9219         * modules/wcwidth-tests (Depends-on): Add localcharset.
9220
9221 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9222
9223         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
9224         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
9225         * NEWS: announce this.
9226         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
9227
9228 2008-01-09  Simon Josefsson  <simon@josefsson.org>
9229         and Eric Blake  <ebb9@byu.net>
9230
9231         Add memmem-simple module.
9232         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
9233         (gl_FUNC_MEMMEM): Separate performance from presence checks.
9234         * modules/memmem-simple: New file.
9235         * modules/memmem (Description): Tweak.
9236         * MODULES.html.sh (string handling): Mention new module.
9237         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
9238         addressed by memmem-simple.
9239         * NEWS: Document the difference.
9240
9241 2008-01-09  Eric Blake  <ebb9@byu.net>
9242
9243         Give gcc some memmem optimization hints.
9244         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
9245         (strcasestr): Declare as pure.
9246         * modules/memmem (Maintainer): Claim my implementation.
9247
9248 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9249
9250         Support AIX 6.1 and higher.
9251         * build-aux/config.libpath: Likewise.
9252         * build-aux/config.rpath: Likewise.
9253
9254 2008-01-08  Jim Meyering  <meyering@redhat.com>
9255             Bruno Haible  <bruno@clisp.org>
9256
9257         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
9258         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
9259         Reported by Peter Fales in
9260         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
9261
9262 2008-01-08  Bruno Haible  <bruno@clisp.org>
9263
9264         * modules/unictype/category-of (Depends-on): Add
9265         unictype/category-none.
9266         * modules/unictype/category-and-tests (Depends-on): Add
9267         unictype/category-{L,N,Lu,Nd}.
9268         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
9269         * modules/unictype/category-or-tests (Depends-on): Add
9270         unictype/category-{L,N}.
9271         * modules/unictype/category-name-tests (Depends-on): Add
9272         unictype/category-{Z,Nl}.
9273         Reported by Simon Josefsson.
9274
9275 2008-01-08  Bruno Haible  <bruno@clisp.org>
9276
9277         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
9278         convention better.
9279         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
9280         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
9281         Reported by Peter Miller <millerp@canb.auug.org.au>.
9282
9283 2008-01-08  Eric Blake  <ebb9@byu.net>
9284
9285         Rewrite memmem to guarantee linear complexity without malloc.
9286         * lib/memmem.c (memmem): Use Two-Way rather than
9287         Knuth-Morris-Pratt, to allow O(1) space usage.
9288         (critical_factorization, two_way_short_needle)
9289         (two_way_long_needle): New functions.
9290         (knuth_morris_pratt): Delete.
9291         * modules/memmem (Depends-on): No longer need malloca or stdbool.
9292         Add stdint.
9293         * tests/test-memmem.c (main): Add tests for periodic needle and
9294         sublinear performance.
9295         * doc/functions/memmem.texi (memmem): Document other deficiencies
9296         in cygwin and older glibc.
9297
9298 2008-01-08  Bruno Haible  <bruno@clisp.org>
9299
9300         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
9301         augmentation.
9302
9303 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
9304
9305         Add a configure time option: --disable-acl.
9306         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
9307         AC_ARG_ENABLE(acl).
9308
9309 2008-01-06  Simon Josefsson  <simon@josefsson.org>
9310
9311         * tests/test-localename.c: Don't include obsolete "setenv.h".
9312
9313         * modules/localename-tests (Depends-on): Need unsetenv.
9314
9315 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9316
9317         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
9318
9319 2008-01-06  Colin Watson  <cjwatson@debian.org>
9320
9321         * users.txt: Add man-db.
9322
9323 2008-01-07  Bruno Haible  <bruno@clisp.org>
9324
9325         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
9326         previous section name.
9327
9328 2008-01-07  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/progname.c (set_program_name): Don't strip off a leading
9331         "lt-" prefix outside a .libs directory.
9332         Suggested by Paul Eggert.
9333
9334 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
9335             Bruno Haible  <bruno@clisp.org>
9336
9337         Improve memory cleanup in 'relocatable' module.
9338         * lib/relocatable.h (compute_curr_prefix): Change return type to
9339         'char *'.
9340         * lib/relocatable.c (compute_curr_prefix): Change return type to
9341         'char *'. Free curr_installdir after use.
9342         (relocate): Free curr_prefix_better after use.
9343         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
9344
9345 2008-01-01  Bruno Haible  <bruno@clisp.org>
9346
9347         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
9348         failure on older glibc systems.
9349         Reported by Peter Fales <psfales@alcatel-lucent.com>.
9350
9351 2008-01-05  Eric Blake  <ebb9@byu.net>
9352
9353         Avoid quadratic system memmem.
9354         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
9355         Reported by Ralf Wildenhues.
9356
9357         Fix memmem test for mingw.
9358         * modules/memmem-tests (configure.ac): Check for alarm.
9359         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
9360         it.
9361         * doc/functions/memmem.texi: New file.
9362         * doc/gnulib.texi (Function Substitutes): Add memmem.
9363         Reported by Bruno Haible.
9364
9365 2008-01-04  Bruno Haible  <bruno@clisp.org>
9366
9367         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
9368         Require gl_HEADER_STRINGS_H_DEFAULTS, not
9369         gl_HEADER_STRING_H_DEFAULTS.
9370
9371 2008-01-04  Eric Blake  <ebb9@byu.net>
9372
9373         Shorten duration of memmem test.
9374         * tests/test-memmem.c (main): Use alarm to declare failure if test
9375         is taking too long.
9376         Reported by Ralf Wildenhues.
9377
9378 2007-12-21  Simon Josefsson  <simon@josefsson.org>
9379
9380         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
9381         string, needed by strerror.
9382
9383 2008-01-03  Colin Watson  <cjwatson@debian.org>
9384             Bruno Haible  <bruno@clisp.org>
9385
9386         * doc/gnulib-tool.texi (Localization): New section.
9387
9388 2008-01-02  Bruno Haible  <bruno@clisp.org>
9389
9390         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
9391         variables to 'unsigned char *' type.
9392         Reported by Paul Eggert.
9393
9394 2008-01-02  Jim Meyering  <jim@meyering.net>
9395
9396         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
9397
9398 2007-12-31  Jim Meyering  <jim@meyering.net>
9399
9400         Avoid use of private FTS type name.
9401         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
9402
9403 2007-12-30  Karl Berry  <karl@gnu.org>
9404
9405         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
9406         work around defect in Texinfo and/or the standalone Info browser.
9407
9408 2007-12-30  Bruno Haible  <bruno@clisp.org>
9409
9410         Unify 5 copies of the KMP code.
9411         * lib/str-kmp.h: New file.
9412         * lib/c-strcasestr.c: Include str-kmp.h.
9413         (knuth_morris_pratt): Remove function.
9414         (c_strcasestr): Update.
9415         * lib/c-strstr.c: Include str-kmp.h.
9416         (knuth_morris_pratt): Remove function.
9417         (c_strcasestr): Update.
9418         * lib/mbscasestr.c: Include str-kmp.h.
9419         (knuth_morris_pratt_unibyte): Remove function.
9420         * lib/mbsstr.c: Include str-kmp.h.
9421         (knuth_morris_pratt_unibyte): Remove function.
9422         * lib/strcasestr.c: Include str-kmp.h.
9423         (knuth_morris_pratt): Remove function.
9424         (strcasestr): Update.
9425         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
9426         * modules/c-strstr (Files): Likewise.
9427         * modules/mbscasestr (Files): Likewise.
9428         * modules/mbsstr (Files): Likewise.
9429         * modules/strcasestr (Files): Likewise.
9430         Suggested by Paul Eggert.
9431
9432 2007-12-30  Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
9435         defined.
9436
9437 2007-12-30  Bruno Haible  <bruno@clisp.org>
9438
9439         * lib/xmalloca.h: Include xalloc.h.
9440         (xnmalloca): New macro.
9441
9442 2007-12-30  Bruno Haible  <bruno@clisp.org>
9443
9444         * lib/malloca.h (nmalloca): New macro.
9445         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
9446         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
9447         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
9448         knuth_morris_pratt_multibyte): Likewise.
9449         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
9450         knuth_morris_pratt_multibyte): Likewise.
9451         * lib/memmem.c (knuth_morris_pratt): Likewise.
9452         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
9453
9454 2007-12-25  Bruno Haible  <bruno@clisp.org>
9455
9456         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
9457         * lib/glob.c: Don't include openat.h.
9458         (link_exists2_p): Add back the code that deals with the
9459         !GLOB_ALTDIRFUNC case.
9460         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
9461         let it do the filename concatenation.
9462         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
9463         * modules/glob (Depends-on): Remove openat.
9464
9465 2007-12-31  Bruno Haible  <bruno@clisp.org>
9466
9467         * modules/dirfd (License): Change to LGPLv2+.
9468         Approved by Jim Meyering.
9469
9470 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9471
9472         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
9473         when multiplying M by sizeof (size_t).
9474
9475 2007-12-10  Martin Lambers  <marlam@marlam.de>
9476
9477         Override getpagesize on mingw.
9478         * lib/getpagesize.c: New file.
9479         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
9480         * modules/getpagesize (Files): Add lib/getpagesize.c.
9481         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
9482         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9483         REPLACE_GETPAGESIZE.
9484         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
9485
9486 2007-12-25  Bruno Haible  <bruno@clisp.org>
9487
9488         * modules/localcharset (Notice): New field.
9489         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
9490         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
9491
9492 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9493             Bruno Haible  <bruno@clisp.org>
9494
9495         Avoid using the syntax symbol() in formatted documentation.
9496         * MODULES.html.sh (func_module): When replacing symbol() with a
9497         hyperlink, remove the parentheses. Show an error if some remain.
9498         Recognize and render the '...' syntax.
9499         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
9500         Rework. Add paragraph about GCC's inlining.
9501         * doc/alloca.texi: Likewise.
9502         * doc/error.texi: Remove parentheses from symbol reference.
9503         * doc/gnulib-intro.texi: Likewise.
9504         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
9505         * modules/fnmatch (Description): Reword to say "the ... function".
9506         * modules/full-read (Description): Likewise.
9507         * modules/full-write (Description): Likewise.
9508         * modules/safe-read (Description): Likewise.
9509         * modules/safe-write (Description): Likewise.
9510         * modules/strchrnul (Description): Likewise.
9511         * modules/trim (Description): Likewise.
9512         * modules/error (Description): Remove parentheses from symbol
9513         references.
9514         * modules/verror (Description): Likewise.
9515         Reported by Karl Berry.
9516
9517 2007-12-25  Bruno Haible  <bruno@clisp.org>
9518
9519         Fixup after 2007-10-16 commit.
9520         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
9521
9522 2007-12-24  Bruno Haible  <bruno@clisp.org>
9523
9524         Make --enable-relocatable work with DESTDIR.
9525         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
9526         to compute installdir from destprog.
9527         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
9528         also set the RELOC_DESTDIR variable.
9529         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9530
9531 2007-12-24  Bruno Haible  <bruno@clisp.org>
9532
9533         Fix link error due to xalloc_die().
9534         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
9535         of xreadlink.
9536         * lib/relocwrapper.c: Update comments.
9537         * build-aux/install-reloc: Remove xreadlink.c from file list.
9538         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
9539         xreadlink.c.
9540         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9541
9542 2007-12-24  Bruno Haible  <bruno@clisp.org>
9543
9544         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
9545         * lib/setenv.h: Remove file.
9546         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
9547         lib/setenv.h.
9548         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
9549         (Depends-on): Add stdlib.
9550         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
9551         gl_FUNC_UNSETENV.
9552         (Include): Replace setenv.h with <stdlib.h>.
9553         * modules/unsetenv: New file.
9554         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
9555         * lib/unsetenv.c: Include <stdlib.h> first.
9556         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
9557         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
9558         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
9559         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
9560         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
9561         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9562         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
9563         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
9564         * doc/functions/unsetenv.texi: Update.
9565         * modules/xsetenv (Depends-on): Add unsetenv.
9566         * modules/getdate (Depends-on): Likewise.
9567         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
9568         * lib/xsetenv.c: Don't include setenv.h.
9569         * lib/getdate.y: Likewise.
9570         * lib/relocwrapper.c: Likewise.
9571         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
9572         (Depends-on): Add stdlib.
9573         * NEWS: Mention the changes.
9574         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
9575
9576 2007-12-23  Bruno Haible  <bruno@clisp.org>
9577
9578         * lib/memmem.c (memmem): Use lowercase variable names. Tab
9579         indentation.
9580
9581 2007-12-23  Bruno Haible  <bruno@clisp.org>
9582
9583         * lib/c-strcasestr.c: Add more comments.
9584         * lib/c-strstr.c: Likewise.
9585         * lib/mbscasestr.c: Likewise.
9586         * lib/mbsstr.c: Likewise.
9587         * lib/strcasestr.c: Likewise.
9588         * lib/memmem.c: Likewise.
9589
9590 2007-12-23  Bruno Haible  <bruno@clisp.org>
9591
9592         * tests/test-memmem.c: Include <string.h> first.
9593
9594 2007-12-22  Bruno Haible  <bruno@clisp.org>
9595
9596         * gnulib-tool (func_create_testdir): Change $auxdir while generating
9597         the contents of $testsbase.
9598         Reported by Ralf Wildenhues.
9599
9600 2007-12-22  Bruno Haible  <bruno@clisp.org>
9601
9602         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
9603         two variables local_ldadd_before, local_ldadd_last.
9604
9605 2007-12-20  Eric Blake  <ebb9@byu.net>
9606
9607         Work around circular library issue when cross-compiling.
9608         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
9609         that progname.o does not need to pull in rpl_memcmp.
9610
9611 2007-12-19  Eric Blake  <ebb9@byu.net>
9612
9613         Fix memmem to avoid O(n^2) worst-case complexity.
9614         * lib/memmem.c (knuth_morris_pratt): New function.
9615         (memmem): Use it if first few naive iterations fail.
9616         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
9617         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
9618         * modules/memchr (License): Likewise.
9619         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
9620         malloca.
9621         * tests/test-memmem.c: Rewrite, borrowing ideas from
9622         test-mbsstr1.c; the old version wouldn't even compile!
9623         * modules/memmem-tests: New file.
9624         * lib/string.in.h (rpl_memmem): Add declaration.
9625         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
9626         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
9627         REPLACE_MEMMEM.
9628
9629 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9630
9631         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
9632         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
9633         before any system include files, and undef after them all.  This
9634         should fix a problem on VMS reported by John E. Malmberg in
9635         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
9636
9637 2007-12-17  Eric Blake  <ebb9@byu.net>
9638
9639         Revert addition of verify, for BSD/OS.
9640         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
9641         can't handle large files, for the sake of obsolete platforms.
9642         * modules/fseeko (Depends-on): Remove verify.
9643         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
9644         * doc/functions/ftello.texi (ftello): Likewise.
9645         * doc/functions/fgetpos.texi (fgetpos): Likewise.
9646         Reported by Larry Jones.
9647
9648 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
9649
9650         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
9651         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
9652
9653 2007-12-17  Jim Meyering  <meyering@redhat.com>
9654
9655         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
9656         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
9657         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
9658         * modules/getcwd (Depends-on): Add openat.
9659         Reported by Petr Salinger.
9660
9661 2007-12-17  Bruno Haible  <bruno@clisp.org>
9662
9663         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
9664         avoid a segmentation fault of the configure test on x86_64 systems.
9665
9666 2007-12-15  Jim Meyering  <meyering@redhat.com>
9667
9668         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
9669
9670 2007-12-13  Eric Blake  <ebb9@byu.net>
9671
9672         Another fseek test.
9673         * tests/test-fseek.c (main): Also test ungetc handling.
9674         * tests/test-fseeko.c (main): Likewise.
9675         * modules/fseeko (Depends-on): Add verify.
9676         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
9677         large.
9678         Reported by Larry Jones.
9679
9680         Fix fseeko on mingw.
9681         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
9682         seek.
9683
9684         Beef up fseek tests.
9685         * tests/test-fseek.c (main): Also test eof handling.
9686         * tests/test-fseeko.c (main): Likewise.
9687         Reported by Larry Jones.
9688
9689 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
9690
9691         Fix fseeko on BSD-based platforms.
9692         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
9693         successful seek.
9694
9695 2007-12-12  Eric Blake  <ebb9@byu.net>
9696
9697         Allow circular dependency of separate libtests.a
9698         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
9699         when use_libtests.
9700
9701 2007-12-11  Eric Blake  <ebb9@byu.net>
9702
9703         Fix bug with -0.0L in previous patch.
9704         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
9705         * tests/test-isnan.c (main): Also test on zeroes.
9706         * tests/test-isnanf.c (main): Likewise.
9707         * tests/test-isnanl.h (main): Likewise.
9708
9709         Detect pseudo-denormals on x86 even when cross-compiling.
9710         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9711         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9712         invalid bit patterns that happen to satisfy ==.
9713
9714         Avoid link failures with separate libtests.a.
9715         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9716         last, to satisfy circular dependencies.
9717
9718 2007-12-11  Eric Blake  <ebb9@byu.net>
9719         and Bruno Haible  <bruno@clisp.org>
9720
9721         Fix OpenBSD 4.0 <float.h> handling of long double.
9722         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9723         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9724         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9725
9726 2007-12-11  Jim Meyering  <meyering@redhat.com>
9727
9728         * users.txt: Add libvirt.
9729
9730         Support versions of autoconf prior to 2.59c.
9731         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9732         if it is not already defined.
9733
9734 2007-12-09  Bruno Haible  <bruno@clisp.org>
9735
9736         Let 'gnulib-tool --import' collect sources needed for the tests in
9737         tests/ rather than in lib/.
9738         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9739         argument. If true, add rules to generate libtests.a, and put libtests.a
9740         into $(LDADD). Consider source files in subdirectories and set
9741         uses_subdirs.
9742         (func_emit_initmacro_start, func_emit_initmacro_end,
9743         func_emit_initmacro_done): Pass all arguments explicitly.
9744         (func_import): Determine two module lists main_modules,
9745         testsrelated_modules. Determine use_libtests. Determine two variables
9746         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9747         instead of just sed_transform_lib_file. Determine two variables
9748         main_files and testsrelated_files. Compute 'files' as the union of
9749         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9750         func_add_or_update. In the generated gnulib-comp.m4, collect the
9751         object files for tests/ in different variables than those for lib/.
9752         Substitute LIBTESTS_LIBDEPS.
9753         (func_create_testdir): Combine the uses_subdirs results from
9754         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9755
9756 2007-12-09  Bruno Haible  <bruno@clisp.org>
9757
9758         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9759         the build-aux directory.
9760
9761 2007-12-09  Bruno Haible  <bruno@clisp.org>
9762
9763         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
9764         introduced on 2006-09-09.
9765
9766 2007-12-07  Jim Meyering  <meyering@redhat.com>
9767
9768         Let these macros work also with autoconf-2.59.
9769         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
9770         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
9771         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9772
9773 2007-12-06  Jim Meyering  <meyering@redhat.com>
9774
9775         Avoid a configure-time syntax error in gl_FUNC_ACL.
9776         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
9777         function in each branch, before testing the cache variable.
9778
9779 2007-12-04  Eric Blake  <ebb9@byu.net>
9780
9781         Make scripts executable.
9782         * build-aux/config.guess: Add execute permissions.
9783         * build-aux/config.sub: Likewise.
9784         * build-aux/gendocs.sh: Likewise.
9785
9786         Fix frexp on mingw.
9787         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
9788         cross-compiling.
9789         * doc/functions/frexp.texi (frexp): Document the bug.
9790
9791         Make cygwin fseeko check more reliable.
9792         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
9793         version numbers, rather than unrelated feature check.
9794         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
9795         * doc/functions/ftello.texi (ftello): Likewise.
9796         Reported by Bruno Haible.
9797
9798         * m4/strerror.m4: Bump version number.
9799
9800 2007-12-03  Bruno Haible  <bruno@clisp.org>
9801
9802         * doc/functions/mprotect.texi: Mention the mingw problem.
9803
9804 2007-12-03  Eric Blake  <ebb9@byu.net>
9805
9806         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
9807         REPLACE_STRERROR is initialized before this macro.
9808
9809 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9810
9811         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
9812         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
9813         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
9814         put -lsec in even for programs other than 'ls'.  This fixes a problem
9815         for gettext reported by Bruno Haible in
9816         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
9817         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
9818         Add support for Solaris 10.  This isn't efficient, but should get the
9819         job done for now.
9820
9821 2007-12-03  James Youngman  <jay@gnu.org>
9822
9823         * doc/regexprops-generic.texi: change "an close-group" to "a
9824         close-group" and "illegal" to "not allowed".
9825
9826 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9827
9828         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
9829         pr_byname.h. Needed for the rare case when the maintainer has done
9830         "make maintainer-clean" in the source directory and then attempts a
9831         build outside the source directory.
9832         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
9833         scripts_byname.h.
9834
9835 2007-12-02  Martin Lambers <marlam@marlam.de>
9836             Bruno Haible  <bruno@clisp.org>
9837
9838         * lib/getpagesize.h: Remove file.
9839         * lib/unistd.in.h: Include declaration of getpagesize here.
9840         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
9841         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
9842         HAVE_SYS_PARAM_H.
9843         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
9844         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9845         * modules/getpagesize (Files): Remove lib/getpagesize.h.
9846         (Depends-on): Add unistd.
9847         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9848         (Include): Use <unistd.h> instead of getpagesize.h.
9849         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
9850         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9851         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
9852         gl_GETPAGESIZE invocation, already handled by module dependency.
9853         * lib/pagealign_alloc.c: Don't include getpagesize.h.
9854
9855 2007-12-02  Bruno Haible  <bruno@clisp.org>
9856
9857         * modules/strings-tests: New file.
9858         * tests/test-strings.c: New file.
9859
9860         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
9861         * lib/strings.in.h: New file.
9862         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
9863         * m4/strings_h.m4: New file.
9864         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
9865         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
9866         * modules/strings: New file.
9867         * modules/string (Makefile.am): Update.
9868         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
9869         Reported by Karl Berry.
9870
9871 2007-12-01  Eric Blake  <ebb9@byu.net>
9872
9873         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
9874         accomodate fix in cygwin 1.5.25.
9875
9876 2007-12-01  Jim Meyering  <meyering@redhat.com>
9877
9878         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
9879         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
9880         that would inhibit utf8-optimization of a regexp containing line-
9881         or buffer-anchors, e.g., `^', `$'.
9882
9883 2007-11-30  Bruno Haible  <bruno@clisp.org>
9884
9885         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
9886         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
9887         glthread_recursive_lock_init.
9888         * lib/lock.c (glthread_recursive_lock_init)
9889         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
9890         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9891
9892 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9893
9894         New function qset_acl, like set_acl but with syscall semantics.
9895         * lib/acl.h (qset_acl): New decl.
9896         * lib/acl.c (qset_acl): New function.
9897         (set_acl): Use new function.  Use more-consistent diagnostics.
9898
9899 2007-11-28  Jim Meyering  <meyering@redhat.com>
9900
9901         * modules/physmem (License): Change from GPL to LGPLv2+.
9902
9903 2007-11-26  Bruno Haible  <bruno@clisp.org>
9904
9905         * lib/vasnprintf.c (decode_long_double): Don't abort if the
9906         'long double' type has excess precision.
9907         Reported by Jim Meyering in
9908         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
9909
9910 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9911
9912         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
9913         Sync from <http://gnu.org/licenses>.
9914         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
9915         with license text from same location.
9916         * doc/maintain.texi, doc/standards.texi:  Sync from
9917         <http://savannah.gnu.org/projects/gnustandards>.
9918
9919 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
9920         and Jim Meyering  <meyering@redhat.com>
9921
9922         Adjust getdate' grammar to accept a slightly more regular language.
9923         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
9924         Before, the former was rejected.
9925         * lib/getdate.y (digits_to_date_time): New function, factored
9926         out of ...
9927         (number): ...here.  Just call digits_to_date_time.
9928         (hybrid): New non-terminal to handle an <unsigned number,
9929         signed relative offset> sequence consistently.
9930
9931 2007-11-18  Jim Meyering  <meyering@redhat.com>
9932
9933         Pull my changes from coreutils:
9934         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
9935         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
9936         use of $gnulib_tool_option_extras, so that it's separated from the
9937         preceding argument.
9938
9939         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9940         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9941         parent destination directories before copying a file into place.
9942
9943 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9944
9945         bootstrap: work also with 4-argument variant of AC_INIT
9946         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9947
9948 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9949
9950         Port test-getaddrinfo to Solaris.
9951         Problem reported by Bruno Haible in
9952         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9953         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9954         explanation of setting 'hints'.
9955         Don't reject an implementation merely because it returns EAI_SERVICE.
9956         (EAI_SERVICE): Define to 0 if not defined.
9957
9958 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9959
9960         The license of gnu-make and posix-shell is now "GPLed build tool".
9961         * modules/gnu-make (License): Likewise.
9962         * modules/posix-shell (License): Likewise.
9963
9964         New module posix-shell, for determining a POSIX shell
9965         or perhaps something that is close enough to a POSIX shell.
9966         * m4/posix-shell.m4: New file.
9967         * modules/posix-shell: New file.
9968
9969         * MODULES.html.sh: Mention new module.
9970
9971         New module gnu-make, for determining whether we're using GNU Make.
9972         * m4/gnu-make.m4: New file.
9973         * modules/gnu-make: New file.
9974         * MODULES.html.sh: Mention new module.
9975
9976 2007-11-14  Jim Meyering  <meyering@redhat.com>
9977
9978         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9979         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9980         use this macro to create a function _definition_.
9981         Remove useless "#undef ARGMATCH_DIE".
9982
9983 2007-11-14  Bruno Haible  <bruno@clisp.org>
9984
9985         * lib/config.charset: Update for OpenBSD 4.1.
9986         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9987
9988 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9989
9990         Document 64-bit #if problems in stdint.texi.
9991         * doc/headers/stdint.texi (stdint.h): Mention problems with
9992         64-bit-#if, and how to work around them.
9993
9994         Don't insist on 'long long int' support in the preprocessor.  It
9995         breaks too many things.  For example, PRIdMAX still uses a 'long
9996         long int' format with the latest Sun compiler, even though
9997         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9998         preprocessor problem.  This causes the latest coreutils to dump
9999         core on Solaris 10 sparc with the Sun C compiler.
10000         Instead, fix the 2007-10-16 problem in a different way, by evaluating
10001         the troublesome expressions at configure-time, not at #if-time.
10002         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
10003         preprocessor.
10004         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
10005         compile-time C checks, done at 'configure'-time.
10006         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
10007         * modules/inttypes (Makefile): Substitute the new symbols that
10008         gl_INTTYPES_H now generates.
10009         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
10010
10011 2007-11-12  Bruno Haible  <bruno@clisp.org>
10012
10013         Tests for Unicode character classification functions.
10014
10015         * modules/unictype/bidicategory-byname-tests: New file.
10016         * modules/unictype/bidicategory-name-tests: New file.
10017         * modules/unictype/bidicategory-of-tests: New file.
10018         * modules/unictype/bidicategory-test-tests: New file.
10019         * modules/unictype/block-list-tests: New file.
10020         * modules/unictype/block-of-tests: New file.
10021         * modules/unictype/block-test-tests: New file.
10022         * modules/unictype/category-C-tests: New file.
10023         * modules/unictype/category-Cc-tests: New file.
10024         * modules/unictype/category-Cf-tests: New file.
10025         * modules/unictype/category-Cn-tests: New file.
10026         * modules/unictype/category-Co-tests: New file.
10027         * modules/unictype/category-Cs-tests: New file.
10028         * modules/unictype/category-L-tests: New file.
10029         * modules/unictype/category-Ll-tests: New file.
10030         * modules/unictype/category-Lm-tests: New file.
10031         * modules/unictype/category-Lo-tests: New file.
10032         * modules/unictype/category-Lt-tests: New file.
10033         * modules/unictype/category-Lu-tests: New file.
10034         * modules/unictype/category-M-tests: New file.
10035         * modules/unictype/category-Mc-tests: New file.
10036         * modules/unictype/category-Me-tests: New file.
10037         * modules/unictype/category-Mn-tests: New file.
10038         * modules/unictype/category-N-tests: New file.
10039         * modules/unictype/category-Nd-tests: New file.
10040         * modules/unictype/category-Nl-tests: New file.
10041         * modules/unictype/category-No-tests: New file.
10042         * modules/unictype/category-P-tests: New file.
10043         * modules/unictype/category-Pc-tests: New file.
10044         * modules/unictype/category-Pd-tests: New file.
10045         * modules/unictype/category-Pe-tests: New file.
10046         * modules/unictype/category-Pf-tests: New file.
10047         * modules/unictype/category-Pi-tests: New file.
10048         * modules/unictype/category-Po-tests: New file.
10049         * modules/unictype/category-Ps-tests: New file.
10050         * modules/unictype/category-S-tests: New file.
10051         * modules/unictype/category-Sc-tests: New file.
10052         * modules/unictype/category-Sk-tests: New file.
10053         * modules/unictype/category-Sm-tests: New file.
10054         * modules/unictype/category-So-tests: New file.
10055         * modules/unictype/category-Z-tests: New file.
10056         * modules/unictype/category-Zl-tests: New file.
10057         * modules/unictype/category-Zp-tests: New file.
10058         * modules/unictype/category-Zs-tests: New file.
10059         * modules/unictype/category-and-not-tests: New file.
10060         * modules/unictype/category-and-tests: New file.
10061         * modules/unictype/category-byname-tests: New file.
10062         * modules/unictype/category-name-tests: New file.
10063         * modules/unictype/category-none-tests: New file.
10064         * modules/unictype/category-of-tests: New file.
10065         * modules/unictype/category-or-tests: New file.
10066         * modules/unictype/category-test-withtable-tests: New file.
10067         * modules/unictype/combining-class-tests: New file.
10068         * modules/unictype/ctype-alnum-tests: New file.
10069         * modules/unictype/ctype-alpha-tests: New file.
10070         * modules/unictype/ctype-blank-tests: New file.
10071         * modules/unictype/ctype-cntrl-tests: New file.
10072         * modules/unictype/ctype-digit-tests: New file.
10073         * modules/unictype/ctype-graph-tests: New file.
10074         * modules/unictype/ctype-lower-tests: New file.
10075         * modules/unictype/ctype-print-tests: New file.
10076         * modules/unictype/ctype-punct-tests: New file.
10077         * modules/unictype/ctype-space-tests: New file.
10078         * modules/unictype/ctype-upper-tests: New file.
10079         * modules/unictype/ctype-xdigit-tests: New file.
10080         * modules/unictype/decimal-digit-tests: New file.
10081         * modules/unictype/digit-tests: New file.
10082         * modules/unictype/mirror-tests: New file.
10083         * modules/unictype/numeric-tests: New file.
10084         * modules/unictype/property-alphabetic-tests: New file.
10085         * modules/unictype/property-ascii-hex-digit-tests: New file.
10086         * modules/unictype/property-bidi-arabic-digit-tests: New file.
10087         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
10088         * modules/unictype/property-bidi-block-separator-tests: New file.
10089         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
10090         * modules/unictype/property-bidi-common-separator-tests: New file.
10091         * modules/unictype/property-bidi-control-tests: New file.
10092         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
10093         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
10094         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
10095         * modules/unictype/property-bidi-european-digit-tests: New file.
10096         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
10097         * modules/unictype/property-bidi-left-to-right-tests: New file.
10098         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
10099         * modules/unictype/property-bidi-other-neutral-tests: New file.
10100         * modules/unictype/property-bidi-pdf-tests: New file.
10101         * modules/unictype/property-bidi-segment-separator-tests: New file.
10102         * modules/unictype/property-bidi-whitespace-tests: New file.
10103         * modules/unictype/property-byname-tests: New file.
10104         * modules/unictype/property-combining-tests: New file.
10105         * modules/unictype/property-composite-tests: New file.
10106         * modules/unictype/property-currency-symbol-tests: New file.
10107         * modules/unictype/property-dash-tests: New file.
10108         * modules/unictype/property-decimal-digit-tests: New file.
10109         * modules/unictype/property-default-ignorable-code-point-tests: New file.
10110         * modules/unictype/property-deprecated-tests: New file.
10111         * modules/unictype/property-diacritic-tests: New file.
10112         * modules/unictype/property-extender-tests: New file.
10113         * modules/unictype/property-format-control-tests: New file.
10114         * modules/unictype/property-grapheme-base-tests: New file.
10115         * modules/unictype/property-grapheme-extend-tests: New file.
10116         * modules/unictype/property-grapheme-link-tests: New file.
10117         * modules/unictype/property-hex-digit-tests: New file.
10118         * modules/unictype/property-hyphen-tests: New file.
10119         * modules/unictype/property-id-continue-tests: New file.
10120         * modules/unictype/property-id-start-tests: New file.
10121         * modules/unictype/property-ideographic-tests: New file.
10122         * modules/unictype/property-ids-binary-operator-tests: New file.
10123         * modules/unictype/property-ids-trinary-operator-tests: New file.
10124         * modules/unictype/property-ignorable-control-tests: New file.
10125         * modules/unictype/property-iso-control-tests: New file.
10126         * modules/unictype/property-join-control-tests: New file.
10127         * modules/unictype/property-left-of-pair-tests: New file.
10128         * modules/unictype/property-line-separator-tests: New file.
10129         * modules/unictype/property-logical-order-exception-tests: New file.
10130         * modules/unictype/property-lowercase-tests: New file.
10131         * modules/unictype/property-math-tests: New file.
10132         * modules/unictype/property-non-break-tests: New file.
10133         * modules/unictype/property-not-a-character-tests: New file.
10134         * modules/unictype/property-numeric-tests: New file.
10135         * modules/unictype/property-other-alphabetic-tests: New file.
10136         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
10137         * modules/unictype/property-other-grapheme-extend-tests: New file.
10138         * modules/unictype/property-other-id-continue-tests: New file.
10139         * modules/unictype/property-other-id-start-tests: New file.
10140         * modules/unictype/property-other-lowercase-tests: New file.
10141         * modules/unictype/property-other-math-tests: New file.
10142         * modules/unictype/property-other-uppercase-tests: New file.
10143         * modules/unictype/property-paired-punctuation-tests: New file.
10144         * modules/unictype/property-paragraph-separator-tests: New file.
10145         * modules/unictype/property-pattern-syntax-tests: New file.
10146         * modules/unictype/property-pattern-white-space-tests: New file.
10147         * modules/unictype/property-private-use-tests: New file.
10148         * modules/unictype/property-punctuation-tests: New file.
10149         * modules/unictype/property-quotation-mark-tests: New file.
10150         * modules/unictype/property-radical-tests: New file.
10151         * modules/unictype/property-sentence-terminal-tests: New file.
10152         * modules/unictype/property-soft-dotted-tests: New file.
10153         * modules/unictype/property-space-tests: New file.
10154         * modules/unictype/property-terminal-punctuation-tests: New file.
10155         * modules/unictype/property-test-tests: New file.
10156         * modules/unictype/property-titlecase-tests: New file.
10157         * modules/unictype/property-unassigned-code-value-tests: New file.
10158         * modules/unictype/property-unified-ideograph-tests: New file.
10159         * modules/unictype/property-uppercase-tests: New file.
10160         * modules/unictype/property-variation-selector-tests: New file.
10161         * modules/unictype/property-white-space-tests: New file.
10162         * modules/unictype/property-xid-continue-tests: New file.
10163         * modules/unictype/property-xid-start-tests: New file.
10164         * modules/unictype/property-zero-width-tests: New file.
10165         * modules/unictype/scripts-tests: New file.
10166         * modules/unictype/syntax-c-ident-tests: New file.
10167         * modules/unictype/syntax-c-whitespace-tests: New file.
10168         * modules/unictype/syntax-java-ident-tests: New file.
10169         * modules/unictype/syntax-java-whitespace-tests: New file.
10170         * tests/unictype/test-bidi_byname.c: New file.
10171         * tests/unictype/test-bidi_name.c: New file.
10172         * tests/unictype/test-bidi_of.c: New file.
10173         * tests/unictype/test-bidi_test.c: New file.
10174         * tests/unictype/test-block_list.c: New file.
10175         * tests/unictype/test-block_of.c: New file.
10176         * tests/unictype/test-block_test.c: New file.
10177         * tests/unictype/test-categ_and.c: New file.
10178         * tests/unictype/test-categ_and_not.c: New file.
10179         * tests/unictype/test-categ_byname.c: New file.
10180         * tests/unictype/test-categ_name.c: New file.
10181         * tests/unictype/test-categ_none.c: New file.
10182         * tests/unictype/test-categ_of.c: New file.
10183         * tests/unictype/test-categ_or.c: New file.
10184         * tests/unictype/test-categ_test_withtable.c: New file.
10185         * tests/unictype/test-combining.c: New file.
10186         * tests/unictype/test-decdigit.c: New file.
10187         * tests/unictype/test-digit.c: New file.
10188         * tests/unictype/test-mirror.c: New file.
10189         * tests/unictype/test-numeric.c: New file.
10190         * tests/unictype/test-pr_byname.c: New file.
10191         * tests/unictype/test-pr_test.c: New file.
10192         * tests/unictype/test-predicate-part1.h: New file.
10193         * tests/unictype/test-predicate-part2.h: New file.
10194         * tests/unictype/test-scripts.c: New file.
10195         * tests/unictype/test-sy_c_ident.c: New file.
10196         * tests/unictype/test-sy_java_ident.c: New file.
10197
10198         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
10199         for Unicode 5.0.0.
10200         * tests/unictype/test-categ_Cc.c: Likewise.
10201         * tests/unictype/test-categ_Cf.c: Likewise.
10202         * tests/unictype/test-categ_Cn.c: Likewise.
10203         * tests/unictype/test-categ_Co.c: Likewise.
10204         * tests/unictype/test-categ_Cs.c: Likewise.
10205         * tests/unictype/test-categ_L.c: Likewise.
10206         * tests/unictype/test-categ_Ll.c: Likewise.
10207         * tests/unictype/test-categ_Lm.c: Likewise.
10208         * tests/unictype/test-categ_Lo.c: Likewise.
10209         * tests/unictype/test-categ_Lt.c: Likewise.
10210         * tests/unictype/test-categ_Lu.c: Likewise.
10211         * tests/unictype/test-categ_M.c: Likewise.
10212         * tests/unictype/test-categ_Mc.c: Likewise.
10213         * tests/unictype/test-categ_Me.c: Likewise.
10214         * tests/unictype/test-categ_Mn.c: Likewise.
10215         * tests/unictype/test-categ_N.c: Likewise.
10216         * tests/unictype/test-categ_Nd.c: Likewise.
10217         * tests/unictype/test-categ_Nl.c: Likewise.
10218         * tests/unictype/test-categ_No.c: Likewise.
10219         * tests/unictype/test-categ_P.c: Likewise.
10220         * tests/unictype/test-categ_Pc.c: Likewise.
10221         * tests/unictype/test-categ_Pd.c: Likewise.
10222         * tests/unictype/test-categ_Pe.c: Likewise.
10223         * tests/unictype/test-categ_Pf.c: Likewise.
10224         * tests/unictype/test-categ_Pi.c: Likewise.
10225         * tests/unictype/test-categ_Po.c: Likewise.
10226         * tests/unictype/test-categ_Ps.c: Likewise.
10227         * tests/unictype/test-categ_S.c: Likewise.
10228         * tests/unictype/test-categ_Sc.c: Likewise.
10229         * tests/unictype/test-categ_Sk.c: Likewise.
10230         * tests/unictype/test-categ_Sm.c: Likewise.
10231         * tests/unictype/test-categ_So.c: Likewise.
10232         * tests/unictype/test-categ_Z.c: Likewise.
10233         * tests/unictype/test-categ_Zl.c: Likewise.
10234         * tests/unictype/test-categ_Zp.c: Likewise.
10235         * tests/unictype/test-categ_Zs.c: Likewise.
10236         * tests/unictype/test-ctype_alnum.c: Likewise.
10237         * tests/unictype/test-ctype_alpha.c: Likewise.
10238         * tests/unictype/test-ctype_blank.c: Likewise.
10239         * tests/unictype/test-ctype_cntrl.c: Likewise.
10240         * tests/unictype/test-ctype_digit.c: Likewise.
10241         * tests/unictype/test-ctype_graph.c: Likewise.
10242         * tests/unictype/test-ctype_lower.c: Likewise.
10243         * tests/unictype/test-ctype_print.c: Likewise.
10244         * tests/unictype/test-ctype_punct.c: Likewise.
10245         * tests/unictype/test-ctype_space.c: Likewise.
10246         * tests/unictype/test-ctype_upper.c: Likewise.
10247         * tests/unictype/test-ctype_xdigit.c: Likewise.
10248         * tests/unictype/test-decdigit.h: Likewise.
10249         * tests/unictype/test-digit.h: Likewise.
10250         * tests/unictype/test-numeric.h: Likewise.
10251         * tests/unictype/test-pr_alphabetic.c: Likewise.
10252         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
10253         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
10254         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
10255         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
10256         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
10257         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
10258         * tests/unictype/test-pr_bidi_control.c: Likewise.
10259         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
10260         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
10261         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
10262         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
10263         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
10264         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
10265         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
10266         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
10267         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
10268         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
10269         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
10270         * tests/unictype/test-pr_combining.c: Likewise.
10271         * tests/unictype/test-pr_composite.c: Likewise.
10272         * tests/unictype/test-pr_currency_symbol.c: Likewise.
10273         * tests/unictype/test-pr_dash.c: Likewise.
10274         * tests/unictype/test-pr_decimal_digit.c: Likewise.
10275         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
10276         * tests/unictype/test-pr_deprecated.c: Likewise.
10277         * tests/unictype/test-pr_diacritic.c: Likewise.
10278         * tests/unictype/test-pr_extender.c: Likewise.
10279         * tests/unictype/test-pr_format_control.c: Likewise.
10280         * tests/unictype/test-pr_grapheme_base.c: Likewise.
10281         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
10282         * tests/unictype/test-pr_grapheme_link.c: Likewise.
10283         * tests/unictype/test-pr_hex_digit.c: Likewise.
10284         * tests/unictype/test-pr_hyphen.c: Likewise.
10285         * tests/unictype/test-pr_id_continue.c: Likewise.
10286         * tests/unictype/test-pr_id_start.c: Likewise.
10287         * tests/unictype/test-pr_ideographic.c: Likewise.
10288         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
10289         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
10290         * tests/unictype/test-pr_ignorable_control.c: Likewise.
10291         * tests/unictype/test-pr_iso_control.c: Likewise.
10292         * tests/unictype/test-pr_join_control.c: Likewise.
10293         * tests/unictype/test-pr_left_of_pair.c: Likewise.
10294         * tests/unictype/test-pr_line_separator.c: Likewise.
10295         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
10296         * tests/unictype/test-pr_lowercase.c: Likewise.
10297         * tests/unictype/test-pr_math.c: Likewise.
10298         * tests/unictype/test-pr_non_break.c: Likewise.
10299         * tests/unictype/test-pr_not_a_character.c: Likewise.
10300         * tests/unictype/test-pr_numeric.c: Likewise.
10301         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
10302         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
10303         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
10304         * tests/unictype/test-pr_other_id_continue.c: Likewise.
10305         * tests/unictype/test-pr_other_id_start.c: Likewise.
10306         * tests/unictype/test-pr_other_lowercase.c: Likewise.
10307         * tests/unictype/test-pr_other_math.c: Likewise.
10308         * tests/unictype/test-pr_other_uppercase.c: Likewise.
10309         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
10310         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
10311         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
10312         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
10313         * tests/unictype/test-pr_private_use.c: Likewise.
10314         * tests/unictype/test-pr_punctuation.c: Likewise.
10315         * tests/unictype/test-pr_quotation_mark.c: Likewise.
10316         * tests/unictype/test-pr_radical.c: Likewise.
10317         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
10318         * tests/unictype/test-pr_soft_dotted.c: Likewise.
10319         * tests/unictype/test-pr_space.c: Likewise.
10320         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
10321         * tests/unictype/test-pr_titlecase.c: Likewise.
10322         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
10323         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
10324         * tests/unictype/test-pr_uppercase.c: Likewise.
10325         * tests/unictype/test-pr_variation_selector.c: Likewise.
10326         * tests/unictype/test-pr_white_space.c: Likewise.
10327         * tests/unictype/test-pr_xid_continue.c: Likewise.
10328         * tests/unictype/test-pr_xid_start.c: Likewise.
10329         * tests/unictype/test-pr_zero_width.c: Likewise.
10330         * tests/unictype/test-sy_c_whitespace.c: Likewise.
10331         * tests/unictype/test-sy_java_whitespace.c: Likewise.
10332
10333 2007-11-12  Bruno Haible  <bruno@clisp.org>
10334
10335         Unicode character classification functions.
10336         * lib/unictype.h: New file.
10337         * modules/unictype/base: New file.
10338         * modules/unictype/category-L: New file.
10339         * modules/unictype/category-Lu: New file.
10340         * modules/unictype/category-Ll: New file.
10341         * modules/unictype/category-Lt: New file.
10342         * modules/unictype/category-Lm: New file.
10343         * modules/unictype/category-Lo: New file.
10344         * modules/unictype/category-M: New file.
10345         * modules/unictype/category-Mn: New file.
10346         * modules/unictype/category-Mc: New file.
10347         * modules/unictype/category-Me: New file.
10348         * modules/unictype/category-N: New file.
10349         * modules/unictype/category-Nd: New file.
10350         * modules/unictype/category-Nl: New file.
10351         * modules/unictype/category-No: New file.
10352         * modules/unictype/category-P: New file.
10353         * modules/unictype/category-Pc: New file.
10354         * modules/unictype/category-Pd: New file.
10355         * modules/unictype/category-Ps: New file.
10356         * modules/unictype/category-Pe: New file.
10357         * modules/unictype/category-Pi: New file.
10358         * modules/unictype/category-Pf: New file.
10359         * modules/unictype/category-Po: New file.
10360         * modules/unictype/category-S: New file.
10361         * modules/unictype/category-Sm: New file.
10362         * modules/unictype/category-Sc: New file.
10363         * modules/unictype/category-Sk: New file.
10364         * modules/unictype/category-So: New file.
10365         * modules/unictype/category-Z: New file.
10366         * modules/unictype/category-Zs: New file.
10367         * modules/unictype/category-Zl: New file.
10368         * modules/unictype/category-Zp: New file.
10369         * modules/unictype/category-C: New file.
10370         * modules/unictype/category-Cc: New file.
10371         * modules/unictype/category-Cf: New file.
10372         * modules/unictype/category-Cs: New file.
10373         * modules/unictype/category-Co: New file.
10374         * modules/unictype/category-Cn: New file.
10375         * modules/unictype/category-or: New file.
10376         * modules/unictype/category-of: New file.
10377         * modules/unictype/category-test: New file.
10378         * modules/unictype/category-test-withtable: New file.
10379         * modules/unictype/category-byname: New file.
10380         * modules/unictype/category-none: New file.
10381         * modules/unictype/category-and: New file.
10382         * modules/unictype/category-and-not: New file.
10383         * modules/unictype/category-name: New file.
10384         * modules/unictype/combining-class: New file.
10385         * modules/unictype/category-all: New file.
10386         * modules/unictype/bidicategory-all: New file.
10387         * modules/unictype/bidicategory-byname: New file.
10388         * modules/unictype/bidicategory-name: New file.
10389         * modules/unictype/bidicategory-of: New file.
10390         * modules/unictype/bidicategory-test: New file.
10391         * modules/unictype/decimal-digit: New file.
10392         * modules/unictype/digit: New file.
10393         * modules/unictype/numeric: New file.
10394         * modules/unictype/mirror: New file.
10395         * modules/unictype/property-white-space: New file.
10396         * modules/unictype/property-alphabetic: New file.
10397         * modules/unictype/property-other-alphabetic: New file.
10398         * modules/unictype/property-not-a-character: New file.
10399         * modules/unictype/property-default-ignorable-code-point: New file.
10400         * modules/unictype/property-other-default-ignorable-code-point: New
10401         file.
10402         * modules/unictype/property-deprecated: New file.
10403         * modules/unictype/property-logical-order-exception: New file.
10404         * modules/unictype/property-variation-selector: New file.
10405         * modules/unictype/property-private-use: New file.
10406         * modules/unictype/property-unassigned-code-value: New file.
10407         * modules/unictype/property-uppercase: New file.
10408         * modules/unictype/property-other-uppercase: New file.
10409         * modules/unictype/property-lowercase: New file.
10410         * modules/unictype/property-other-lowercase: New file.
10411         * modules/unictype/property-titlecase: New file.
10412         * modules/unictype/property-soft-dotted: New file.
10413         * modules/unictype/property-id-start: New file.
10414         * modules/unictype/property-other-id-start: New file.
10415         * modules/unictype/property-id-continue: New file.
10416         * modules/unictype/property-other-id-continue: New file.
10417         * modules/unictype/property-xid-start: New file.
10418         * modules/unictype/property-xid-continue: New file.
10419         * modules/unictype/property-pattern-white-space: New file.
10420         * modules/unictype/property-pattern-syntax: New file.
10421         * modules/unictype/property-join-control: New file.
10422         * modules/unictype/property-grapheme-base: New file.
10423         * modules/unictype/property-grapheme-extend: New file.
10424         * modules/unictype/property-other-grapheme-extend: New file.
10425         * modules/unictype/property-grapheme-link: New file.
10426         * modules/unictype/property-bidi-control: New file.
10427         * modules/unictype/property-bidi-left-to-right: New file.
10428         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
10429         * modules/unictype/property-bidi-arabic-right-to-left: New file.
10430         * modules/unictype/property-bidi-european-digit: New file.
10431         * modules/unictype/property-bidi-eur-num-separator: New file.
10432         * modules/unictype/property-bidi-eur-num-terminator: New file.
10433         * modules/unictype/property-bidi-arabic-digit: New file.
10434         * modules/unictype/property-bidi-common-separator: New file.
10435         * modules/unictype/property-bidi-block-separator: New file.
10436         * modules/unictype/property-bidi-segment-separator: New file.
10437         * modules/unictype/property-bidi-whitespace: New file.
10438         * modules/unictype/property-bidi-non-spacing-mark: New file.
10439         * modules/unictype/property-bidi-boundary-neutral: New file.
10440         * modules/unictype/property-bidi-pdf: New file.
10441         * modules/unictype/property-bidi-embedding-or-override: New file.
10442         * modules/unictype/property-bidi-other-neutral: New file.
10443         * modules/unictype/property-hex-digit: New file.
10444         * modules/unictype/property-ascii-hex-digit: New file.
10445         * modules/unictype/property-ideographic: New file.
10446         * modules/unictype/property-unified-ideograph: New file.
10447         * modules/unictype/property-radical: New file.
10448         * modules/unictype/property-ids-binary-operator: New file.
10449         * modules/unictype/property-ids-trinary-operator: New file.
10450         * modules/unictype/property-zero-width: New file.
10451         * modules/unictype/property-space: New file.
10452         * modules/unictype/property-non-break: New file.
10453         * modules/unictype/property-iso-control: New file.
10454         * modules/unictype/property-format-control: New file.
10455         * modules/unictype/property-dash: New file.
10456         * modules/unictype/property-hyphen: New file.
10457         * modules/unictype/property-punctuation: New file.
10458         * modules/unictype/property-line-separator: New file.
10459         * modules/unictype/property-paragraph-separator: New file.
10460         * modules/unictype/property-quotation-mark: New file.
10461         * modules/unictype/property-sentence-terminal: New file.
10462         * modules/unictype/property-terminal-punctuation: New file.
10463         * modules/unictype/property-currency-symbol: New file.
10464         * modules/unictype/property-math: New file.
10465         * modules/unictype/property-other-math: New file.
10466         * modules/unictype/property-paired-punctuation: New file.
10467         * modules/unictype/property-left-of-pair: New file.
10468         * modules/unictype/property-combining: New file.
10469         * modules/unictype/property-composite: New file.
10470         * modules/unictype/property-decimal-digit: New file.
10471         * modules/unictype/property-numeric: New file.
10472         * modules/unictype/property-diacritic: New file.
10473         * modules/unictype/property-extender: New file.
10474         * modules/unictype/property-ignorable-control: New file.
10475         * modules/unictype/property-test: New file.
10476         * modules/unictype/property-byname: New file.
10477         * modules/unictype/property-all: New file.
10478         * modules/unictype/scripts: New file.
10479         * modules/unictype/scripts-all: New file.
10480         * modules/unictype/block-of: New file.
10481         * modules/unictype/block-test: New file.
10482         * modules/unictype/block-list: New file.
10483         * modules/unictype/block-all: New file.
10484         * modules/unictype/syntax-c-whitespace: New file.
10485         * modules/unictype/syntax-java-whitespace: New file.
10486         * modules/unictype/syntax-c-ident: New file.
10487         * modules/unictype/syntax-java-ident: New file.
10488         * modules/unictype/ctype-alnum: New file.
10489         * modules/unictype/ctype-alpha: New file.
10490         * modules/unictype/ctype-cntrl: New file.
10491         * modules/unictype/ctype-digit: New file.
10492         * modules/unictype/ctype-graph: New file.
10493         * modules/unictype/ctype-lower: New file.
10494         * modules/unictype/ctype-print: New file.
10495         * modules/unictype/ctype-punct: New file.
10496         * modules/unictype/ctype-space: New file.
10497         * modules/unictype/ctype-upper: New file.
10498         * modules/unictype/ctype-xdigit: New file.
10499         * modules/unictype/ctype-blank: New file.
10500         * lib/unictype/bidi_byname.c: New file.
10501         * lib/unictype/bidi_name.c: New file.
10502         * lib/unictype/bidi_of.c: New file.
10503         * lib/unictype/bidi_test.c: New file.
10504         * lib/unictype/bitmap.h: New file.
10505         * lib/unictype/block_test.c: New file.
10506         * lib/unictype/blocks.c: New file.
10507         * lib/unictype/categ_C.c: New file.
10508         * lib/unictype/categ_Cc.c: New file.
10509         * lib/unictype/categ_Cf.c: New file.
10510         * lib/unictype/categ_Cn.c: New file.
10511         * lib/unictype/categ_Co.c: New file.
10512         * lib/unictype/categ_Cs.c: New file.
10513         * lib/unictype/categ_L.c: New file.
10514         * lib/unictype/categ_Ll.c: New file.
10515         * lib/unictype/categ_Lm.c: New file.
10516         * lib/unictype/categ_Lo.c: New file.
10517         * lib/unictype/categ_Lt.c: New file.
10518         * lib/unictype/categ_Lu.c: New file.
10519         * lib/unictype/categ_M.c: New file.
10520         * lib/unictype/categ_Mc.c: New file.
10521         * lib/unictype/categ_Me.c: New file.
10522         * lib/unictype/categ_Mn.c: New file.
10523         * lib/unictype/categ_N.c: New file.
10524         * lib/unictype/categ_Nd.c: New file.
10525         * lib/unictype/categ_Nl.c: New file.
10526         * lib/unictype/categ_No.c: New file.
10527         * lib/unictype/categ_P.c: New file.
10528         * lib/unictype/categ_Pc.c: New file.
10529         * lib/unictype/categ_Pd.c: New file.
10530         * lib/unictype/categ_Pe.c: New file.
10531         * lib/unictype/categ_Pf.c: New file.
10532         * lib/unictype/categ_Pi.c: New file.
10533         * lib/unictype/categ_Po.c: New file.
10534         * lib/unictype/categ_Ps.c: New file.
10535         * lib/unictype/categ_S.c: New file.
10536         * lib/unictype/categ_Sc.c: New file.
10537         * lib/unictype/categ_Sk.c: New file.
10538         * lib/unictype/categ_Sm.c: New file.
10539         * lib/unictype/categ_So.c: New file.
10540         * lib/unictype/categ_Z.c: New file.
10541         * lib/unictype/categ_Zl.c: New file.
10542         * lib/unictype/categ_Zp.c: New file.
10543         * lib/unictype/categ_Zs.c: New file.
10544         * lib/unictype/categ_and.c: New file.
10545         * lib/unictype/categ_and_not.c: New file.
10546         * lib/unictype/categ_byname.c: New file.
10547         * lib/unictype/categ_name.c: New file.
10548         * lib/unictype/categ_none.c: New file.
10549         * lib/unictype/categ_of.c: New file.
10550         * lib/unictype/categ_or.c: New file.
10551         * lib/unictype/categ_test.c: New file.
10552         * lib/unictype/combining.c: New file.
10553         * lib/unictype/ctype_alnum.c: New file.
10554         * lib/unictype/ctype_alpha.c: New file.
10555         * lib/unictype/ctype_blank.c: New file.
10556         * lib/unictype/ctype_cntrl.c: New file.
10557         * lib/unictype/ctype_digit.c: New file.
10558         * lib/unictype/ctype_graph.c: New file.
10559         * lib/unictype/ctype_lower.c: New file.
10560         * lib/unictype/ctype_print.c: New file.
10561         * lib/unictype/ctype_punct.c: New file.
10562         * lib/unictype/ctype_space.c: New file.
10563         * lib/unictype/ctype_upper.c: New file.
10564         * lib/unictype/ctype_xdigit.c: New file.
10565         * lib/unictype/decdigit.c: New file.
10566         * lib/unictype/digit.c: New file.
10567         * lib/unictype/identsyntaxmap.h: New file.
10568         * lib/unictype/mirror.c: New file.
10569         * lib/unictype/numeric.c: New file.
10570         * lib/unictype/pr_alphabetic.c: New file.
10571         * lib/unictype/pr_ascii_hex_digit.c: New file.
10572         * lib/unictype/pr_bidi_arabic_digit.c: New file.
10573         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
10574         * lib/unictype/pr_bidi_block_separator.c: New file.
10575         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
10576         * lib/unictype/pr_bidi_common_separator.c: New file.
10577         * lib/unictype/pr_bidi_control.c: New file.
10578         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
10579         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
10580         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
10581         * lib/unictype/pr_bidi_european_digit.c: New file.
10582         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
10583         * lib/unictype/pr_bidi_left_to_right.c: New file.
10584         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
10585         * lib/unictype/pr_bidi_other_neutral.c: New file.
10586         * lib/unictype/pr_bidi_pdf.c: New file.
10587         * lib/unictype/pr_bidi_segment_separator.c: New file.
10588         * lib/unictype/pr_bidi_whitespace.c: New file.
10589         * lib/unictype/pr_byname.c: New file.
10590         * lib/unictype/pr_byname.gperf: New file.
10591         * lib/unictype/pr_combining.c: New file.
10592         * lib/unictype/pr_composite.c: New file.
10593         * lib/unictype/pr_currency_symbol.c: New file.
10594         * lib/unictype/pr_dash.c: New file.
10595         * lib/unictype/pr_decimal_digit.c: New file.
10596         * lib/unictype/pr_default_ignorable_code_point.c: New file.
10597         * lib/unictype/pr_deprecated.c: New file.
10598         * lib/unictype/pr_diacritic.c: New file.
10599         * lib/unictype/pr_extender.c: New file.
10600         * lib/unictype/pr_format_control.c: New file.
10601         * lib/unictype/pr_grapheme_base.c: New file.
10602         * lib/unictype/pr_grapheme_extend.c: New file.
10603         * lib/unictype/pr_grapheme_link.c: New file.
10604         * lib/unictype/pr_hex_digit.c: New file.
10605         * lib/unictype/pr_hyphen.c: New file.
10606         * lib/unictype/pr_id_continue.c: New file.
10607         * lib/unictype/pr_id_start.c: New file.
10608         * lib/unictype/pr_ideographic.c: New file.
10609         * lib/unictype/pr_ids_binary_operator.c: New file.
10610         * lib/unictype/pr_ids_trinary_operator.c: New file.
10611         * lib/unictype/pr_ignorable_control.c: New file.
10612         * lib/unictype/pr_iso_control.c: New file.
10613         * lib/unictype/pr_join_control.c: New file.
10614         * lib/unictype/pr_left_of_pair.c: New file.
10615         * lib/unictype/pr_line_separator.c: New file.
10616         * lib/unictype/pr_logical_order_exception.c: New file.
10617         * lib/unictype/pr_lowercase.c: New file.
10618         * lib/unictype/pr_math.c: New file.
10619         * lib/unictype/pr_non_break.c: New file.
10620         * lib/unictype/pr_not_a_character.c: New file.
10621         * lib/unictype/pr_numeric.c: New file.
10622         * lib/unictype/pr_other_alphabetic.c: New file.
10623         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
10624         * lib/unictype/pr_other_grapheme_extend.c: New file.
10625         * lib/unictype/pr_other_id_continue.c: New file.
10626         * lib/unictype/pr_other_id_start.c: New file.
10627         * lib/unictype/pr_other_lowercase.c: New file.
10628         * lib/unictype/pr_other_math.c: New file.
10629         * lib/unictype/pr_other_uppercase.c: New file.
10630         * lib/unictype/pr_paired_punctuation.c: New file.
10631         * lib/unictype/pr_paragraph_separator.c: New file.
10632         * lib/unictype/pr_pattern_syntax.c: New file.
10633         * lib/unictype/pr_pattern_white_space.c: New file.
10634         * lib/unictype/pr_private_use.c: New file.
10635         * lib/unictype/pr_punctuation.c: New file.
10636         * lib/unictype/pr_quotation_mark.c: New file.
10637         * lib/unictype/pr_radical.c: New file.
10638         * lib/unictype/pr_sentence_terminal.c: New file.
10639         * lib/unictype/pr_soft_dotted.c: New file.
10640         * lib/unictype/pr_space.c: New file.
10641         * lib/unictype/pr_terminal_punctuation.c: New file.
10642         * lib/unictype/pr_test.c: New file.
10643         * lib/unictype/pr_titlecase.c: New file.
10644         * lib/unictype/pr_unassigned_code_value.c: New file.
10645         * lib/unictype/pr_unified_ideograph.c: New file.
10646         * lib/unictype/pr_uppercase.c: New file.
10647         * lib/unictype/pr_variation_selector.c: New file.
10648         * lib/unictype/pr_white_space.c: New file.
10649         * lib/unictype/pr_xid_continue.c: New file.
10650         * lib/unictype/pr_xid_start.c: New file.
10651         * lib/unictype/pr_zero_width.c: New file.
10652         * lib/unictype/scripts.c: New file.
10653         * lib/unictype/sy_c_ident.c: New file.
10654         * lib/unictype/sy_c_whitespace.c: New file.
10655         * lib/unictype/sy_java_ident.c: New file.
10656         * lib/unictype/sy_java_whitespace.c: New file.
10657
10658         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
10659         Unicode 5.0.0.
10660         * lib/unictype/blocks.h: Likewise.
10661         * lib/unictype/categ_C.h: Likewise.
10662         * lib/unictype/categ_Cc.h: Likewise.
10663         * lib/unictype/categ_Cf.h: Likewise.
10664         * lib/unictype/categ_Cn.h: Likewise.
10665         * lib/unictype/categ_Co.h: Likewise.
10666         * lib/unictype/categ_Cs.h: Likewise.
10667         * lib/unictype/categ_L.h: Likewise.
10668         * lib/unictype/categ_Ll.h: Likewise.
10669         * lib/unictype/categ_Lm.h: Likewise.
10670         * lib/unictype/categ_Lo.h: Likewise.
10671         * lib/unictype/categ_Lt.h: Likewise.
10672         * lib/unictype/categ_Lu.h: Likewise.
10673         * lib/unictype/categ_M.h: Likewise.
10674         * lib/unictype/categ_Mc.h: Likewise.
10675         * lib/unictype/categ_Me.h: Likewise.
10676         * lib/unictype/categ_Mn.h: Likewise.
10677         * lib/unictype/categ_N.h: Likewise.
10678         * lib/unictype/categ_Nd.h: Likewise.
10679         * lib/unictype/categ_Nl.h: Likewise.
10680         * lib/unictype/categ_No.h: Likewise.
10681         * lib/unictype/categ_P.h: Likewise.
10682         * lib/unictype/categ_Pc.h: Likewise.
10683         * lib/unictype/categ_Pd.h: Likewise.
10684         * lib/unictype/categ_Pe.h: Likewise.
10685         * lib/unictype/categ_Pf.h: Likewise.
10686         * lib/unictype/categ_Pi.h: Likewise.
10687         * lib/unictype/categ_Po.h: Likewise.
10688         * lib/unictype/categ_Ps.h: Likewise.
10689         * lib/unictype/categ_S.h: Likewise.
10690         * lib/unictype/categ_Sc.h: Likewise.
10691         * lib/unictype/categ_Sk.h: Likewise.
10692         * lib/unictype/categ_Sm.h: Likewise.
10693         * lib/unictype/categ_So.h: Likewise.
10694         * lib/unictype/categ_Z.h: Likewise.
10695         * lib/unictype/categ_Zl.h: Likewise.
10696         * lib/unictype/categ_Zp.h: Likewise.
10697         * lib/unictype/categ_Zs.h: Likewise.
10698         * lib/unictype/categ_of.h: Likewise.
10699         * lib/unictype/combining.h: Likewise.
10700         * lib/unictype/ctype_alnum.h: Likewise.
10701         * lib/unictype/ctype_alpha.h: Likewise.
10702         * lib/unictype/ctype_blank.h: Likewise.
10703         * lib/unictype/ctype_cntrl.h: Likewise.
10704         * lib/unictype/ctype_digit.h: Likewise.
10705         * lib/unictype/ctype_graph.h: Likewise.
10706         * lib/unictype/ctype_lower.h: Likewise.
10707         * lib/unictype/ctype_print.h: Likewise.
10708         * lib/unictype/ctype_punct.h: Likewise.
10709         * lib/unictype/ctype_space.h: Likewise.
10710         * lib/unictype/ctype_upper.h: Likewise.
10711         * lib/unictype/ctype_xdigit.h: Likewise.
10712         * lib/unictype/decdigit.h: Likewise.
10713         * lib/unictype/digit.h: Likewise.
10714         * lib/unictype/mirror.h: Likewise.
10715         * lib/unictype/numeric.h: Likewise.
10716         * lib/unictype/pr_alphabetic.h: Likewise.
10717         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10718         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10719         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10720         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10721         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10722         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10723         * lib/unictype/pr_bidi_control.h: Likewise.
10724         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10725         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10726         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10727         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10728         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10729         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10730         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10731         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10732         * lib/unictype/pr_bidi_pdf.h: Likewise.
10733         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10734         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10735         * lib/unictype/pr_combining.h: Likewise.
10736         * lib/unictype/pr_composite.h: Likewise.
10737         * lib/unictype/pr_currency_symbol.h: Likewise.
10738         * lib/unictype/pr_dash.h: Likewise.
10739         * lib/unictype/pr_decimal_digit.h: Likewise.
10740         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10741         * lib/unictype/pr_deprecated.h: Likewise.
10742         * lib/unictype/pr_diacritic.h: Likewise.
10743         * lib/unictype/pr_extender.h: Likewise.
10744         * lib/unictype/pr_format_control.h: Likewise.
10745         * lib/unictype/pr_grapheme_base.h: Likewise.
10746         * lib/unictype/pr_grapheme_extend.h: Likewise.
10747         * lib/unictype/pr_grapheme_link.h: Likewise.
10748         * lib/unictype/pr_hex_digit.h: Likewise.
10749         * lib/unictype/pr_hyphen.h: Likewise.
10750         * lib/unictype/pr_id_continue.h: Likewise.
10751         * lib/unictype/pr_id_start.h: Likewise.
10752         * lib/unictype/pr_ideographic.h: Likewise.
10753         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10754         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10755         * lib/unictype/pr_ignorable_control.h: Likewise.
10756         * lib/unictype/pr_iso_control.h: Likewise.
10757         * lib/unictype/pr_join_control.h: Likewise.
10758         * lib/unictype/pr_left_of_pair.h: Likewise.
10759         * lib/unictype/pr_line_separator.h: Likewise.
10760         * lib/unictype/pr_logical_order_exception.h: Likewise.
10761         * lib/unictype/pr_lowercase.h: Likewise.
10762         * lib/unictype/pr_math.h: Likewise.
10763         * lib/unictype/pr_non_break.h: Likewise.
10764         * lib/unictype/pr_not_a_character.h: Likewise.
10765         * lib/unictype/pr_numeric.h: Likewise.
10766         * lib/unictype/pr_other_alphabetic.h: Likewise.
10767         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
10768         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
10769         * lib/unictype/pr_other_id_continue.h: Likewise.
10770         * lib/unictype/pr_other_id_start.h: Likewise.
10771         * lib/unictype/pr_other_lowercase.h: Likewise.
10772         * lib/unictype/pr_other_math.h: Likewise.
10773         * lib/unictype/pr_other_uppercase.h: Likewise.
10774         * lib/unictype/pr_paired_punctuation.h: Likewise.
10775         * lib/unictype/pr_paragraph_separator.h: Likewise.
10776         * lib/unictype/pr_pattern_syntax.h: Likewise.
10777         * lib/unictype/pr_pattern_white_space.h: Likewise.
10778         * lib/unictype/pr_private_use.h: Likewise.
10779         * lib/unictype/pr_punctuation.h: Likewise.
10780         * lib/unictype/pr_quotation_mark.h: Likewise.
10781         * lib/unictype/pr_radical.h: Likewise.
10782         * lib/unictype/pr_sentence_terminal.h: Likewise.
10783         * lib/unictype/pr_soft_dotted.h: Likewise.
10784         * lib/unictype/pr_space.h: Likewise.
10785         * lib/unictype/pr_terminal_punctuation.h: Likewise.
10786         * lib/unictype/pr_titlecase.h: Likewise.
10787         * lib/unictype/pr_unassigned_code_value.h: Likewise.
10788         * lib/unictype/pr_unified_ideograph.h: Likewise.
10789         * lib/unictype/pr_uppercase.h: Likewise.
10790         * lib/unictype/pr_variation_selector.h: Likewise.
10791         * lib/unictype/pr_white_space.h: Likewise.
10792         * lib/unictype/pr_xid_continue.h: Likewise.
10793         * lib/unictype/pr_xid_start.h: Likewise.
10794         * lib/unictype/pr_zero_width.h: Likewise.
10795         * lib/unictype/scripts.h: Likewise.
10796         * lib/unictype/scripts_byname.gperf: Likewise.
10797         * lib/unictype/sy_c_ident.h: Likewise.
10798         * lib/unictype/sy_c_whitespace.h: Likewise.
10799         * lib/unictype/sy_java_ident.h: Likewise.
10800         * lib/unictype/sy_java_whitespace.h: Likewise.
10801
10802         * lib/unictype/Makefile: New file.
10803         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
10804         glibc.
10805         * lib/unictype/3level.h: New file, copied from glibc.
10806         * lib/unictype/3levelbit.h: New file.
10807
10808 2007-11-11  Bruno Haible  <bruno@clisp.org>
10809
10810         * modules/gperf: New file.
10811         * modules/iconv_open (Depends-on): Add it.
10812         (Makefile.am): Remove the GPERF definition.
10813
10814 2007-11-11  Bruno Haible  <bruno@clisp.org>
10815
10816         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
10817         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
10818
10819 2007-11-11  Bruno Haible  <bruno@clisp.org>
10820
10821         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
10822         (usage): Remove function.
10823
10824 2007-11-11  Bruno Haible  <bruno@clisp.org>
10825
10826         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
10827         gl_FUNC_CEILF_LIBS.
10828         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
10829         gl_FUNC_CEIL_LIBS.
10830         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
10831         gl_FUNC_CEILL_LIBS.
10832         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
10833         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
10834         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
10835
10836 2007-11-11  Bruno Haible  <bruno@clisp.org>
10837
10838         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
10839         roundf were declared but do not exist on functions.
10840         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
10841         roundl were declared but do not exist on functions.
10842         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
10843         HAVE_FLOORL_AND_CEILL, respectively.
10844         Needed for Sun C on Solaris 10.
10845
10846 2007-11-11  Bruno Haible  <bruno@clisp.org>
10847
10848         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
10849         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
10850         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
10851         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
10852         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
10853         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
10854         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10855         HAVE_DECL_ROUNDF.
10856         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
10857         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
10858         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
10859         of HAVE_DECL_ROUND*.
10860         * modules/math (Makefile.am): Update.
10861
10862 2007-11-10  Bruno Haible  <bruno@clisp.org>
10863
10864         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
10865         ptrdiff_t as m4/intl.m4.
10866
10867 2007-11-10  Jim Meyering  <meyering@redhat.com>
10868
10869         Avoid link failure for the argmatch test.
10870         * tests/test-argmatch.c (usage): Define function to avoid a link
10871         failure: argmatch_die requires a usage function.
10872
10873 2007-11-09  Bruno Haible  <bruno@clisp.org>
10874
10875         * doc/functions/snprintf.texi: Mention BeOS deficiency.
10876         * doc/functions/vsnprintf.texi: Likewise.
10877         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
10878         with a size argument < 2.
10879
10880 2007-11-09  Bruno Haible  <bruno@clisp.org>
10881
10882         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
10883         buffer. Fixes an inefficiency introduced on 2007-11-03.
10884
10885 2007-11-09  Bruno Haible  <bruno@clisp.org>
10886
10887         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
10888         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
10889
10890 2007-11-08  Jim Meyering  <meyering@redhat.com>
10891
10892         Change cache variable name prefix "jm_" to "gl_" everywhere.
10893         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
10894         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
10895         * m4/uptime.m4: s/gl_/jm_/
10896
10897 2007-11-07  Bruno Haible  <bruno@clisp.org>
10898
10899         Update to GNU gettext 0.17.
10900         * m4/intl.m4: Update to GNU gettext 0.17.
10901         * m4/po.m4: Likewise.
10902         * modules/gettext (Files): Remove m4/ulonglong.m4.
10903         (configure.ac): Require gettext infrastructure from version 0.17.
10904
10905 2007-11-06  Bruno Haible  <bruno@clisp.org>
10906
10907         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
10908         symbolic values are not defined in a public header.
10909         * lib/freadable.c (freadable) [QNX]: Likewise.
10910         * lib/freadahead.c (freadahead) [QNX]: Likewise.
10911         * lib/freading.c (freading) [QNX]: Likewise.
10912         * lib/fseterr.c (fseterr) [QNX]: Likewise.
10913         * lib/fwritable.c (fwritable) [QNX]: Likewise.
10914         * lib/fwriting.c (fwriting) [QNX]: Likewise.
10915         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
10916         Reported by Alain Magloire.
10917
10918         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
10919
10920 2007-11-05  Bruno Haible  <bruno@clisp.org>
10921
10922         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
10923         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
10924         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
10925         Reported by Eric Blake.
10926
10927 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10928             Bruno Haible  <bruno@clisp.org>
10929
10930         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
10931         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
10932         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
10933         (malloc): Undefine also before including <stdlib.h>.
10934         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
10935         Needed on OSF/1 4.0.
10936
10937 2007-11-05  Jim Meyering  <meyering@redhat.com>
10938
10939         git-version-gen: sync from coreutils.
10940         * build-aux/git-version-gen: Add comments.
10941         Change the first '-' to '.' in the snapshot version string,
10942         e.g., 6.9-377-08144 -> 6.9.377-08144
10943         Remove first parameter.
10944         Don't declare a version "-dirty" merely because a time
10945         stamp has changed.
10946
10947 2007-11-04  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/lock.h: Protect all macro definitions containing an 'if'
10950         statement through a "do { ... } while (0)".
10951         * lib/tls.h: Likewise.
10952
10953 2007-11-04  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10956
10957 2007-11-04  Bruno Haible  <bruno@clisp.org>
10958
10959         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10960         * modules/fprintf-posix (Depends-on): Add nocrash.
10961         * modules/snprintf-posix (Depends-on): Likewise.
10962         * modules/sprintf-posix (Depends-on): Likewise.
10963         * modules/vasnprintf-posix (Depends-on): Likewise.
10964         * modules/vasprintf-posix (Depends-on): Likewise.
10965         * modules/vfprintf-posix (Depends-on): Likewise.
10966         * modules/vsnprintf-posix (Depends-on): Likewise.
10967         * modules/vsprintf-posix (Depends-on): Likewise.
10968         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10969         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10970         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10971         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10972         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10973         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10974         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10975
10976 2007-11-04  Bruno Haible  <bruno@clisp.org>
10977
10978         * modules/nocrash: New file.
10979         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10980         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10981
10982 2007-11-04  Bruno Haible  <bruno@clisp.org>
10983
10984         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10985         precision handling.
10986         * tests/test-vasprintf-posix.c (test_function): Likewise.
10987         * tests/test-snprintf-posix.h (test_function): Likewise.
10988         * tests/test-sprintf-posix.h (test_function): Likewise.
10989
10990         Fix *printf behaviour for large precisions on mingw and BeOS.
10991         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10992         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10993         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10994         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10995         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10996         gl_PRINTF_PRECISION and test its result. Invoke
10997         gl_PREREQ_VASNPRINTF_PRECISION.
10998         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10999         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11000         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11001         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11002         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11003         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11004         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11005         * doc/functions/fprintf.texi: Update.
11006         * doc/functions/printf.texi: Update.
11007         * doc/functions/snprintf.texi: Update.
11008         * doc/functions/sprintf.texi: Update.
11009         * doc/functions/vfprintf.texi: Update.
11010         * doc/functions/vprintf.texi: Update.
11011         * doc/functions/vsnprintf.texi: Update.
11012         * doc/functions/vsprintf.texi: Update.
11013
11014 2007-11-04  Bruno Haible  <bruno@clisp.org>
11015
11016         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
11017
11018 2007-11-04  Bruno Haible  <bruno@clisp.org>
11019
11020         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
11021         Reported by Sylvain Beucler <beuc@gnu.org>.
11022
11023 2007-11-03  Bruno Haible  <bruno@clisp.org>
11024
11025         * tests/test-fprintf-posix2.sh: New file.
11026         * tests/test-fprintf-posix2.c: New file.
11027         * modules/fprintf-posix-tests (Files): Add them.
11028         (TESTS): Add test-fprintf-posix2.sh.
11029         (configure.ac): Check for getrlimit and setrlimit.
11030         (check_PROGRAMS): Add test-fprintf-posix2.
11031
11032         * tests/test-printf-posix2.sh: New file.
11033         * tests/test-printf-posix2.c: New file.
11034         * modules/printf-posix-tests (Files): Add them.
11035         (TESTS): Add test-printf-posix2.sh.
11036         (configure.ac): Check for getrlimit and setrlimit.
11037         (check_PROGRAMS): Add test-printf-posix2.
11038
11039         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
11040         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
11041         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
11042         (decode_double): New function, copied from decode_long_double.
11043         (scale10_round_decimal_decoded): New function, extracted from
11044         scale10_round_decimal_long_double.
11045         (scale10_round_decimal_long_double): Use it.
11046         (scale10_round_decimal_double): New function.
11047         (floorlog10): New function.
11048         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
11049         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
11050         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
11051         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11052         gl_PRINTF_ENOMEM and test its result. Invoke
11053         gl_PREREQ_VASNPRINTF_ENOMEM.
11054         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11055         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11056         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11057         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11058         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11059         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11060         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11061         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
11062         * modules/snprintf-posix (Depends-on): Likewise.
11063         * modules/sprintf-posix (Depends-on): Likewise.
11064         * modules/vasnprintf-posix (Depends-on): Likewise.
11065         * modules/vasprintf-posix (Depends-on): Likewise.
11066         * modules/vfprintf-posix (Depends-on): Likewise.
11067         * modules/vsnprintf-posix (Depends-on): Likewise.
11068         * modules/vsprintf-posix (Depends-on): Likewise.
11069         * doc/functions/fprintf.texi: Update.
11070         * doc/functions/printf.texi: Update.
11071         * doc/functions/snprintf.texi: Update.
11072         * doc/functions/sprintf.texi: Update.
11073         * doc/functions/vfprintf.texi: Update.
11074         * doc/functions/vprintf.texi: Update.
11075         * doc/functions/vsnprintf.texi: Update.
11076         * doc/functions/vsprintf.texi: Update.
11077
11078 2007-11-03  Bruno Haible  <bruno@clisp.org>
11079
11080         * modules/frexp-nolibm-tests: New file.
11081
11082         * modules/frexp-nolibm: New file.
11083         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
11084
11085 2007-11-03  Bruno Haible  <bruno@clisp.org>
11086
11087         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
11088         value is C99 compliant.
11089         Needed for OSF/1 5.1.
11090
11091 2007-11-03  Bruno Haible  <bruno@clisp.org>
11092
11093         Fix out-of-memory handling of vasnprintf.
11094         * lib/printf-parse.c: Include <errno.h>.
11095         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
11096         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
11097         is already set.
11098
11099 2007-11-02  Eric Blake  <ebb9@byu.net>
11100
11101         Fix tests on cygwin.
11102         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
11103
11104 2007-11-01  Bruno Haible  <bruno@clisp.org>
11105
11106         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
11107         warning.
11108         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
11109         needed for POSIX compatibility.
11110
11111 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
11114         for compatibility with GNU.
11115
11116 2007-11-01  Bruno Haible  <bruno@clisp.org>
11117
11118         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
11119         (putenv): Renamed from rpl_putenv. Change argument type from
11120         'const char *' to 'char *'.
11121         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
11122         of defining putenv in config.h, just set REPLACE_PUTENV.
11123         * modules/putenv (Depends-on): Add stdlib.
11124         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11125         (Include): Use <stdlib.h>.
11126         * lib/stdlib.in.h (putenv): New declaration.
11127         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
11128         REPLACE_PUTENV.
11129         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
11130         REPLACE_PUTENV.
11131         Needed for MacOS X 10.5.0.
11132         Reported by Peter O'Gorman <peter@pogma.com>.
11133
11134 2007-11-01  Jim Meyering  <meyering@redhat.com>
11135
11136         Treat an empty date string exactly like "0".
11137         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
11138         if the remaining date string (to be parsed) is empty, use "0".
11139         Reported by Mischa Molhoek and discussed in this thread:
11140         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
11141
11142 2007-10-31  Bruno Haible  <bruno@clisp.org>
11143
11144         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
11145         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
11146         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
11147         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
11148         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
11149         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
11150
11151 2007-10-31  Bruno Haible  <bruno@clisp.org>
11152
11153         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
11154         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
11155         (AC_TYPE_LONG_LONG_INT): Use it.
11156         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
11157         it as well.
11158         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
11159         to m4/longlong.m4.
11160         * modules/stdint (Files): Remove m4/ulonglong.m4.
11161         * modules/strtoull (Files): Use m4/longlong.m4 instead of
11162         m4/ulonglong.m4.
11163         * modules/strtoumax (Files): Likewise.
11164
11165 2007-10-30  Bruno Haible  <bruno@clisp.org>
11166
11167         * modules/xvasprintf-posix: New file.
11168         Suggested by Eric Blake.
11169
11170 2007-10-30  Bruno Haible  <bruno@clisp.org>
11171
11172         * modules/xprintf-posix-tests: New file.
11173         * tests/test-xprintf-posix.sh: New file.
11174         * tests/test-xprintf-posix.c: New file.
11175         * tests/test-xfprintf-posix.c: New file.
11176
11177         * modules/xprintf-posix: New file.
11178
11179 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11180
11181         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
11182         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
11183         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
11184
11185 2007-10-29  Bruno Haible  <bruno@clisp.org>
11186
11187         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
11188         contain the special marker '_cv_'.
11189         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
11190         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
11191         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
11192         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
11193         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
11194         Reported by Ralf Wildenhues.
11195
11196 2007-10-29  Bruno Haible  <bruno@clisp.org>
11197
11198         * gnulib-tool (func_import): When --lgpl is not specified, set
11199         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
11200         GPLv3.
11201         Reported by Simon Josefsson.
11202
11203 2007-10-28  Bruno Haible  <bruno@clisp.org>
11204
11205         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
11206         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
11207         HAVE_DECL_ISFINITE.
11208         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11209         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
11210         HAVE_DECL_ISFINITE.
11211
11212 2007-10-28  Bruno Haible  <bruno@clisp.org>
11213
11214         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
11215         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
11216
11217 2007-10-28  Bruno Haible  <bruno@clisp.org>
11218
11219         Fix link errors with Sun C 5.0 on Solaris 10.
11220         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
11221         function is declared but not present in the compiler's libm.
11222         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
11223         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
11224         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
11225         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
11226         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
11227         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
11228         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
11229         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
11230         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
11231         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
11232         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
11233         HAVE_DECL_FLOORL.
11234
11235 2007-10-28  Bruno Haible  <bruno@clisp.org>
11236
11237         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
11238         gl_FUNC_FLOORL. Cache the result.
11239         (gl_FUNC_FLOORL): Use it.
11240         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
11241         gl_FUNC_CEILL. Cache the result.
11242         (gl_FUNC_CEILL): Use it.
11243
11244         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
11245         gl_FUNC_FLOOR. Cache the result.
11246         (gl_FUNC_FLOOR): Use it.
11247         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
11248         gl_FUNC_CEIL. Cache the result.
11249         (gl_FUNC_CEIL): Use it.
11250
11251         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
11252         gl_FUNC_FLOORF. Cache the result.
11253         (gl_FUNC_FLOORF): Use it.
11254         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
11255         gl_FUNC_CEILF. Cache the result.
11256         (gl_FUNC_CEILF): Use it.
11257
11258 2007-10-28  Bruno Haible  <bruno@clisp.org>
11259
11260         * gnulib-tool: Allow specifying the LGPL version number through
11261         --lgpl=2 or --lgpl=3.
11262         (func_usage): Document --lgpl with argument.
11263         Handle --lgpl=... arguments.
11264         (func_import): Recognize also gl_LGPL calls with an argument. When
11265         --lgpl=2 is used and the module's license is just LGPL, report an
11266         error. Set sed_transform_lib_file according to the lgpl variable. In
11267         the generated files, use --lgpl or gl_LGPL invocations with argument,
11268         if necessary.
11269         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
11270         an LGPv2+ license.
11271         * doc/gnulib-tool.texi (Modified imports): Update explanation of
11272         gl_LGPL macro.
11273
11274 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11275             Bruno Haible  <bruno@clisp.org>
11276
11277         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
11278         (u16_uctomb_aux): Likewise.
11279         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
11280         !HAVE_INLINE.
11281         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
11282
11283 2007-10-28  Bruno Haible  <bruno@clisp.org>
11284
11285         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
11286         Invoke AM_GETTEXT_OPTION if it exists.
11287         * modules/vasprintf: Likewise.
11288         * modules/verror: Likewise.
11289         * modules/xprintf: Likewise.
11290         * modules/xvasprintf: Likewise.
11291
11292 2007-10-27  Ben Pfaff  <blp@gnu.org>
11293
11294         * lib/math.in.h: Define isfinite macro and prototypes for
11295         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
11296         implementations.
11297         * m4/math_h.m4: New substitutions for isfinite module.
11298         * lib/isfinite.c: New file.
11299         * m4/isfinite.m4: New file.
11300         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
11301         * modules/isfinite: New file.
11302         * modules/isfinite-tests: New file.
11303         * tests/tests-isfinite.c: New file.
11304         * doc/functions/isfinite.texi: Mention isfinite module.
11305         * MODULES.html.sh: Mention new module.
11306
11307 2007-10-27  Ben Pfaff  <blp@gnu.org>
11308
11309         Ralf Wildenhues reported that Tru64 4.0D declares the round
11310         functions but does not have definitions.
11311         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
11312         cannot be found in any library, set the output variable to
11313         "missing" instead of "".
11314         * m4/round.m4: Also use our substitute if we cannot find round in
11315         any library, even if it is declared.
11316         * m4/roundf.m4: Likewise for roundf.
11317         * m4/roundl.m4: Likewise for roundl.
11318         * lib/math.in.h: Undefine roundf, round, roundl before defining
11319         their replacements, to allow for hypothetical systems where these
11320         may be defined as macros but not available in libraries.
11321
11322 2007-10-27  Bruno Haible  <bruno@clisp.org>
11323
11324         * doc/gnulib.texi: Invoke @firstparagraphindent.
11325         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
11326         changes in gnulib.
11327         (Source changes): New section.
11328
11329 2007-10-26  Bruno Haible  <bruno@clisp.org>
11330
11331         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
11332         borrowed from autoconf.
11333
11334 2007-10-26  Bruno Haible  <bruno@clisp.org>
11335
11336         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
11337         strerror returned the empty string. Needed on HP-UX 11.00.
11338
11339 2007-10-24  Micah Cowan  <micah@cowan.name>
11340
11341         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
11342         * build-aux/bootstrap: Remove support for now-unnecessary option,
11343         --cvs-user, and envvars CVS_USER, CVS_RSH.
11344
11345 2007-10-24  Jim Meyering  <meyering@redhat.com>
11346
11347         Avoid diagnostics from sha1sum when there is no cached checksum.
11348         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
11349         if the po.s1 file hasn't been created yet.
11350
11351         * build-aux/bootstrap: Sync from coreutils:
11352         2007-10-24  Jim Meyering  <meyering@redhat.com>
11353         Get gnulib from the git repository, not from an obsolete cvs one.
11354         * build-aux/bootstrap: Suggestion from Micah Cowan.
11355         2007-10-04  Jim Meyering  <jim@meyering.net>
11356         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
11357         (update_po_files): Work also when there are no .po files in po/.
11358
11359 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11360
11361         * README: Append ".git" to git and cg examples.
11362         Problem reported by Benoit Sigoure.
11363
11364 2007-10-23  Micah Cowan  <micah@cowan.name>
11365
11366         * users.txt: Add wget.
11367
11368 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11369
11370         Fix linking of some unistdio tests on FreeBSD.
11371         * modules/unistdio/u16-vsnprintf-tests
11372         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
11373         * modules/unistdio/u16-vsprintf-tests
11374         (test_u16_vsnprintf1_LDADD): Likewise.
11375         * modules/unistdio/u32-vsnprintf-tests
11376         (test_u32_vsnprintf1_LDADD): Likewise.
11377         * modules/unistdio/u32-vsprintf-tests
11378         (test_u32_vsprintf1_LDADD): Likewise.
11379         * modules/unistdio/u8-vsnprintf-tests
11380         (test_u8_vsnprintf1_LDADD): Likewise.
11381         * modules/unistdio/u8-vsprintf-tests
11382         (test_u8_vsprintf1_LDADD): Likewise.
11383         * modules/unistdio/ulc-vsnprintf-tests
11384         (test_ulc_vsnprintf1_LDADD): Likewise.
11385         * modules/unistdio/ulc-vsprintf-tests
11386         (test_ulc_vsprintf1_LDADD): Likewise.
11387
11388         Fix linking of some uniconv tests on FreeBSD.
11389         * modules/uniconv/u16-conv-from-enc-tests
11390         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
11391         * modules/uniconv/u16-conv-to-enc-tests
11392         (test_u16_conv_to_enc_LDADD): Likewise.
11393         * modules/uniconv/u16-strconv-from-enc-tests
11394         (test_u16_strconv_from_enc_LDADD): Likewise.
11395         * modules/uniconv/u16-strconv-to-enc-tests
11396         (test_u16_strconv_to_enc_LDADD): Likewise.
11397         * modules/uniconv/u32-conv-from-enc-tests
11398         (test_u32_conv_from_enc_LDADD): Likewise.
11399         * modules/uniconv/u32-conv-to-enc-tests
11400         (test_u32_conv_to_enc_LDADD): Likewise.
11401         * modules/uniconv/u32-strconv-from-enc-tests
11402         (test_u32_strconv_from_enc_LDADD): Likewise.
11403         * modules/uniconv/u32-strconv-to-enc-tests
11404         (test_u32_strconv_to_enc_LDADD): Likewise.
11405         * modules/uniconv/u8-conv-from-enc-tests
11406         (test_u8_conv_from_enc_LDADD): Likewise.
11407         * modules/uniconv/u8-conv-to-enc-tests
11408         (test_u8_conv_to_enc_LDADD): Likewise.
11409         * modules/uniconv/u8-strconv-from-enc-tests
11410         (test_u8_strconv_from_enc_LDADD): Likewise.
11411         * modules/uniconv/u8-strconv-to-enc-tests
11412         (test_u8_strconv_to_enc_LDADD): Likewise.
11413
11414 2007-10-22  Bruno Haible  <bruno@clisp.org>
11415
11416         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
11417         size.
11418
11419 2007-10-22  Eric Blake  <ebb9@byu.net>
11420
11421         Tweak x*printf documentation.
11422         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
11423         variable name and comments.
11424         Suggested by Bruno Haible.
11425
11426 2007-10-22  Bruno Haible  <bruno@clisp.org>
11427
11428         * lib/acl.c (copy_acl): Fix file name in comment.
11429
11430 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11431
11432         Fix Tru64 problem with stdbool.h.
11433         * lib/stdbool.in.h (false, true):
11434         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
11435         Don't declare as an enum in this situation; it runs afoul of Tru64.
11436         Problem reported by Steven M. Schweda in
11437         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
11438
11439 2007-10-22  Eric Blake  <ebb9@byu.net>
11440
11441         Also wrap vf?printf.
11442         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
11443         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
11444         (xvprintf, xvfprintf): New functions.
11445
11446 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11447
11448         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
11449         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
11450
11451         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
11452         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
11453
11454 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11455
11456         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
11457         by Bruno Haible.
11458
11459 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11460
11461         * lib/getloadavg.c
11462         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
11463         Undef `sys' after including sys/table.h, for Tru64 4.0D.
11464
11465         * tests/test-i-ring.c: Work for C89.
11466
11467 2007-10-22  Bruno Haible  <bruno@clisp.org>
11468
11469         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
11470         -1u, in preprocessor expression, so that we don't test for the bug
11471         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
11472         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
11473
11474 2007-10-22  Eric Blake  <ebb9@byu.net>
11475
11476         * tests/test-yesno.sh: Silence stderr during test.
11477
11478 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11479
11480         * modules/crypto/gc-camellia: New file.
11481
11482         * m4/gc-camellia.m4: New file.
11483
11484         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
11485
11486         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
11487
11488 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11489
11490         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
11491         --help to stdout.  Reported by sms@antinode.org (Steven
11492         M. Schweda).
11493
11494 2007-10-22  Simon Josefsson  <simon@josefsson.org>
11495
11496         * users.txt: Fix link to libksba.
11497
11498 2007-10-21  Ben Pfaff  <blp@gnu.org>
11499
11500         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
11501         round.c roundf implementation that depends on floorf and ceilf to
11502         be tested unconditionally.
11503
11504 2007-10-21  Ben Pfaff  <blp@gnu.org>
11505
11506         * m4/check-libm-func.m4: Removed.
11507         * m4/check-math-lib.m4: New file.
11508         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
11509         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
11510         definition and lack of AC_LIBOBJ([roundf]).
11511         * m4/roundl.m4: Ditto, and similarly for roundl.
11512         * modules/round: Reference new m4 file.
11513         * modules/roundf: Ditto.
11514         * modules/roundl: Ditto.
11515         * tests/test-round2.c (main): Use ROUND instead of round.
11516         Bug report from Bruno Haible.
11517
11518 2007-10-21  Bruno Haible  <bruno@clisp.org>
11519
11520         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
11521         context.
11522
11523 2007-10-21  Bruno Haible  <bruno@clisp.org>
11524
11525         * tests/test-wcwidth.c (main): Allow negative result for some control
11526         characters.
11527
11528         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
11529         Needed on OSF/1 5.1.
11530
11531 2007-10-21  Bruno Haible  <bruno@clisp.org>
11532
11533         * tests/test-floorf1.c: Include isnanf.h.
11534         (main): Use isnanf() instead of isnan().
11535         * tests/test-ceilf1.c: Include isnanf.h.
11536         (main): Use isnanf() instead of isnan().
11537         * tests/test-truncf1.c: Include isnanf.h.
11538         (main): Use isnanf() instead of isnan().
11539         * tests/test-roundf1.c: Include isnanf.h.
11540         (main): Use isnanf() instead of isnan().
11541
11542 2007-10-21  Eric Blake  <ebb9@byu.net>
11543
11544         * users.txt: Update URL for m4.
11545
11546 2007-10-21  Bruno Haible  <bruno@clisp.org>
11547
11548         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
11549
11550 2007-10-21  Bruno Haible  <bruno@clisp.org>
11551
11552         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
11553         Git's management files if the CVS files are not present.
11554
11555 2007-10-20  Bruno Haible  <bruno@clisp.org>
11556
11557         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
11558         gcc-3.4.x.
11559
11560 2007-10-20  Ben Pfaff  <blp@gnu.org>
11561
11562         * lib/math.in.h: Declare round, roundf, roundl if we are providing
11563         implementations.
11564         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
11565         * lib/round.c: New file.
11566         * lib/roundf.c: New file.
11567         * lib/roundl.c: New file.
11568         * m4/round.m4: New file.
11569         * m4/roundf.m4: New file.
11570         * m4/roundl.m4: New file.
11571         * m4/check-libm-func-m4: New file.
11572         * modules/math: Replace round, roundf, roundl related @VARS@ in
11573         math.in.h.
11574         * modules/round: New file.
11575         * modules/round-tests: New file.
11576         * modules/roundf: New file.
11577         * modules/roundf-tests: New file.
11578         * modules/roundl: New file.
11579         * modules/roundl-tests: New file.
11580         * tests/test-round1.c: New file.
11581         * tests/test-round2.c: New file.
11582         * tests/test-roundf1.c: New file.
11583         * tests/test-roundf2.c: New file.
11584         * tests/test-roundl.c: New file.
11585         * doc/functions/round.texi: Mention round module.
11586         * doc/functions/roundf.texi: Mention roundf module.
11587         * doc/functions/roundl.texi: Mention roundl module.
11588         * MODULES.html.sh: Mention new modules.
11589         Thanks to Bruno Haible for suggestions.
11590
11591 2007-10-20  Jim Meyering  <meyering@redhat.com>
11592
11593         * lib/xprintf.c: Include <config.h> unconditionally.
11594
11595         Change xprintf's license to GPL.
11596         * modules/xprintf (License): s/LGPL/GPL/, since this module
11597         depends on modules (exit and exitfail) which are GPL.
11598         Suggestion from Bruno Haible.
11599
11600         xprintf fixes.
11601         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
11602         Use a clearer diagnostic.
11603         Patch from Bruno Haible.
11604
11605 2007-10-20  Bruno Haible  <bruno@clisp.org>
11606
11607         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
11608         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
11609         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11610
11611 2007-10-20  Bruno Haible  <bruno@clisp.org>
11612
11613         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
11614         precision in the comparison result > x - 1 or similar.
11615         * tests/test-ceilf2.c (correct_result_p): Likewise.
11616         * tests/test-truncf2.c (correct_result_p): Likewise.
11617         * tests/test-trunc2.c (correct_result_p): Likewise.
11618         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11619
11620 2007-10-20  Bruno Haible  <bruno@clisp.org>
11621
11622         * modules/ceil: New file.
11623         * m4/ceil.m4: New file.
11624         * doc/functions/ceil.texi: Mention the 'ceil' module.
11625
11626 2007-10-20  Bruno Haible  <bruno@clisp.org>
11627
11628         * modules/floor: New file.
11629         * m4/floor.m4: New file.
11630         * doc/functions/floor.texi: Mention the 'floor' module.
11631
11632 2007-10-20  Bruno Haible  <bruno@clisp.org>
11633
11634         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
11635         of %a.
11636         * modules/floorf-tests (Depends-on): Likewise.
11637         * modules/truncf-tests (Depends-on): Likewise.
11638         * modules/trunc-tests (Depends-on): Likewise.
11639         Reported by Ben Pfaff.
11640
11641 2007-10-19  Jim Meyering  <meyering@redhat.com>
11642
11643         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
11644         Don't bother testing specific errno values.  Just test ferror.
11645
11646         New module: xprintf
11647         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
11648
11649 2007-10-19  Bruno Haible  <bruno@clisp.org>
11650
11651         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
11652         syntax.
11653         * modules/javaexec (Makefile.am): Likewise.
11654         * modules/relocatable-prog (Makefile.am): Likewise.
11655         Suggested by Jim Meyering.
11656
11657 2007-10-18  Bruno Haible  <bruno@clisp.org>
11658
11659         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
11660         Reported by Jim Meyering.
11661
11662 2007-10-18  Eric Blake  <ebb9@byu.net>
11663
11664         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
11665
11666 2007-10-18  Bruno Haible  <bruno@clisp.org>
11667
11668         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
11669         the format string into writable memory. Needed in Fortify conditions.
11670
11671 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
11672             Bruno Haible  <bruno@clisp.org>
11673
11674         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
11675         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
11676         * modules/trim (Depends-on): Add mbchar.
11677         (configure.ac): Add gl_FUNC_MBRTOWC.
11678         (Makefile.am): Augment lib_SOURCES.
11679
11680 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11681
11682         Modify glob.c to use fstatat and dirfd, to simplify it.
11683         Suggested by Eric Blake.
11684         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
11685         Don't include <stdbool.h>; not used.
11686         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
11687         (link_exists_p): Simplify implementation, since we can now assume
11688         dirfd and fstatat.
11689         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
11690
11691 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11692
11693         * gnulib-tool (func_get_dependencies): Fix sed script to
11694         match only tests.
11695
11696 2007-10-17  Bruno Haible  <bruno@clisp.org>
11697
11698         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
11699         allow locale names without encoding suffix.
11700         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
11701         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11702
11703 2007-10-16  Bruno Haible  <bruno@clisp.org>
11704
11705         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11706         * lib/getgroups.c (getgroups): Likewise.
11707         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11708
11709 2007-10-16  Bruno Haible  <bruno@clisp.org>
11710
11711         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11712         * modules/malloc-posix (License): Likewise.
11713         * modules/realloc-posix (License): Likewise.
11714         * modules/calloc-posix (License): Likewise.
11715         * modules/intprops (License): Change from GPL to LGPL, with
11716         Paul Eggert's approval.
11717
11718 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11719
11720         Merge glibc changes into lib/glob.c.
11721
11722         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11723         2007-10-15 04:59:03 UTC.  Here are the changes:
11724
11725         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11726
11727         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11728
11729         * lib/glob.c: Add some branch prediction throughout.
11730
11731         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11732
11733         [BZ #5103]
11734         * lib/glob.c (glob): Recognize patterns starting \/.
11735
11736         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11737
11738         [BZ #3996]
11739         * lib/glob.c (attribute_hidden): Define if not defined.
11740         (glob): Unescape dirname, filename or username when needed and not
11741         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11742         is NULL.  Handle unescaped [ in pattern without closing ].
11743         Don't pass GLOB_CHECK down to recursive glob for directories.
11744         (__glob_pattern_type): New function.
11745         (__glob_pattern_p): Implement using __glob_pattern_type.
11746         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11747         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11748         Remove unreachable code.
11749
11750         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11751
11752         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11753         explain why there are no leaks.
11754
11755         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11756
11757         [BZ #3253]
11758         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11759         time, rather allocate increasingly bigger arrays of pointers, if
11760         possible with alloca, if too large with malloc.
11761
11762 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11763
11764         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
11765         Problem reported by H.Merijn Brand in
11766         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
11767         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
11768         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11769
11770 2007-10-15  Bruno Haible  <bruno@clisp.org>
11771
11772         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
11773         with explicit rpl_ prefix.
11774         * lib/fopen.c (fopen): Likewise.
11775         * lib/freopen.c (freopen): Likewise.
11776         * lib/iconv.c (iconv): Likewise.
11777         * lib/iconv_close.c (iconv_close): Likewise.
11778
11779 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11780
11781         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
11782
11783 2007-10-15  Bruno Haible  <bruno@clisp.org>
11784
11785         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
11786         <stddef.h> instead of <stdlib.h> since we only need NULL.
11787         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11788
11789 2007-10-15  Bruno Haible  <bruno@clisp.org>
11790
11791         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
11792         Replace paragraph talking about LIBOBJS.
11793         Reported by Colin Watson <cjwatson@debian.org>.
11794
11795 2007-10-15  Bruno Haible  <bruno@clisp.org>
11796
11797         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
11798         <stdlib.h> before using NULL.
11799
11800 2007-10-15  Simon Josefsson  <simon@josefsson.org>
11801
11802         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
11803         Reported by Albert Chin <china@thewrittenword.com>.
11804
11805 2007-10-14  Bruno Haible  <bruno@clisp.org>
11806
11807         * modules/iconv_open-utf-tests: New file.
11808         * tests/test-iconv-utf.c: New file.
11809
11810         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
11811         * modules/iconv_open-utf: New file.
11812         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
11813         (iconv, iconv_close): New declarations.
11814         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
11815         be defined.
11816         (iconv_open): Add special handling of conversion between UTF-8 and
11817         UTF-{16,32}{BE,LE}.
11818         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
11819         * lib/iconv_close.c: New file.
11820         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
11821         gl_FUNC_ICONV_OPEN.
11822         (gl_FUNC_ICONV_OPEN): Use it.
11823         (gl_FUNC_ICONV_OPEN_UTF): New macro.
11824         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
11825         and REPLACE_ICONV_UTF.
11826         * modules/iconv_open (Depends-on): Add c-strcase.
11827         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
11828         ICONV_CONST.
11829         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
11830
11831 2007-10-13  Albert Chin  <china@thewrittenword.com>
11832             Bruno Haible  <bruno@clisp.org>
11833
11834         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
11835         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
11836
11837 2007-10-13  Bruno Haible  <bruno@clisp.org>
11838
11839         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
11840         defined, use the ISO C99 inline semantics.
11841         * lib/argp.h (ARGP_EI): Likewise.
11842
11843 2007-10-13  Bruno Haible  <bruno@clisp.org>
11844
11845         Handle 'inline' change in gcc 4.3.0.
11846         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
11847         argp_fmtstream_write, argp_fmtstream_set_lmargin,
11848         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
11849         argp_fmtstream_point): Disable 'extern' declaration if the function
11850         definition is going to be provided inline.
11851         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
11852         semantics, not the ISO C99 inline semantics.
11853         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
11854         'extern' declaration if the function definition is going to be provided
11855         inline.
11856         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
11857         the GNU C inline semantics, not the ISO C99 inline semantics. With
11858         GCC 4.2, avoid a warning.
11859
11860 2007-10-13  Bruno Haible  <bruno@clisp.org>
11861
11862         * lib/freading.h (freading): Enable the use of __freading for
11863         glibc >= 2.7.
11864         * lib/freading.c (freading): Likewise.
11865
11866 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11867
11868         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
11869         "warning: C99 inline functions are not supported; using GNU89".
11870
11871 2007-10-12  Bruno Haible  <bruno@clisp.org>
11872
11873         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
11874         of 2.
11875         * tests/test-ceilf2.c: New file.
11876         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
11877
11878         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
11879         * modules/ceilf-tests: Update.
11880
11881 2007-10-12  Bruno Haible  <bruno@clisp.org>
11882
11883         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
11884         of 2.
11885         * tests/test-floorf2.c: New file.
11886         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
11887
11888         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
11889         * modules/floorf-tests: Update.
11890
11891 2007-10-12  Bruno Haible  <bruno@clisp.org>
11892
11893         * tests/test-trunc2.c: New file.
11894         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
11895
11896         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
11897         * modules/trunc-tests: Update.
11898
11899 2007-10-12  Bruno Haible  <bruno@clisp.org>
11900
11901         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
11902         of 2.
11903         * tests/test-truncf2.c: New file.
11904         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
11905
11906         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
11907         * modules/truncf-tests: Update.
11908
11909 2007-10-11  Eric Blake  <ebb9@byu.net>
11910
11911         Don't claim strerror is broken on Interix.
11912         * doc/functions/strerror.texi (strerror): Known broken systems are
11913         now Solaris 8, and not Interix.
11914         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
11915         Interix on cross-compile.
11916         Reported by Martin Koeppe in
11917         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
11918
11919 2007-10-11  Bruno Haible  <bruno@clisp.org>
11920
11921         * modules/i-ring-tests: New file.
11922         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
11923         instead of assert.
11924
11925 2007-10-11  Bruno Haible  <bruno@clisp.org>
11926
11927         * modules/filenamecat-tests: New file.
11928         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
11929         * lib/filenamecat.c: Remove test code.
11930
11931 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11932
11933         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
11934
11935         * lib/strerror.c: Include <string.h> always, to test interface,
11936         and to remove the need for the dummy.
11937         Include intprops.h to compute width instead of doing it ourselves
11938         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11939         (strerror): Define it to return NULL if there's no system strerror.
11940         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11941         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11942         ancient pre-strerror Unix systems well any more.  Saying "unknown
11943         system error" is enough.
11944         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11945         simpler strerror.c implementation.
11946         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11947         Simplify the tests to reflect the simpler strerror implementation.
11948         * modules/strerror (Depends-on): Add intprops.
11949
11950 2007-10-09  Eric Blake  <ebb9@byu.net>
11951
11952         Silence test-fpending.
11953         * modules/fpending-tests (Files): Add wrapper script.
11954         * tests/test-fpending.sh: New file.
11955
11956 2007-10-09  Bruno Haible  <bruno@clisp.org>
11957
11958         * MODULES.html.sh (func_module): Don't create a hyperlink for
11959         function names like 'printf_frexp'.
11960         (Misc): Add crc, memxor.
11961         (Characteristics of floating types): New section.
11962         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11963         isnanf-nolibm, signbit, trunc, truncf, truncl.
11964         (Enhancements for ISO C 99 functions): New subsection Input/output.
11965         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11966         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11967         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11968         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11969         (Enhancements for POSIX:2001 functions): Add chdir-long.
11970         (File system functions): Add areadlink, chdir-safer, read-file.
11971         Remove cycle-check.
11972         (File system as inode set): New section.
11973         (Date and time): Add gethrxtime.
11974         (Multithreading): Add openmp.
11975         (Internationalization functions): Add localename.
11976         (Unicode string functions): Add unistr/u*-mbsnlen.
11977         (Support for maintaining and releasing projects): Add git-version-gen.
11978         (Lone files): Remove directories.
11979
11980 2007-10-08  Ben Pfaff  <blp@gnu.org>
11981
11982         * lib/xmalloca.h: Fix typo in comment.
11983
11984 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11985
11986         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11987         when avoiding problems with integer overflow.  Use a portable test
11988         instead.
11989
11990 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11991
11992         * modules/dummy (License): Change to LGPLv2+.
11993         * modules/float (License): Likewise
11994         * modules/realloc (License): Likewise
11995         * modules/stdlib (License): Likewise
11996
11997 2007-10-07  Bruno Haible  <bruno@clisp.org>
11998
11999         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
12000         * floor.c (TWO_MANT_DIG): Likewise.
12001         * ceil.c (TWO_MANT_DIG): Likewise.
12002         Reported by Ben Pfaff.
12003
12004 2007-10-07  Bruno Haible  <bruno@clisp.org>
12005
12006         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
12007         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
12008         * lib/frexp.c (FUNC): Likewise.
12009         * lib/printf-frexp.h (printf_frexp): Likewise.
12010         * lib/printf-frexpl.h (printf_frexpl): Likewise.
12011         * lib/printf-frexp.c (FUNC): Likewise.
12012         Suggested by Jim Meyering.
12013
12014 2007-10-07  Jim Meyering  <meyering@redhat.com>
12015
12016         Make xnanosleep's integer overflow test more robust.
12017         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
12018         so that gcc-4.3.0 doesn't optimize away this test for overflow.
12019
12020 2007-10-07  Bruno Haible  <bruno@clisp.org>
12021
12022         * NEWS: Mention the license change.
12023
12024         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
12025         abbreviations in the modules files.
12026
12027         Change copyright notice from GPLv2+ to GPLv3+.
12028         * README: Change copyright notice.
12029         * MODULES.html.sh: Likewise.
12030         * build-aux/bootstrap.conf: Likewise.
12031         * build-aux/config.libpath: Likewise.
12032         * build-aux/csharpcomp.sh.in: Likewise.
12033         * build-aux/csharpexec.sh.in: Likewise.
12034         * build-aux/install-reloc: Likewise.
12035         * build-aux/javacomp.sh.in: Likewise.
12036         * build-aux/javaexec.sh.in: Likewise.
12037         * build-aux/ldd.sh.in: Likewise.
12038         * build-aux/reloc-ldflags: Likewise.
12039         * build-aux/relocatable.sh.in: Likewise.
12040         * build-aux/x-to-1.in: Likewise.
12041         * check-module: Likewise.
12042         * config/srclistvars.sh: Likewise.
12043         * gnulib-tool: Likewise.
12044         * lib/acl-internal.h: Likewise.
12045         * lib/acl.c: Likewise.
12046         * lib/acl.h: Likewise.
12047         * lib/acl_entries.c: Likewise.
12048         * lib/areadlink-with-size.c: Likewise.
12049         * lib/areadlink.c: Likewise.
12050         * lib/areadlink.h: Likewise.
12051         * lib/argmatch.c: Likewise.
12052         * lib/argmatch.h: Likewise.
12053         * lib/argp-ba.c: Likewise.
12054         * lib/argp-eexst.c: Likewise.
12055         * lib/argp-fmtstream.c: Likewise.
12056         * lib/argp-fmtstream.h: Likewise.
12057         * lib/argp-fs-xinl.c: Likewise.
12058         * lib/argp-help.c: Likewise.
12059         * lib/argp-namefrob.h: Likewise.
12060         * lib/argp-parse.c: Likewise.
12061         * lib/argp-pin.c: Likewise.
12062         * lib/argp-pv.c: Likewise.
12063         * lib/argp-pvh.c: Likewise.
12064         * lib/argp-xinl.c: Likewise.
12065         * lib/argp.h: Likewise.
12066         * lib/at-func.c: Likewise.
12067         * lib/atanl.c: Likewise.
12068         * lib/backupfile.c: Likewise.
12069         * lib/backupfile.h: Likewise.
12070         * lib/basename.c: Likewise.
12071         * lib/binary-io.h: Likewise.
12072         * lib/byteswap.in.h: Likewise.
12073         * lib/c-stack.c: Likewise.
12074         * lib/c-stack.h: Likewise.
12075         * lib/c-strcasestr.c: Likewise.
12076         * lib/c-strcasestr.h: Likewise.
12077         * lib/c-strstr.c: Likewise.
12078         * lib/c-strstr.h: Likewise.
12079         * lib/c-strtod.c: Likewise.
12080         * lib/calloc.c: Likewise.
12081         * lib/canon-host.c: Likewise.
12082         * lib/canon-host.h: Likewise.
12083         * lib/canonicalize-lgpl.c: Likewise.
12084         * lib/canonicalize.c: Likewise.
12085         * lib/canonicalize.h: Likewise.
12086         * lib/ceil.c: Likewise.
12087         * lib/ceilf.c: Likewise.
12088         * lib/ceill.c: Likewise.
12089         * lib/chdir-long.c: Likewise.
12090         * lib/chdir-long.h: Likewise.
12091         * lib/chdir-safer.c: Likewise.
12092         * lib/chdir-safer.h: Likewise.
12093         * lib/chown.c: Likewise.
12094         * lib/classpath.c: Likewise.
12095         * lib/classpath.h: Likewise.
12096         * lib/clean-temp.c: Likewise.
12097         * lib/clean-temp.h: Likewise.
12098         * lib/cloexec.c: Likewise.
12099         * lib/close-stream.c: Likewise.
12100         * lib/closein.c: Likewise.
12101         * lib/closein.h: Likewise.
12102         * lib/closeout.c: Likewise.
12103         * lib/closeout.h: Likewise.
12104         * lib/concat-filename.c: Likewise.
12105         * lib/copy-file.c: Likewise.
12106         * lib/copy-file.h: Likewise.
12107         * lib/count-one-bits.h: Likewise.
12108         * lib/crc.c: Likewise.
12109         * lib/crc.h: Likewise.
12110         * lib/creat-safer.c: Likewise.
12111         * lib/csharpcomp.c: Likewise.
12112         * lib/csharpcomp.h: Likewise.
12113         * lib/csharpexec.c: Likewise.
12114         * lib/csharpexec.h: Likewise.
12115         * lib/cycle-check.c: Likewise.
12116         * lib/cycle-check.h: Likewise.
12117         * lib/diacrit.c: Likewise.
12118         * lib/diacrit.h: Likewise.
12119         * lib/diffseq.h: Likewise.
12120         * lib/dirchownmod.c: Likewise.
12121         * lib/dirent.in.h: Likewise.
12122         * lib/dirfd.c: Likewise.
12123         * lib/dirfd.h: Likewise.
12124         * lib/dirname.c: Likewise.
12125         * lib/dirname.h: Likewise.
12126         * lib/dummy.c: Likewise.
12127         * lib/dup-safer.c: Likewise.
12128         * lib/dup2.c: Likewise.
12129         * lib/eealloc.h: Likewise.
12130         * lib/error.c: Likewise.
12131         * lib/error.h: Likewise.
12132         * lib/euidaccess.c: Likewise.
12133         * lib/exclude.c: Likewise.
12134         * lib/exclude.h: Likewise.
12135         * lib/execute.c: Likewise.
12136         * lib/execute.h: Likewise.
12137         * lib/exitfail.c: Likewise.
12138         * lib/exitfail.h: Likewise.
12139         * lib/expl.c: Likewise.
12140         * lib/fatal-signal.c: Likewise.
12141         * lib/fatal-signal.h: Likewise.
12142         * lib/fbufmode.c: Likewise.
12143         * lib/fbufmode.h: Likewise.
12144         * lib/fchdir.c: Likewise.
12145         * lib/fchmodat.c: Likewise.
12146         * lib/fchownat.c: Likewise.
12147         * lib/fcntl--.h: Likewise.
12148         * lib/fcntl-safer.h: Likewise.
12149         * lib/fcntl.in.h: Likewise.
12150         * lib/fd-safer.c: Likewise.
12151         * lib/fflush.c: Likewise.
12152         * lib/file-has-acl.c: Likewise.
12153         * lib/file-set.c: Likewise.
12154         * lib/file-type.c: Likewise.
12155         * lib/file-type.h: Likewise.
12156         * lib/fileblocks.c: Likewise.
12157         * lib/filemode.c: Likewise.
12158         * lib/filemode.h: Likewise.
12159         * lib/filename.h: Likewise.
12160         * lib/filenamecat.c: Likewise.
12161         * lib/filenamecat.h: Likewise.
12162         * lib/findprog.c: Likewise.
12163         * lib/findprog.h: Likewise.
12164         * lib/float.in.h: Likewise.
12165         * lib/floor.c: Likewise.
12166         * lib/floorf.c: Likewise.
12167         * lib/floorl.c: Likewise.
12168         * lib/fopen-safer.c: Likewise.
12169         * lib/fopen.c: Likewise.
12170         * lib/fpending.c: Likewise.
12171         * lib/fpending.h: Likewise.
12172         * lib/fprintf.c: Likewise.
12173         * lib/fprintftime.h: Likewise.
12174         * lib/fpucw.h: Likewise.
12175         * lib/fpurge.c: Likewise.
12176         * lib/fpurge.h: Likewise.
12177         * lib/freadable.c: Likewise.
12178         * lib/freadable.h: Likewise.
12179         * lib/freadahead.c: Likewise.
12180         * lib/freadahead.h: Likewise.
12181         * lib/freading.c: Likewise.
12182         * lib/freading.h: Likewise.
12183         * lib/free.c: Likewise.
12184         * lib/freopen.c: Likewise.
12185         * lib/frexp.c: Likewise.
12186         * lib/frexpl.c: Likewise.
12187         * lib/fseek.c: Likewise.
12188         * lib/fseterr.c: Likewise.
12189         * lib/fseterr.h: Likewise.
12190         * lib/fstatat.c: Likewise.
12191         * lib/fstrcmp.c: Likewise.
12192         * lib/fstrcmp.h: Likewise.
12193         * lib/fsusage.c: Likewise.
12194         * lib/fsusage.h: Likewise.
12195         * lib/ftell.c: Likewise.
12196         * lib/ftello.c: Likewise.
12197         * lib/fts-cycle.c: Likewise.
12198         * lib/fts.c: Likewise.
12199         * lib/fts_.h: Likewise.
12200         * lib/full-read.c: Likewise.
12201         * lib/full-read.h: Likewise.
12202         * lib/full-write.c: Likewise.
12203         * lib/full-write.h: Likewise.
12204         * lib/fwritable.c: Likewise.
12205         * lib/fwritable.h: Likewise.
12206         * lib/fwriteerror.c: Likewise.
12207         * lib/fwriteerror.h: Likewise.
12208         * lib/fwriting.c: Likewise.
12209         * lib/fwriting.h: Likewise.
12210         * lib/gcd.c: Likewise.
12211         * lib/gcd.h: Likewise.
12212         * lib/getcwd.c: Likewise.
12213         * lib/getdate.h: Likewise.
12214         * lib/getdate.y: Likewise.
12215         * lib/getdomainname.c: Likewise.
12216         * lib/getdomainname.h: Likewise.
12217         * lib/getgroups.c: Likewise.
12218         * lib/gethostname.c: Likewise.
12219         * lib/gethrxtime.c: Likewise.
12220         * lib/gethrxtime.h: Likewise.
12221         * lib/getloadavg.c: Likewise.
12222         * lib/getndelim2.c: Likewise.
12223         * lib/getndelim2.h: Likewise.
12224         * lib/getnline.c: Likewise.
12225         * lib/getnline.h: Likewise.
12226         * lib/getopt.c: Likewise.
12227         * lib/getopt.in.h: Likewise.
12228         * lib/getopt1.c: Likewise.
12229         * lib/getopt_int.h: Likewise.
12230         * lib/getpagesize.h: Likewise.
12231         * lib/getsubopt.c: Likewise.
12232         * lib/gettime.c: Likewise.
12233         * lib/getugroups.c: Likewise.
12234         * lib/getugroups.h: Likewise.
12235         * lib/getusershell.c: Likewise.
12236         * lib/gl_anyavltree_list1.h: Likewise.
12237         * lib/gl_anyavltree_list2.h: Likewise.
12238         * lib/gl_anyhash_list1.h: Likewise.
12239         * lib/gl_anyhash_list2.h: Likewise.
12240         * lib/gl_anylinked_list1.h: Likewise.
12241         * lib/gl_anylinked_list2.h: Likewise.
12242         * lib/gl_anyrbtree_list1.h: Likewise.
12243         * lib/gl_anyrbtree_list2.h: Likewise.
12244         * lib/gl_anytree_list1.h: Likewise.
12245         * lib/gl_anytree_list2.h: Likewise.
12246         * lib/gl_anytree_oset.h: Likewise.
12247         * lib/gl_anytreehash_list1.h: Likewise.
12248         * lib/gl_anytreehash_list2.h: Likewise.
12249         * lib/gl_array_list.c: Likewise.
12250         * lib/gl_array_list.h: Likewise.
12251         * lib/gl_array_oset.c: Likewise.
12252         * lib/gl_array_oset.h: Likewise.
12253         * lib/gl_avltree_list.c: Likewise.
12254         * lib/gl_avltree_list.h: Likewise.
12255         * lib/gl_avltree_oset.c: Likewise.
12256         * lib/gl_avltree_oset.h: Likewise.
12257         * lib/gl_avltreehash_list.c: Likewise.
12258         * lib/gl_avltreehash_list.h: Likewise.
12259         * lib/gl_carray_list.c: Likewise.
12260         * lib/gl_carray_list.h: Likewise.
12261         * lib/gl_linked_list.c: Likewise.
12262         * lib/gl_linked_list.h: Likewise.
12263         * lib/gl_linkedhash_list.c: Likewise.
12264         * lib/gl_linkedhash_list.h: Likewise.
12265         * lib/gl_list.c: Likewise.
12266         * lib/gl_list.h: Likewise.
12267         * lib/gl_oset.c: Likewise.
12268         * lib/gl_oset.h: Likewise.
12269         * lib/gl_rbtree_list.c: Likewise.
12270         * lib/gl_rbtree_list.h: Likewise.
12271         * lib/gl_rbtree_oset.c: Likewise.
12272         * lib/gl_rbtree_oset.h: Likewise.
12273         * lib/gl_rbtreehash_list.c: Likewise.
12274         * lib/gl_rbtreehash_list.h: Likewise.
12275         * lib/gl_sublist.c: Likewise.
12276         * lib/gl_sublist.h: Likewise.
12277         * lib/group-member.c: Likewise.
12278         * lib/group-member.h: Likewise.
12279         * lib/hard-locale.c: Likewise.
12280         * lib/hard-locale.h: Likewise.
12281         * lib/hash-pjw.c: Likewise.
12282         * lib/hash-pjw.h: Likewise.
12283         * lib/hash-triple.c: Likewise.
12284         * lib/hash.c: Likewise.
12285         * lib/hash.h: Likewise.
12286         * lib/human.c: Likewise.
12287         * lib/human.h: Likewise.
12288         * lib/i-ring.c: Likewise.
12289         * lib/i-ring.h: Likewise.
12290         * lib/idcache.c: Likewise.
12291         * lib/imaxabs.c: Likewise.
12292         * lib/imaxdiv.c: Likewise.
12293         * lib/inet_pton.c: Likewise.
12294         * lib/inet_pton.h: Likewise.
12295         * lib/intprops.h: Likewise.
12296         * lib/inttostr.c: Likewise.
12297         * lib/inttostr.h: Likewise.
12298         * lib/inttypes.in.h: Likewise.
12299         * lib/isapipe.c: Likewise.
12300         * lib/isdir.c: Likewise.
12301         * lib/isnan.c: Likewise.
12302         * lib/isnan.h: Likewise.
12303         * lib/isnanf.c: Likewise.
12304         * lib/isnanf.h: Likewise.
12305         * lib/isnanl-nolibm.h: Likewise.
12306         * lib/isnanl.c: Likewise.
12307         * lib/isnanl.h: Likewise.
12308         * lib/javacomp.c: Likewise.
12309         * lib/javacomp.h: Likewise.
12310         * lib/javaexec.c: Likewise.
12311         * lib/javaexec.h: Likewise.
12312         * lib/javaversion.c: Likewise.
12313         * lib/javaversion.h: Likewise.
12314         * lib/javaversion.java: Likewise.
12315         * lib/lbrkprop.h: Likewise.
12316         * lib/lchmod.h: Likewise.
12317         * lib/lchown.c: Likewise.
12318         * lib/ldexpl.c: Likewise.
12319         * lib/linebreak.c: Likewise.
12320         * lib/linebreak.h: Likewise.
12321         * lib/linebuffer.c: Likewise.
12322         * lib/linebuffer.h: Likewise.
12323         * lib/locale.in.h: Likewise.
12324         * lib/logl.c: Likewise.
12325         * lib/long-options.c: Likewise.
12326         * lib/long-options.h: Likewise.
12327         * lib/lstat.c: Likewise.
12328         * lib/lstat.h: Likewise.
12329         * lib/math.in.h: Likewise.
12330         * lib/mbchar.c: Likewise.
12331         * lib/mbchar.h: Likewise.
12332         * lib/mbfile.h: Likewise.
12333         * lib/mbiter.h: Likewise.
12334         * lib/mbscasecmp.c: Likewise.
12335         * lib/mbscasestr.c: Likewise.
12336         * lib/mbschr.c: Likewise.
12337         * lib/mbscspn.c: Likewise.
12338         * lib/mbslen.c: Likewise.
12339         * lib/mbsncasecmp.c: Likewise.
12340         * lib/mbsnlen.c: Likewise.
12341         * lib/mbspbrk.c: Likewise.
12342         * lib/mbspcasecmp.c: Likewise.
12343         * lib/mbsrchr.c: Likewise.
12344         * lib/mbssep.c: Likewise.
12345         * lib/mbsspn.c: Likewise.
12346         * lib/mbsstr.c: Likewise.
12347         * lib/mbstok_r.c: Likewise.
12348         * lib/mbswidth.c: Likewise.
12349         * lib/mbswidth.h: Likewise.
12350         * lib/mbuiter.h: Likewise.
12351         * lib/memcasecmp.c: Likewise.
12352         * lib/memcasecmp.h: Likewise.
12353         * lib/memchr.c: Likewise.
12354         * lib/memcmp.c: Likewise.
12355         * lib/memcoll.c: Likewise.
12356         * lib/memcoll.h: Likewise.
12357         * lib/memcpy.c: Likewise.
12358         * lib/memrchr.c: Likewise.
12359         * lib/mkancesdirs.c: Likewise.
12360         * lib/mkdir-p.c: Likewise.
12361         * lib/mkdir-p.h: Likewise.
12362         * lib/mkdir.c: Likewise.
12363         * lib/mkdirat.c: Likewise.
12364         * lib/mkdtemp.c: Likewise.
12365         * lib/mkstemp-safer.c: Likewise.
12366         * lib/mkstemp.c: Likewise.
12367         * lib/modechange.c: Likewise.
12368         * lib/modechange.h: Likewise.
12369         * lib/mountlist.c: Likewise.
12370         * lib/mountlist.h: Likewise.
12371         * lib/mpsort.c: Likewise.
12372         * lib/nanosleep.c: Likewise.
12373         * lib/obstack.c: Likewise.
12374         * lib/obstack.h: Likewise.
12375         * lib/open-safer.c: Likewise.
12376         * lib/open.c: Likewise.
12377         * lib/openat-die.c: Likewise.
12378         * lib/openat-priv.h: Likewise.
12379         * lib/openat-proc.c: Likewise.
12380         * lib/openat.c: Likewise.
12381         * lib/openat.h: Likewise.
12382         * lib/pagealign_alloc.c: Likewise.
12383         * lib/pagealign_alloc.h: Likewise.
12384         * lib/physmem.c: Likewise.
12385         * lib/physmem.h: Likewise.
12386         * lib/pipe-safer.c: Likewise.
12387         * lib/pipe.c: Likewise.
12388         * lib/pipe.h: Likewise.
12389         * lib/posixtm.c: Likewise.
12390         * lib/posixtm.h: Likewise.
12391         * lib/posixver.c: Likewise.
12392         * lib/printf-frexp.c: Likewise.
12393         * lib/printf-frexp.h: Likewise.
12394         * lib/printf-frexpl.c: Likewise.
12395         * lib/printf-frexpl.h: Likewise.
12396         * lib/printf.c: Likewise.
12397         * lib/progname.c: Likewise.
12398         * lib/progname.h: Likewise.
12399         * lib/progreloc.c: Likewise.
12400         * lib/putenv.c: Likewise.
12401         * lib/quote.c: Likewise.
12402         * lib/quote.h: Likewise.
12403         * lib/quotearg.c: Likewise.
12404         * lib/quotearg.h: Likewise.
12405         * lib/raise.c: Likewise.
12406         * lib/readline.c: Likewise.
12407         * lib/readline.h: Likewise.
12408         * lib/readlink.c: Likewise.
12409         * lib/readtokens.c: Likewise.
12410         * lib/readtokens.h: Likewise.
12411         * lib/readtokens0.c: Likewise.
12412         * lib/readtokens0.h: Likewise.
12413         * lib/readutmp.c: Likewise.
12414         * lib/readutmp.h: Likewise.
12415         * lib/realloc.c: Likewise.
12416         * lib/relocwrapper.c: Likewise.
12417         * lib/rename-dest-slash.c: Likewise.
12418         * lib/rename.c: Likewise.
12419         * lib/rmdir.c: Likewise.
12420         * lib/rpmatch.c: Likewise.
12421         * lib/safe-read.c: Likewise.
12422         * lib/safe-read.h: Likewise.
12423         * lib/safe-write.c: Likewise.
12424         * lib/safe-write.h: Likewise.
12425         * lib/same-inode.h: Likewise.
12426         * lib/same.c: Likewise.
12427         * lib/same.h: Likewise.
12428         * lib/save-cwd.c: Likewise.
12429         * lib/save-cwd.h: Likewise.
12430         * lib/savedir.c: Likewise.
12431         * lib/savedir.h: Likewise.
12432         * lib/savewd.c: Likewise.
12433         * lib/savewd.h: Likewise.
12434         * lib/search.in.h: Likewise.
12435         * lib/setenv.c: Likewise.
12436         * lib/setenv.h: Likewise.
12437         * lib/settime.c: Likewise.
12438         * lib/sh-quote.c: Likewise.
12439         * lib/sh-quote.h: Likewise.
12440         * lib/sig2str.c: Likewise.
12441         * lib/sig2str.h: Likewise.
12442         * lib/signal.in.h: Likewise.
12443         * lib/signbitd.c: Likewise.
12444         * lib/signbitf.c: Likewise.
12445         * lib/signbitl.c: Likewise.
12446         * lib/sigprocmask.c: Likewise.
12447         * lib/sincosl.c: Likewise.
12448         * lib/sleep.c: Likewise.
12449         * lib/sprintf.c: Likewise.
12450         * lib/sqrtl.c: Likewise.
12451         * lib/stat-time.h: Likewise.
12452         * lib/stdio--.h: Likewise.
12453         * lib/stdio-safer.h: Likewise.
12454         * lib/stdlib--.h: Likewise.
12455         * lib/stdlib-safer.h: Likewise.
12456         * lib/stdlib.in.h: Likewise.
12457         * lib/stpcpy.c: Likewise.
12458         * lib/stpncpy.c: Likewise.
12459         * lib/strchrnul.c: Likewise.
12460         * lib/strcspn.c: Likewise.
12461         * lib/strerror.c: Likewise.
12462         * lib/strftime.c: Likewise.
12463         * lib/strftime.h: Likewise.
12464         * lib/striconveh.c: Likewise.
12465         * lib/striconveh.h: Likewise.
12466         * lib/striconveha.c: Likewise.
12467         * lib/striconveha.h: Likewise.
12468         * lib/stripslash.c: Likewise.
12469         * lib/strnlen1.c: Likewise.
12470         * lib/strnlen1.h: Likewise.
12471         * lib/strtod.c: Likewise.
12472         * lib/strtoimax.c: Likewise.
12473         * lib/strtok_r.c: Likewise.
12474         * lib/strtol.c: Likewise.
12475         * lib/strtoll.c: Likewise.
12476         * lib/strtoul.c: Likewise.
12477         * lib/strtoull.c: Likewise.
12478         * lib/sysexits.in.h: Likewise.
12479         * lib/tempname.c: Likewise.
12480         * lib/tempname.h: Likewise.
12481         * lib/timespec.h: Likewise.
12482         * lib/tls.c: Likewise.
12483         * lib/tls.h: Likewise.
12484         * lib/tmpdir.c: Likewise.
12485         * lib/tmpdir.h: Likewise.
12486         * lib/tmpfile-safer.c: Likewise.
12487         * lib/tmpfile.c: Likewise.
12488         * lib/trigl.c: Likewise.
12489         * lib/trigl.h: Likewise.
12490         * lib/trim.c: Likewise.
12491         * lib/trim.h: Likewise.
12492         * lib/trunc.c: Likewise.
12493         * lib/truncf.c: Likewise.
12494         * lib/truncl.c: Likewise.
12495         * lib/tsearch.c: Likewise.
12496         * lib/unicodeio.c: Likewise.
12497         * lib/unicodeio.h: Likewise.
12498         * lib/unistd--.h: Likewise.
12499         * lib/unistd-safer.h: Likewise.
12500         * lib/unistdio/ulc-fprintf.c: Likewise.
12501         * lib/unistdio/ulc-vfprintf.c: Likewise.
12502         * lib/unlinkdir.c: Likewise.
12503         * lib/unlinkdir.h: Likewise.
12504         * lib/unlocked-io.h: Likewise.
12505         * lib/unsetenv.c: Likewise.
12506         * lib/userspec.c: Likewise.
12507         * lib/utime.c: Likewise.
12508         * lib/utimecmp.c: Likewise.
12509         * lib/utimecmp.h: Likewise.
12510         * lib/utimens.c: Likewise.
12511         * lib/verify.h: Likewise.
12512         * lib/verror.c: Likewise.
12513         * lib/verror.h: Likewise.
12514         * lib/version-etc-fsf.c: Likewise.
12515         * lib/version-etc.c: Likewise.
12516         * lib/version-etc.h: Likewise.
12517         * lib/vfprintf.c: Likewise.
12518         * lib/vprintf.c: Likewise.
12519         * lib/vsprintf.c: Likewise.
12520         * lib/w32spawn.h: Likewise.
12521         * lib/wait-process.c: Likewise.
12522         * lib/wait-process.h: Likewise.
12523         * lib/wcwidth.c: Likewise.
12524         * lib/write-any-file.c: Likewise.
12525         * lib/xalloc-die.c: Likewise.
12526         * lib/xalloc.h: Likewise.
12527         * lib/xasprintf.c: Likewise.
12528         * lib/xgetcwd.c: Likewise.
12529         * lib/xgetcwd.h: Likewise.
12530         * lib/xgetdomainname.c: Likewise.
12531         * lib/xgetdomainname.h: Likewise.
12532         * lib/xgethostname.c: Likewise.
12533         * lib/xmalloc.c: Likewise.
12534         * lib/xmalloca.c: Likewise.
12535         * lib/xmalloca.h: Likewise.
12536         * lib/xmemcoll.c: Likewise.
12537         * lib/xnanosleep.c: Likewise.
12538         * lib/xreadlink.c: Likewise.
12539         * lib/xreadlink.h: Likewise.
12540         * lib/xsetenv.c: Likewise.
12541         * lib/xsetenv.h: Likewise.
12542         * lib/xstriconv.c: Likewise.
12543         * lib/xstriconv.h: Likewise.
12544         * lib/xstrndup.c: Likewise.
12545         * lib/xstrndup.h: Likewise.
12546         * lib/xstrtod.c: Likewise.
12547         * lib/xstrtod.h: Likewise.
12548         * lib/xstrtol-error.c: Likewise.
12549         * lib/xstrtol.c: Likewise.
12550         * lib/xstrtol.h: Likewise.
12551         * lib/xtime.h: Likewise.
12552         * lib/xvasprintf.c: Likewise.
12553         * lib/xvasprintf.h: Likewise.
12554         * lib/yesno.c: Likewise.
12555         * lib/yesno.h: Likewise.
12556         * posix-modules: Likewise.
12557         * tests/test-alloca-opt.c: Likewise.
12558         * tests/test-arcfour.c: Likewise.
12559         * tests/test-arctwo.c: Likewise.
12560         * tests/test-argmatch.c: Likewise.
12561         * tests/test-argp-2.sh: Likewise.
12562         * tests/test-argp.c: Likewise.
12563         * tests/test-arpa_inet.c: Likewise.
12564         * tests/test-array_list.c: Likewise.
12565         * tests/test-array_oset.c: Likewise.
12566         * tests/test-atexit.c: Likewise.
12567         * tests/test-avltree_list.c: Likewise.
12568         * tests/test-avltree_oset.c: Likewise.
12569         * tests/test-avltreehash_list.c: Likewise.
12570         * tests/test-base64.c: Likewise.
12571         * tests/test-binary-io.c: Likewise.
12572         * tests/test-byteswap.c: Likewise.
12573         * tests/test-c-ctype.c: Likewise.
12574         * tests/test-c-strcasecmp.c: Likewise.
12575         * tests/test-c-strcasestr.c: Likewise.
12576         * tests/test-c-strncasecmp.c: Likewise.
12577         * tests/test-c-strstr.c: Likewise.
12578         * tests/test-canonicalize-lgpl.c: Likewise.
12579         * tests/test-canonicalize.c: Likewise.
12580         * tests/test-carray_list.c: Likewise.
12581         * tests/test-ceilf.c: Likewise.
12582         * tests/test-ceill.c: Likewise.
12583         * tests/test-count-one-bits.c: Likewise.
12584         * tests/test-crc.c: Likewise.
12585         * tests/test-dirname.c: Likewise.
12586         * tests/test-fbufmode.c: Likewise.
12587         * tests/test-fcntl.c: Likewise.
12588         * tests/test-fflush.c: Likewise.
12589         * tests/test-floorf.c: Likewise.
12590         * tests/test-floorl.c: Likewise.
12591         * tests/test-fopen.c: Likewise.
12592         * tests/test-fprintf-posix.c: Likewise.
12593         * tests/test-fprintf-posix.h: Likewise.
12594         * tests/test-fpurge.c: Likewise.
12595         * tests/test-freadable.c: Likewise.
12596         * tests/test-freadahead.c: Likewise.
12597         * tests/test-freading.c: Likewise.
12598         * tests/test-freopen.c: Likewise.
12599         * tests/test-frexp.c: Likewise.
12600         * tests/test-frexpl.c: Likewise.
12601         * tests/test-fseek.c: Likewise.
12602         * tests/test-fseeko.c: Likewise.
12603         * tests/test-fseterr.c: Likewise.
12604         * tests/test-fstrcmp.c: Likewise.
12605         * tests/test-ftell.c: Likewise.
12606         * tests/test-ftello.c: Likewise.
12607         * tests/test-fwritable.c: Likewise.
12608         * tests/test-fwriting.c: Likewise.
12609         * tests/test-getaddrinfo.c: Likewise.
12610         * tests/test-getpass.c: Likewise.
12611         * tests/test-gettimeofday.c: Likewise.
12612         * tests/test-hmac-md5.c: Likewise.
12613         * tests/test-hmac-sha1.c: Likewise.
12614         * tests/test-iconv.c: Likewise.
12615         * tests/test-iconvme.c: Likewise.
12616         * tests/test-inttypes.c: Likewise.
12617         * tests/test-isnan.c: Likewise.
12618         * tests/test-isnanf.c: Likewise.
12619         * tests/test-isnanl-nolibm.c: Likewise.
12620         * tests/test-isnanl.c: Likewise.
12621         * tests/test-isnanl.h: Likewise.
12622         * tests/test-ldexpl.c: Likewise.
12623         * tests/test-linked_list.c: Likewise.
12624         * tests/test-linkedhash_list.c: Likewise.
12625         * tests/test-locale.c: Likewise.
12626         * tests/test-localename.c: Likewise.
12627         * tests/test-lock.c: Likewise.
12628         * tests/test-lseek.c: Likewise.
12629         * tests/test-malloca.c: Likewise.
12630         * tests/test-math.c: Likewise.
12631         * tests/test-mbscasecmp.c: Likewise.
12632         * tests/test-mbscasestr1.c: Likewise.
12633         * tests/test-mbscasestr2.c: Likewise.
12634         * tests/test-mbscasestr3.c: Likewise.
12635         * tests/test-mbscasestr4.c: Likewise.
12636         * tests/test-mbschr.c: Likewise.
12637         * tests/test-mbscspn.c: Likewise.
12638         * tests/test-mbsncasecmp.c: Likewise.
12639         * tests/test-mbspbrk.c: Likewise.
12640         * tests/test-mbspcasecmp.c: Likewise.
12641         * tests/test-mbsrchr.c: Likewise.
12642         * tests/test-mbsspn.c: Likewise.
12643         * tests/test-mbsstr1.c: Likewise.
12644         * tests/test-mbsstr2.c: Likewise.
12645         * tests/test-mbsstr3.c: Likewise.
12646         * tests/test-md5.c: Likewise.
12647         * tests/test-memmem.c: Likewise.
12648         * tests/test-netinet_in.c: Likewise.
12649         * tests/test-open.c: Likewise.
12650         * tests/test-printf-frexp.c: Likewise.
12651         * tests/test-printf-frexpl.c: Likewise.
12652         * tests/test-printf-posix.c: Likewise.
12653         * tests/test-printf-posix.h: Likewise.
12654         * tests/test-rbtree_list.c: Likewise.
12655         * tests/test-rbtree_oset.c: Likewise.
12656         * tests/test-rbtreehash_list.c: Likewise.
12657         * tests/test-read-file.c: Likewise.
12658         * tests/test-rijndael.c: Likewise.
12659         * tests/test-search.c: Likewise.
12660         * tests/test-signbit.c: Likewise.
12661         * tests/test-sleep.c: Likewise.
12662         * tests/test-snprintf-posix.c: Likewise.
12663         * tests/test-snprintf-posix.h: Likewise.
12664         * tests/test-snprintf.c: Likewise.
12665         * tests/test-sprintf-posix.c: Likewise.
12666         * tests/test-sprintf-posix.h: Likewise.
12667         * tests/test-stat-time.c: Likewise.
12668         * tests/test-stdbool.c: Likewise.
12669         * tests/test-stdint.c: Likewise.
12670         * tests/test-stdio.c: Likewise.
12671         * tests/test-stdlib.c: Likewise.
12672         * tests/test-stpncpy.c: Likewise.
12673         * tests/test-strcasestr.c: Likewise.
12674         * tests/test-striconv.c: Likewise.
12675         * tests/test-striconveh.c: Likewise.
12676         * tests/test-striconveha.c: Likewise.
12677         * tests/test-string.c: Likewise.
12678         * tests/test-sys_select.c: Likewise.
12679         * tests/test-sys_socket.c: Likewise.
12680         * tests/test-sys_stat.c: Likewise.
12681         * tests/test-sys_time.c: Likewise.
12682         * tests/test-sysexits.c: Likewise.
12683         * tests/test-time.c: Likewise.
12684         * tests/test-tls.c: Likewise.
12685         * tests/test-trunc.c: Likewise.
12686         * tests/test-truncf.c: Likewise.
12687         * tests/test-truncl.c: Likewise.
12688         * tests/test-unistd.c: Likewise.
12689         * tests/test-vasnprintf-posix.c: Likewise.
12690         * tests/test-vasnprintf-posix2.c: Likewise.
12691         * tests/test-vasnprintf.c: Likewise.
12692         * tests/test-vasprintf-posix.c: Likewise.
12693         * tests/test-vasprintf.c: Likewise.
12694         * tests/test-verify.c: Likewise.
12695         * tests/test-vfprintf-posix.c: Likewise.
12696         * tests/test-vprintf-posix.c: Likewise.
12697         * tests/test-vsnprintf-posix.c: Likewise.
12698         * tests/test-vsnprintf.c: Likewise.
12699         * tests/test-vsprintf-posix.c: Likewise.
12700         * tests/test-wchar.c: Likewise.
12701         * tests/test-wctype.c: Likewise.
12702         * tests/test-wcwidth.c: Likewise.
12703         * tests/test-xstrtol.c: Likewise.
12704         * tests/test-xvasprintf.c: Likewise.
12705         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12706         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12707         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12708         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12709         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12710         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12711         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12712         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12713         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12714         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12715         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12716         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12717         * tests/uniname/test-uninames.c: Likewise.
12718         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12719         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12720         * tests/unistdio/test-u16-printf1.h: Likewise.
12721         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12722         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12723         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12724         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12725         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12726         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12727         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12728         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12729         * tests/unistdio/test-u32-printf1.h: Likewise.
12730         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12731         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12732         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12733         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12734         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12735         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12736         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12737         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12738         * tests/unistdio/test-u8-printf1.h: Likewise.
12739         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12740         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12741         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12742         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12743         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12744         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12745         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12746         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12747         * tests/unistdio/test-ulc-printf1.h: Likewise.
12748         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12749         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12750         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12751         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12752         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12753         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12754         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12755         * tests/uniwidth/test-u16-width.c: Likewise.
12756         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12757         * tests/uniwidth/test-u32-width.c: Likewise.
12758         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12759         * tests/uniwidth/test-u8-width.c: Likewise.
12760         * tests/uniwidth/test-uc_width.c: Likewise.
12761         * config/srclist-update: Likewise.
12762         (fixlicense): Update to GPLv3+.
12763
12764         Change copyright notice from LGPLv2.1+ to LGPLv3+.
12765         * tests/test-tsearch.c: Change copyright notice.
12766
12767         Change copyright notice from LGPLv2.0+ to LGPLv3+.
12768         * lib/c-strcaseeq.h: Change copyright notice.
12769         * lib/streq.h: Likewise.
12770         * lib/uniconv.h: Likewise.
12771         * lib/uniconv/u-conv-from-enc.h: Likewise.
12772         * lib/uniconv/u-conv-to-enc.h: Likewise.
12773         * lib/uniconv/u-strconv-from-enc.h: Likewise.
12774         * lib/uniconv/u-strconv-to-enc.h: Likewise.
12775         * lib/uniconv/u16-conv-from-enc.c: Likewise.
12776         * lib/uniconv/u16-conv-to-enc.c: Likewise.
12777         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
12778         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
12779         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
12780         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
12781         * lib/uniconv/u32-conv-from-enc.c: Likewise.
12782         * lib/uniconv/u32-conv-to-enc.c: Likewise.
12783         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
12784         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
12785         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
12786         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
12787         * lib/uniconv/u8-conv-from-enc.c: Likewise.
12788         * lib/uniconv/u8-conv-to-enc.c: Likewise.
12789         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
12790         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
12791         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
12792         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
12793         * lib/uniname.h: Likewise.
12794         * lib/uniname/uniname.c: Likewise.
12795         * lib/unistdio.h: Likewise.
12796         * lib/unistdio/u-asnprintf.h: Likewise.
12797         * lib/unistdio/u-asprintf.h: Likewise.
12798         * lib/unistdio/u-printf-args.c: Likewise.
12799         * lib/unistdio/u-printf-args.h: Likewise.
12800         * lib/unistdio/u-printf-parse.h: Likewise.
12801         * lib/unistdio/u-snprintf.h: Likewise.
12802         * lib/unistdio/u-sprintf.h: Likewise.
12803         * lib/unistdio/u-vasprintf.h: Likewise.
12804         * lib/unistdio/u-vsnprintf.h: Likewise.
12805         * lib/unistdio/u-vsprintf.h: Likewise.
12806         * lib/unistdio/u16-asnprintf.c: Likewise.
12807         * lib/unistdio/u16-asprintf.c: Likewise.
12808         * lib/unistdio/u16-printf-parse.c: Likewise.
12809         * lib/unistdio/u16-snprintf.c: Likewise.
12810         * lib/unistdio/u16-sprintf.c: Likewise.
12811         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
12812         * lib/unistdio/u16-u16-asprintf.c: Likewise.
12813         * lib/unistdio/u16-u16-snprintf.c: Likewise.
12814         * lib/unistdio/u16-u16-sprintf.c: Likewise.
12815         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
12816         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
12817         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
12818         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
12819         * lib/unistdio/u16-vasnprintf.c: Likewise.
12820         * lib/unistdio/u16-vasprintf.c: Likewise.
12821         * lib/unistdio/u16-vsnprintf.c: Likewise.
12822         * lib/unistdio/u16-vsprintf.c: Likewise.
12823         * lib/unistdio/u32-asnprintf.c: Likewise.
12824         * lib/unistdio/u32-asprintf.c: Likewise.
12825         * lib/unistdio/u32-printf-parse.c: Likewise.
12826         * lib/unistdio/u32-snprintf.c: Likewise.
12827         * lib/unistdio/u32-sprintf.c: Likewise.
12828         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
12829         * lib/unistdio/u32-u32-asprintf.c: Likewise.
12830         * lib/unistdio/u32-u32-snprintf.c: Likewise.
12831         * lib/unistdio/u32-u32-sprintf.c: Likewise.
12832         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
12833         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
12834         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
12835         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
12836         * lib/unistdio/u32-vasnprintf.c: Likewise.
12837         * lib/unistdio/u32-vasprintf.c: Likewise.
12838         * lib/unistdio/u32-vsnprintf.c: Likewise.
12839         * lib/unistdio/u32-vsprintf.c: Likewise.
12840         * lib/unistdio/u8-asnprintf.c: Likewise.
12841         * lib/unistdio/u8-asprintf.c: Likewise.
12842         * lib/unistdio/u8-printf-parse.c: Likewise.
12843         * lib/unistdio/u8-snprintf.c: Likewise.
12844         * lib/unistdio/u8-sprintf.c: Likewise.
12845         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
12846         * lib/unistdio/u8-u8-asprintf.c: Likewise.
12847         * lib/unistdio/u8-u8-snprintf.c: Likewise.
12848         * lib/unistdio/u8-u8-sprintf.c: Likewise.
12849         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
12850         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
12851         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
12852         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
12853         * lib/unistdio/u8-vasnprintf.c: Likewise.
12854         * lib/unistdio/u8-vasprintf.c: Likewise.
12855         * lib/unistdio/u8-vsnprintf.c: Likewise.
12856         * lib/unistdio/u8-vsprintf.c: Likewise.
12857         * lib/unistdio/ulc-asnprintf.c: Likewise.
12858         * lib/unistdio/ulc-asprintf.c: Likewise.
12859         * lib/unistdio/ulc-printf-parse.c: Likewise.
12860         * lib/unistdio/ulc-snprintf.c: Likewise.
12861         * lib/unistdio/ulc-sprintf.c: Likewise.
12862         * lib/unistdio/ulc-vasnprintf.c: Likewise.
12863         * lib/unistdio/ulc-vasprintf.c: Likewise.
12864         * lib/unistdio/ulc-vsnprintf.c: Likewise.
12865         * lib/unistdio/ulc-vsprintf.c: Likewise.
12866         * lib/unistr.h: Likewise.
12867         * lib/unistr/u-cpy-alloc.h: Likewise.
12868         * lib/unistr/u-cpy.h: Likewise.
12869         * lib/unistr/u-endswith.h: Likewise.
12870         * lib/unistr/u-move.h: Likewise.
12871         * lib/unistr/u-set.h: Likewise.
12872         * lib/unistr/u-startswith.h: Likewise.
12873         * lib/unistr/u-stpcpy.h: Likewise.
12874         * lib/unistr/u-stpncpy.h: Likewise.
12875         * lib/unistr/u-strcat.h: Likewise.
12876         * lib/unistr/u-strcpy.h: Likewise.
12877         * lib/unistr/u-strcspn.h: Likewise.
12878         * lib/unistr/u-strdup.h: Likewise.
12879         * lib/unistr/u-strlen.h: Likewise.
12880         * lib/unistr/u-strncat.h: Likewise.
12881         * lib/unistr/u-strncpy.h: Likewise.
12882         * lib/unistr/u-strnlen.h: Likewise.
12883         * lib/unistr/u-strpbrk.h: Likewise.
12884         * lib/unistr/u-strspn.h: Likewise.
12885         * lib/unistr/u-strstr.h: Likewise.
12886         * lib/unistr/u-strtok.h: Likewise.
12887         * lib/unistr/u16-check.c: Likewise.
12888         * lib/unistr/u16-chr.c: Likewise.
12889         * lib/unistr/u16-cmp.c: Likewise.
12890         * lib/unistr/u16-cpy-alloc.c: Likewise.
12891         * lib/unistr/u16-cpy.c: Likewise.
12892         * lib/unistr/u16-endswith.c: Likewise.
12893         * lib/unistr/u16-mblen.c: Likewise.
12894         * lib/unistr/u16-mbsnlen.c: Likewise.
12895         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12896         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12897         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12898         * lib/unistr/u16-mbtouc.c: Likewise.
12899         * lib/unistr/u16-mbtoucr.c: Likewise.
12900         * lib/unistr/u16-move.c: Likewise.
12901         * lib/unistr/u16-next.c: Likewise.
12902         * lib/unistr/u16-prev.c: Likewise.
12903         * lib/unistr/u16-set.c: Likewise.
12904         * lib/unistr/u16-startswith.c: Likewise.
12905         * lib/unistr/u16-stpcpy.c: Likewise.
12906         * lib/unistr/u16-stpncpy.c: Likewise.
12907         * lib/unistr/u16-strcat.c: Likewise.
12908         * lib/unistr/u16-strchr.c: Likewise.
12909         * lib/unistr/u16-strcmp.c: Likewise.
12910         * lib/unistr/u16-strcpy.c: Likewise.
12911         * lib/unistr/u16-strcspn.c: Likewise.
12912         * lib/unistr/u16-strdup.c: Likewise.
12913         * lib/unistr/u16-strlen.c: Likewise.
12914         * lib/unistr/u16-strmblen.c: Likewise.
12915         * lib/unistr/u16-strmbtouc.c: Likewise.
12916         * lib/unistr/u16-strncat.c: Likewise.
12917         * lib/unistr/u16-strncmp.c: Likewise.
12918         * lib/unistr/u16-strncpy.c: Likewise.
12919         * lib/unistr/u16-strnlen.c: Likewise.
12920         * lib/unistr/u16-strpbrk.c: Likewise.
12921         * lib/unistr/u16-strrchr.c: Likewise.
12922         * lib/unistr/u16-strspn.c: Likewise.
12923         * lib/unistr/u16-strstr.c: Likewise.
12924         * lib/unistr/u16-strtok.c: Likewise.
12925         * lib/unistr/u16-to-u32.c: Likewise.
12926         * lib/unistr/u16-to-u8.c: Likewise.
12927         * lib/unistr/u16-uctomb-aux.c: Likewise.
12928         * lib/unistr/u16-uctomb.c: Likewise.
12929         * lib/unistr/u32-check.c: Likewise.
12930         * lib/unistr/u32-chr.c: Likewise.
12931         * lib/unistr/u32-cmp.c: Likewise.
12932         * lib/unistr/u32-cpy-alloc.c: Likewise.
12933         * lib/unistr/u32-cpy.c: Likewise.
12934         * lib/unistr/u32-endswith.c: Likewise.
12935         * lib/unistr/u32-mblen.c: Likewise.
12936         * lib/unistr/u32-mbsnlen.c: Likewise.
12937         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12938         * lib/unistr/u32-mbtouc.c: Likewise.
12939         * lib/unistr/u32-mbtoucr.c: Likewise.
12940         * lib/unistr/u32-move.c: Likewise.
12941         * lib/unistr/u32-next.c: Likewise.
12942         * lib/unistr/u32-prev.c: Likewise.
12943         * lib/unistr/u32-set.c: Likewise.
12944         * lib/unistr/u32-startswith.c: Likewise.
12945         * lib/unistr/u32-stpcpy.c: Likewise.
12946         * lib/unistr/u32-stpncpy.c: Likewise.
12947         * lib/unistr/u32-strcat.c: Likewise.
12948         * lib/unistr/u32-strchr.c: Likewise.
12949         * lib/unistr/u32-strcmp.c: Likewise.
12950         * lib/unistr/u32-strcpy.c: Likewise.
12951         * lib/unistr/u32-strcspn.c: Likewise.
12952         * lib/unistr/u32-strdup.c: Likewise.
12953         * lib/unistr/u32-strlen.c: Likewise.
12954         * lib/unistr/u32-strmblen.c: Likewise.
12955         * lib/unistr/u32-strmbtouc.c: Likewise.
12956         * lib/unistr/u32-strncat.c: Likewise.
12957         * lib/unistr/u32-strncmp.c: Likewise.
12958         * lib/unistr/u32-strncpy.c: Likewise.
12959         * lib/unistr/u32-strnlen.c: Likewise.
12960         * lib/unistr/u32-strpbrk.c: Likewise.
12961         * lib/unistr/u32-strrchr.c: Likewise.
12962         * lib/unistr/u32-strspn.c: Likewise.
12963         * lib/unistr/u32-strstr.c: Likewise.
12964         * lib/unistr/u32-strtok.c: Likewise.
12965         * lib/unistr/u32-to-u16.c: Likewise.
12966         * lib/unistr/u32-to-u8.c: Likewise.
12967         * lib/unistr/u32-uctomb.c: Likewise.
12968         * lib/unistr/u8-check.c: Likewise.
12969         * lib/unistr/u8-chr.c: Likewise.
12970         * lib/unistr/u8-cmp.c: Likewise.
12971         * lib/unistr/u8-cpy-alloc.c: Likewise.
12972         * lib/unistr/u8-cpy.c: Likewise.
12973         * lib/unistr/u8-endswith.c: Likewise.
12974         * lib/unistr/u8-mblen.c: Likewise.
12975         * lib/unistr/u8-mbsnlen.c: Likewise.
12976         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12977         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12978         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12979         * lib/unistr/u8-mbtouc.c: Likewise.
12980         * lib/unistr/u8-mbtoucr.c: Likewise.
12981         * lib/unistr/u8-move.c: Likewise.
12982         * lib/unistr/u8-next.c: Likewise.
12983         * lib/unistr/u8-prev.c: Likewise.
12984         * lib/unistr/u8-set.c: Likewise.
12985         * lib/unistr/u8-startswith.c: Likewise.
12986         * lib/unistr/u8-stpcpy.c: Likewise.
12987         * lib/unistr/u8-stpncpy.c: Likewise.
12988         * lib/unistr/u8-strcat.c: Likewise.
12989         * lib/unistr/u8-strchr.c: Likewise.
12990         * lib/unistr/u8-strcmp.c: Likewise.
12991         * lib/unistr/u8-strcpy.c: Likewise.
12992         * lib/unistr/u8-strcspn.c: Likewise.
12993         * lib/unistr/u8-strdup.c: Likewise.
12994         * lib/unistr/u8-strlen.c: Likewise.
12995         * lib/unistr/u8-strmblen.c: Likewise.
12996         * lib/unistr/u8-strmbtouc.c: Likewise.
12997         * lib/unistr/u8-strncat.c: Likewise.
12998         * lib/unistr/u8-strncmp.c: Likewise.
12999         * lib/unistr/u8-strncpy.c: Likewise.
13000         * lib/unistr/u8-strnlen.c: Likewise.
13001         * lib/unistr/u8-strpbrk.c: Likewise.
13002         * lib/unistr/u8-strrchr.c: Likewise.
13003         * lib/unistr/u8-strspn.c: Likewise.
13004         * lib/unistr/u8-strstr.c: Likewise.
13005         * lib/unistr/u8-strtok.c: Likewise.
13006         * lib/unistr/u8-to-u16.c: Likewise.
13007         * lib/unistr/u8-to-u32.c: Likewise.
13008         * lib/unistr/u8-uctomb-aux.c: Likewise.
13009         * lib/unistr/u8-uctomb.c: Likewise.
13010         * lib/unitypes.h: Likewise.
13011         * lib/uniwidth.h: Likewise.
13012         * lib/uniwidth/cjk.h: Likewise.
13013         * lib/uniwidth/u16-strwidth.c: Likewise.
13014         * lib/uniwidth/u16-width.c: Likewise.
13015         * lib/uniwidth/u32-strwidth.c: Likewise.
13016         * lib/uniwidth/u32-width.c: Likewise.
13017         * lib/uniwidth/u8-strwidth.c: Likewise.
13018         * lib/uniwidth/u8-width.c: Likewise.
13019         * lib/uniwidth/width.c: Likewise.
13020
13021 2007-10-07  Bruno Haible  <bruno@clisp.org>
13022
13023         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
13024         The file is still under LGPL (see modules/inttypes).
13025
13026 2007-10-06  Bruno Haible  <bruno@clisp.org>
13027
13028         * modules/trunc (Dependencies): Add 'extensions'.
13029         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
13030         Reported by Ben Pfaff <blp@gnu.org>.
13031
13032 2007-10-06  Bruno Haible  <bruno@clisp.org>
13033
13034         * modules/freopen-tests: New file.
13035         * tests/test-freopen.c: New file.
13036
13037         * modules/fopen-tests: New file.
13038         * tests/test-fopen.c: New file.
13039
13040         * modules/fopen: New file.
13041         * lib/fopen.c: New file.
13042         * m4/fopen.m4: New file.
13043         * modules/freopen: New file.
13044         * lib/freopen.c: New file.
13045         * m4/freopen.m4: New file.
13046         * lib/stdio.in.h (fopen, freopen): New declarations.
13047         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
13048         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13049         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
13050         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
13051         * doc/functions/fopen.texi: Mention the 'fopen' module.
13052         * doc/functions/freopen.texi: Mention the 'freopen' module.
13053
13054 2007-10-06  Bruno Haible  <bruno@clisp.org>
13055
13056         * modules/open-tests: New file.
13057         * tests/test-open.c: New file.
13058
13059         * modules/open: New file.
13060         * lib/open.c: New file.
13061         * m4/open.m4: New file.
13062         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
13063         lib/open.c does.
13064         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
13065         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
13066         macros.
13067         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
13068         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
13069         REPLACE_OPEN.
13070         * doc/functions/open.texi: Mention the 'open' module.
13071
13072 2007-10-04  Bruno Haible  <bruno@clisp.org>
13073
13074         * modules/ceill-tests: New file.
13075         * tests/test-ceill.c: New file.
13076
13077         * modules/ceill: New file.
13078         * lib/ceill.c: Replace entire file.
13079         * m4/ceill.m4: New file.
13080         * lib/math.in.h (ceill): Replace declaration.
13081         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
13082         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
13083         * doc/functions/ceill.texi: Mention the 'ceill' module.
13084         * modules/mathl (Files): Remove lib/ceill.c.
13085         (Depends-on): Add ceill.
13086
13087 2007-10-04  Bruno Haible  <bruno@clisp.org>
13088
13089         * modules/ceilf-tests: New file.
13090         * tests/test-ceilf.c: New file.
13091
13092         * modules/ceilf: New file.
13093         * lib/ceil.c: New file.
13094         * lib/ceilf.c: New file.
13095         * m4/ceilf.m4: New file.
13096         * lib/math.in.h (ceilf): New declaration.
13097         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
13098         HAVE_DECL_CEILF.
13099         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
13100         HAVE_DECL_CEILF.
13101         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
13102
13103 2007-10-04  Bruno Haible  <bruno@clisp.org>
13104
13105         * modules/floorl-tests: New file.
13106         * tests/test-floorl.c: New file.
13107
13108         * modules/floorl: New file.
13109         * lib/floorl.c: Replace entire file.
13110         * m4/floorl.m4: New file.
13111         * lib/math.in.h (floorl): Replace declaration.
13112         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
13113         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
13114         * doc/functions/floorl.texi: Mention the 'floorl' module.
13115         * modules/mathl (Files): Remove lib/floorl.c.
13116         (Depends-on): Add floorl.
13117
13118 2007-10-04  Bruno Haible  <bruno@clisp.org>
13119
13120         * modules/floorf-tests: New file.
13121         * tests/test-floorf.c: New file.
13122
13123         * modules/floorf: New file.
13124         * lib/floor.c: New file.
13125         * lib/floorf.c: New file.
13126         * m4/floorf.m4: New file.
13127         * lib/math.in.h (floorf): New declaration.
13128         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
13129         HAVE_DECL_FLOORF.
13130         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
13131         HAVE_DECL_FLOORF.
13132         * doc/functions/floorf.texi: Mention the 'floorf' module.
13133
13134 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
13135             Bruno Haible  <bruno@clisp.org>
13136
13137         Advertise for the Git server instead of the CVS server.
13138         * doc/gnulib-intro.texi (Steady Development): Mention the Git
13139         repository instead of the CVS one.
13140         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
13141         about all VCS systems generically.
13142         * doc/gnulib.texi (Introduction): Capitalize `Git'.
13143
13144 2007-10-04  Bruno Haible  <bruno@clisp.org>
13145
13146         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
13147         means.
13148         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
13149
13150 2007-10-04  Bruno Haible  <bruno@clisp.org>
13151
13152         * modules/truncl-tests: New file.
13153         * tests/test-truncl.c: New file.
13154
13155         * modules/truncl: New file.
13156         * lib/truncl.c: New file.
13157         * m4/truncl.m4: New file.
13158         * lib/math.in.h (truncl): New declaration.
13159         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
13160         HAVE_DECL_TRUNCL.
13161         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
13162         HAVE_DECL_TRUNCL.
13163         * doc/functions/truncl.texi: Mention the 'truncl' module.
13164
13165 2007-10-04  Bruno Haible  <bruno@clisp.org>
13166
13167         * modules/truncf-tests: New file.
13168         * tests/test-truncf.c: New file.
13169
13170         * modules/truncf: New file.
13171         * lib/trunc.c: Make paramerizable through USE_* macros.
13172         * lib/truncf.c: New file.
13173         * m4/truncf.m4: New file.
13174         * lib/math.in.h (truncf): New declaration.
13175         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
13176         HAVE_DECL_TRUNCF.
13177         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
13178         HAVE_DECL_TRUNCF.
13179         * doc/functions/truncf.texi: Mention the 'truncf' module.
13180
13181 2007-10-03  Bruno Haible  <bruno@clisp.org>
13182
13183         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
13184         augmentation also for tests modules.
13185         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
13186         * modules/atexit-tests (Makefile.am): Likewise.
13187         * modules/binary-io-tests (Makefile.am): Likewise.
13188         * modules/c-strcase-tests (Makefile.am): Likewise.
13189         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
13190         * modules/canonicalize-tests (Makefile.am): Likewise.
13191         * modules/closein-tests (Makefile.am): Likewise.
13192         * modules/fprintf-posix-tests (Makefile.am): Likewise.
13193         * modules/freadahead-tests (Makefile.am): Likewise.
13194         * modules/fseek-tests (Makefile.am): Likewise.
13195         * modules/fseeko-tests (Makefile.am): Likewise.
13196         * modules/ftell-tests (Makefile.am): Likewise.
13197         * modules/ftello-tests (Makefile.am): Likewise.
13198         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
13199         * modules/isnanl-tests (Makefile.am): Likewise.
13200         * modules/lseek-tests (Makefile.am): Likewise.
13201         * modules/mbscasecmp-tests (Makefile.am): Likewise.
13202         * modules/mbscasestr-tests (Makefile.am): Likewise.
13203         * modules/mbschr-tests (Makefile.am): Likewise.
13204         * modules/mbscspn-tests (Makefile.am): Likewise.
13205         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
13206         * modules/mbspbrk-tests (Makefile.am): Likewise.
13207         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
13208         * modules/mbsrchr-tests (Makefile.am): Likewise.
13209         * modules/mbsspn-tests (Makefile.am): Likewise.
13210         * modules/mbsstr-tests (Makefile.am): Likewise.
13211         * modules/printf-posix-tests (Makefile.am): Likewise.
13212         * modules/snprintf-posix-tests (Makefile.am): Likewise.
13213         * modules/sprintf-posix-tests (Makefile.am): Likewise.
13214         * modules/tsearch-tests (Makefile.am): Likewise.
13215         * modules/uniname/uniname-tests (Makefile.am): Likewise.
13216         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
13217         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
13218         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
13219         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
13220         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
13221         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
13222         * modules/vprintf-posix-tests (Makefile.am): Likewise.
13223         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
13224         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
13225         * modules/xstrtoimax-tests (Makefile.am): Likewise.
13226         * modules/xstrtol-tests (Makefile.am): Likewise.
13227         * modules/xstrtoumax-tests (Makefile.am): Likewise.
13228         * modules/yesno-tests (Makefile.am): Likewise.
13229
13230 2007-10-03  Bruno Haible  <bruno@clisp.org>
13231
13232         * modules/trunc-tests: New file.
13233         * tests/test-trunc.c: New file.
13234
13235         * modules/trunc: New file.
13236         * lib/trunc.c: New file.
13237         * m4/trunc.m4: New file.
13238         * lib/math.in.h (trunc): New declaration.
13239         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
13240         HAVE_DECL_TRUNC.
13241         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
13242         HAVE_DECL_TRUNC.
13243         * doc/functions/trunc.texi: Mention the 'trunc' module.
13244
13245 2007-10-03  Bruno Haible  <bruno@clisp.org>
13246
13247         * tests/test-fpending.c: New file, mostly copied
13248         from coreutils/lib/t-fpending.c.
13249         * modules/fpending-tests: New file.
13250
13251 2007-10-03  Bruno Haible  <bruno@clisp.org>
13252
13253         Port the stdio extensions to QNX (untested).
13254         * lib/fseterr.c (fseterr): Add support for QNX.
13255         * lib/fbufmode.c (fbufmode): Likewise.
13256         * lib/freadable.c (freadable): Likewise.
13257         * lib/fwritable.c (fwritable): Likewise.
13258         * lib/freading.c (freading): Likewise.
13259         * lib/fwriting.c (fwriting): Likewise.
13260         * lib/freadahead.c (freadahed): Likewise.
13261         * lib/fpurge.c (fpurge): Likewise.
13262         * lib/fseeko.c (rpl_fseeko): Likewise.
13263
13264 2007-10-03  Bruno Haible  <bruno@clisp.org>
13265             Jim Meyering  <jim@meyering.net>
13266             Eric Blake  <ebb9@byu.net>
13267
13268         * doc/relocatable.texi: Use @command instead of @program.
13269
13270 2007-10-02  Jim Meyering  <jim@meyering.net>
13271
13272         Perform one more "_.h" -> ".in.h" substitution.
13273         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
13274         instead of unistd_.h here, too.
13275
13276 2007-10-01  Bruno Haible  <bruno@clisp.org>
13277
13278         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
13279         Needed for the alloca-opt module.
13280
13281 2007-09-30  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/alloca.in.h: Renamed from lib/alloca_.h.
13284         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
13285         alloca_.h.
13286         * lib/argz.in.h: Renamed from lib/argz_.h.
13287         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
13288         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
13289         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
13290         byteswap_.h.
13291         * lib/dirent.in.h: Renamed from lib/dirent_.h.
13292         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
13293         dirent_.h.
13294         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
13295         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
13296         fcntl_.h.
13297         * lib/float.in.h: Renamed from lib/float_.h.
13298         * modules/float (Files, Makefile.am): Use float.in.h instead of
13299         float_.h.
13300         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
13301         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
13302         fnmatch_.h.
13303         * lib/getopt.in.h: Renamed from lib/getopt_.h.
13304         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
13305         getopt_.h.
13306         * lib/glob.in.h: Renamed from lib/glob_.h.
13307         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
13308         * lib/iconv.in.h: Renamed from lib/iconv_.h.
13309         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
13310         iconv_.h.
13311         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
13312         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
13313         inttypes_.h.
13314         * lib/locale.in.h: Renamed from lib/locale_.h.
13315         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
13316         locale_.h.
13317         * lib/math.in.h: Renamed from lib/math_.h.
13318         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
13319         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
13320         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
13321         of netinet_in_.h. Add dependency.
13322         * lib/poll.in.h: Renamed from lib/poll_.h.
13323         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
13324         * lib/search.in.h: Renamed from lib/search_.h.
13325         * modules/search (Files, Makefile.am): Use search.in.h instead of
13326         search_.h.
13327         * lib/signal.in.h: Renamed from lib/signal_.h.
13328         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
13329         _signal.h.
13330         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
13331         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
13332         stdbool_.h.
13333         * lib/stdint.in.h: Renamed from lib/stdint_.h.
13334         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
13335         stdint_.h.
13336         * lib/stdio.in.h: Renamed from lib/stdio_.h.
13337         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
13338         stdio_.h.
13339         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
13340         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
13341         stdlib_.h.
13342         * lib/string.in.h: Renamed from lib/string_.h.
13343         * modules/string (Files, Makefile.am): Use string.in.h instead of
13344         string_.h.
13345         * doc/gnulib-tool.texi (Initial import): Update.
13346         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
13347         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
13348         of sys_select_.h. Add dependency.
13349         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
13350         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
13351         of sys_socket_.h.
13352         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
13353         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
13354         sys_stat_.h.
13355         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
13356         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
13357         sys_time_.h.
13358         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
13359         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
13360         sysexits_.h.
13361         * lib/time.in.h: Renamed from lib/time_.h.
13362         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
13363         * lib/unistd.in.h: Renamed from lib/unistd_.h.
13364         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
13365         unistd_.h.
13366         * lib/wchar.in.h: Renamed from lib/wchar_.h.
13367         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
13368         wchar_.h.
13369         * lib/wctype.in.h: Renamed from lib/wctype_.h.
13370         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
13371         wctype_.h.
13372         * build-aux/bootstrap (slurp): Update.
13373         * lib/.cppi-disable: Update.
13374
13375 2007-09-30  Bruno Haible  <bruno@clisp.org>
13376
13377         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
13378         Needed on BeOS.
13379
13380 2007-09-30  Bruno Haible  <bruno@clisp.org>
13381
13382         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
13383
13384 2007-09-29  Bruno Haible  <bruno@clisp.org>
13385
13386         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
13387
13388 2007-09-29  Bruno Haible  <bruno@clisp.org>
13389
13390         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
13391         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
13392         * build-aux/install-reloc: Compile also areadlink.c.
13393         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
13394
13395 2007-09-29  Bruno Haible  <bruno@clisp.org>
13396
13397         * gnulib-tool (func_emit_initmacro_done): Indentation.
13398
13399 2007-09-29  Bruno Haible  <bruno@clisp.org>
13400
13401         * README: Add CVS checkout update instructions.
13402         Info from Bob Proulx <bob@proulx.com>.
13403
13404 2007-09-28  Eric Blake  <ebb9@byu.net>
13405
13406         Provide move-if-change.
13407         * build-aux/move-if-change: New file, based on best practice
13408         rather than any canonical upstream location.
13409
13410 2007-09-28  Jim Meyering  <jim@meyering.net>
13411
13412         Fix canonicalize loop-detection corner case.
13413         Do not attempt to stat the symlink values stored via seen_triple.
13414         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
13415         on linux-2.6.18, (but not 2.6.22).
13416         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
13417         triple_compare.  The former compares dev,ino,filename, while the latter
13418         would actually stat dirname(filename) when dev and ino were equal.
13419         * lib/hash-triple.c: Install <string.h>.
13420         (STREQ): Define.
13421         (triple_compare_ino_str): New function.
13422         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
13423
13424 2007-09-28  Eric Blake  <ebb9@byu.net>
13425
13426         Enforce that AC_REPLACE_FUNCS files exist.
13427         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
13428         override check for typos.
13429
13430         Fix test-closein on Solaris 10.
13431         * tests/test-closein.c (main): Don't assume stdin can be inherited
13432         closed on all systems.
13433         * tests/test-closein.sh: Likewise.
13434         Reported by Piotr Tarnowski.
13435
13436 2007-09-28  Jim Meyering  <jim@meyering.net>
13437
13438         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
13439
13440 2007-09-27  Jim Meyering  <jim@meyering.net>
13441
13442         canonicalize: Avoid a false-positive cycle failure.
13443         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
13444         Sort.  Remove cycle-check.
13445         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
13446         not cycle-check.h.
13447         (seen_triple): New function.
13448         (canonicalize_filename_mode): Use it instead of cycle-check.
13449         * tests/test-canonicalize.c: Add a test for this bug.
13450         * tests/test-canonicalize.sh: Set up and run the test.
13451
13452         New module, file-set, from coreutils.
13453         * modules/file-set: Define it.
13454         * lib/file-set.c, lib/file-set.h: Implement.
13455
13456         New module, hash-triple, from coreutils.
13457         * modules/hash-triple: Define it.
13458         * lib/hash-triple.c, lib/hash-triple.h: Implement.
13459
13460 2007-09-25  Eric Blake  <ebb9@byu.net>
13461
13462         Fix strerror on Interix.
13463         * lib/string_.h (strerror): Declare replacement.
13464         * doc/functions/strerror.texi (strerror): Document the Interix
13465         shortcoming.
13466         * modules/string (Makefile.am): Support new hooks.
13467         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
13468         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
13469         gl_FUNC_STRERROR_SEPARATE.
13470         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
13471         * lib/strerror.c (rpl_strerror): Provide replacement.
13472         * modules/strerror (Depends-on): Add string.
13473         (configure.ac): Detect use of module.
13474         * tests/test-strerror.c: New file.
13475         * modules/strerror-tests: New test module.
13476         * modules/argp (Depends-on): Add strerror.
13477         * modules/error (Depends-on): Likewise.
13478         Reported by Martin Koeppe.
13479
13480 2007-09-24  Bruno Haible  <bruno@clisp.org>
13481
13482         * README: Update git instructions.
13483
13484 2007-09-24  Eric Blake  <ebb9@byu.net>
13485
13486         Revert fpending breakage from 2007-09-08.
13487         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
13488         __fpending.c.
13489
13490 2007-09-24  Jim Meyering  <jim@meyering.net>
13491
13492         filenamecat.c: Add a test.
13493         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
13494         showing how the function works when DIR is the empty string.
13495
13496 2007-09-21  Simon Josefsson  <simon@josefsson.org>
13497
13498         * tests/test-canonicalize.sh: Turn on executable bit.
13499
13500 2007-09-19  Eric Blake  <ebb9@byu.net>
13501
13502         * README: Update CVS instructions.
13503
13504 2007-09-18  Bruno Haible  <bruno@clisp.org>
13505
13506         * modules/areadlink: New file.
13507         * lib/areadlink.h (areadlink): New declaration.
13508         * lib/areadlink.c: New file, based on lib/xreadlink.c.
13509
13510 2007-09-17  Jim Meyering  <jim@meyering.net>
13511
13512         * lib/savewd.c (ESTALE) [!defined]: Define.
13513         Reported to be required on Interix by Martin Koeppe.
13514
13515 2007-09-17  Bruno Haible  <bruno@clisp.org>
13516
13517         * gnulib-tool (func_version): Use $version.
13518
13519 2007-09-16  Bruno Haible  <bruno@clisp.org>
13520
13521         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
13522         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
13523         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
13524         Reported by Greg Schafer <gschafer@zip.com.au>.
13525
13526 2007-09-15  Bruno Haible  <bruno@clisp.org>
13527
13528         * gnulib-tool (sed): Try a little harder to make bash understand the
13529         alias.
13530         Reported by Bruce Korb <bruce.korb@gmail.com>.
13531
13532 2007-09-13  Eric Blake  <ebb9@byu.net>
13533
13534         * ChangeLog: Remove conflict markers.
13535
13536 2007-09-13  Simon Josefsson  <simon@josefsson.org>
13537
13538         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
13539         Reported by Bruno Haible <bruno@clisp.org>.
13540
13541 2007-09-12  Bruno Haible  <bruno@clisp.org>
13542
13543         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
13544         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
13545         is not defined.
13546
13547 2007-09-12  Eric Blake  <ebb9@byu.net>
13548
13549         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
13550         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
13551         Autoconf definition.
13552         * modules/euidaccess (Depends-on): Add extensions, for
13553         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
13554         * modules/fnmatch (Depends-on): Likewise.
13555         * modules/getaddrinfo (Depends-on): Likewise.
13556         * modules/getdelim (Depends-on): Likewise.
13557         * modules/getline (Depends-on): Likewise.
13558         * modules/getsubopt (Depends-on): Likewise.
13559         * modules/gettext (Depends-on): Likewise.
13560         * modules/group-member (Depends-on): Likewise.
13561         * modules/mbchar (Depends-on): Likewise.
13562         * modules/memmem (Depends-on): Likewise.
13563         * modules/mempcpy (Depends-on): Likewise.
13564         * modules/memrchr (Depends-on): Likewise.
13565         * modules/pagealign_alloc (Depends-on): Likewise.
13566         * modules/readutmp (Depends-on): Likewise.
13567         * modules/stpcpy (Depends-on): Likewise.
13568         * modules/stpncpy (Depends-on): Likewise.
13569         * modules/strchrnul (Depends-on): Likewise.
13570         * modules/strndup (Depends-on): Likewise.
13571         * modules/strsep (Depends-on): Likewise.
13572         * modules/strverscmp (Depends-on): Likewise.
13573         * modules/vasprintf (Depends-on): Likewise.
13574         * modules/wcwidth (Depends-on): Likewise.
13575         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
13576         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
13577         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
13578         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
13579         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13580         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13581         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
13582         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13583         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
13584         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
13585         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
13586         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
13587         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
13588         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
13589         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
13590         * m4/readutmp.m4 (gl_READUTMP): Likewise.
13591         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13592         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
13593         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13594         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
13595         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
13596         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
13597         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
13598         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
13599         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
13600         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13601         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
13602         so that lock.m4 can be used in gettext without extensions module.
13603
13604 2007-09-11  Bruno Haible  <bruno@clisp.org>
13605
13606         * m4/isc-posix.m4: Remove file.
13607         Suggested by Eric Blake.
13608
13609 2007-09-11  Eric Blake  <ebb9@byu.net>
13610
13611         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
13612
13613 2007-09-10  Bruno Haible  <bruno@clisp.org>
13614
13615         * posix-modules: Fix typo in error message.
13616         Reported by Matt <mkraai@beckman.com>.
13617
13618 2007-09-09  Bruno Haible  <bruno@clisp.org>
13619
13620         * doc/functions/getdelim.texi: Update list of platforms lacking the
13621         function.
13622         * doc/functions/getline.texi: Likewise.
13623
13624 2007-09-09  Jim Meyering  <jim@meyering.net>
13625
13626         * lib/hash.c (hash_initialize): Detect calloc failure.
13627         Reported by Bruno Haible.
13628
13629 2007-09-09  Bruno Haible  <bruno@clisp.org>
13630
13631         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
13632         malloc or realloc fails.
13633
13634 2007-09-09  Bruno Haible  <bruno@clisp.org>
13635
13636         * modules/getcwd (Depends-on): Add malloc-posix.
13637         * modules/glob (Depends-on): Likewise.
13638         * modules/putenv (Depends-on): Likewise.
13639         * modules/strdup (Depends-on): Likewise.
13640         * modules/getdelim (Depends-on): Add realloc-posix.
13641         * modules/read-file (Depends-on): Likewise.
13642
13643 2007-09-09  Bruno Haible  <bruno@clisp.org>
13644
13645         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
13646         (gl_FUNC_MALLOC_POSIX): Require it.
13647         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
13648         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
13649         * modules/realloc (Files): Add m4/malloc.m4.
13650         * modules/calloc (Files): Likewise.
13651
13652 2007-09-09  Bruno Haible  <bruno@clisp.org>
13653
13654         * modules/malloc-posix: New file.
13655         * modules/malloc (Depends-on): Add malloc-posix.
13656         * lib/malloc.c: Include errno.h.
13657         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
13658         and a POSIX-compatible malloc into a single function. Set ENOMEM
13659         when returning NULL.
13660         * m4/malloc.m4: New file.
13661         * doc/functions/malloc.texi: Mention the malloc-posix module.
13662         * lib/stdlib_.h (malloc): New declaration.
13663         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13664         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
13665         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
13666         and HAVE_MALLOC_POSIX.
13667
13668 2007-09-09  Bruno Haible  <bruno@clisp.org>
13669
13670         * modules/realloc-posix: New file.
13671         * modules/realloc (Depends-on): Add realloc-posix.
13672         * lib/realloc.c: Include errno.h.
13673         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
13674         and a POSIX-compatible realloc into a single function. Set ENOMEM
13675         when returning NULL.
13676         * m4/realloc.m4: New file.
13677         * doc/functions/realloc.texi: Mention the realloc-posix module.
13678         * lib/stdlib_.h (realloc): New declaration.
13679         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13680         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
13681         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
13682         and HAVE_REALLOC_POSIX.
13683
13684 2007-09-09  Bruno Haible  <bruno@clisp.org>
13685
13686         * modules/calloc-posix: New file.
13687         * modules/calloc (Depends-on): Add calloc-posix.
13688         * lib/calloc.c: Include errno.h.
13689         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
13690         and a POSIX-compatible calloc into a single function. Set ENOMEM
13691         when returning NULL.
13692         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
13693         * doc/functions/calloc.texi: Mention the calloc-posix module.
13694         * lib/stdlib_.h (calloc): New declaration.
13695         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
13696         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
13697         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
13698         and HAVE_CALLOC_POSIX.
13699
13700 2007-09-09  Bruno Haible  <bruno@clisp.org>
13701
13702         Allow for modules to show an arbitrary notice.
13703         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
13704         * gnulib-tool: New option --extract-notice.
13705         (func_usage): Document it.
13706         (sed_extract_prog): Update.
13707         (func_get_notice): New function.
13708         (func_modules_notice): New function.
13709         (func_import, func_create_testdir): Invoke it.
13710         Suggested by Jim Meyering.
13711
13712 2007-09-09  Bruno Haible  <bruno@clisp.org>
13713
13714         * gnulib-tool: New options --verbose, --quiet.
13715         (func_usage): Document them.
13716         (verbose): New variable.
13717         (func_execute_command): New function.
13718         (func_import): Don't show the module list and the file list if
13719         $verbose < 0.
13720         (func_create_testdir): Likewise. Use func_execute_command.
13721         (func_create_megatestdir): Use func_execute_command.
13722
13723 2007-09-08  Bruno Haible  <bruno@clisp.org>
13724
13725         * gnulib-tool (func_import): Prefer rsync over wget when available,
13726         for fetching the PO files.
13727
13728 2007-09-08  Bruno Haible  <bruno@clisp.org>
13729
13730         * posix-modules: New file. Portions copied from gnulib-tool.
13731         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13732
13733 2007-09-08  Jim Meyering  <jim@meyering.net>
13734
13735         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13736         * lib/fpending.h: Rename from __fpending.h.
13737         * lib/fpending.c: Rename from __fpending.c.
13738         Include "fpending.h", not "__fpending.h".
13739         * lib/__fpending.h, lib/__fpending.c: Remove files.
13740         * modules/fpending (Files): Reflect new file names.
13741         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13742
13743 2007-09-08  Bruno Haible  <bruno@clisp.org>
13744
13745         * m4/inttypes-h.m4: Remove stub file.
13746
13747 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13748
13749         * doc/headers/stdint.texi: Discuss #include_next issue.
13750
13751 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13754
13755 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13756
13757         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13758         in variable name.
13759
13760 2007-09-03  Jim Meyering  <jim@meyering.net>
13761
13762         New module: git-version-gen.
13763         * modules/git-version-gen: New file.
13764
13765         Import changes from coreutils for bootstrap script.
13766
13767         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
13768
13769         bootstrap: uses rsync to download the .po files
13770         * build-aux/bootstrap (po_download_command_format): New global.
13771         (download_po_files): Use rsync.
13772         (update_po_files): Don't remove .po files after download,
13773         so future rsync runs can take advantage of the copies.
13774
13775         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
13776
13777         Solve the unnecessary-.po-file-regeneration problem once and for all.
13778         * build-aux/bootstrap (download_po_files): New function, renamed from
13779         get_translations.  Now, downloads, but doesn't update LINGUAS.
13780         (update_po_files): New function.
13781
13782         bootstrap: Ignore more.
13783         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
13784         uniwidth to e.g., lib/.gitignore.
13785         (slurp): Handle the sys_stat_.h -> sys mapping, too.
13786
13787         * build-aux/bootstrap: New setting: vc_ignore.
13788         (insert_sorted_if_absent): Create $file if absent.
13789         Adapt to new, possibly empty, list: $vc_ignore.
13790
13791         bootstrap: generate more ignorable names
13792         * build-aux/bootstrap (slurp): When generating ignorable names,
13793         also map .sin to .sed, .gperf to .c, and .y to .c.
13794
13795 2007-09-03  Jim Meyering  <jim@meyering.net>
13796
13797         * build-aux/git-version-gen: New file, from coreutils.  For details, see
13798         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
13799
13800 2007-09-02  Bruno Haible  <bruno@clisp.org>
13801
13802         Fix mis-recognition of 'mcs' on QNX 6.
13803         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
13804         output contains the string "Mono".
13805         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
13806         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
13807
13808 2007-09-01  Bruno Haible  <bruno@clisp.org>
13809
13810         Fix collision between uniwidth/* and linebreak modules.
13811         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
13812         u32_width): Remove declarations.
13813         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
13814         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
13815         streq3, streq2, streq1, streq0): Remove functions.
13816         (STREQ): Remove macro.
13817         (is_cjk_encoding): Remove function.
13818         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
13819         (uc_width, u8_width, u16_width, u32_width): Remove functions.
13820         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
13821         * NEWS: Document the change.
13822
13823 2007-09-01  Bruno Haible  <bruno@clisp.org>
13824
13825         * lib/streq.h: Add double-inclusion guard.
13826
13827 2007-09-01  Karl Berry  <karl@gnu.org>
13828
13829         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
13830
13831 2007-08-28  Jim Meyering  <jim@meyering.net>
13832
13833         Rename mreadlink_with_size to areadlink_with_size.
13834         * NEWS: Document the change.
13835         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
13836         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
13837         * lib/mreadlink.h: Rename this to...
13838         * lib/areadlink.h: ...this.
13839         * modules/mreadlink-with-size: Rename this to...
13840         * modules/areadlink-with-size: ...this.
13841         * lib/canonicalize.c: Reflect the renaming.
13842         * modules/canonicalize: Likewise.
13843
13844 2007-08-26  Bruno Haible  <bruno@clisp.org>
13845
13846         * gnulib-tool (func_import): When deciding which files to remove,
13847         consider also dangling symbolic links.
13848         Reported by Eric Blake.
13849
13850 2007-08-26  Bruno Haible  <bruno@clisp.org>
13851
13852         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
13853
13854 2007-08-23  Simon Josefsson  <simon@josefsson.org>
13855
13856         * lib/readline.c: Don't include getline.h, the prototype is now
13857         found in stdio.h.
13858
13859 2007-08-23  Jim Meyering  <jim@meyering.net>
13860
13861         Getdelim touchup.
13862         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
13863         around the funlockfile call, since funlockfile never sets errno.
13864         Don't set errno upon failed realloc.
13865
13866 2007-08-22  Eric Blake  <ebb9@byu.net>
13867
13868         Getline touchups.
13869         * lib/getdelim.c (getdelim): Revert regression that required *n to
13870         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
13871         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
13872         getdelim, rather than whether implementation is missing.
13873         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
13874         * lib/stdio_.h (getline): Also declare if replacement is
13875         required.
13876         * doc/functions/getdelim.texi: New file.
13877         * doc/functions/getline.texi: Likewise.
13878         * doc/gnulib.texi (Function Substitutes): Add new files.
13879         Reported by Bruno Haible.
13880
13881 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
13882
13883         * users.txt: Add Guile.
13884
13885 2007-08-22  Eric Blake  <ebb9@byu.net>
13886
13887         * tests/test-getdelim.c (main): Use remove, not unlink.
13888         * tests/test-getline.c (main): Likewise.
13889
13890         Move getline and getdelim into stdio.h, per POSIX 200x.
13891         * modules/getline (Files): Remove getline.h.
13892         (Depends-on): Add stdio.
13893         (configure.ac): Add module indicator.
13894         * modules/getdelim (Files): Remove getdelim.h.
13895         (Depends-on): Add stdio.
13896         (configure.ac): Add module indicator.
13897         * modules/stdio (Makefile.am): Work with new indicators.
13898         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
13899         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
13900         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13901         * lib/getdelim.h: Delete.
13902         * lib/getline.h: Delete.
13903         * lib/stdio_.h (getdelim, getline): Declare.
13904         * modules/getdelim-tests: New module.
13905         * modules/getline-tests: Likewise.
13906         * tests/test-getdelim.c: New file.
13907         * tests/test-getline.c: Likewise.
13908         * NEWS: Document the change.
13909         * lib/getline.c: Update choice of header.
13910         * lib/csharpcomp.c: Likewise.
13911         * lib/getpass.c: Likewise.
13912         * lib/javacomp.c: Likewise.
13913         * lib/javaversion.c: Likewise.
13914         * lib/yesno.c: Likewise.
13915         * lib/getdelim.c: Likewise.
13916         (getdelim): Set errno on failure, and avoid memory leak.
13917
13918 2007-08-19  Bruno Haible  <bruno@clisp.org>
13919
13920         * modules/closein (Depends-on): Add freadahead.
13921         * lib/closein.c: Include freadahead.h.
13922         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
13923         is zero.
13924
13925 2007-08-19  Bruno Haible  <bruno@clisp.org>
13926
13927         * modules/freadahead-tests: New file.
13928         * tests/test-freadahead.sh: New file.
13929         * tests/test-freadahead.c: New file.
13930
13931         * modules/freadahead: New file.
13932         * lib/freadahead.h: New file.
13933         * lib/freadahead.c: New file.
13934         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
13935         fbufmode, fpurge, freadable, fwritable.
13936
13937 2007-08-19  Eric Blake  <ebb9@byu.net>
13938
13939         Test yesno in combination with closein.
13940         * lib/yesno.c (yesno): Document use of stdin.
13941         * modules/yesno-tests (Files): New module.
13942         * tests/test-yesno.c (main): New file.
13943         * tests/test-yesno.sh: Likewise.
13944
13945 2007-08-19  Bruno Haible  <bruno@clisp.org>
13946
13947         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13948         * lib/fseeko.c (rpl_fseeko): Likewise.
13949         * lib/fseterr.c (fseterr): Likewise.
13950
13951 2007-08-19  Bruno Haible  <bruno@clisp.org>
13952
13953         * tests/test-lseek.c (main): Disable a test for BeOS.
13954         * doc/functions/lseek.texi: Document the BeOS bug.
13955
13956 2007-08-19  Bruno Haible  <bruno@clisp.org>
13957             Eric Blake  <ebb9@byu.net>
13958
13959         * lib/lseek.c: Include <sys/stat.h>.
13960         (rpl_lseek): Add workaround code also for Unix platforms.
13961         Needed for BeOS.
13962         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13963         * doc/functions/lseek.texi: Document BeOS definiency.
13964
13965 2007-08-18  Bruno Haible  <bruno@clisp.org>
13966
13967         * modules/fstrcmp-tests: New file.
13968         * tests/test-fstrcmp.c: New file.
13969
13970 2007-08-18  Bruno Haible  <bruno@clisp.org>
13971
13972         * modules/fstrcmp: New file, from GNU gettext with modifications.
13973         * lib/fstrcmp.h: New file, from GNU gettext.
13974         * lib/fstrcmp.c: New file, from GNU gettext.
13975         * MODULES.html.sh (String handling): Add fstrcmp.
13976
13977 2007-08-18  Bruno Haible  <bruno@clisp.org>
13978
13979         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13980         'bool'.
13981         (diag, compareseq): Remove const from the ctxt argument.
13982         (USE_HEURISTIC): Undefine at the end.
13983
13984 2007-08-18  Jim Meyering  <jim@meyering.net>
13985
13986         New file: lib/idcache.h
13987         * NEWS: Mention the addition.
13988         * modules/idcache (Files): Add lib/idcache.h
13989         * lib/idcache.c: Include "idcache.h".
13990         Don't include <sys/types.h>.
13991         Add a FIXME comment.
13992         Move file-scoped "static" declarations to the top.
13993         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13994
13995 2007-08-17  Bruno Haible  <bruno@clisp.org>
13996         and Paul Eggert  <eggert@cs.ucla.edu>
13997
13998         * MODULES.html.sh: Add diffseq.
13999         * modules/diffseq: New file.
14000         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
14001         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
14002
14003 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         Import changes from coreutils for bootstrap script.
14006
14007         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
14008
14009         * build-aux/bootstrap (slurp): Work even in environments where
14010         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
14011         current code does not slurp files whose names start with ".", and
14012         this looks like it might be a troublesome area.
14013
14014         2007-07-11  Jim Meyering  <jim@meyering.net>
14015
14016         If there's a GPL vN copyright comment, require that N == 3.
14017
14018         2007-07-08  Jim Meyering  <jim@meyering.net>
14019
14020         Run the coreutils-specific code only if tests/Makefile.am.in exists.
14021         * build-aux/bootstrap (mam_template): Move definition out of loop.
14022
14023         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
14024
14025         * build-aux/bootstrap (symlink_to_dir): Rename function from
14026         symlink_to_gnulib.  Add a directory parameter.  Update all
14027         callers.
14028         (cp_mark_as_generated): Also check for -- and link to -- files in
14029         gl/.
14030
14031         2007-07-08  Jim Meyering  <jim@meyering.net>
14032
14033         Adapt to deeper hierarchy in gnulib.
14034         * build-aux/bootstrap (symlink_to_dir): If the destination
14035         directory doesn't exist, create it. This is required at least for
14036         "lib/uniwidth/cjk.h".
14037
14038         2007-05-15  Jim Meyering  <jim@meyering.net>
14039
14040         * build-aux/bootstrap: Now that generated Makefile.am files
14041         are no longer under version control, they must be created at
14042         bootstrap time.
14043
14044 2007-08-14  Ben Pfaff  <blp@gnu.org>
14045
14046         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
14047
14048 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
14049
14050         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
14051         given the changes below.
14052         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
14053         even on hosts that have padding bits beyond the supported 64.
14054
14055 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
14056
14057         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
14058         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
14059         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
14060         depends on it.
14061         (xstrtol_error): Remove.
14062         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
14063         but with a different signature.
14064         (ATTRIBUTE_NORETURN, __attribute__): New macros.
14065         * lib/xstrtol-error.c: Include exitfail.h.
14066         (xstrtol_fatal): New function, with a different signature from the
14067         old xstrtol_error, so that the caller need not worry about passing
14068         in an exit status, or about storage management of the option argument.
14069         (xstrtol_error): Now a static function.  Redo signature to
14070         implement xstrtol_fatal.  Output the correct number of hyphens in
14071         front of the option so that the caller need not worry about
14072         storage management.
14073         (N_): New macro.
14074         (_): Remove; not used now.
14075         * modules/xstrtol: Depend on getopt.
14076         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
14077         of old STRTOL_FATAL_ERROR macro.
14078         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
14079         of test program.
14080         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
14081         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
14082
14083 2007-08-08  Eric Blake  <ebb9@byu.net>
14084
14085         * lib/xstrtol-error.c: Add missing include.
14086
14087         Move xstrtol messages into gnulib domain, when --pobase is used.
14088         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
14089         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
14090         * modules/xstrtol (Files): Distribute new file.
14091         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
14092         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
14093         * tests/test-xstrtol.c: ...into new file.
14094         * tests/test-xstrtoul.c: Also test xstrtoul.
14095         * tests/test-xstrtoimax.c: Also test xstrtoimax.
14096         * tests/test-xstrtoumax.c: Also test xstrtoumax.
14097         * tests/test-xstrtol.sh: Drive the tests.
14098         * tests/test-xstrtoimax.sh: Likewise.
14099         * tests/test-xstrtoumax.sh: Likewise.
14100         * modules/xstrtol-tests: New module.
14101         * modules/xstrtoimax-tests: Likewise.
14102         * modules/xstrtoumax-tests: Likewise.
14103
14104 2007-08-08  Jim Meyering  <jim@meyering.net>
14105
14106         New function: mfile_name_concat.
14107         * lib/filenamecat.c (mfile_name_concat): New function, just like
14108         file_name_concat, but return NULL upon failure rather than exiting
14109         with a diagnostic.
14110         * lib/filenamecat.h: Declare it.
14111
14112 2007-08-07  Bruno Haible  <bruno@clisp.org>
14113
14114         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
14115         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
14116         warning from gcc.
14117         Reported by Eric Blake.
14118
14119 2007-08-07  Simon Josefsson  <simon@josefsson.org>
14120
14121         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
14122         * modules/crypto/arcfour (License): Likewise.
14123         * modules/crypto/des-tests (License): Likewise.
14124         * modules/crypto/gc-arctwo-tests (License): Likewise.
14125         * modules/crypto/gc-des-tests (License): Likewise.
14126         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
14127         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
14128         * modules/crypto/gc-md2-tests (License): Likewise.
14129         * modules/crypto/gc-md4-tests (License): Likewise.
14130         * modules/crypto/gc-md5-tests (License): Likewise.
14131         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
14132         * modules/crypto/gc-rijndael-tests (License): Likewise.
14133         * modules/crypto/gc-sha1-tests (License): Likewise.
14134         * modules/crypto/gc-tests (License): Likewise.
14135         * modules/crypto/hmac-md5 (License): Likewise.
14136         * modules/crypto/hmac-sha1 (License): Likewise.
14137         * modules/crypto/md2-tests (License): Likewise.
14138         * modules/crypto/md4-tests (License): Likewise.
14139         * modules/crypto/md5 (License): Likewise.
14140         * modules/crypto/rijndael (License): Likewise.
14141         * modules/crypto/sha1 (License): Likewise.
14142         * modules/memxor (License): Likewise.
14143
14144 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14145         and Bruno Haible  <bruno@clisp.org>
14146
14147         * NEWS: Describe interface changes to human, xstrtol.
14148         * lib/human.h: Include <xstrtol.h>.
14149         (human_options): Return enum strtol_error, not int.  Remove
14150         bool arg; take int * instead.
14151         * lib/human.c: Don't include "gettext.h".
14152         (_): Remove; no longer used.
14153         Don't include <xstrtol.h>, since human.h does it.
14154         (human_options): Adjust to abovementioned interface changes.
14155         Do not report error to stderr; that's now the caller's
14156         responsibility.
14157         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
14158         interface change.
14159         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
14160         Str, Argument_type_string.  All uses changed.  Put " argument"
14161         in diagnostics to make them clearer.  Change wording of suffix
14162         message for clarity.
14163         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
14164         Argument_type_string.
14165         (STRTOL_FATAL_WARN): Remove; no longer used.
14166         * modules/human (Depends-on): Remove gettext-h.
14167
14168 2007-08-06  Simon Josefsson  <simon@josefsson.org>
14169
14170         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
14171
14172 2007-07-31  Bruno Haible  <bruno@clisp.org>
14173
14174         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
14175         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
14176         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
14177
14178 2007-07-31  Bruno Haible  <bruno@clisp.org>
14179
14180         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
14181         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
14182
14183 2007-07-30  Bruno Haible  <bruno@clisp.org>
14184
14185         * modules/base64 (License): Use the synonymous term "LGPLv2+".
14186         * modules/c-ctype (License): Likewise.
14187         * modules/c-strcase (License): Likewise.
14188         * modules/check-version (License): Likewise.
14189         * modules/iconv (License): Likewise.
14190         * modules/iconv_open (License): Likewise.
14191         * modules/read-file (License): Likewise.
14192         * modules/striconv (License): Likewise.
14193         * modules/strverscmp (License): Likewise.
14194         * modules/vasprintf (License): Likewise.
14195         * modules/crypto/des (License): Likewise.
14196         * modules/crypto/gc (License): Likewise.
14197         * modules/crypto/gc-arcfour (License): Likewise.
14198         * modules/crypto/gc-arctwo (License): Likewise.
14199         * modules/crypto/gc-des (License): Likewise.
14200         * modules/crypto/gc-hmac-md5 (License): Likewise.
14201         * modules/crypto/gc-hmac-sha1 (License): Likewise.
14202         * modules/crypto/gc-md2 (License): Likewise.
14203         * modules/crypto/gc-md4 (License): Likewise.
14204         * modules/crypto/gc-md5 (License): Likewise.
14205         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
14206         * modules/crypto/gc-random (License): Likewise.
14207         * modules/crypto/gc-rijndael (License): Likewise.
14208         * modules/crypto/gc-sha1 (License): Likewise.
14209         * modules/crypto/md2 (License): Likewise.
14210         * modules/crypto/md4 (License): Likewise.
14211
14212 2007-07-30  Jim Meyering  <jim@meyering.net>
14213
14214         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
14215         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
14216         it has valid stat data.  This bug would cause du not to count the
14217         sizes of inaccessible directories.
14218         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
14219         in <http://bugzilla.redhat.com/250077>.
14220
14221 2007-07-25  Peter O'Gorman  <peter@pogma.com>
14222             Bruno Haible  <bruno@clisp.org>
14223
14224         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
14225         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
14226         #include_next, gives a diagnostic about it, but reports no error in
14227         the exit code.
14228         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
14229
14230 2007-07-24  Ben Pfaff  <blp@gnu.org>
14231
14232         Improve name: "count-one-bits" is better than "popcount".
14233         * MODULES.html.sh: Update name.
14234         * lib/popcount.h: Renamed lib/count-one-bits.h.
14235         (popcount): Renamed count_one_bits.
14236         (popcountl): Renamed count_one_bits_l.
14237         (popcountll): Renamed count_one_bits_ll.
14238         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
14239         * modules/popcount: Renamed module/count-one-bits.
14240         * modules/popcount-tests: Renamed module/count-one-bits-tests.
14241         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
14242
14243 2007-07-23  Ben Pfaff  <blp@gnu.org>
14244
14245         * lib/popcount.h (popcount32): Reduce size of constants, to allow
14246         better code generation, and add U to large constants to avoid
14247         warnings, in non-GCC case.
14248         Suggested by Bruno Haible.
14249
14250 2007-07-23  Ben Pfaff  <blp@gnu.org>
14251
14252         * lib/popcount.h: Use verify_true instead of if...abort.
14253         * modules/popcount: Depend on verify module.
14254         Suggested by Jim Meyering.
14255
14256 2007-07-23  Bruno Haible  <bruno@clisp.org>
14257
14258         * gnulib-tool (func_import): Create a .cvsignore file also when the
14259         directory is not yet in CVS but the toplevel directory is. When
14260         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
14261         Reported by Karl Berry.
14262
14263 2007-07-22  Ben Pfaff  <blp@gnu.org>
14264
14265         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
14266         case.
14267         Suggested by Eric Blake.
14268
14269 2007-07-22  Ben Pfaff  <blp@gnu.org>
14270
14271         New module: popcount.
14272         * MODULES.html.sh: Add popcount.
14273         * modules/popcount: New file.
14274         * modules/popcount-tests: New file.
14275         * tests/test-popcount.c: New file.
14276         * lib/popcount.h: New file.
14277         * m4/popcount.m4: New file.
14278
14279 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
14280
14281         * build-aux/announce-gen: Update to GPLv3.
14282
14283         * build-aux/config.guess: Update from config.
14284
14285 2007-07-21  Bruno Haible  <bruno@clisp.org>
14286
14287         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
14288         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
14289
14290 2007-07-20  Jim Meyering  <jim@meyering.net>
14291
14292         * check-module: Diagnose a self-dependency.
14293
14294 2007-07-19  Bruno Haible  <bruno@clisp.org>
14295
14296         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
14297         empty.
14298         Reported by Eric Blake.
14299
14300 2007-07-18  Bruno Haible  <bruno@clisp.org>
14301
14302         * gnulib-tool: New options --po-base, --po-domain.
14303         (func_usage): Document them.
14304         (pobase, po_domain): New variables.
14305         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
14306         DEFAULT_TEXT_DOMAIN.
14307         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
14308         (func_import): Consider pobase and po_domain. Create a po/ directory.
14309         (func_create_testdir): Set pobase and po_domain to empty.
14310         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
14311         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
14312
14313 2007-07-18  Bruno Haible  <bruno@clisp.org>
14314
14315         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14316         EXTRA_DIST augmentation for files in build-aux/.
14317
14318 2007-07-16  Bruno Haible  <bruno@clisp.org>
14319
14320         * modules/lseek (License): Use the synonymous term "LGPLv2+".
14321         * modules/getdelim (License): Likewise.
14322
14323 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14324
14325         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
14326         * modules/d-type (License): Likewise.
14327         * modules/extensions (License): Likewise.
14328         * modules/fnmatch (License): Likewise.
14329         * modules/fseeko (License): Likewise.
14330         * modules/getaddrinfo (License): Likewise.
14331         * modules/getline (License): Likewise.
14332         * modules/getlogin_r (License): Likewise.
14333         * modules/getpass (License): Likewise.
14334         * modules/gettimeofday (License): Likewise.
14335         * modules/glob (License): Likewise.
14336         * modules/inet_ntop (License): Likewise.
14337         * modules/malloc (License): Likewise.
14338         * modules/malloca (License): Likewise.
14339         * modules/memmem (License): Likewise.
14340         * modules/mempcpy (License): Likewise.
14341         * modules/memset (License): Likewise.
14342         * modules/minmax (License): Likewise.
14343         * modules/mktime (License): Likewise.
14344         * modules/netinet_in (License): Likewise.
14345         * modules/pathmax (License): Likewise.
14346         * modules/poll (License): Likewise.
14347         * modules/regex (License): Likewise.
14348         * modules/snprintf (License): Likewise.
14349         * modules/stdbool (License): Likewise.
14350         * modules/stdint (License): Likewise.
14351         * modules/stdio (License): Likewise.
14352         * modules/strcase (License): Likewise.
14353         * modules/strcasestr (License): Likewise.
14354         * modules/strdup (License): Likewise.
14355         * modules/string (License): Likewise.
14356         * modules/strndup (License): Likewise.
14357         * modules/strnlen (License): Likewise.
14358         * modules/strpbrk (License): Likewise.
14359         * modules/strptime (License): Likewise.
14360         * modules/strsep (License): Likewise.
14361         * modules/sys_select (License): Likewise.
14362         * modules/sys_socket (License): Likewise.
14363         * modules/sys_stat (License): Likewise.
14364         * modules/sys_time (License): Likewise.
14365         * modules/time (License): Likewise.
14366         * modules/time_r (License): Likewise.
14367         * modules/timegm (License): Likewise.
14368         * modules/unistd (License): Likewise.
14369         * modules/vsnprintf (License): Likewise.
14370         * modules/wctype (License): Likewise.
14371
14372 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14373
14374         * modules/argz (License): LGPLv2+.
14375
14376 2007-07-15  Karl Berry  <karl@gnu.org>
14377
14378         * doc/gnulib.texi: revise node structure per new fdl.texi.
14379
14380 2007-07-14  Bruno Haible  <bruno@clisp.org>
14381
14382         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
14383         the output file.
14384         * lib/uniname/uninames.h: Regenerated.
14385
14386 2007-07-14  Karl Berry  <karl@gnu.org>
14387
14388         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
14389         omitting sectioning and index commands.
14390
14391 2007-07-13  Bruno Haible  <bruno@clisp.org>
14392
14393         New gnulib-tool option --more-symlinks.
14394         * gnulib-tool (func_usage): Document --more-symlinks.
14395         (do_copyrights): New variable.
14396         Recognize option --more-symlinks.
14397         (func_import): Don't add a copyright notice transform to
14398         sed_transform_lib_file if do_copyrights is empty.
14399
14400 2007-07-13  Bruno Haible  <bruno@clisp.org>
14401
14402         * lib/vasnprintf.c (decimal_point_char): Define also if
14403         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
14404         && !NEED_PRINTF_DIRECTIVE_A.
14405         Reported by Clemens Koller <clemens.koller@anagramm.de> via
14406         Gary V. Vaughan <gary@gnu.org>.
14407
14408 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
14409
14410         * lib/inttypes_.h: Undo previous change, since it was fixed
14411         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
14412
14413 2007-07-13  Bruno Haible  <bruno@clisp.org>
14414
14415         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
14416         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
14417
14418 2007-07-13  Jim Meyering  <jim@meyering.net>
14419
14420         df: Don't fail for Tru64's "file-on-file mount".
14421         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
14422         so we fall through and use statfs instead.  Details here:
14423         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
14424         Reported by Albert Chin.
14425
14426 2007-07-13  Bruno Haible  <bruno@clisp.org>
14427
14428         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
14429         * modules/configmake (License): Likewise.
14430         * modules/gettext (License): Likewise.
14431         * modules/gettext-h (License): Likewise.
14432         * modules/include_next (License): Likewise.
14433         * modules/link-warning (License): Likewise.
14434         * modules/localcharset (License): Likewise.
14435         * modules/localename (License): Likewise.
14436         * modules/lock (License): Likewise.
14437         * modules/relocatable-lib-lgpl (License): Likewise.
14438         * modules/size_max (License): Likewise.
14439         * modules/vasnprintf (License): Likewise.
14440         * modules/wchar (License): Likewise.
14441         * modules/xsize (License): Likewise.
14442
14443 2007-07-13  Bruno Haible  <bruno@clisp.org>
14444
14445         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
14446         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
14447
14448 2007-07-12  Bruno Haible  <bruno@clisp.org>
14449
14450         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
14451         in the modules files.
14452
14453 2007-07-11  Karl Berry  <karl@gnu.org>
14454
14455         * MODULES.html.sh (func_module): use
14456          sed -e '\|^'"${includefile}"'$|d'
14457          instead of /.../d, to avoid errors on $includefile's containing /.
14458
14459 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14460
14461         * gnulib-tool (func_import): Avoid duplication of --avoid
14462         statements
14463         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
14464         names to `_' in variable names.
14465
14466 2007-07-10  Eric Blake  <ebb9@byu.net>
14467
14468         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
14469         * NEWS: Document this change.
14470
14471 2007-07-08  Bruno Haible  <bruno@clisp.org>
14472
14473         Update to Unicode 5.0.
14474         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
14475         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
14476         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
14477         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
14478         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
14479         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
14480         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
14481         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
14482         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
14483         U+10A3F, U+1D242..U+1D244.
14484         (nonspacing_table_ind): Update.
14485         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
14486         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
14487
14488 2007-07-08  Bruno Haible  <bruno@clisp.org>
14489
14490         Update to Unicode 5.0.
14491         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
14492         code transform. Extend the name index field of unicode_name_to_code and
14493         unicode_code_to_name from 16 to 24 bits.
14494         * lib/uniname/uniname.c (unicode_character_name,
14495         unicode_name_character): Add the range 0x12xxx to the code transform.
14496         * lib/uniname/uninames.h: Regenerated.
14497         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
14498
14499 2007-07-07  Bruno Haible  <bruno@clisp.org>
14500
14501         * modules/wcwidth-tests: New file.
14502         * tests/test-wcwidth.c: New file.
14503
14504         Work around MacOS X wcwidth() bug.
14505         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
14506         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
14507         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
14508         original wcwidth in non-UTF-8 locales.
14509         * modules/wcwidth (Depends-on): Add localcharset, streq,
14510         uniwidth/width.
14511         * doc/functions/wcwidth.texi: Update.
14512
14513 2007-07-07  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
14516         (wcwidth): New declaration.
14517         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
14518         macros.
14519         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
14520         here. Prepare for creating <wchar.h> unconditionally.
14521         * modules/wchar (Depends-on): Add link-warning.
14522         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
14523         REPLACE_WCWIDTH, and GL_LINK_WARNING.
14524         * lib/wcwidth.h: Remove file.
14525         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
14526         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
14527         * modules/wcwidth (Files): Remove lib/wcwidth.h.
14528         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
14529         (Include): Replace wcwidth.h with <wchar.h>.
14530         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
14531         * lib/mbchar.h: Don't include wcwidth.h.
14532         * lib/mbswidth.c: Likewise.
14533         * NEWS: Mention the change.
14534
14535 2007-07-07  Bruno Haible  <bruno@clisp.org>
14536
14537         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
14538         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
14539         definition with an external declaration.
14540         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
14541         defined as a function. Remove AC_C_INLINE requirement.
14542         * modules/wcwidth (Files): Add lib/wcwidth.c.
14543         (Makefile.am): Remove redundant statement.
14544
14545 2007-07-07  Bruno Haible  <bruno@clisp.org>
14546
14547         * MODULES.html.sh (Unicode string functions): Add the new modules.
14548
14549         * tests/uniwidth/test-u32-strwidth.c: New file.
14550         * modules/uniwidth/u32-strwidth-tests: New file.
14551
14552         * lib/uniwidth/u32-strwidth.c: New file.
14553         * modules/uniwidth/u32-strwidth: New file.
14554
14555         * tests/uniwidth/test-u16-strwidth.c: New file.
14556         * modules/uniwidth/u16-strwidth-tests: New file.
14557
14558         * lib/uniwidth/u16-strwidth.c: New file.
14559         * modules/uniwidth/u16-strwidth: New file.
14560
14561         * tests/uniwidth/test-u8-strwidth.c: New file.
14562         * modules/uniwidth/u8-strwidth-tests: New file.
14563
14564         * lib/uniwidth/u8-strwidth.c: New file.
14565         * modules/uniwidth/u8-strwidth: New file.
14566
14567         * tests/uniwidth/test-u32-width.c: New file.
14568         * modules/uniwidth/u32-width-tests: New file.
14569
14570         * lib/uniwidth/u32-width.c: New file.
14571         * modules/uniwidth/u32-width: New file.
14572
14573         * tests/uniwidth/test-u16-width.c: New file.
14574         * modules/uniwidth/u16-width-tests: New file.
14575
14576         * lib/uniwidth/u16-width.c: New file.
14577         * modules/uniwidth/u16-width: New file.
14578
14579         * tests/uniwidth/test-u8-width.c: New file.
14580         * modules/uniwidth/u8-width-tests: New file.
14581
14582         * lib/uniwidth/u8-width.c: New file.
14583         * modules/uniwidth/u8-width: New file.
14584
14585         * tests/uniwidth/test-uc_width.c: New file.
14586         * modules/uniwidth/width-tests: New file.
14587
14588         * lib/uniwidth/width.c: New file, from GNU libiconv.
14589         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
14590         * modules/uniwidth/width: New file.
14591
14592         * lib/uniwidth.h: New file, from GNU libiconv.
14593         * modules/uniwidth/base: New file.
14594
14595 2007-07-07  Bruno Haible  <bruno@clisp.org>
14596
14597         * lib/uniname.h: New file, from GNU gettext.
14598         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
14599         * lib/uniname/uninames.h: New file, from GNU gettext.
14600         * lib/uniname/uniname.c: New file, from GNU gettext.
14601         * tests/uniname/test-uninames.sh: New file.
14602         * tests/uniname/test-uninames.c: New file, from GNU gettext.
14603         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
14604         * modules/uniname/base: New file.
14605         * modules/uniname/uniname: New file.
14606         * modules/uniname/uniname-tests: New file.
14607         * MODULES.html.sh (Unicode string functions): Add the new modules.
14608
14609 2007-07-06  Bruno Haible  <bruno@clisp.org>
14610
14611         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
14612
14613 2007-07-06  Bruno Haible  <bruno@clisp.org>
14614
14615         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
14616         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
14617         includes <cygwin/sys_time.h> which includes <sys/select.h> which
14618         include <sys/time.h>.
14619         Reported by Eric Blake.
14620
14621 2007-07-06  Eric Blake  <ebb9@byu.net>
14622
14623         Fix testing canonicalize on cygwin.
14624         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14625         Revert patch from 2007-06-19.
14626         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
14627         canonicalize module is also in use.
14628         * tests/test-canonicalize.c: New file.
14629         * tests/test-canonicalize.sh: Likewise.
14630         * modules/canonicalize-tests: Likewise.
14631
14632 2007-07-06  Jim Meyering  <jim@meyering.net>
14633
14634         * lib/getugroups.c (getugroups): Detect getgrent failure.
14635         Adjust comment to reflect reality: this function may return -1.
14636
14637 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
14638
14639         * build-aux/bootstrap (TP_URL,get_translations): Update to use
14640         the new TP address.
14641         (usage): Fix typo
14642         (gnulib_mk): New variable.
14643
14644 2007-07-05  Jim Meyering  <jim@meyering.net>
14645
14646         Don't let endgrent clobber errno, no matter how improbable.
14647         * lib/getugroups.c (getugroups): Save and restore errno around
14648         endgrent call.
14649
14650         Close the group DB even when failing with 2^31 or more members.
14651         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
14652
14653 2007-07-04  Jim Meyering  <jim@meyering.net>
14654
14655         * lib/getugroups.h: New file.
14656         * lib/getugroups.c: Include "getugroups.h".
14657         Remove uses of "register" keyword.
14658         Move local variable, "cp", down into scope where used.
14659         Give "username" parameter the "const" attribute.
14660         * modules/getugroups (Files): Add lib/getugroups.h
14661
14662 2007-07-04  Karl Berry  <karl@gnu.org>
14663
14664         * MODULES.html.sh (func_all_modules): Complete rename of
14665         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
14666
14667 2007-07-02  Bruno Haible  <bruno@clisp.org>
14668
14669         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
14670         mode, when inttypes.h comes from gnulib.
14671         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
14672
14673 2007-07-02  Simon Josefsson  <simon@josefsson.org>
14674
14675         * NEWS: Mention lgpl module name change.
14676
14677         * modules/lgpl-2.1: Renamed from lgpl.
14678
14679         * NEWS: Mention gpl module name change.
14680
14681         * modules/gpl-3.0: New file, based on gpl-2.0.
14682
14683         * modules/gpl-2.0: Renamed from gpl.
14684
14685         * modules/gpl: Fix filename, doc/gpl.texi is now found at
14686         doc/gpl-2.0.texi.
14687
14688 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14689
14690         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
14691         #define __STDC_LIMIT_MACROS temporarily while including
14692         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
14693         Problem reported by Joel E. Denny in
14694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
14695
14696 2007-07-01  Bruno Haible  <bruno@clisp.org>
14697
14698         * lib/unistdio.h: New file.
14699         * lib/unistdio/u-asnprintf.h: New file.
14700         * lib/unistdio/u-asprintf.h: New file.
14701         * lib/unistdio/u-printf-args.c: New file.
14702         * lib/unistdio/u-printf-args.h: New file.
14703         * lib/unistdio/u-printf-parse.h: New file.
14704         * lib/unistdio/u-snprintf.h: New file.
14705         * lib/unistdio/u-sprintf.h: New file.
14706         * lib/unistdio/u-vasprintf.h: New file.
14707         * lib/unistdio/u-vsnprintf.h: New file.
14708         * lib/unistdio/u-vsprintf.h: New file.
14709         * lib/unistdio/ulc-asnprintf.c: New file.
14710         * lib/unistdio/ulc-asprintf.c: New file.
14711         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14712         * lib/unistdio/ulc-printf-parse.c: New file.
14713         * lib/unistdio/ulc-snprintf.c: New file.
14714         * lib/unistdio/ulc-sprintf.c: New file.
14715         * lib/unistdio/ulc-vasnprintf.c: New file.
14716         * lib/unistdio/ulc-vasprintf.c: New file.
14717         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14718         * lib/unistdio/ulc-vsnprintf.c: New file.
14719         * lib/unistdio/ulc-vsprintf.c: New file.
14720         * lib/unistdio/u8-asnprintf.c: New file.
14721         * lib/unistdio/u8-asprintf.c: New file.
14722         * lib/unistdio/u8-printf-parse.c: New file.
14723         * lib/unistdio/u8-snprintf.c: New file.
14724         * lib/unistdio/u8-sprintf.c: New file.
14725         * lib/unistdio/u8-vasnprintf.c: New file.
14726         * lib/unistdio/u8-vasprintf.c: New file.
14727         * lib/unistdio/u8-vsnprintf.c: New file.
14728         * lib/unistdio/u8-vsprintf.c: New file.
14729         * lib/unistdio/u8-u8-asnprintf.c: New file.
14730         * lib/unistdio/u8-u8-asprintf.c: New file.
14731         * lib/unistdio/u8-u8-snprintf.c: New file.
14732         * lib/unistdio/u8-u8-sprintf.c: New file.
14733         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14734         * lib/unistdio/u8-u8-vasprintf.c: New file.
14735         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14736         * lib/unistdio/u8-u8-vsprintf.c: New file.
14737         * lib/unistdio/u16-asnprintf.c: New file.
14738         * lib/unistdio/u16-asprintf.c: New file.
14739         * lib/unistdio/u16-printf-parse.c: New file.
14740         * lib/unistdio/u16-snprintf.c: New file.
14741         * lib/unistdio/u16-sprintf.c: New file.
14742         * lib/unistdio/u16-vasnprintf.c: New file.
14743         * lib/unistdio/u16-vasprintf.c: New file.
14744         * lib/unistdio/u16-vsnprintf.c: New file.
14745         * lib/unistdio/u16-vsprintf.c: New file.
14746         * lib/unistdio/u16-u16-asnprintf.c: New file.
14747         * lib/unistdio/u16-u16-asprintf.c: New file.
14748         * lib/unistdio/u16-u16-snprintf.c: New file.
14749         * lib/unistdio/u16-u16-sprintf.c: New file.
14750         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14751         * lib/unistdio/u16-u16-vasprintf.c: New file.
14752         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14753         * lib/unistdio/u16-u16-vsprintf.c: New file.
14754         * lib/unistdio/u32-asnprintf.c: New file.
14755         * lib/unistdio/u32-asprintf.c: New file.
14756         * lib/unistdio/u32-printf-parse.c: New file.
14757         * lib/unistdio/u32-snprintf.c: New file.
14758         * lib/unistdio/u32-sprintf.c: New file.
14759         * lib/unistdio/u32-vasnprintf.c: New file.
14760         * lib/unistdio/u32-vasprintf.c: New file.
14761         * lib/unistdio/u32-vsnprintf.c: New file.
14762         * lib/unistdio/u32-vsprintf.c: New file.
14763         * lib/unistdio/u32-u32-asnprintf.c: New file.
14764         * lib/unistdio/u32-u32-asprintf.c: New file.
14765         * lib/unistdio/u32-u32-snprintf.c: New file.
14766         * lib/unistdio/u32-u32-sprintf.c: New file.
14767         * lib/unistdio/u32-u32-vasnprintf.c: New file.
14768         * lib/unistdio/u32-u32-vasprintf.c: New file.
14769         * lib/unistdio/u32-u32-vsnprintf.c: New file.
14770         * lib/unistdio/u32-u32-vsprintf.c: New file.
14771         * tests/unistdio/test-ulc-asnprintf1.c: New file.
14772         * tests/unistdio/test-ulc-asnprintf1.h: New file.
14773         * tests/unistdio/test-ulc-printf1.h: New file.
14774         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
14775         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
14776         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
14777         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
14778         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
14779         * tests/unistdio/test-ulc-vasprintf1.c: New file.
14780         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
14781         * tests/unistdio/test-ulc-vsprintf1.c: New file.
14782         * tests/unistdio/test-u8-asnprintf1.c: New file.
14783         * tests/unistdio/test-u8-asnprintf1.h: New file.
14784         * tests/unistdio/test-u8-printf1.h: New file.
14785         * tests/unistdio/test-u8-vasnprintf1.c: New file.
14786         * tests/unistdio/test-u8-vasnprintf2.c: New file.
14787         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
14788         * tests/unistdio/test-u8-vasnprintf3.c: New file.
14789         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
14790         * tests/unistdio/test-u8-vasprintf1.c: New file.
14791         * tests/unistdio/test-u8-vsnprintf1.c: New file.
14792         * tests/unistdio/test-u8-vsprintf1.c: New file.
14793         * tests/unistdio/test-u16-asnprintf1.c: New file.
14794         * tests/unistdio/test-u16-asnprintf1.h: New file.
14795         * tests/unistdio/test-u16-printf1.h: New file.
14796         * tests/unistdio/test-u16-vasnprintf1.c: New file.
14797         * tests/unistdio/test-u16-vasnprintf2.c: New file.
14798         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
14799         * tests/unistdio/test-u16-vasnprintf3.c: New file.
14800         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
14801         * tests/unistdio/test-u16-vasprintf1.c: New file.
14802         * tests/unistdio/test-u16-vsnprintf1.c: New file.
14803         * tests/unistdio/test-u16-vsprintf1.c: New file.
14804         * tests/unistdio/test-u32-asnprintf1.c: New file.
14805         * tests/unistdio/test-u32-asnprintf1.h: New file.
14806         * tests/unistdio/test-u32-printf1.h: New file.
14807         * tests/unistdio/test-u32-vasnprintf1.c: New file.
14808         * tests/unistdio/test-u32-vasnprintf2.c: New file.
14809         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
14810         * tests/unistdio/test-u32-vasnprintf3.c: New file.
14811         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
14812         * tests/unistdio/test-u32-vasprintf1.c: New file.
14813         * tests/unistdio/test-u32-vsnprintf1.c: New file.
14814         * tests/unistdio/test-u32-vsprintf1.c: New file.
14815         * modules/unistdio/base: New file.
14816         * modules/unistdio/u-printf-args: New file.
14817         * modules/unistdio/ulc-asnprintf: New file.
14818         * modules/unistdio/ulc-asprintf: New file.
14819         * modules/unistdio/ulc-fprintf: New file.
14820         * modules/unistdio/ulc-printf-parse: New file.
14821         * modules/unistdio/ulc-snprintf: New file.
14822         * modules/unistdio/ulc-sprintf: New file.
14823         * modules/unistdio/ulc-vasnprintf: New file.
14824         * modules/unistdio/ulc-vasprintf: New file.
14825         * modules/unistdio/ulc-vfprintf: New file.
14826         * modules/unistdio/ulc-vsnprintf: New file.
14827         * modules/unistdio/ulc-vsprintf: New file.
14828         * modules/unistdio/u8-asnprintf: New file.
14829         * modules/unistdio/u8-asprintf: New file.
14830         * modules/unistdio/u8-printf-parse: New file.
14831         * modules/unistdio/u8-snprintf: New file.
14832         * modules/unistdio/u8-sprintf: New file.
14833         * modules/unistdio/u8-vasnprintf: New file.
14834         * modules/unistdio/u8-vasprintf: New file.
14835         * modules/unistdio/u8-vsnprintf: New file.
14836         * modules/unistdio/u8-vsprintf: New file.
14837         * modules/unistdio/u8-u8-asnprintf: New file.
14838         * modules/unistdio/u8-u8-asprintf: New file.
14839         * modules/unistdio/u8-u8-snprintf: New file.
14840         * modules/unistdio/u8-u8-sprintf: New file.
14841         * modules/unistdio/u8-u8-vasnprintf: New file.
14842         * modules/unistdio/u8-u8-vasprintf: New file.
14843         * modules/unistdio/u8-u8-vsnprintf: New file.
14844         * modules/unistdio/u8-u8-vsprintf: New file.
14845         * modules/unistdio/u16-asnprintf: New file.
14846         * modules/unistdio/u16-asprintf: New file.
14847         * modules/unistdio/u16-printf-parse: New file.
14848         * modules/unistdio/u16-snprintf: New file.
14849         * modules/unistdio/u16-sprintf: New file.
14850         * modules/unistdio/u16-vasnprintf: New file.
14851         * modules/unistdio/u16-vasprintf: New file.
14852         * modules/unistdio/u16-vsnprintf: New file.
14853         * modules/unistdio/u16-vsprintf: New file.
14854         * modules/unistdio/u16-u16-asnprintf: New file.
14855         * modules/unistdio/u16-u16-asprintf: New file.
14856         * modules/unistdio/u16-u16-snprintf: New file.
14857         * modules/unistdio/u16-u16-sprintf: New file.
14858         * modules/unistdio/u16-u16-vasnprintf: New file.
14859         * modules/unistdio/u16-u16-vasprintf: New file.
14860         * modules/unistdio/u16-u16-vsnprintf: New file.
14861         * modules/unistdio/u16-u16-vsprintf: New file.
14862         * modules/unistdio/u32-asnprintf: New file.
14863         * modules/unistdio/u32-asprintf: New file.
14864         * modules/unistdio/u32-printf-parse: New file.
14865         * modules/unistdio/u32-snprintf: New file.
14866         * modules/unistdio/u32-sprintf: New file.
14867         * modules/unistdio/u32-vasnprintf: New file.
14868         * modules/unistdio/u32-vasprintf: New file.
14869         * modules/unistdio/u32-vsnprintf: New file.
14870         * modules/unistdio/u32-vsprintf: New file.
14871         * modules/unistdio/u32-u32-asnprintf: New file.
14872         * modules/unistdio/u32-u32-asprintf: New file.
14873         * modules/unistdio/u32-u32-snprintf: New file.
14874         * modules/unistdio/u32-u32-sprintf: New file.
14875         * modules/unistdio/u32-u32-vasnprintf: New file.
14876         * modules/unistdio/u32-u32-vasprintf: New file.
14877         * modules/unistdio/u32-u32-vsnprintf: New file.
14878         * modules/unistdio/u32-u32-vsprintf: New file.
14879         * modules/unistdio/ulc-asnprintf-tests: New file.
14880         * modules/unistdio/ulc-vasnprintf-tests: New file.
14881         * modules/unistdio/ulc-vasprintf-tests: New file.
14882         * modules/unistdio/ulc-vsnprintf-tests: New file.
14883         * modules/unistdio/ulc-vsprintf-tests: New file.
14884         * modules/unistdio/u8-asnprintf-tests: New file.
14885         * modules/unistdio/u8-vasnprintf-tests: New file.
14886         * modules/unistdio/u8-vasprintf-tests: New file.
14887         * modules/unistdio/u8-vsnprintf-tests: New file.
14888         * modules/unistdio/u8-vsprintf-tests: New file.
14889         * modules/unistdio/u16-asnprintf-tests: New file.
14890         * modules/unistdio/u16-vasnprintf-tests: New file.
14891         * modules/unistdio/u16-vasprintf-tests: New file.
14892         * modules/unistdio/u16-vsnprintf-tests: New file.
14893         * modules/unistdio/u16-vsprintf-tests: New file.
14894         * modules/unistdio/u32-asnprintf-tests: New file.
14895         * modules/unistdio/u32-vasnprintf-tests: New file.
14896         * modules/unistdio/u32-vasprintf-tests: New file.
14897         * modules/unistdio/u32-vsnprintf-tests: New file.
14898         * modules/unistdio/u32-vsprintf-tests: New file.
14899         * MODULES.html.sh (Unicode string functions): Add the new modules.
14900
14901 2007-07-01  Bruno Haible  <bruno@clisp.org>
14902
14903         * lib/sprintf.c (sprintf): Limit the available length estimation,
14904         to avoid address wraparound.
14905         * lib/vsprintf.c (vsprintf): Likewise.
14906         * modules/sprintf-posix (Dependencies): Add stdint.
14907         * modules/vsprintf-posix (Dependencies): Likewise.
14908
14909 2007-07-01  Bruno Haible  <bruno@clisp.org>
14910
14911         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
14912         Windows PATH as well. Conservative double-quoting. Comments.
14913
14914 2007-07-01  Bruno Haible  <bruno@clisp.org>
14915             Eric Blake  <ebb9@byu.net>
14916             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14917
14918         * gnulib-tool (self_abspathname): Fix algorithm to cope with
14919         empty components in $PATH, denoting '.'.
14920
14921 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14922
14923         * gnulib-tool: Fix indentation.
14924         (func_create_megatestdir): Likewise.
14925         Report by Bruno Haible.
14926
14927 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14928
14929         Sync from Automake.
14930         * build-aux/gnupload: Fix shell portability issues with for loops.
14931         Report by Karl Berry.
14932
14933 2007-06-29  Simon Josefsson  <simon@josefsson.org>
14934
14935         * build-aux/maint.mk (POURL): Use translationproject.org.
14936
14937 2007-06-27  Simon Josefsson  <simon@josefsson.org>
14938             Bruno Haible  <bruno@clisp.org>
14939
14940         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14941         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14942         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14943         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14944         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14945
14946 2007-06-27  Bruno Haible  <bruno@clisp.org>
14947
14948         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14949         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14950
14951 2007-06-26  Karl Berry  <karl@gnu.org>
14952
14953         * MODULES.html.sh: remove xreadlink-with-size.
14954
14955 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14958         method that I hope also handles the double-include problem noted
14959         by Bruno Haible in
14960         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14961
14962 2007-06-23  Bruno Haible  <bruno@clisp.org>
14963
14964         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14965         Don't let the 'mostlyclean' target fail if the last subdirectory could
14966         not be removed.
14967         Reported by Karl Berry.
14968
14969 2007-06-23  Bruno Haible  <bruno@clisp.org>
14970
14971         * gnulib-tool (echo): Add a speedier workaround for ksh.
14972         * tests/test-echo.sh: Likewise.
14973
14974 2007-06-23  Bruno Haible  <bruno@clisp.org>
14975
14976         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14977         * tests/test-echo.sh: Likewise.
14978
14979 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14980
14981         * gnulib-tool (IFS): Initialize early, so we don't set it to
14982         empty later.
14983         (self_abspathname): Rewrite algorithm to set it, reindent.
14984         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14985         (func_create_megatestdir): Merge some sed scripts.
14986
14987 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14990         exposed by Sun Studio 11 cc on Solaris 8.
14991
14992 2007-06-22  Bruno Haible  <bruno@clisp.org>
14993
14994         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14995         backslashes.
14996         * tests/test-echo.sh: New file.
14997
14998 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14999
15000         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
15001         simplify `sed_replace_build_aux' scripts, they are portable but
15002         echoing them with `echo' is not.
15003         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
15004
15005 2007-06-21  Karl Berry  <karl@gnu.org>
15006
15007         * config/srclist.txt: guess we can't handle the licenses via
15008         srclist at the moment.
15009
15010 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * MODULES.html.sh: Add include_next.
15013         * modules/include_next: New file.
15014
15015 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15016
15017         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
15018         INCLUDE_NEXT.
15019         (gl_CHECK_NEXT_HEADERS): New macro.
15020         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
15021         the obsolescent gl_ABSOLUTE_HEADER.
15022         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
15023         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
15024         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
15025         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
15026         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
15027         * m4/math_h.m4 (gl_MATH_H): Likewise.
15028         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15029         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
15030         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
15031         * m4/stdint.m4 (gl_STDINT_H): Likewise.
15032         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
15033         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
15034         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
15035         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
15036         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
15037         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
15038         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
15039         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
15040         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
15041         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
15042         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
15043         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15044         * m4/inttypes.m4 (gl_INTTYPES_H): Define
15045         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
15046         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
15047         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
15048         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
15049         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
15050         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
15051         * lib/float_.h: Likewise.
15052         * lib/inttypes_.h: Likewise.
15053         * lib/math_.h: Likewise.
15054         * lib/search_.h: Likewise.
15055         * lib/signal_.h: Likewise.
15056         * lib/stdint_.h: Likewise.
15057         * lib/stdio_.h: Likewise.
15058         * lib/stdlib_.h: Likewise.
15059         * lib/string_.h: Likewise.
15060         * lib/sys_stat_.h: Likewise.
15061         * lib/sys_time_.h: Likewise.
15062         * lib/time_.h: Likewise.
15063         * lib/unistd_.h: Likewise.
15064         * lib/wchar_.h: Likewise.
15065         * lib/wctype_.h: Likewise.
15066         * lib/dirent_.h: Likewise.
15067         * lib/iconv_.h: Likewise.
15068         * lib/locale_.h: Likewise.
15069         * lib/netinet_in_.h: Likewise.
15070         * lib/sys_select_.h: Likewise.
15071         * lib/sys_socket_.h: Likewise.
15072         * lib/sysexits_.h: Likewise.
15073         * modules/fcntl (Depends-on): Depend on include_next, not
15074         absolute_header.
15075         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
15076         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
15077         * modules/fchdir: Likewise.
15078         * modules/float: Likewise.
15079         * modules/iconv_open: Likewise.
15080         * modules/inttypes: Likewise.
15081         * modules/locale: Likewise.
15082         * modules/math: Likewise.
15083         * modules/netinet_in: Likewise.
15084         * modules/search: Likewise.
15085         * modules/signal: Likewise.
15086         * modules/stdint: Likewise.
15087         * modules/stdio: Likewise.
15088         * modules/stdlib: Likewise.
15089         * modules/string: Likewise.
15090         * modules/sys_select: Likewise.
15091         * modules/sys_socket: Likewise.
15092         * modules/sys_stat: Likewise.
15093         * modules/sys_time: Likewise.
15094         * modules/sysexits: Likewise.
15095         * modules/time: Likewise.
15096         * modules/unistd: Likewise.
15097         * modules/wchar: Likewise.
15098         * modules/wctype: Likewise.
15099         * modules/sys_stat: Change maintainer to "all".
15100         * modules/unistd: Likewise.
15101
15102 2007-06-20  Karl Berry  <karl@gnu.org>
15103
15104         * config/srclist.txt: track www changes in license files.
15105
15106 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
15107
15108         * build-aux/bootstrap: Remove stray dot.
15109         Make sure build_aux settings are honored when linking
15110         gnulib_extra_files.
15111
15112 2007-06-19  Eric Blake  <ebb9@byu.net>
15113
15114         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
15115         Allow compilation on cygwin.
15116
15117 2007-06-19  Jim Meyering  <jim@meyering.net>
15118
15119         xreadlink-with-size: Remove module.  No longer used.
15120         Ex-callers now use xreadlink or mreadlink-with-size.
15121         * modules/xreadlink-with-size: Remove module.
15122         * lib/xreadlink-with-size.c: Remove file.
15123         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
15124         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
15125         just before the function definition *is* accurate.
15126
15127         Eliminate one way canonicalize_filename_mode could exit.
15128         * lib/canonicalize.c (canonicalize_filename_mode):
15129         Use mreadlink_with_size, not xreadlink_with_size.
15130
15131 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         Detect porting problems to FreeBSD/arm, which has time_t wider than
15134         long int.  Original problem reported for GNU diff by Xin Li in
15135         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
15136         * modules/getdate (Depends-on): Add intprops, verify.
15137         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
15138         is an integer type no wider than long int.
15139
15140 2007-06-18  Jim Meyering  <jim@meyering.net>
15141
15142         New module: mreadlink-with-size.
15143         * MODULES.html.sh: Add mreadlink-with-size.
15144         * modules/mreadlink-with-size: New module
15145         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
15146         not xreadlink-with-size.
15147         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
15148
15149 2007-06-16  Bruno Haible  <bruno@clisp.org>
15150
15151         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
15152         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
15153         Reported by Gary V. Vaughan <gary@gnu.org>.
15154
15155 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
15156
15157         Revamp lchown so that it lives in unistd.h where it belongs.
15158         * lib/lchown.h: Remove.
15159         * lib/dirchownmod.c: Don't include lib/lchown.h.
15160         * lib/fchownat.c: Likewise.
15161         * lib/openat.c: Likewise.
15162         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
15163         does not follow symlinks.
15164         (EOPNOTSUPP): Define if not defined.
15165         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
15166         is defined to 0.
15167         (lchown): New decl.
15168         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
15169         Do not check for lchown decl.
15170         Set REPLACE_LCHOWN.
15171         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
15172         REPLACE_LCHOWN.
15173         * modules/chown: Make it clear it follows symlinks.
15174         * modules/lchown: Make it clear it doesn't follow symlinks.
15175         (Files): Remove lib/lchown.h
15176         (Depends-on): Add unistd.
15177         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
15178         (Include): Include <unistd.h>, not "lchown.h".
15179         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
15180         REPLACE_LCHOWN.
15181
15182 2007-06-15  Jim Meyering  <jim@meyering.net>
15183
15184         Change license (GPL to LGPL) of fsusage and dependents.
15185         * modules/fsusage (License): Change to LGPL.
15186         * modules/full-read (License): Likewise.
15187         * modules/full-write (License): Likewise.
15188         * modules/safe-read (License): Likewise.
15189         * modules/safe-write (License): Likewise.
15190
15191 2007-06-14  Ben Pfaff  <blp@gnu.org>
15192
15193         Missing part of allocsa -> malloca transition.
15194         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
15195         gl_MALLOCA.
15196
15197 2007-06-12  Bruno Haible  <bruno@clisp.org>
15198
15199         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
15200         to ia64, x86_64, i386.
15201         Reported by Eric Blake.
15202
15203 2007-06-12  Bruno Haible  <bruno@clisp.org>
15204
15205         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
15206         cross-compiling to x86_64.
15207
15208 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
15211         glitch reported by Ralf Wildenhues in
15212         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
15213
15214         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
15215         Vin Shelton.
15216
15217 2007-06-11  Bruno Haible  <bruno@clisp.org>
15218
15219         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
15220         replacement string.
15221         Reported by Eric Blake.
15222
15223 2007-06-10  Bruno Haible  <bruno@clisp.org>
15224
15225         Prepare vasnprintf code for use with Unicode strings.
15226         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
15227         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
15228         TYPE_U32_STRING.
15229         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
15230         a_u32_string variants.
15231         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15232         * lib/printf-args.c: Don't include config.h and the specification
15233         header if PRINTF_FETCHARGS is already defined.
15234         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
15235         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
15236         TYPE_U16_STRING, TYPE_U32_STRING.
15237         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
15238         u16_directive, u16_directives, u32_directive, u32_directives): New
15239         types.
15240         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
15241         New declarations.
15242         * lib/printf-parse.c: Don't include config.h and the specification
15243         header if PRINTF_PARSE is already defined. Eliminate the set of
15244         parameters for WIDE_CHAR_VERSION; the user of this file must provide
15245         them now. Include c-ctype.h.
15246         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
15247         directive and CHAR_T_ONLY_ASCII.
15248         * lib/vasnprintf.c: Don't include config.h and the specification header
15249         if VASNPRINTF is already defined.
15250         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
15251         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
15252         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
15253         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
15254         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
15255         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
15256         code accordingly.
15257         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
15258         pad_ourselves also in this case, with the 'c' and 's' directives, and
15259         with a different notion of "width".
15260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
15261
15262 2007-06-10  Bruno Haible  <bruno@clisp.org>
15263
15264         * modules/unistr/u32-mbsnlen: New file.
15265         * lib/unistr/u32-mbsnlen.c: New file.
15266
15267         * modules/unistr/u16-mbsnlen: New file.
15268         * lib/unistr/u16-mbsnlen.c: New file.
15269
15270         * modules/unistr/u8-mbsnlen: New file.
15271         * lib/unistr/u8-mbsnlen.c: New file.
15272
15273         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
15274         declarations.
15275
15276 2007-06-10  Bruno Haible  <bruno@clisp.org>
15277
15278         * lib/string_.h (mbsnlen): New declaration.
15279         * lib/mbsnlen.c: New file.
15280         * m4/mbsnlen.m4: New file.
15281         * modules/mbsnlen: New file.
15282         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
15283         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
15284         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
15285
15286 2007-06-10  Bruno Haible  <bruno@clisp.org>
15287
15288         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
15289
15290 2007-06-10  Bruno Haible  <bruno@clisp.org>
15291
15292         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
15293         * lib/mbuiter.h: Likewise.
15294
15295 2007-06-10  Bruno Haible  <bruno@clisp.org>
15296
15297         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
15298         declaration.
15299
15300 2007-06-10  Karl Berry  <karl@gnu.org>
15301
15302         * config/srclist.txt: remove gettext entries, Bruno prefers
15303         to update individually.
15304
15305 2007-06-10  Bruno Haible  <bruno@clisp.org>
15306
15307         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
15308         'maxlen'. Ensure only length + width bytes are allocated, not
15309         length + 1 + width.
15310
15311 2007-06-09  Bruno Haible  <bruno@clisp.org>
15312
15313         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
15314         (CHAR_T): Remove macro.
15315         (VASNPRINTF): Update.
15316
15317 2007-06-09  Bruno Haible  <bruno@clisp.org>
15318
15319         * MODULES.html.sh (Unicode string functions): Add the new modules.
15320
15321         * modules/uniconv/u32-conv-to-enc: New file.
15322         * lib/uniconv/u32-conv-to-enc.c: New file.
15323         * modules/uniconv/u32-conv-to-enc-tests: New file.
15324         * tests/uniconv/test-u32-conv-to-enc.c: New file.
15325
15326         * modules/uniconv/u16-conv-to-enc: New file.
15327         * lib/uniconv/u16-conv-to-enc.c: New file.
15328         * lib/uniconv/u-conv-to-enc.h: New file.
15329         * modules/uniconv/u16-conv-to-enc-tests: New file.
15330         * tests/uniconv/test-u16-conv-to-enc.c: New file.
15331
15332         * modules/uniconv/u8-conv-to-enc: New file.
15333         * lib/uniconv/u8-conv-to-enc.c: New file.
15334         * modules/uniconv/u8-conv-to-enc-tests: New file.
15335         * tests/uniconv/test-u8-conv-to-enc.c: New file.
15336
15337         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15338         u32_conv_to_encoding): New declarations.
15339
15340 2007-06-09  Bruno Haible  <bruno@clisp.org>
15341
15342         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
15343
15344 2007-06-09  Bruno Haible  <bruno@clisp.org>
15345
15346         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
15347         * modules/malloca: Renamed from modules/allocsa, updated.
15348         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
15349         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
15350         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
15351         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
15352         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
15353         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
15354         * modules/xmalloca: Renamed from modules/xallocsa, updated.
15355         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
15356         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
15357         * modules/c-strcasestr (Depends-on): Update.
15358         * lib/c-strcasestr.c: Update.
15359         * modules/c-strstr (Depends-on): Update.
15360         * lib/c-strstr.c: Update.
15361         * modules/canonicalize-lgpl (Depends-on): Update.
15362         * lib/canonicalize-lgpl.c: Update.
15363         * modules/clean-temp (Depends-on): Update.
15364         * lib/clean-temp.c: Update.
15365         * modules/csharpcomp (Depends-on): Update.
15366         * lib/csharpcomp.c: Update.
15367         * modules/csharpexec (Depends-on): Update.
15368         * lib/csharpexec.c: Update.
15369         * modules/javacomp (Depends-on): Update.
15370         * lib/javacomp.c: Update.
15371         * modules/javaexec (Depends-on): Update.
15372         * lib/javaexec.c: Update.
15373         * modules/mbscasestr (Depends-on): Update.
15374         * lib/mbscasestr.c: Update.
15375         * modules/mbsstr (Depends-on): Update.
15376         * lib/mbsstr.c: Update.
15377         * modules/setenv (Depends-on): Update.
15378         * lib/setenv.c: Update.
15379         * modules/strcasestr (Depends-on): Update.
15380         * lib/strcasestr.c: Update.
15381         * modules/striconveha (Depends-on): Update.
15382         * lib/striconveha.c: Update.
15383         * modules/relocatable-prog-wrapper (Files): Update.
15384         * lib/relocwrapper.c: Update.
15385         * build-aux/install-reloc: Update.
15386         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
15387
15388 2007-06-08  Bruno Haible  <bruno@clisp.org>
15389
15390         Port to uClibc.
15391         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
15392         * lib/fpurge.c (fpurge): Likewise.
15393         * lib/freading.c (freading): Likewise.
15394         * lib/fseeko.c (rpl_fseeko): Likewise.
15395         * lib/fseterr.c (fseterr): Likewise.
15396         * lib/fwriting.c (fwriting): Likewise.
15397         * tests/test-fflush.c (main): Avoid a failure on uClibc.
15398
15399 2007-06-08  Bruno Haible  <bruno@clisp.org>
15400
15401         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
15402         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
15403         * modules/gettext (Files): Add m4/intlmacosx.m4.
15404
15405 2007-06-07  Bruno Haible  <bruno@clisp.org>
15406
15407         * modules/localename-tests: New file.
15408         * tests/test-localename.c: New file.
15409
15410         New module 'localename'.
15411         * lib/localename.h: New file.
15412         * lib/localename.c: New file, from GNU gettext.
15413         * m4/localename.m4: New file.
15414         * modules/localename: New file.
15415
15416 2007-06-07  Bruno Haible  <bruno@clisp.org>
15417
15418         Work around the lack of <wchar.h> on some builds of uClibc.
15419         * doc/headers/wchar.texi: Update.
15420         * lib/wchar_.h: Include <wchar.h> only if it exists.
15421         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
15422         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
15423         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
15424         doesn't exist.
15425         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
15426         * modules/mbfile (Depends-on): Add wchar.
15427         * modules/mbiter (Depends-on): Likewise.
15428         * modules/mbuiter (Depends-on): Likewise.
15429         Reported by Simon Josefsson.
15430
15431 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         Work around problem reported by Steven M. Schweda in
15434         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
15435         Tru64 5.1B with the Compaq compiler environment installed declares
15436         an 'isblank' function but does not define it in the C library.
15437         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
15438         * lib/regex_internal.h (isblank): Likewise.
15439         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
15440         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15441
15442 2007-06-05  Bruno Haible  <bruno@clisp.org>
15443
15444         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
15445         ia64.
15446         * modules/printf-safe: New file.
15447         * modules/fprintf-posix (Depends-on): Add printf-safe.
15448         * modules/printf-posix (Depends-on): Likewise.
15449         * modules/snprintf-posix (Depends-on): Likewise.
15450         * modules/sprintf-posix (Depends-on): Likewise.
15451         * modules/vasnprintf-posix (Depends-on): Likewise.
15452         * modules/vasprintf-posix (Depends-on): Likewise.
15453         * modules/vfprintf-posix (Depends-on): Likewise.
15454         * modules/vprintf-posix (Depends-on): Likewise.
15455         * modules/vsnprintf-posix (Depends-on): Likewise.
15456         * modules/vsprintf-posix (Depends-on): Likewise.
15457         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
15458         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
15459         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
15460         "no" on i386, x86_64, ia64.
15461         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
15462         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15463         on i386, x86_64, ia64.
15464         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
15465         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15466         on i386, x86_64, ia64.
15467         * tests/test-vasnprintf-posix.c: Include float.h.
15468         (LDBL80_WORDS): New macro.
15469         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15470         on i386, x86_64, ia64.
15471         * tests/test-vasprintf-posix.c: Include float.h.
15472         (LDBL80_WORDS): New macro.
15473         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
15474         on i386, x86_64, ia64.
15475         * tests/test-snprintf-posix.c: Include float.h.
15476         * tests/test-sprintf-posix.c: Likewise.
15477         * tests/test-vsnprintf-posix.c: Likewise.
15478         * tests/test-vsprintf-posix.c: Likewise.
15479
15480 2007-06-05  Bruno Haible  <bruno@clisp.org>
15481
15482         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
15483         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
15484         non-IEEE numbers on i386, x86_64, ia64.
15485         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
15486         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
15487         * tests/test-isnanl.h: Include float.h.
15488         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
15489
15490 2007-06-05  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
15493         also the %a / %A. Handle the %a / %A code before this extra handling.
15494
15495 2007-06-05  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
15498         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
15499
15500 2007-06-05  Bruno Haible  <bruno@clisp.org>
15501
15502         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
15503         typo in variable name.
15504
15505 2007-06-05  Eric Blake  <ebb9@byu.net>
15506
15507         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
15508         Reported by Simon Josefsson.
15509
15510 2007-06-04  Bruno Haible  <bruno@clisp.org>
15511
15512         Avoid test failures on some PowerPC platforms.
15513         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15514         Define differently for PowerPC.
15515         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
15516         Reported by Gary V. Vaughan <gary@gnu.org>.
15517
15518 2007-06-02  Bruno Haible  <bruno@clisp.org>
15519
15520         Fix test-stdint failure on FreeBSD/ia64.
15521         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
15522         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
15523         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
15524         * doc/headers/stdint.texi: Update.
15525
15526 2007-06-01  Bruno Haible  <bruno@clisp.org>
15527
15528         * tests/test-binary-io.c (main): Pass a third argument to open().
15529         Reported by Gary V. Vaughan <gary@gnu.org>.
15530
15531 2007-06-01  Bruno Haible  <bruno@clisp.org>
15532
15533         * doc/functions/frexpl.texi: Update for mingw.
15534
15535 2007-06-01  Bruno Haible  <bruno@clisp.org>
15536
15537         * tests/test-lseek.c (main): Disable test of errno for invalid third
15538         argument.
15539         * doc/functions/lseek.texi: Update.
15540         Reported by Gary V. Vaughan <gary@gnu.org>.
15541
15542 2007-05-28  Bruno Haible  <bruno@clisp.org>
15543
15544         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
15545
15546 2007-05-31  Eric Blake  <ebb9@byu.net>
15547
15548         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
15549         cross compiling.
15550
15551 2007-05-30  Eric Blake  <ebb9@byu.net>
15552         and Bruno Haible  <bruno@clisp.org>
15553
15554         Work around mingw test failures exposed by m4-1.4.9b.
15555         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
15556         * tests/test-unistd.c: Disable uid_t and git_t tests for the
15557         moment.
15558
15559 2007-05-30  Bruno Haible  <bruno@clisp.org>
15560
15561         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
15562         assuming that they are closed. Needed on HP-UX 11.
15563
15564 2007-05-29  Bruno Haible  <bruno@clisp.org>
15565
15566         Fix a problem with #include_next.
15567         * lib/dirent_.h: Split the double-inclusion guard.
15568         * lib/fcntl_.h: Likewise.
15569         * lib/float_.h: Likewise.
15570         * lib/iconv_.h: Likewise.
15571         * lib/inttypes_.h: Likewise.
15572         * lib/locale_.h: Likewise.
15573         * lib/math_.h: Likewise.
15574         * lib/netinet_in_.h: Likewise.
15575         * lib/search_.h: Likewise.
15576         * lib/signal_.h: Likewise.
15577         * lib/stdint_.h: Likewise.
15578         * lib/stdio_.h: Likewise.
15579         * lib/stdlib_.h: Likewise.
15580         * lib/string_.h: Likewise.
15581         * lib/sys_select_.h: Likewise.
15582         * lib/sys_socket_.h: Likewise.
15583         * lib/sys_stat_.h: Likewise.
15584         * lib/sys_time_.h: Likewise.
15585         * lib/sysexits_.h: Likewise.
15586         * lib/time_.h: Likewise.
15587         * lib/unistd_.h: Likewise.
15588         * lib/wchar_.h: Likewise.
15589         * lib/wctype_.h: Likewise.
15590
15591 2007-05-29  Bruno Haible  <bruno@clisp.org>
15592
15593         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
15594         for the moment.
15595
15596 2007-05-29  Bruno Haible  <bruno@clisp.org>
15597
15598         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
15599         invocation.
15600         Reported by Eric Blake.
15601
15602 2007-05-29  Bruno Haible  <bruno@clisp.org>
15603
15604         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
15605         compiling case.
15606
15607 2007-05-29  Eric Blake  <ebb9@byu.net>
15608             Bruno Haible  <bruno@clisp.org>
15609
15610         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
15611         cross compiles.
15612
15613 2007-05-28  Eric Blake  <ebb9@byu.net>
15614
15615         * modules/closein-tests (test_closein_LDADD): Support test on
15616         cygwin with libtool.
15617
15618 2007-05-28  Bruno Haible  <bruno@clisp.org>
15619
15620         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
15621         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
15622         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
15623         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
15624         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
15625         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
15626         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
15627         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
15628         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
15629
15630 2007-05-28  Eric Blake  <ebb9@byu.net>
15631
15632         Unconditionally include <config.h> in unit tests.
15633         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
15634         * tests/test-allocsa.c, tests/test-arcfour.c,
15635         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
15636         tests/test-array_list.c, tests/test-array_oset.c,
15637         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
15638         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
15639         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
15640         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
15641         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
15642         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
15643         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
15644         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
15645         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
15646         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
15647         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
15648         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
15649         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
15650         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
15651         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
15652         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
15653         test-md5.c, test-memmem.c, test-printf-posix.c,
15654         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
15655         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
15656         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
15657         test-strcasestr.c, test-striconv.c, test-striconveh.c,
15658         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
15659         test-vasnprintf-posix2.c, test-vasnprintf.c,
15660         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
15661         test-vfprintf-posix.c, test-vprintf-posix.c,
15662         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
15663         test-xvasprintf.c: Likewise.
15664
15665 2007-05-28  Bruno Haible  <bruno@clisp.org>
15666
15667         * gnulib-tool (func_import): Remember the --with-tests command-line
15668         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
15669         Reported by Eric Blake.
15670
15671 2007-05-28  Bruno Haible  <bruno@clisp.org>
15672
15673         * modules/ftell-tests: New file.
15674         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
15675         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
15676
15677         * lib/ftell.c: New file.
15678         * modules/ftell: New file.
15679         * m4/ftell.m4: New file.
15680         * doc/functions/ftell.texi: Update.
15681         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
15682         REPLACE_FTELL.
15683         * lib/stdio_.h (rpl_ftell): New declaration.
15684         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
15685         REPLACE_FTELL.
15686
15687 2007-05-28  Eric Blake  <ebb9@byu.net>
15688
15689         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
15690
15691 2007-05-28  Bruno Haible  <bruno@clisp.org>
15692
15693         * modules/fseek-tests: New file.
15694         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
15695         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
15696
15697         * lib/fseek.c: New file.
15698         * modules/fseek: New file.
15699         * m4/fseek.m4: New file.
15700         * doc/functions/fseek.texi: Update.
15701         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
15702         REPLACE_FSEEK.
15703         * lib/stdio_.h (rpl_fseek): New declaration.
15704         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
15705         REPLACE_FSEEK.
15706
15707 2007-05-28  Bruno Haible  <bruno@clisp.org>
15708
15709         * lib/stdio_.h (fflush): More comments.
15710
15711 2007-05-28  Bruno Haible  <bruno@clisp.org>
15712
15713         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15714         runtime test.
15715
15716 2007-05-28  Eric Blake  <ebb9@byu.net>
15717
15718         Improve lseek module.
15719         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15720         * lib/unistd_.h (lseek): Scale back link warning message.
15721         * tests/test-lseek.c: Beef up test.
15722         * tests/test-lseek.sh: Exercise more facets of lseek.
15723         Reported by Bruno Haible.
15724
15725 2007-05-28  Bruno Haible  <bruno@clisp.org>
15726
15727         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15728         to define.
15729
15730 2007-05-27  Bruno Haible  <bruno@clisp.org>
15731
15732         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15733
15734 2007-05-27  Bruno Haible  <bruno@clisp.org>
15735
15736         * modules/openmp: New file.
15737         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15738         Noah Misch.
15739
15740 2007-05-26  Bruno Haible  <bruno@clisp.org>
15741
15742         * modules/chdir-long (Depends-on): Add fchdir.
15743         * modules/chdir-safer (Depends-on): Likewise.
15744         * modules/fts (Depends-on): Likewise.
15745         * modules/fts-lgpl (Depends-on): Likewise.
15746         * modules/openat (Depends-on): Likewise.
15747         * modules/savewd (Depends-on): Likewise.
15748
15749 2007-05-24  Eric Blake  <ebb9@byu.net>
15750
15751         Fix lseek on mingw.
15752         * modules/lseek: New module.
15753         * m4/lseek.m4: New file.
15754         * lib/lseek.c: New file.
15755         * modules/lseek-tests: New file.
15756         * tests/test-lseek.c: New file.
15757         * tests/test-lseek.sh: New file.
15758         * MODULES.html.sh: Document lseek module.
15759         * modules/fflush (Depends-on): Add lseek, fseeko.
15760         * modules/fseeko (Depends-on): Likewise.
15761         * modules/ftello (Depends-on): Likewise.
15762         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
15763         broken.
15764         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
15765         broken.
15766         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
15767         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
15768         * lib/ftello.c (rpl_ftello): Likewise.
15769         * tests/test-fseeko.c (main): Test this.
15770         * tests/test-fseeko.sh: Likewise.
15771         * tests/test-ftello.c (main): Likewise.
15772         * tests/test-ftello.sh: Likewise.
15773         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
15774         implies replacing fseek.
15775         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
15776         HAVE_FTELLO.
15777         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
15778         * modules/unistd (Makefile.am): Likewise.
15779         * lib/unistd_.h (lseek): Declare a replacement.
15780         * doc/functions/lseek.texi (lseek): Document this fix.
15781         * doc/functions/fseek.texi (fseek): Likewise.
15782         * doc/functions/ftell.texi (ftell): Likewise.
15783
15784 2007-05-24  Bruno Haible  <bruno@clisp.org>
15785
15786         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
15787         in the printed representation of a NaN.
15788         * tests/test-vasprintf-posix.c (test_function): Likewise.
15789         * tests/test-snprintf-posix.h (test_function): Likewise.
15790         * tests/test-sprintf-posix.h (test_function): Likewise.
15791         Reported by Eric Blake.
15792
15793 2007-05-23  Eric Blake  <ebb9@byu.net>
15794
15795         Fix fseeko/ftello on cygwin 1.5.24.
15796         * doc/functions/fseeko.texi (fseeko): Document the fix.
15797         * doc/functions/ftello.texi (ftello): Document the fix.
15798         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
15799         * doc/functions/stdout.text (stdout): New file.
15800         * doc/functions/stderr.text (stderr): New file.
15801         * doc/gnulib.texi (Function Substitutes): Use new files.
15802         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
15803         prior to 1.7.0.
15804         * tests/test-ftello.c (main): Likewise for ftello.
15805         * tests/test-fseeko.sh: New file.
15806         * tests/test-ftello.sh: New file.
15807         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
15808         with seekable stdin.
15809         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
15810         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
15811         (gl_REPLACE_FSEEKO): New macro.
15812         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
15813         * modules/fseeko (Files): Distribute fseeko.c.
15814         * modules/ftello (Files): Distribute ftello.c.
15815         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
15816         mode.
15817         * lib/ftello.c (rpl_ftello): New file.
15818         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
15819         fseeko, ftello.
15820         (gl_STDIN_LARGE_OFFSET): New macro.
15821         * modules/stdio (Makefile.am): Perform the replacement.
15822         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
15823
15824 2007-05-23  Bruno Haible  <bruno@clisp.org>
15825
15826         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
15827         GNULIB_POSIXCHECK is defined.
15828
15829 2007-05-21  Bruno Haible  <bruno@clisp.org>
15830
15831         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
15832         Check also the output for NaN arguments. When cross-compiling, guess
15833         no on IRIX.
15834         * lib/vasnprintf.c: Update comments.
15835         * tests/test-vasnprintf-posix.c (strisnan): New function.
15836         (test_function): Use it.
15837         * tests/test-vasprintf-posix.c (strisnan): New function.
15838         (test_function): Use it.
15839         * tests/test-snprintf-posix.h (strisnan): New function.
15840         (test_function): Use it.
15841         * tests/test-sprintf-posix.h (strisnan): New function.
15842         (test_function): Use it.
15843         Reported by Eric Blake.
15844
15845 2007-05-20  Bruno Haible  <bruno@clisp.org>
15846
15847         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
15848         numbers that fails on BeOS.
15849         * doc/functions/frexpl.texi: Update.
15850
15851 2007-05-20  Jim Meyering  <jim@meyering.net>
15852
15853         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
15854         forced upon us by glibc-2.6.
15855
15856 2007-05-20  Bruno Haible  <bruno@clisp.org>
15857
15858         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
15859         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
15860         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
15861         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
15862         NEED_PRINTF_INFINITE.
15863         (is_infinitel): New function.
15864         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
15865         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
15866         gl_PREREQ_VASNPRINTF_INFINITE.
15867         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
15868         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15869         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
15870         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
15871         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
15872         gl_PREREQ_VASNPRINTF_INFINITE.
15873         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15874         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15875         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15876         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15877         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15878         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15879         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15880         * doc/functions/fprintf.texi: Update.
15881         * doc/functions/printf.texi: Update.
15882         * doc/functions/snprintf.texi: Update.
15883         * doc/functions/sprintf.texi: Update.
15884         * doc/functions/vfprintf.texi: Update.
15885         * doc/functions/vprintf.texi: Update.
15886         * doc/functions/vsnprintf.texi: Update.
15887         * doc/functions/vsprintf.texi: Update.
15888
15889 2007-05-20  Bruno Haible  <bruno@clisp.org>
15890
15891         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
15892         was not found in libc.
15893         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
15894
15895 2007-05-20  Bruno Haible  <bruno@clisp.org>
15896
15897         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15898         printed as "-nan" instead of "nan".
15899         * tests/test-vasprintf-posix.c (test_function): Likewise.
15900         * tests/test-snprintf-posix.h (test_function): Likewise.
15901         * tests/test-sprintf-posix.h (test_function): Likewise.
15902         Needed for HP-UX 11.
15903
15904 2007-05-20  Jim Meyering  <jim@meyering.net>
15905
15906         Fix buggy test for the fchownat-deref bug.
15907         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
15908         symlink required for the run-test.  Without it, this test would
15909         always declare that fchownat doesn't work, and client code would
15910         unnecessarily use the replacement function with fixed libc.
15911         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
15912         Reported by Greg Schafer.
15913
15914 2007-05-19  Bruno Haible  <bruno@clisp.org>
15915
15916         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
15917         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
15918         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
15919         Needed for IRIX 6.5 and Solaris 2.5.1.
15920
15921 2007-05-19  Bruno Haible  <bruno@clisp.org>
15922
15923         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
15924         (test_function): Skip tests involving -0.0 on platforms where
15925         -0.0 = 0.0.
15926         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
15927         (test_function): Skip tests involving -0.0 on platforms where
15928         -0.0 = 0.0.
15929         * tests/test-snprintf-posix.h (have_minus_zero): New function.
15930         (test_function): Skip tests involving -0.0 on platforms where
15931         -0.0 = 0.0.
15932         * tests/test-sprintf-posix.h (have_minus_zero): New function.
15933         (test_function): Skip tests involving -0.0 on platforms where
15934         -0.0 = 0.0.
15935         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
15936         tests.
15937         * tests/test-printf-posix.h (test_function): Likewise.
15938         * tests/test-printf-posix.output: Remove all -0.0 related results.
15939         Needed for IRIX 6.5.
15940
15941 2007-05-19  Bruno Haible  <bruno@clisp.org>
15942
15943         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15944         printed as "nan0x7fffffff" instead of "nan".
15945         * tests/test-vasprintf-posix.c (test_function): Likewise.
15946         * tests/test-snprintf-posix.h (test_function): Likewise.
15947         * tests/test-sprintf-posix.h (test_function): Likewise.
15948         * tests/test-fprintf-posix.h (NaN): Remove macro.
15949         (test_function): Remove all NaN related tests.
15950         * tests/test-printf-posix.h (NaN): Remove macro.
15951         (test_function): Remove all NaN related tests.
15952         * tests/test-printf-posix.output: Remove all NaN related results.
15953         Needed for IRIX 6.5.
15954
15955 2007-05-19  Bruno Haible  <bruno@clisp.org>
15956
15957         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15958         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15959
15960 2007-05-19  Bruno Haible  <bruno@clisp.org>
15961
15962         * lib/float_.h: New file.
15963         * m4/float_h.m4: New file.
15964         * modules/float: New file.
15965         * modules/isnanl (Dependencies): Add float.
15966         * modules/isnanl-nolibm (Dependencies): Likewise.
15967         * modules/mathl (Dependencies): Likewise.
15968         * modules/printf-frexpl (Dependencies): Likewise.
15969         * modules/signbit (Dependencies): Likewise.
15970         * modules/vasnprintf (Dependencies): Likewise.
15971         * doc/headers/float.texi: Update.
15972
15973 2007-05-19  Jim Meyering  <jim@meyering.net>
15974
15975         * lib/utimens.c (gl_futimens): Rename from futimens,
15976         now that glibc-2.6 declares futimens.
15977         * lib/utimens.h: Likewise.
15978
15979 2007-05-19  Bruno Haible  <bruno@clisp.org>
15980
15981         Avoid test failures on mingw.
15982         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15983         * tests/test-printf-posix.sh: Likewise.
15984         * tests/test-vfprintf-posix.sh: Likewise.
15985         * tests/test-vprintf-posix.sh: Likewise.
15986
15987 2007-05-19  Bruno Haible  <bruno@clisp.org>
15988
15989         Fix *printf result for NaN, Inf, -0.0 on mingw.
15990         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15991         * lib/vasnprintf.c: Include math.h and isnan.h.
15992         (is_infinite_or_zero): New function.
15993         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15994         values in the %f, %F, %e, %E, %g, %G directives.
15995         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15996         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15997         gl_PRINTF_INFINITE and test its result. Invoke
15998         gl_PREREQ_VASNPRINTF_INFINITE.
15999         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16000         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16001         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16002         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16003         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16004         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16005         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16006         * doc/functions/fprintf.texi: Update.
16007         * doc/functions/printf.texi: Update.
16008         * doc/functions/snprintf.texi: Update.
16009         * doc/functions/sprintf.texi: Update.
16010         * doc/functions/vfprintf.texi: Update.
16011         * doc/functions/vprintf.texi: Update.
16012         * doc/functions/vsnprintf.texi: Update.
16013         * doc/functions/vsprintf.texi: Update.
16014
16015 2007-05-19  Bruno Haible  <bruno@clisp.org>
16016
16017         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
16018         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
16019         Instead of multiplying with 10^k, set extra_zeroes to k.
16020         (scale10_round_long_double): Remove function.
16021
16022 2007-05-18  Bruno Haible  <bruno@clisp.org>
16023
16024         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
16025         introduced on 2007-05-06.
16026
16027 2007-05-18  Bruno Haible  <bruno@clisp.org>
16028
16029         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
16030         %g directives.
16031         * tests/test-vasprintf-posix.c (test_function): Likewise.
16032         * tests/test-snprintf-posix.h (test_function): Likewise.
16033         * tests/test-sprintf-posix.h (test_function): Likewise.
16034
16035 2007-05-18  Bruno Haible  <bruno@clisp.org>
16036
16037         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
16038         (strmatch): New function.
16039         (test_function): Test the %f directive on numbers of various exponents.
16040         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
16041         (strmatch): New function.
16042         (test_function): Test the %f directive on numbers of various exponents.
16043         * tests/test-snprintf-posix.h (strmatch): New function.
16044         (test_function): Test the %f directive on numbers of various exponents.
16045         * tests/test-sprintf-posix.h (strmatch): New function.
16046         (test_function): Test the %f directive on numbers of various exponents.
16047         * tests/test-snprintf-posix.c (SIZEOF): New macro.
16048         * tests/test-sprintf-posix.c (SIZEOF): New macro.
16049         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
16050         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
16051
16052 2007-05-18  Bruno Haible  <bruno@clisp.org>
16053
16054         Add support for 'long double' number output.
16055         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
16056         * lib/vasnprintf.c: Include math.h and float+.h.
16057         (mp_limb_t): New type.
16058         (GMP_LIMB_BITS): New macro.
16059         (mp_twolimb_t): New type.
16060         (GMP_TWOLIMB_BITS): New macro.
16061         (mpn_t): New type.
16062         (multiply, divide, convert_to_decimal, decode_long_double,
16063         scale10_round_long_double, scale10_round_decimal_long_double,
16064         floorlog10l): New functions.
16065         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
16066         for the %f, %F, %e, %E, %g, %G directives.
16067         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
16068         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16069         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
16070         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
16071         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16072         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16073         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16074         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16075         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16076         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16077         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16078         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
16079         * modules/snprintf-posix (Depends-on): Likewise.
16080         * modules/sprintf-posix (Depends-on): Likewise.
16081         * modules/vasnprintf-posix (Depends-on): Likewise.
16082         * modules/vasprintf-posix (Depends-on): Likewise.
16083         * modules/vfprintf-posix (Depends-on): Likewise.
16084         * modules/vsnprintf-posix (Depends-on): Likewise.
16085         * modules/vsprintf-posix (Depends-on): Likewise.
16086         * modules/vasnprintf (Files): Add lib/float+.h.
16087         * doc/functions/fprintf.texi: Update.
16088         * doc/functions/printf.texi: Update.
16089         * doc/functions/snprintf.texi: Update.
16090         * doc/functions/sprintf.texi: Update.
16091         * doc/functions/vfprintf.texi: Update.
16092         * doc/functions/vprintf.texi: Update.
16093         * doc/functions/vsnprintf.texi: Update.
16094         * doc/functions/vsprintf.texi: Update.
16095
16096 2007-05-18  Bruno Haible  <bruno@clisp.org>
16097
16098         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
16099
16100 2007-05-18  Bruno Haible  <bruno@clisp.org>
16101
16102         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
16103         for printing 64-bit integers. Needed for mingw.
16104
16105 2007-05-18  Bruno Haible  <bruno@clisp.org>
16106
16107         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16108         gl_FUNC_FREXPL_WORKS.
16109         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
16110
16111 2007-05-18  Bruno Haible  <bruno@clisp.org>
16112
16113         * modules/frexpl-nolibm-tests: New file.
16114
16115         * modules/frexpl-nolibm: New file.
16116         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
16117
16118 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
16121         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16122         GCC 4.2, which otherwise issues a lot of warnings.
16123         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
16124         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
16125         Likewise.
16126         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
16127         * modules/iconv_open (iconv.h): Likewise.
16128         * modules/locale (locale.h): Likewise.
16129         * modules/netinet_in (netinet/in.h): Likewise.
16130         * modules/sys_select (sys_select.h): Likewise.
16131         * modules/sys_socket (sys/socket.h): Likewise.
16132         * modules/sys_stat (sys/stat.h): Likewise.
16133         * modules/sysexits (sysexits.h): Likewise.
16134         * modules/unistd (unistd.h): Likewise.
16135
16136 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16137
16138         * modules/closein-tests (Makefile.am): Distribute
16139         `test-closein.sh'.
16140
16141 2007-05-17  Bruno Haible  <bruno@clisp.org>
16142
16143         * tests/test-printf-posix.output: Renamed from
16144         tests/test-fprintf-posix.out.
16145         * modules/fprintf-posix-tests: Update.
16146         * modules/printf-posix-tests: Update.
16147         * modules/vfprintf-posix-tests: Update.
16148         * modules/vprintf-posix-tests: Update.
16149         * tests/test-fprintf-posix.sh: Update.
16150         * tests/test-printf-posix.sh: Update.
16151         * tests/test-vfprintf-posix.sh: Update.
16152         * tests/test-vprintf-posix.sh: Update.
16153         Reported by Ralf Wildenhues.
16154
16155 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16156
16157         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
16158         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
16159         GCC 4.2, which otherwise issues a lot of warnings.
16160         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
16161         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
16162         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
16163         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
16164         it should no longer be needed.
16165         * lib/string_.h: Likewise.
16166         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
16167         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
16168         * modules/inttypes (inttypes.h): Likewise.
16169         * modules/math (math.h): Likewise.
16170         * modules/search (search.h): Likewise.
16171         * modules/signal (signal.h): Likewise.
16172         * modules/stdint (stdint.h): Likewise.
16173         * modules/stdio (stdio.h): Likewise.
16174         * modules/stdlib (stdlib.h): Likewise.
16175         * modules/string (string.h): Likewise.
16176         * modules/sys_time (sys/time.h): Likewise.
16177         * modules/time (time.h): Likewise.
16178         * modules/wchar (wchar.h): Likewise.
16179         * modules/wctype (wtype.h): Likewise.
16180
16181 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
16182
16183         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
16184
16185 2007-05-13  Bruno Haible  <bruno@clisp.org>
16186
16187         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
16188         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16189         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
16190         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16191         (gl_PREREQ_STRTOK_R): Don't require it here.
16192
16193 2007-05-13  Bruno Haible  <bruno@clisp.org>
16194
16195         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
16196         when used in C++ mode.
16197
16198 2007-05-12  Bruno Haible  <bruno@clisp.org>
16199
16200         * lib/linebuffer.h: Tweak doc.
16201         * lib/linebuffer.c: Likewise.
16202
16203 2007-05-12  James Youngman  <jay@gnu.org>
16204
16205         * lib/linebuffer.c (readlinebuffer_delim): New function,
16206         like readlinebuffer, but use a caller-specified delimiter.
16207         (readlinebuffer): Just call readlinebuffer_delim with '\n'
16208         as the delimiter.
16209         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
16210
16211 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16212
16213         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
16214         * modules/openat (Files): Remove openat-die.c.
16215         (Depends-on): Add openat-die.
16216         * modules/openat-die: New module.
16217
16218 2007-05-06  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
16221         Update with info about Cygwin.
16222         * doc/functions/fprintf.texi: Update.
16223         * doc/functions/printf.texi: Update.
16224         * doc/functions/snprintf.texi: Update.
16225         * doc/functions/sprintf.texi: Update.
16226         * doc/functions/vfprintf.texi: Update.
16227         * doc/functions/vprintf.texi: Update.
16228         * doc/functions/vsnprintf.texi: Update.
16229         * doc/functions/vsprintf.texi: Update.
16230         Reported by Eric Blake.
16231
16232 2007-05-06  Bruno Haible  <bruno@clisp.org>
16233
16234         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
16235         padding ourselves for the floating-point directives.
16236         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
16237         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
16238         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16239         gl_PRINTF_FLAG_ZERO and test its result. Invoke
16240         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
16241         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16242         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16243         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16244         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16245         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16246         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16247         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16248         * tests/test-snprintf-posix.h (test_function): Also check the width
16249         and some flags in the %f directive.
16250         * tests/test-sprintf-posix.h (test_function): Likewise.
16251         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16252         * tests/test-vasprintf-posix.c (test_function): Likewise.
16253         * doc/functions/fprintf.texi: Update.
16254         * doc/functions/printf.texi: Update.
16255         * doc/functions/snprintf.texi: Update.
16256         * doc/functions/sprintf.texi: Update.
16257         * doc/functions/vfprintf.texi: Update.
16258         * doc/functions/vprintf.texi: Update.
16259         * doc/functions/vsnprintf.texi: Update.
16260         * doc/functions/vsprintf.texi: Update.
16261
16262 2007-05-06  Bruno Haible  <bruno@clisp.org>
16263
16264         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
16265         pass the ' flag character to sprintf or snprintf.
16266         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
16267         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
16268         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16269         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
16270         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
16271         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16272         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
16273         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16274         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16275         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16276         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16277         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16278         * tests/test-snprintf-posix.h (test_function): Also check the grouping
16279         flag.
16280         * tests/test-sprintf-posix.h (test_function): Likewise.
16281         * tests/test-vasnprintf-posix.c (test_function): Likewise.
16282         * tests/test-vasprintf-posix.c (test_function): Likewise.
16283         * doc/functions/fprintf.texi: Update.
16284         * doc/functions/printf.texi: Update.
16285         * doc/functions/snprintf.texi: Update.
16286         * doc/functions/sprintf.texi: Update.
16287         * doc/functions/vfprintf.texi: Update.
16288         * doc/functions/vprintf.texi: Update.
16289         * doc/functions/vsnprintf.texi: Update.
16290         * doc/functions/vsprintf.texi: Update.
16291
16292 2007-05-01  Bruno Haible  <bruno@clisp.org>
16293
16294         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
16295
16296 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
16299         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
16300
16301 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
16302
16303         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
16304         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
16305         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
16306
16307 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
16308
16309         * lib/argp-help.c (struct hol_entry): New member `ord'.
16310         (HOL_ENTRY_PTRCMP): Use ord for comparison
16311         (hol_sort): Initialize ord.
16312
16313 2007-05-01  Bruno Haible  <bruno@clisp.org>
16314
16315         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
16316         Reported by Eric Blake.
16317         * doc/gnulib.texi (Function Substitutes): Update.
16318
16319 2007-05-01  Bruno Haible  <bruno@clisp.org>
16320
16321         * doc/functions.texi: Remove file, now redundant through
16322         doc/functions/*.texi.
16323
16324 2007-05-01  Bruno Haible  <bruno@clisp.org>
16325
16326         * modules/argp (Depends-on): Add sleep.
16327
16328 2007-05-01  Bruno Haible  <bruno@clisp.org>
16329
16330         * modules/sleep-tests: New file.
16331         * tests/test-sleep.c: New file.
16332
16333         * modules/sleep: New file.
16334         * lib/sleep.c: New file.
16335         * m4/sleep.m4: New file.
16336         * lib/unistd_.h (sleep): New declaration.
16337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
16338         HAVE_SLEEP.
16339         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
16340         * doc/functions/sleep.texi: Document the sleep module.
16341
16342 2007-05-01  Bruno Haible  <bruno@clisp.org>
16343
16344         * lib/sigprocmask.h: Remove file.
16345         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
16346         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
16347         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
16348         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
16349         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
16350         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
16351         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
16352         HAVE_SIGSET_T as a shell variable.
16353         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
16354         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
16355         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
16356         (Depends-on): Add signal. Remove verify.
16357         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
16358         (Include): Mention <signal.h> instead of sigprocmask.h.
16359         * NEWS: Mention the change.
16360         * lib/fatal-signal.c: Don't include sigprocmask.h.
16361
16362 2007-05-01  Bruno Haible  <bruno@clisp.org>
16363
16364         * modules/signal: New file.
16365         * lib/signal_.h: New file.
16366         * m4/signal_h.m4: New file.
16367
16368 2007-05-01  Bruno Haible  <bruno@clisp.org>
16369
16370         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
16371         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
16372         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
16373         HAVE_WCTYPE_CTMP_BUG into wctype.h.
16374
16375 2007-05-01  Bruno Haible  <bruno@clisp.org>
16376
16377         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
16378         configure time.
16379         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
16380         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
16381         * modules/sys_stat (Makefile.am): Substitute their values into
16382         sys/stat.h.
16383
16384 2007-05-01  Bruno Haible  <bruno@clisp.org>
16385
16386         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
16387         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
16388         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
16389
16390 2007-05-01  Bruno Haible  <bruno@clisp.org>
16391
16392         * doc/header/assert.texi: Undo last change: don't mention the gnulib
16393         'assert' module here.
16394
16395 2007-05-01  Bruno Haible  <bruno@clisp.org>
16396
16397         * doc/functions/*.texi: New files.
16398         * doc/functions/google-ranking.txt: New file.
16399         * doc/gnulib.texi (Function Substitutes): New chapter.
16400         (ctime, inet_ntoa): Remove sections.
16401         * doc/ctime.texi: Remove file.
16402         * doc/inet_ntoa.texi: Remove file.
16403         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
16404         dependencies.
16405         (%.info): New rule, specifying a --reference-limit.
16406
16407 2007-05-01  Bruno Haible  <bruno@clisp.org>
16408
16409         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
16410
16411 2007-05-01  Bruno Haible  <bruno@clisp.org>
16412
16413         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
16414         the portability of 'mkdir' to mingw systems.
16415
16416 2007-05-01  Bruno Haible  <bruno@clisp.org>
16417
16418         * doc/headers/google-ranking.txt: New file.
16419
16420 2007-04-30  Eric Blake  <ebb9@byu.net>
16421
16422         Prefer fseeko to fseek.
16423         * modules/getpass (Depends-on): Add fseeko.
16424         * lib/getpass.c (getpass): Use fseeko, not fseek.
16425
16426 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
16427
16428         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
16429         assumes the sorting is stable, while most qsort implementations
16430         are not.  Use argument addresses to ensure they never compare as
16431         equal.
16432
16433         * tests/test-argp-2.sh (usage-indent test): Fix output
16434         (func_compare): Restore diff options
16435         * tests/test-argp.c: Restore #include "progname.h"
16436
16437 2007-04-29  Bruno Haible  <bruno@clisp.org>
16438
16439         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
16440         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16441         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
16442         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16443         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
16444         (configure.ac): Define CHECK_SNPRINTF_POSIX.
16445         (TESTS, check_PROGRAMS): Add test-snprintf.
16446         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
16447         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
16448         (TESTS, check_PROGRAMS): Add test-vsnprintf.
16449         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
16450         assertions that fail on HP-UX, OSF/1, or IRIX.
16451         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
16452
16453 2007-04-29  Bruno Haible  <bruno@clisp.org>
16454
16455         * MODULES.html.sh (posix_functions): Remove 'contents'.
16456
16457 2007-04-29  Karl Berry  <karl@gnu.org>
16458
16459         * config/srclist.txt (gendocs_template_min): new entry.
16460
16461 2007-04-29  Bruno Haible  <bruno@clisp.org>
16462
16463         Work around fpurge bug on BSD systems.
16464         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
16465         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
16466         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
16467         fpurge to rpl_fpurge if the system already has this function.
16468         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
16469         the case where the system already has this function. Correct invariants
16470         on BSD systems.
16471         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
16472         BSD systems.
16473
16474 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
16475
16476         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
16477         proposed by Sven Verdoolaege.
16478
16479         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
16480         options.
16481         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
16482         (usage and help tests): Update
16483
16484 2007-04-29  Bruno Haible  <bruno@clisp.org>
16485
16486         * tests/test-fflush.c (main): Use a file of size 17, not 10.
16487         Print more information in case of failure. Disable a test on BeOS.
16488
16489 2007-04-29  Bruno Haible  <bruno@clisp.org>
16490
16491         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
16492         This helps debugging on systems on which no gdb is available.
16493
16494 2007-04-29  Bruno Haible  <bruno@clisp.org>
16495
16496         * lib/freading.h: Improve comments.
16497         * lib/fwriting.h: Likewise.
16498         * tests/test-freading.c (main): Don't check freading immediately after
16499         repositioning. Needed for glibc.
16500
16501 2007-04-29  Bruno Haible  <bruno@clisp.org>
16502
16503         * lib/freading.c (freading): Trivial simplification.
16504
16505 2007-04-28  Bruno Haible  <bruno@clisp.org>
16506
16507         * tests/test-fwriting.c (main): Also test the interaction between
16508         fflush and fwriting.
16509         * modules/fwriting-tests (Depends-on): Add fflush.
16510
16511         * tests/test-freading.c (main): Also test the interaction between
16512         fflush and freading.
16513         * modules/freading-tests (Depends-on): Add fflush.
16514
16515 2007-04-28  Bruno Haible  <bruno@clisp.org>
16516
16517         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
16518         fseeko and ftello.
16519         Suggested by Eric Blake.
16520
16521 2007-04-28  Jim Meyering  <jim@meyering.net>
16522
16523         Avoid false-negative in gl_STDINT_H's C99 conformance test.
16524         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
16525         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
16526
16527 2007-04-27  Eric Blake  <ebb9@byu.net>
16528
16529         * doc/headers/assert.texi (assert.h): Document assert module use.
16530
16531 2007-04-27  Bruno Haible  <bruno@clisp.org>
16532
16533         * doc/headers/*.texi: New files.
16534         * doc/gnulib.texi (Header File Substitutes): New chapter.
16535         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
16536         dependencies.
16537         (standards.info ,standards.html, standards.dvi): Update dependencies.
16538         (mostlyclean, clean): New targets.
16539
16540 2007-04-27  Bruno Haible  <bruno@clisp.org>
16541
16542         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
16543         * modules/sysexits (Files, Makefile.am): Update.
16544
16545         * lib/sys_socket_.h: Renamed from lib/socket_.h.
16546         * modules/sys_socket (Files, Makefile.am): Update.
16547
16548         * lib/sys_stat_.h: Renamed from lib/stat_.h.
16549         * modules/sys_stat (Files, Makefile.am): Update.
16550
16551 2007-04-27  Eric Blake  <ebb9@byu.net>
16552
16553         * lib/freading.h: Improve comments.
16554         * lib/fwriting.h: Likewise.
16555         * lib/fflush.c: Likewise.
16556
16557         Fix closein for mingw.
16558         * modules/closein-tests: Add tests for closein.
16559         * tests/test-closein.c: New file.
16560         * tests/test-closein.sh: Likewise.
16561         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
16562         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
16563
16564 2007-04-27  Bruno Haible  <bruno@clisp.org>
16565
16566         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
16567         version is < 6.
16568         * lib/math_.h [__DECC]: Likewise.
16569         * lib/stdio_.h [__DECC]: Likewise.
16570         * lib/stdlib_.h [__DECC]: Likewise.
16571         * lib/string_.h [__DECC]: Likewise.
16572         * lib/time_.h [__DECC]: Likewise.
16573         * lib/wchar_.h [__DECC]: Likewise.
16574         * lib/wctype_.h [__DECC]: Likewise.
16575
16576 2007-04-27  Bruno Haible  <bruno@clisp.org>
16577
16578         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
16579
16580 2007-04-27  Bruno Haible  <bruno@clisp.org>
16581
16582         * lib/fflush.c: Add comments.
16583         * modules/fpurge-tests (Depends-on): Add fflush.
16584         * modules/freadable-tests (Depends-on): Likewise.
16585         * modules/fwritable-tests (Depends-on): Likewise.
16586
16587 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
16588
16589         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
16590         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
16591         Report by Bruno Haible <bruno@clisp.org>.
16592
16593 2007-04-26  Eric Blake  <ebb9@byu.net>
16594
16595         Fix fflush on mingw.
16596         * modules/fflush (Depends-on): Add freading.
16597         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
16598         but unread data.
16599
16600 2007-04-26  Eric Blake  <ebb9@byu.net>
16601         and Bruno Haible  <bruno@clisp.org>
16602
16603         Implement freading and fwriting.
16604         * lib/freading.c: New file.
16605         * lib/freading.h: Likewise.
16606         * m4/freading.m4: Likewise.
16607         * modules/freading: Likewise.
16608         * modules/freading-tests: Likewise.
16609         * tests/test-freading.c: Likewise.
16610         * lib/fwriting.c: New file.
16611         * lib/fwriting.h: Likewise.
16612         * m4/fwriting.m4: Likewise.
16613         * modules/fwriting: Likewise.
16614         * modules/fwriting-tests: Likewise.
16615         * tests/test-fwriting.c: Likewise.
16616         * MODULES.html.sh (File stream based Input/Output): Mention them.
16617
16618 2007-04-26  Bruno Haible  <bruno@clisp.org>
16619
16620         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
16621         'long' when we assume it.
16622         Suggested by Eric Blake.
16623
16624 2007-04-26  Bruno Haible  <bruno@clisp.org>
16625
16626         Ensure fseeko, ftello are declared on glibc systems.
16627         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
16628         * modules/fseeko (configure.ac-early): Likewise.
16629         * modules/ftello (configure.ac-early): Likewise.
16630         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
16631         AC_FUNC_FSEEKO for this.
16632         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
16633         (gl_CHECK_FSEEKO): Remove macro.
16634
16635 2007-04-26  Bruno Haible  <bruno@clisp.org>
16636
16637         * tests/test-fflush.c (main): Also check the ftell result after
16638         fflush and fseek/fseeko.
16639         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
16640         file descriptor position cache in the stream.
16641         * lib/fseeko.c (rpl_fseeko): Likewise.
16642
16643 2007-04-26  Bruno Haible  <bruno@clisp.org>
16644
16645         * modules/fflush-tests (Depends-on): Add fseeko.
16646
16647 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
16648             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16649
16650         * lib/argz_.h: ensure error_t definition is obtained in same
16651         mechanism system argz.h would have.
16652         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
16653         argz facilities are known bad.  Err on the side of caution if
16654         cross-compiling.
16655
16656 2007-04-25  Eric Blake  <ebb9@byu.net>
16657
16658         * lib/fpurge.c (includes): Use stdlib.h for free.
16659         * tests/test-fflush.c (main): Also test fflush-fseeko.
16660
16661 2007-04-25  Bruno Haible  <bruno@clisp.org>
16662
16663         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
16664         * lib/fseeko.c: New file.
16665         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
16666         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
16667         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
16668         gl_FUNC_FSEEKO.
16669         (gl_FUNC_FSEEKO): Invoke it.
16670         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
16671         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
16672         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
16673
16674 2007-04-25  Bruno Haible  <bruno@clisp.org>
16675
16676         * modules/fflush (Depends-on): Add ftello.
16677
16678 2007-04-25  Bruno Haible  <bruno@clisp.org>
16679
16680         * modules/ftello-tests: New file.
16681         * tests/test-ftello.c: New file.
16682
16683         * modules/ftello: New file.
16684         * m4/ftello.m4: New file.
16685         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
16686         HAVE_FTELLO.
16687         * lib/stdio_.h (ftello): New declaration.
16688         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
16689         HAVE_FTELLO.
16690
16691 2007-04-25  Bruno Haible  <bruno@clisp.org>
16692
16693         * modules/fseeko-tests: New file.
16694         * tests/test-fseeko.c: New file.
16695
16696         * modules/fseeko: New file.
16697         * m4/fseeko.m4: New file.
16698         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
16699         HAVE_FSEEKO.
16700         * lib/stdio_.h (fseeko): New declaration.
16701         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
16702         HAVE_FSEEKO.
16703
16704 2007-04-25  Bruno Haible  <bruno@clisp.org>
16705
16706         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16707
16708 2007-04-25  Bruno Haible  <bruno@clisp.org>
16709
16710         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16711         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16712         * tests/test-unistd.c: Likewise.
16713         * tests/test-fcntl.c: Likewise.
16714
16715 2007-04-23  Eric Blake  <ebb9@byu.net>
16716
16717         * lib/fflush.c: Fix missing include.
16718         Reported by Bruno Haible.
16719
16720 2007-04-23  Bruno Haible  <bruno@clisp.org>
16721
16722         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16723         Reported by Eric Blake.
16724
16725 2007-04-23  Bruno Haible  <bruno@clisp.org>
16726
16727         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16728
16729 2007-04-23  Bruno Haible  <bruno@clisp.org>
16730
16731         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16732
16733 2007-04-23  Bruno Haible  <bruno@clisp.org>
16734
16735         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16736         Needed on HP-UX 11.
16737
16738 2007-04-16  Eric Blake  <ebb9@byu.net>
16739
16740         Make fflush rely on fpurge.
16741         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16742         open coding all variants.
16743         * modules/fflush (Depends-on): Add fpurge and unistd.
16744         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16745         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16746
16747         Fix --with-tests compilation on cygwin.
16748         * modules/argmatch-tests (Makefile.am): List gnulib library first
16749         in LDADD.
16750         * modules/argp-tests (Makefile.am): Likewise.
16751         * modules/array-list-tests (Makefile.am): Likewise.
16752         * modules/array-oset-tests (Makefile.am): Likewise.
16753         * modules/avltree-list-tests (Makefile.am): Likewise.
16754         * modules/avltree-oset-tests (Makefile.am): Likewise.
16755         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16756         * modules/carray-list-tests (Makefile.am): Likewise.
16757         * modules/dirname-tests (Makefile.am): Likewise.
16758         * modules/frexp-tests (Makefile.am): Likewise.
16759         * modules/isnanl-tests (Makefile.am): Likewise.
16760         * modules/linked-list-tests (Makefile.am): Likewise.
16761         * modules/linkedhash-list-tests (Makefile.am): Likewise.
16762         * modules/lock-tests (Makefile.am): Likewise.
16763         * modules/rbtree-list-tests (Makefile.am): Likewise.
16764         * modules/rbtree-oset-tests (Makefile.am): Likewise.
16765         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
16766         * modules/tls-tests (Makefile.am): Likewise.
16767         * modules/tsearch-tests (Makefile.am): Likewise.
16768         * modules/xvasprintf-tests (Makefile.am): Likewise.
16769
16770         Fix fpurge for cygwin.
16771         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
16772         value.
16773         * modules/fpurge-tests (Depends-on): Clean up trash.
16774
16775 2007-04-16  Simon Josefsson  <simon@josefsson.org>
16776
16777         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
16778
16779         * m4/autobuild.m4: Re-indent.
16780
16781 2007-04-13  Bruno Haible  <bruno@clisp.org>
16782
16783         * modules/fpurge-tests: New file.
16784         * tests/test-fpurge.c: New file.
16785
16786         * modules/fpurge: New file.
16787         * lib/fpurge.h: New file.
16788         * lib/fpurge.c: New file.
16789         * m4/fpurge.m4: New file.
16790
16791 2007-04-13  Bruno Haible  <bruno@clisp.org>
16792
16793         * modules/fbufmode-tests: New file.
16794         * tests/test-fbufmode.c: New file.
16795
16796         * modules/fbufmode: New file.
16797         * lib/fbufmode.h: New file.
16798         * lib/fbufmode.c: New file.
16799         * m4/fbufmode.m4: New file.
16800
16801 2007-04-13  Bruno Haible  <bruno@clisp.org>
16802
16803         * modules/fwritable-tests: New file.
16804         * tests/test-fwritable.c: New file.
16805
16806         * modules/fwritable: New file.
16807         * lib/fwritable.h: New file.
16808         * lib/fwritable.c: New file.
16809         * m4/fwritable.m4: New file.
16810
16811 2007-04-13  Bruno Haible  <bruno@clisp.org>
16812
16813         * modules/freadable-tests: New file.
16814         * tests/test-freadable.c: New file.
16815
16816         * modules/freadable: New file.
16817         * lib/freadable.h: New file.
16818         * lib/freadable.c: New file.
16819         * m4/freadable.m4: New file.
16820
16821 2007-04-13  Bruno Haible  <bruno@clisp.org>
16822
16823         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
16824         MOSTLYCLEANFILES.
16825
16826 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16827
16828         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16829         gzip bootstrap.conf to avoid dragging in i18n machinery.
16830         (gnulib_tool_option): Use it.
16831
16832 2007-04-13  Bruno Haible  <bruno@clisp.org>
16833
16834         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
16835         %F directives.
16836         * tests/test-vasprintf-posix.c (test_function): Likewise.
16837         * tests/test-snprintf-posix.h (test_function): Likewise.
16838         * tests/test-sprintf-posix.h (test_function): Likewise.
16839         * tests/test-fprintf-posix.h (test_function): Likewise.
16840         * tests/test-printf-posix.h (test_function): Likewise.
16841         * tests/test-fprintf-posix.out: Likewise.
16842
16843 2007-04-13  Bruno Haible  <bruno@clisp.org>
16844
16845         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
16846         * modules/tls-tests (configure.ac): Likewise.
16847         Reported by Arto C. Nirkko <anirkko@insel.ch>.
16848
16849 2007-04-13  Bruno Haible  <bruno@clisp.org>
16850
16851         * lib/tls.c (glthread_tls_get): Fix return type.
16852         Patch by Arto C. Nirkko <anirkko@insel.ch>.
16853
16854 2007-04-12  Eric Blake  <ebb9@byu.net>
16855
16856         * modules/gettime (Depends-on): Remove gettime.
16857         Reported by Dmitry V. Levin.
16858
16859 2007-04-12  Bruno Haible  <bruno@clisp.org>
16860
16861         * modules/fflush (Include): Mention <stdio.h>.
16862         * modules/strtoimax (Include): Mention <inttypes.h>.
16863         * modules/strtoumax (Include): Likewise.
16864
16865 2007-04-12  Eric Blake  <ebb9@byu.net>
16866
16867         * .cvsignore: New file.
16868         * .gitignore: Likewise.
16869
16870 2007-04-12  Bruno Haible  <bruno@clisp.org>
16871
16872         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
16873         not before, since $(LDADD) often contains libgnu.a.
16874         * modules/striconv-tests (test_striconv_LDADD): Likewise.
16875         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
16876         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
16877         Needed on Cygwin.
16878
16879 2007-04-12  Eric Blake  <ebb9@byu.net>
16880
16881         Work around glibc's failure to flush stdin on fclose.
16882         * lib/closein.c (close_stdin): Flush stdin before closing.
16883
16884         Work around glibc's failure to reset seekable stdin on exit.
16885         * modules/closein: New module.
16886         * lib/closein.c: New file.
16887         * lib/closein.h: Likewise.
16888         * m4/closein.m4: Likewise.
16889         * MODULES.html.sh (File stream based Input/Output): Document it.
16890
16891 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16892
16893         * gnulib-tool: Rename generated 'autobuild' script to
16894         'do-autobuild' in --create-megatestdir output.
16895
16896         * doc/gnulib.texi (Build robot for gnulib): Fix.
16897
16898 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16899
16900         * modules/sysexits (Depends-on): Add absolute-header.
16901
16902 2007-04-12  Eric Blake  <ebb9@byu.net>
16903
16904         No need to preserve errno on success.
16905         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16906         Reported by Bruno Haible.
16907
16908 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16909
16910         * MODULES.html.sh (Support for maintaining and releasing
16911         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
16912
16913 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16914
16915         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
16916
16917 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16918
16919         * modules/autobuild: New module.
16920
16921         * m4/autobuild.m4: New file.
16922
16923 2007-04-11  Bruno Haible  <bruno@clisp.org>
16924
16925         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
16926         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
16927         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
16928         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
16929         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16930         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16931         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16932         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16933         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16934         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16935         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
16936         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16937         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16938         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16939         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16940         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16941         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16942         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16943         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16944         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16945         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16946         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16947         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16948         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16949         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16950         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16951         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16952         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16953         Reported by Eric Blake.
16954
16955 2007-04-11  Bruno Haible  <bruno@clisp.org>
16956
16957         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16958
16959 2007-04-10  Bruno Haible  <bruno@clisp.org>
16960
16961         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16962         for NaN and Infinity. Needed on FreeBSD 6.1.
16963         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16964         regarding results for "%010a" of Infinity and NaN.
16965         * tests/test-vasprintf-posix.c (test_function): Likewise.
16966         * tests/test-snprintf-posix.h (test_function): Likewise.
16967         * tests/test-sprintf-posix.h (test_function): Likewise.
16968         * tests/test-fprintf-posix.h (test_function): Likewise.
16969         * tests/test-printf-posix.h (test_function): Likewise.
16970         * tests/test-fprintf-posix.out: Likewise.
16971
16972 2007-04-10  Bruno Haible  <bruno@clisp.org>
16973
16974         * modules/locale-tests: New file.
16975         * tests/test-locale.c: New file.
16976
16977         * modules/locale: New file.
16978         * lib/locale_.h: New file.
16979         * m4/locale_h.m4: New file.
16980
16981 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16982             Bruno Haible  <bruno@clisp.org>
16983
16984         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16985         be determined, test for availability of the copysignf, copysign,
16986         copysignl functions.
16987         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16988         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16989         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16990
16991 2007-04-09  Eric Blake  <ebb9@byu.net>
16992
16993         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16994         * modules/stdio (Makefile.am): Support fflush.
16995         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16996         * modules/fflush: New file.
16997         * lib/fflush.c: Likewise.
16998         * m4/fflush.m4: Likewise.
16999         * modules/fflush-tests: New test.
17000         * tests/test-fflush.c: Likewise.
17001         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
17002
17003 2007-04-06  Bruno Haible  <bruno@clisp.org>
17004
17005         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
17006         (VASNPRINTF): Use signbit for faster determination whether to print a
17007         minus sign.
17008         * modules/vasnprintf (Files): Remove lib/float+.h.
17009         * modules/fprintf-posix (Depends-on): Add signbit.
17010         * modules/snprintf-posix (Depends-on): Likewise.
17011         * modules/sprintf-posix (Depends-on): Likewise.
17012         * modules/vasnprintf-posix (Depends-on): Likewise.
17013         * modules/vasprintf-posix (Depends-on): Likewise.
17014         * modules/vfprintf-posix (Depends-on): Likewise.
17015         * modules/vsnprintf-posix (Depends-on): Likewise.
17016         * modules/vsprintf-posix (Depends-on): Likewise.
17017
17018 2007-04-06  Bruno Haible  <bruno@clisp.org>
17019
17020         * tests/test-frexp.c (main): Test also the sign bit of zero results.
17021         * tests/test-frexpl.c (main): Likewise.
17022         * tests/test-ldexpl.c (main): Likewise.
17023         * modules/frexp-tests (Depends-on): Add signbit.
17024         * modules/frexpl-tests (Depdends-on): Likewise.
17025         * modules/ldexpl-tests (Depdends-on): Likewise.
17026
17027 2007-04-06  Bruno Haible  <bruno@clisp.org>
17028
17029         * modules/signbit-tests: New file.
17030         * tests/test-signbit.c: New file.
17031
17032         * modules/signbit: New file.
17033         * lib/signbitf.c: New file.
17034         * lib/signbitd.c: New file.
17035         * lib/signbitl.c: New file.
17036         * m4/signbit.m4: New file.
17037         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
17038         (signbit): New macro.
17039         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
17040         REPLACE_SIGNBIT.
17041         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
17042         REPLACE_FREXPL into math.h.
17043
17044 2007-04-06  Bruno Haible  <bruno@clisp.org>
17045
17046         * modules/isnanf-nolibm-tests: New file.
17047         * tests/test-isnanf.c: New file.
17048
17049         * modules/isnanf-nolibm: New file.
17050         * lib/isnanf.h: New file.
17051         * lib/isnanf.c: New file.
17052         * lib/isnan.c: Consider the USE_FLOAT macro.
17053         * m4/isnanf.m4: New file.
17054
17055 2007-04-06  Bruno Haible  <bruno@clisp.org>
17056
17057         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
17058         (Link): New section.
17059
17060         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
17061
17062 2007-04-06  Bruno Haible  <bruno@clisp.org>
17063
17064         Assume the 'long double' type.
17065         * m4/longdouble.m4: Remove file.
17066         * config/srclist.txt: Don't mention longdouble.m4.
17067         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
17068         * lib/float+.h: Likewise.
17069         * lib/frexp.c: Likewise.
17070         * lib/printf-args.h: Likewise.
17071         * lib/printf-args.c: Likewise.
17072         * lib/printf-frexp.c: Likewise.
17073         * lib/printf-parse.c: Likewise.
17074         * lib/vasnprintf.c: Likewise.
17075         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
17076         * m4/intl.m4: Likewise.
17077         * m4/isnanl.m4: Likewise.
17078         * m4/printf.m4: Likewise.
17079         * m4/printf-frexpl.m4: Likewise.
17080         * m4/vasnprintf.m4: Likewise.
17081         * modules/allocsa (Files): Remove m4/longdouble.m4.
17082         * modules/gettext (Files): Likewise.
17083         * modules/relocatable-prog-wrapper (Files): Likewise.
17084         * modules/vasnprintf (Files): Likewise.
17085         * modules/isnanl (Files): Likewise.
17086         (Include): Simplify.
17087         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
17088         (Include): Simplify.
17089         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
17090         (Include): Simplify.
17091         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
17092         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17093         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
17094         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17095         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17096         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17097         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
17098         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17099         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
17100         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17101         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
17102         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
17103         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
17104         * tests/test-isnanl.c: Likewise.
17105         * tests/test-snprintf-posix.h: Likewise.
17106         * tests/test-sprintf-posix.h: Likewise.
17107         * tests/test-vasnprintf-posix.c: Likewise.
17108         * tests/test-vasnprintf-posix2.c: Likewise.
17109         * tests/test-vasprintf-posix.c: Likewise.
17110
17111 2007-04-06  Bruno Haible  <bruno@clisp.org>
17112
17113         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
17114         * lib/math_.h [__DECC]: Include the overridden include file through
17115         #include_next, outside the double-inclusion guard.
17116         * lib/stdio_.h [__DECC]: Likewise.
17117         * lib/stdlib_.h [__DECC]: Likewise.
17118         * lib/string_.h [__DECC]: Likewise.
17119         * lib/time_.h [__DECC]: Likewise.
17120         * lib/wchar_.h [__DECC]: Likewise.
17121         * lib/wctype_.h [__DECC]: Likewise.
17122         * lib/inttypes_.h [__DECC]: Likewise.
17123         Reported by Albert Chin <china@thewrittenword.com> in
17124         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
17125
17126 2007-04-04  Eric Blake  <ebb9@byu.net>
17127
17128         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
17129         1.5.x.
17130
17131 2007-04-04  Bruno Haible  <bruno@clisp.org>
17132
17133         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
17134         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
17135
17136 2007-04-04  Bruno Haible  <bruno@clisp.org>
17137
17138         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
17139         results for "%010a" of Infinity and NaN.
17140         * tests/test-vasprintf-posix.c (test_function): Likewise.
17141         * tests/test-snprintf-posix.h (test_function): Likewise.
17142         * tests/test-sprintf-posix.h (test_function): Likewise.
17143         * tests/test-fprintf-posix.h (test_function): Remove these tests.
17144         * tests/test-printf-posix.h (test_function): Likewise.
17145         * tests/test-fprintf-posix.out: Update.
17146         Needed for FreeBSD 6.1.
17147
17148 2007-04-04  Bruno Haible  <bruno@clisp.org>
17149
17150         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
17151         directly used by the gnulib modules nor by gnulib-tool.
17152
17153 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17154
17155         * DEPENDENCIES: Give overall description of version dependency
17156         desirability.  Use more-typical names for apps.
17157         Add shell, coreutils, diffutils, grep, tar, gzip.
17158
17159 2007-04-04  Simon Josefsson  <simon@josefsson.org>
17160
17161         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
17162
17163 2007-04-04  Karl Berry  <karl@gnu.org>
17164
17165         * MODULES.html.sh (func_module): missing '.
17166
17167 2007-04-03  Bruno Haible  <bruno@clisp.org>
17168
17169         * modules/argmatch-tests (Makefile.am): New variable
17170         test_argmatch_LDADD.
17171         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
17172         * modules/array-list-tests (Makefile.am): New variable
17173         test_array_list_LDADD.
17174         * modules/array-oset-tests (Makefile.am): New variable
17175         test_array_oset_LDADD.
17176         * modules/avltree-list-tests (Makefile.am): New variable
17177         test_avltree_list_LDADD.
17178         * modules/avltree-oset-tests (Makefile.am): New variable
17179         test_avltree_oset_LDADD.
17180         * modules/avltreehash-list-tests (Makefile.am): New variable
17181         test_avltreehash_list_LDADD.
17182         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17183         test_canonicalize_lgpl_LDADD.
17184         * modules/carray-list-tests (Makefile.am): New variable
17185         test_carray_list_LDADD.
17186         * modules/dirname-tests (Makefile.am): New variable
17187         test_dirname_LDADD.
17188         * modules/linked-list-tests (Makefile.am): New variable
17189         test_linked_list_LDADD.
17190         * modules/linkedhash-list-tests (Makefile.am): New variable
17191         test_linkedhash_list_LDADD.
17192         * modules/rbtree-list-tests (Makefile.am): New variable
17193         test_rbtree_list_LDADD.
17194         * modules/rbtree-oset-tests (Makefile.am): New variable
17195         test_rbtree_oset_LDADD.
17196         * modules/rbtreehash-list-tests (Makefile.am): New variable
17197         test_rbtreehash_list_LDADD.
17198         * modules/xvasprintf-tests (Makefile.am): New variable
17199         test_xvasprintf_LDADD.
17200         Reported by Eric Blake.
17201
17202 2007-04-03  Eric Blake  <ebb9@byu.net>
17203
17204         * DEPENDENCIES: Weaken m4 requirements.
17205
17206 2007-04-03  Bruno Haible  <bruno@clisp.org>
17207
17208         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
17209         * modules/isnanl-tests (configure.ac): Likewise.
17210
17211 2007-04-03  Ben Pfaff  <blp@gnu.org>
17212
17213         * modules/iconv_open: Add $(srcdir)/ to source directory
17214         references in Makefile fragments that call gperf, to fix VPATH
17215         builds.
17216
17217 2007-04-03  Bruno Haible  <bruno@clisp.org>
17218
17219         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
17220         * lib/ldexpl.c: Undo last change.
17221
17222 2007-04-03  Bruno Haible  <bruno@clisp.org>
17223
17224         * modules/printf-frexpl (Depends-on): Undo last change.
17225         (Files): Add m4/ldexpl.m4.
17226
17227 2007-04-03  Bruno Haible  <bruno@clisp.org>
17228
17229         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
17230         * modules/isnanl (Link): New section.
17231
17232         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
17233         * modules/frexp (Link): New section.
17234
17235         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
17236         * modules/frexpl (Link): New section.
17237
17238         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
17239         * modules/ldexpl (Link): New section.
17240
17241 2007-04-03  Bruno Haible  <bruno@clisp.org>
17242
17243         * modules/TEMPLATE-EXTENDED: New file.
17244         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
17245
17246 2007-04-03  Bruno Haible  <bruno@clisp.org>
17247
17248         * DEPENDENCIES: New file.
17249         Suggested by Simon Josefsson.
17250
17251 2007-04-03  Bruno Haible  <bruno@clisp.org>
17252
17253         * doc/gnulib.texi: Escape @.
17254
17255 2007-04-03  James Youngman  <jay@gnu.org>
17256         and Paul Eggert  <eggert@cs.ucla.edu>
17257
17258         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
17259         birthtime on all systems that have birthtime, not just those which
17260         use st_birthtimensec rather than st_birthtim.  Putting zero in
17261         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
17262         that the birth time is not available for files on an NFS mount.
17263
17264 2007-04-03  Simon Josefsson  <simon@josefsson.org>
17265
17266         * modules/memxor: Move back from crypto/, suggested by Bruno.
17267         * modules/crypto/hmac-sha1: Fix memxor dependency.
17268
17269         * modules/crypto/gc: Moved from ../.
17270
17271 2007-04-02  Eric Blake  <ebb9@byu.net>
17272
17273         * lib/ldexpl.c (includes): Avoid libm.
17274
17275         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
17276
17277 2007-04-02  Bruno Haible  <bruno@clisp.org>
17278
17279         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
17280         on IRIX.
17281
17282 2007-04-02  Bruno Haible  <bruno@clisp.org>
17283
17284         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
17285         x86 or x86_64 platforms running MacOS X.
17286         Reported by Ryan Schmidt <@ryandesign.com>.
17287
17288 2007-04-02  Bruno Haible  <bruno@clisp.org>
17289
17290         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
17291         i386.
17292
17293 2007-04-01  Simon Josefsson  <simon@josefsson.org>
17294
17295         * modules/crypto/arcfour: Moved from ../.
17296         * modules/crypto/arcfour-tests: Moved from ../.
17297         * modules/crypto/arctwo: Moved from ../.
17298         * modules/crypto/arctwo-tests: Moved from ../.
17299         * modules/crypto/des: Moved from ../.
17300         * modules/crypto/des-tests: Moved from ../.
17301         * modules/crypto/gc-arcfour: Moved from ../.
17302         * modules/crypto/gc-arcfour-tests: Moved from ../.
17303         * modules/crypto/gc-arctwo: Moved from ../.
17304         * modules/crypto/gc-arctwo-tests: Moved from ../.
17305         * modules/crypto/gc-des: Moved from ../.
17306         * modules/crypto/gc-des-tests: Moved from ../.
17307         * modules/crypto/gc-hmac-md5: Moved from ../.
17308         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
17309         * modules/crypto/gc-hmac-sha1: Moved from ../.
17310         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
17311         * modules/crypto/gc-md2: Moved from ../.
17312         * modules/crypto/gc-md2-tests: Moved from ../.
17313         * modules/crypto/gc-md4: Moved from ../.
17314         * modules/crypto/gc-md4-tests: Moved from ../.
17315         * modules/crypto/gc-md5: Moved from ../.
17316         * modules/crypto/gc-md5-tests: Moved from ../.
17317         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
17318         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
17319         * modules/crypto/gc-random: Moved from ../.
17320         * modules/crypto/gc-rijndael: Moved from ../.
17321         * modules/crypto/gc-rijndael-tests: Moved from ../.
17322         * modules/crypto/gc-sha1: Moved from ../.
17323         * modules/crypto/gc-sha1-tests: Moved from ../.
17324         * modules/crypto/gc-tests: Moved from ../.
17325         * modules/crypto/hmac-md5: Moved from ../.
17326         * modules/crypto/hmac-md5-tests: Moved from ../.
17327         * modules/crypto/hmac-sha1: Moved from ../.
17328         * modules/crypto/hmac-sha1-tests: Moved from ../.
17329         * modules/crypto/md2: Moved from ../.
17330         * modules/crypto/md2-tests: Moved from ../.
17331         * modules/crypto/md4: Moved from ../.
17332         * modules/crypto/md4-tests: Moved from ../.
17333         * modules/crypto/md5: Moved from ../.
17334         * modules/crypto/md5-tests: Moved from ../.
17335         * modules/crypto/memxor: Moved from ../.
17336         * modules/crypto/rijndael: Moved from ../.
17337         * modules/crypto/rijndael-tests: Moved from ../.
17338         * modules/crypto/sha1: Moved from ../.
17339
17340 2007-03-30  James Youngman  <jay@gnu.org>
17341
17342         * tests/test-stat-time.c (prepare_test): use chmod() rather than
17343         rename() to change the ctime of a file (because ctime is unaffected
17344         by rename on jfs2 on AIX 5.1).
17345         (main): Start by doing cleanup, in case a previous run failed leaving
17346         test files behind.
17347
17348 2007-03-31  Bruno Haible  <bruno@clisp.org>
17349
17350         Support old proprietary implementations of iconv.
17351         * modules/iconv_open: New file.
17352         * lib/iconv_.h: New file.
17353         * m4/iconv_h.m4: New file.
17354         * lib/iconv_open.c: New file.
17355         * lib/iconv_open-aix.gperf: New file.
17356         * lib/iconv_open-hpux.gperf: New file.
17357         * lib/iconv_open-irix.gperf: New file.
17358         * lib/iconv_open-osf.gperf: New file.
17359         * m4/iconv_open.m4: New file.
17360         * modules/linebreak (Depends-on): Add iconv_open.
17361         * modules/striconv (Depends-on): Likewise.
17362         * modules/striconveh (Depends-on): Likewise.
17363         * modules/unicodeio (Depends-on): Likewise.
17364         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
17365         (iconv_t)(-1).
17366         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
17367         conversion if cd is (iconv_t)(-1).
17368         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
17369         is not possible.
17370
17371 2007-03-31  Bruno Haible  <bruno@clisp.org>
17372
17373         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17374         work on Solaris either. Protect also second use of "autodetect_jp".
17375
17376 2007-03-31  Bruno Haible  <bruno@clisp.org>
17377
17378         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
17379         the function is not present.
17380
17381 2007-03-31  Bruno Haible  <bruno@clisp.org>
17382
17383         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
17384         the function is not present.
17385
17386 2007-03-31  Bruno Haible  <bruno@clisp.org>
17387
17388         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
17389         a bug in HP-UX iconv_open().
17390
17391 2007-03-31  Bruno Haible  <bruno@clisp.org>
17392
17393         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
17394         (Mathematics <math.h>): New section, add fpieee.
17395         (Input/output <stdio.h>): Add fseterr.
17396         (Mathematics <math.h>): New section, add printf-frexp.
17397         (Container data structures): Add sublist.
17398         (Core language properties): Add fpucw, inline.
17399         (Functions for greatest-width integer types <inttypes.h>): Add
17400         imaxabs, imaxdiv, inttypes.
17401         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
17402         isnanl-nolibm, ldexp.
17403         (Mathematics <math.h>): New section, add printf-frexpl.
17404         (Support for systems lacking POSIX:2001): Add fprintf-posix,
17405         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
17406         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
17407         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
17408         (Unicode string functions): Add unistr/u*-mbtoucr.
17409         (Java): Add javacomp-script, javaexec-script.
17410         (C#): Add csharpcomp-script, csharpexec-script.
17411         (Support for building libraries and executables): Add havelib,
17412         relocatable-*.
17413         (Support for maintaining and releasing projects): Renamed from
17414         'Support for maintaining and release projects'. Add announce-gen.
17415
17416 2007-03-31  Bruno Haible  <bruno@clisp.org>
17417
17418         * README: Talk primarily about git.
17419         (git and CVS): Renamed from CVS.
17420         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
17421         gnulib is available through git.
17422         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
17423
17424 2007-03-30  Bruno Haible  <bruno@clisp.org>
17425
17426         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
17427         * lib/poll_.h: Likewise.
17428         * lib/stat_.h: Likewise.
17429         * lib/sys_time_.h: Likewise.
17430         * lib/sysexit_.h: Likewise.
17431         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
17432         * lib/stdbool_.h: Likewise.
17433         * lib/byteswap_.h: Add double-inclusion guard.
17434
17435 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
17436
17437         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
17438
17439 2007-03-30  Karl Berry  <karl@gnu.org>
17440
17441         * config/srclist-update: double space after USA in the license
17442         substitution, since that's how it's usually (?) written.
17443
17444 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
17445
17446         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
17447         reported by Bruno Haible.
17448
17449 2007-03-29  Bruno Haible  <bruno@clisp.org>
17450
17451         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
17452         a bug in AIX iconv().
17453
17454 2007-03-29  Bruno Haible  <bruno@clisp.org>
17455
17456         * modules/ldexpl-tests: New file.
17457         * tests/test-ldexpl.c: New file.
17458
17459 2007-03-29  Bruno Haible  <bruno@clisp.org>
17460
17461         * lib/ldexpl.c: Include fpucw.h.
17462         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
17463         multiplication.
17464         * modules/ldexpl (Depends-on): Add fpucw.
17465
17466 2007-03-29  Bruno Haible  <bruno@clisp.org>
17467
17468         * modules/ldexpl: New file.
17469         * m4/ldexpl.m4: New file.
17470         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
17471         set.
17472         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
17473         REPLACE_LDEXPL.
17474         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
17475         REPLACE_LDEXPL.
17476         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
17477         gl_FUNC_LDEXPL_WORKS.
17478         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
17479         * modules/mathl (Files): Remove lib/ldexpl.c.
17480         (Depends-on): Add ldexpl.
17481
17482 2007-03-29  Bruno Haible  <bruno@clisp.org>
17483
17484         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
17485
17486 2007-03-29  Bruno Haible  <bruno@clisp.org>
17487
17488         * tests/test-striconveh.c (main): Don't assume that a direct conversion
17489         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
17490         and possibly also HP-UX.
17491         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
17492         work on AIX, IRIX, HP-UX, OSF/1.
17493         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
17494         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
17495         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
17496         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
17497         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
17498         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
17499
17500 2007-03-29  Bruno Haible  <bruno@clisp.org>
17501
17502         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
17503
17504 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
17507         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
17508
17509 2007-03-29  Eric Blake  <ebb9@byu.net>
17510
17511         * lib/acl-internal.h: Remove redundant include.
17512         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
17513         Cygwin when a file is locked.
17514
17515 2007-03-29  Bruno Haible  <bruno@clisp.org>
17516
17517         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
17518         file.
17519         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
17520
17521 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
17524         try to remove a parent directory if the child couldn't be removed
17525         (except for the first rmdir, which could fail because the child
17526         doesn't exist).  Problem reported by Jeff Blaine in
17527         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
17528
17529 2007-03-28  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/striconveh.c (utf8conv_carefully): New function.
17532         (mem_cd_iconveh_internal): Invoke it.
17533
17534 2007-03-28  Bruno Haible  <bruno@clisp.org>
17535
17536         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
17537         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
17538         input.
17539         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
17540         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
17541         unistr/u8-uctomb.
17542
17543 2007-03-28  Bruno Haible  <bruno@clisp.org>
17544
17545         * modules/unistr/u8-mbtoucr: New file.
17546         * lib/unistr/u8-mbtoucr.c: New file.
17547         * modules/unistr/u16-mbtoucr: New file.
17548         * lib/unistr/u16-mbtoucr.c: New file.
17549         * modules/unistr/u16-mbtoucr: New file.
17550         * lib/unistr/u16-mbtoucr.c: New file.
17551         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
17552
17553 2007-03-27  Simon Josefsson  <simon@josefsson.org>
17554             Bruno Haible  <bruno@clisp.org>
17555
17556         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
17557         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
17558         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
17559
17560         * m4/stdio_h.m4: Add stubs for vasprintf too.
17561
17562         * modules/stdio: Support vasprintf in sed command.
17563
17564         * modules/vasprintf: Depend on stdio for prototypes.  Remove
17565         vasprintf.h.  Add stdio module indicator.
17566
17567         * lib/stdio_.h: Declare asprintf and vasprintf, based on
17568         vasprintf.h.
17569
17570         * lib/vasprintf.h: File removed.
17571
17572         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
17573         * lib/vasprintf.c: Ditto.
17574         * lib/xvasprintf.c: Ditto.
17575         * tests/test-vasprintf-posix.c: Ditto.
17576         * tests/test-vasprintf.c: Ditto.
17577
17578 2007-03-27  Bruno Haible  <bruno@clisp.org>
17579
17580         Make vasnprintf multithread-safe.
17581         * lib/vasnprintf.c (decimal_point_char): New function.
17582         (VASNPRINTF): Use it.
17583         Suggested by Simon Josefsson.
17584
17585 2007-03-27  Eric Blake  <ebb9@byu.net>
17586
17587         Support sub-second birthtime on cygwin.
17588         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
17589         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
17590         (get_stat_birthtime): Also work with st_birthtim.
17591
17592 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
17593
17594         * lib/stat-time.h (USE_BIRTHTIME): Remove.
17595         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
17596         (get_stat_birthtime_ns): Do not try to use "spare" fields.
17597         (get_stat_birthtime_ns): Simplify compile-time tests.
17598         (get_stat_birthtime): Change the API to look like
17599         get_stat_mtime etc., except return a negative tv_nsec on error.
17600         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
17601         Don't check for "spare" fields.
17602         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
17603         or for struct stat.st_birthtime, as these tests aren't used.
17604         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
17605
17606 2007-03-27  Bruno Haible  <bruno@clisp.org>
17607
17608         * lib/stat-time.h: Include <sys/stat.h>.
17609
17610 2007-03-27  James Youngman  <jay@gnu.org>
17611
17612         * lib/stat-time.h (get_stat_birthtime): New function for
17613           retrieving st_birthtime as provided by UFS2 (hence *BSD).
17614         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
17615           and its variants.
17616         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
17617         * modules/stat-time-test: New file.
17618         * tests/test-stat-time.c: New test, devised by Bruno Haible.
17619
17620 2007-03-26  Bruno Haible  <bruno@clisp.org>
17621
17622         Better support of signalling NaNs.
17623         * lib/atanl.c: Include isnanl.h.
17624         (atanl): Perform test for NaN at the beginning of the function and
17625         through a call to isnanl.
17626         * lib/cosl.c: Include isnanl.h.
17627         (cosl): Perform test for NaN at the beginning of the function and
17628         through a call to isnanl.
17629         * lib/ldexpl.c: Include isnanl.h.
17630         (ldexpl): Perform test for NaN through a call to isnanl.
17631         * lib/logl.c: Include isnanl.h.
17632         (logl): Perform test for NaN at the beginning of the function and
17633         through a call to isnanl.
17634         * lib/sinl.c: Include isnanl.h.
17635         (sinl): Perform test for NaN at the beginning of the function and
17636         through a call to isnanl.
17637         * lib/sqrtl.c: Include isnanl.h.
17638         (sqrtl): Perform test for NaN at the beginning of the function and
17639         through a call to isnanl.
17640         * lib/tanl.c: Include isnanl.h.
17641         (tanl): Perform test for NaN at the beginning of the function and
17642         through a call to isnanl.
17643         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
17644         * modules/mathl (Depends-on): Add isnanl.
17645
17646 2007-03-26  Eric Blake  <ebb9@byu.net>
17647
17648         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
17649         regression in logic sense of previous patch.
17650
17651 2007-03-26  Bruno Haible  <bruno@clisp.org>
17652
17653         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
17654         unportable shell command "if ! ...".
17655         Reported by Ralf Wildenhues.
17656
17657 2007-03-25  Bruno Haible  <bruno@clisp.org>
17658
17659         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
17660         <sysexits.h> file, and only add EX_CONFIG.
17661         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
17662         absolute file name and whether it is sufficient. Substitute also
17663         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
17664         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
17665         ABSOLUTE_SYSEXITS_H into sysexits.h.
17666
17667 2007-03-25  Bruno Haible  <bruno@clisp.org>
17668
17669         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
17670         hints is NULL.
17671
17672 2007-03-25  Bruno Haible  <bruno@clisp.org>
17673
17674         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
17675         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
17676
17677 2007-03-25  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/vasnprintf.c: Include langinfo.h.
17680         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
17681         multithread-safe.
17682         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
17683         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
17684         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17685         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17686         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17687         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17688         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17689         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
17690         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17691         Reported by Simon Josefsson.
17692
17693 2007-03-25  Bruno Haible  <bruno@clisp.org>
17694
17695         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
17696         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
17697         * modules/vasnprintf (Depends-on): Add stdint.
17698
17699 2007-03-25  Bruno Haible  <bruno@clisp.org>
17700
17701         * modules/fpieee: New file.
17702         * m4/fpieee.m4: New file.
17703         * modules/isnan-nolibm (Depends-on): Add fpieee.
17704         * modules/isnanl-nolibm (Depends-on): Add fpieee.
17705         * modules/isnanl (Depends-on): Add fpieee.
17706
17707 2007-03-25  Bruno Haible  <bruno@clisp.org>
17708
17709         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17710
17711 2007-03-25  Bruno Haible  <bruno@clisp.org>
17712
17713         Avoid test failures on IRIX 6.5.
17714         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17715         (main): Use it.
17716         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17717         macros.
17718         (main): Use them.
17719
17720 2007-03-25  Bruno Haible  <bruno@clisp.org>
17721
17722         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17723         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17724         exists but doesn't work.
17725         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17726         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17727         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17728         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17729
17730 2007-03-25  Bruno Haible  <bruno@clisp.org>
17731
17732         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17733         returns inf. Needed on IRIX 6.5.
17734
17735 2007-03-25  Bruno Haible  <bruno@clisp.org>
17736
17737         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17738         (main): Use isnanl instead of x != x idiom.
17739         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17740
17741         * tests/test-frexp.c: Include isnan.h.
17742         (main): Use isnan instead of x != x idiom.
17743         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17744
17745 2007-03-25  Bruno Haible  <bruno@clisp.org>
17746
17747         * tests/test-frexp.c (NaN): New function/macro.
17748         (main): Use it instead of 0.0 / 0.0.
17749         * tests/test-isnan.c (NaN): New function/macro.
17750         (main): Use it instead of 0.0 / 0.0.
17751         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17752         (test_function): Use it instead of 0.0 / 0.0.
17753         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17754         (test_function): Use it instead of 0.0 / 0.0.
17755         * tests/test-snprintf-posix.h (NaN): New function/macro.
17756         (test_function): Use it instead of 0.0 / 0.0.
17757         * tests/test-sprintf-posix.h (NaN): New function/macro.
17758         (test_function): Use it instead of 0.0 / 0.0.
17759         * tests/test-fprintf-posix.h (NaN): New function/macro.
17760         (test_function): Use it instead of 0.0 / 0.0.
17761         * tests/test-printf-posix.h (NaN): New function/macro.
17762         (test_function): Use it instead of 0.0 / 0.0.
17763
17764         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
17765
17766 2007-03-25  Bruno Haible  <bruno@clisp.org>
17767
17768         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
17769
17770 2007-03-25  Bruno Haible  <bruno@clisp.org>
17771
17772         * lib/regexec.c (merge_state_with_log): Make static.
17773
17774 2007-03-25  Bruno Haible  <bruno@clisp.org>
17775
17776         * lib/trigl.c (kernel_rem_pio2): Make static.
17777
17778 2007-03-25  Bruno Haible  <bruno@clisp.org>
17779
17780         * lib/sincosl.c (sincosl_table): Make static.
17781
17782 2007-03-25  Bruno Haible  <bruno@clisp.org>
17783
17784         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
17785         if the compiler does not support C99.
17786
17787 2007-03-25  Bruno Haible  <bruno@clisp.org>
17788
17789         * modules/time (Makefile.am): Ensure all rule action lines start with a
17790         tab.
17791
17792 2007-03-24  Bruno Haible  <bruno@clisp.org>
17793
17794         * modules/tsearch-tests: New file.
17795         * tests/test-tsearch.sh: New file.
17796         * tests/test-tsearch.c: New file, mostly copied from glibc.
17797
17798         * modules/search-tests: New file.
17799         * tests/test-search.c: New file.
17800
17801         * modules/search: New file.
17802         * lib/search_.h: New file, incorporating lib/tsearch.h.
17803         * m4/search_h.m4: New file.
17804         * lib/tsearch.h: Remove file.
17805         * lib/tsearch.c: Include search.h instead of tsearch.h.
17806         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
17807         HAVE_TSEARCH.
17808         * modules/tsearch (Files): Remove lib/tsearch.h.
17809         (Depends-on): Add search.
17810         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
17811         (Include): Change tsearch.h into search.h.
17812
17813 2007-03-24  Bruno Haible  <bruno@clisp.org>
17814
17815         * modules/fpucw: New file.
17816         * lib/fpucw.h: New file.
17817         * lib/frexp.c: Include fpucw.h.
17818         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17819         (FUNC): Use them.
17820         * lib/printf-frexp.c: Include fpucw.h.
17821         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17822         (FUNC): Use them.
17823         * lib/vasnprintf.c: Include fpucw.h.
17824         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
17825         'long double' calculations.
17826         * tests/test-frexpl.c: Include fpucw.h.
17827         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17828         * tests/test-printf-frexpl.c: Include fpucw.h.
17829         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17830         * modules/frexpl (Depends-on): Add fpucw.
17831         * modules/printf-frexpl (Depends-on): Likewise.
17832         * modules/fprintf-posix (Depends-on): Likewise.
17833         * modules/snprintf-posix (Depends-on): Likewise.
17834         * modules/sprintf-posix (Depends-on): Likewise.
17835         * modules/vasnprintf-posix (Depends-on): Likewise.
17836         * modules/vasprintf-posix (Depends-on): Likewise.
17837         * modules/vfprintf-posix (Depends-on): Likewise.
17838         * modules/vsnprintf-posix (Depends-on): Likewise.
17839         * modules/vsprintf-posix (Depends-on): Likewise.
17840         * modules/frexpl-tests (Depends-on): Likewise.
17841         * modules/printf-frexpl-tests (Depends-on): Likewise.
17842
17843 2007-03-24  Bruno Haible  <bruno@clisp.org>
17844
17845         * lib/float+.h: New file.
17846         * lib/isnan.c: Include float+.h.
17847         (SIZE): New macro.
17848         (FUNC): Compare only SIZE bytes of the value.
17849         * lib/vasnprintf.c: Include float+.h.
17850         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
17851         SIZEOF_LDBL or SIZEOF_DBL bytes.
17852         * modules/isnan-nolibm (Files): Add lib/float+.h.
17853         * modules/isnanl-nolibm (Files): Add lib/float+.h.
17854         * modules/isnanl (Files): Add lib/float+.h.
17855         * modules/vasnprintf (Files): Add lib/float+.h.
17856
17857 2007-03-24  Bruno Haible  <bruno@clisp.org>
17858
17859         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
17860         include isnanl-nolibm.h.
17861
17862 2007-03-24  Bruno Haible  <bruno@clisp.org>
17863
17864         * tests/test-read-file.c (main): Don't produce spurious output for
17865         expected situations. Make the test fail if it encountered unexpected
17866         results.
17867
17868 2007-03-24  Bruno Haible  <bruno@clisp.org>
17869
17870         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
17871         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
17872
17873 2007-03-24  Bruno Haible  <bruno@clisp.org>
17874
17875         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
17876
17877 2007-03-24  Bruno Haible  <bruno@clisp.org>
17878
17879         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
17880         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
17881
17882         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
17883         * modules/utf8-ucs4: Turn into a symbolic link to module
17884         unistr/u8-mbtouc.
17885
17886         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
17887         utf8-ucs4-unsafe.
17888         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
17889         unistr/u8-mbtouc-unsafe.
17890
17891         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
17892         * modules/utf16-ucs4: Turn into a symbolic link to module
17893         unistr/u16-mbtouc.
17894
17895         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
17896         utf16-ucs4-unsafe.
17897         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
17898         unistr/u16-mbtouc-unsafe.
17899
17900         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
17901         * modules/ucs4-utf8: Turn into a symbolic link to module
17902         unistr/u8-ubtomb.
17903
17904         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
17905         * modules/ucs4-utf16: Turn into a symbolic link to module
17906         unistr/u16-ubtomb.
17907
17908 2007-03-24  Bruno Haible  <bruno@clisp.org>
17909
17910         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
17911         Enable the function only if HAVE_INLINE.
17912         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
17913         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17914         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
17915         Enable the function only if HAVE_INLINE.
17916         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
17917         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17918         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
17919         Enable the function only if HAVE_INLINE.
17920         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
17921         Enable the function only if HAVE_INLINE.
17922         * modules/utf8-ucs4: Update.
17923         * modules/utf8-ucs4-unsafe: Update.
17924         * modules/utf16-ucs4: Update.
17925         * modules/utf16-ucs4-unsafe: Update.
17926         * modules/ucs4-utf8: Update.
17927         * modules/ucs4-utf16: Update.
17928
17929 2007-03-24  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/utf8-ucs4.h: Remove file.
17932         * lib/utf8-ucs4-unsafe.h: Remove file.
17933         * lib/utf16-ucs4.h: Remove file.
17934         * lib/utf16-ucs4-unsafe.h: Remove file.
17935         * lib/ucs4-utf8.h: Remove file.
17936         * lib/ucs4-utf16.h: Remove file.
17937         * lib/unistr.h: Include their previous contents.
17938         * m4/utf-ucs4.m4: Remove file.
17939         * m4/ucs4-utf.m4: Remove file.
17940         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17941         (Depends-on): Add unistr/base.
17942         (configure.ac): Remove gl_UTF_UCS4.
17943         (Makefile.am): Update.
17944         (Include): Change to unistr.h.
17945         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17946         (Depends-on): Add unistr/base.
17947         (configure.ac): Remove gl_UTF_UCS4.
17948         (Makefile.am): Update.
17949         (Include): Change to unistr.h.
17950         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17951         (Depends-on): Add unistr/base.
17952         (configure.ac): Remove gl_UTF_UCS4.
17953         (Makefile.am): Update.
17954         (Include): Change to unistr.h.
17955         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17956         (Depends-on): Add unistr/base.
17957         (configure.ac): Remove gl_UTF_UCS4.
17958         (Makefile.am): Update.
17959         (Include): Change to unistr.h.
17960         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17961         (Depends-on): Add unistr/base.
17962         (configure.ac): Remove gl_UCS4_UTF.
17963         (Makefile.am): Update.
17964         (Include): Change to unistr.h.
17965         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17966         (Depends-on): Add unistr/base.
17967         (configure.ac): Remove gl_UCS4_UTF.
17968         (Makefile.am): Update.
17969         (Include): Change to unistr.h.
17970         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17971         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17972         utf8-ucs4-unsafe.h.
17973         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17974         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17975         utf16-ucs4-unsafe.h.
17976         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17977         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17978         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17979         * lib/unistr/u8-strchr.c: Likewise.
17980         * lib/unistr/u8-strrchr.c: Likewise.
17981         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17982         * lib/unistr/u16-strchr.c: Likewise.
17983         * lib/unistr/u16-strrchr.c: Likewise.
17984         * lib/striconveh.c: Update.
17985         * lib/linebreak.c: Update.
17986
17987 2007-03-24  Bruno Haible  <bruno@clisp.org>
17988
17989         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17990         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17991
17992 2007-03-22  Bruno Haible  <bruno@clisp.org>
17993
17994         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17995
17996 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * MODULES.html.sh (File system functions): New module write-any-file.
17999         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
18000         * m4/write-any-file.m4: New files.
18001
18002 2007-03-23  Eric Blake  <ebb9@byu.net>
18003
18004         * gnulib-tool: Rearrange space-tab sequences, since some editors
18005         like to eat them.
18006
18007 2007-03-23  Eric Blake  <ebb9@byu.net>
18008
18009         * lib/version-etc.c (version_etc_va): Update license wording to
18010         be more concise.  Recommended by Richard Stallman.
18011
18012 2007-03-22  Bruno Haible  <bruno@clisp.org>
18013
18014         * lib/poll.c (MSG_PEEK): New fallback definition.
18015
18016 2007-03-22  Bruno Haible  <bruno@clisp.org>
18017
18018         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
18019         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
18020         (main): Update.
18021         Fixes a compilation error on BeOS.
18022
18023 2007-03-22  Bruno Haible  <bruno@clisp.org>
18024
18025         * modules/frexpl-tests: New file.
18026         * tests/test-frexpl.c: New file.
18027
18028         * modules/frexpl: New file.
18029         * m4/frexpl.m4: New file.
18030         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
18031         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
18032         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
18033         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
18034         (Depends-on): Add frexpl. Remove isnanl-nolibm.
18035         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
18036
18037 2007-03-22  Bruno Haible  <bruno@clisp.org>
18038
18039         * lib/frexpl.c: Share code with lib/frexp.c.
18040         * modules/mathl (Files): Add lib/frexp.c.
18041         (Depends-on): Add isnanl-nolibm.
18042
18043 2007-03-22  Bruno Haible  <bruno@clisp.org>
18044
18045         * modules/printf-frexp (Files): Add m4/frexp.m4.
18046         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
18047         only if the found frexp function actually works.
18048
18049 2007-03-22  Bruno Haible  <bruno@clisp.org>
18050
18051         * lib/frexp.c: Remove older implementation that uses divisions.
18052
18053 2007-03-21  Bruno Haible  <bruno@clisp.org>
18054
18055         * modules/frexp-tests: New file.
18056         * tests/test-frexp.c: New file.
18057
18058         * modules/frexp: New file.
18059         * lib/frexp.c: New file.
18060         * m4/frexp.m4: New file.
18061         * lib/math_.h (frexp): New declaration.
18062         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
18063         REPLACE_FREXP.
18064         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
18065
18066 2007-03-21  Bruno Haible  <bruno@clisp.org>
18067
18068         * modules/isnanl-tests: New file.
18069         * tests/test-isnanl.c: New file.
18070
18071         * modules/isnanl: New file.
18072         * lib/isnanl.h: New file.
18073         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
18074         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
18075         gl_FUNC_ISNANL_WORKS.
18076         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
18077         New macros.
18078
18079 2007-03-21  Bruno Haible  <bruno@clisp.org>
18080
18081         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
18082         lib/isnanl.h.
18083         (Include): Update.
18084         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
18085         * lib/vasnprintf.c: Update.
18086         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
18087         tests/test-isnanl.h, remove tests/test-isnanl.c.
18088         (Makefile.am): Update.
18089         * tests/test-isnanl-nolibm.c: New file.
18090         * tests/test-isnanl.h: New file.
18091         * tests/test-isnanl.c: Remove file.
18092
18093 2007-03-21  Jim Meyering  <jim@meyering.net>
18094
18095         When trying to open ".", treat ESTALE like EACCES.
18096         * lib/savewd.c (savewd_save): Resort to forking not just upon
18097         failure with EACCES, but also when errno is ESTALE.
18098
18099 2007-03-20  Bruno Haible  <bruno@clisp.org>
18100
18101         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
18102         Needed on AIX 5.1. Reported by Matthew Woehlke.
18103
18104 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         Suggestions by Bruno Haible:
18107         * lib/acl-internal.h: Include "gettext.h" rather than rolling
18108         our own.
18109         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
18110         * modules/acl (Depends-on): Add gettext.
18111
18112 2007-03-19  Bruno Haible  <bruno@clisp.org>
18113
18114         * modules/iconvme: Remove file.
18115         * lib/iconvme.h: Remove file.
18116         * lib/iconvme.c: Remove file.
18117         * m4/iconvme.m4: Remove file.
18118
18119 2007-03-19  Bruno Haible  <bruno@clisp.org>
18120
18121         * doc/relocatable-maint.texi: Break long shell script line.
18122         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18123
18124 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
18127         handle file_has_acl.
18128         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
18129         * lib/acl.c: Move header inclusions and related macro defns into
18130         lib/acl-internal.h.
18131         (S_ISLNK): Remove defn, since that's now done for us.
18132         (file_has_acl): Move to lib/file-has-acl.c.
18133         Call acl_trivial if available.  This is the crucial part of the fix.
18134         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
18135         shared within the library.  Rewrite a bit, partly to make it compatible
18136         with the GNU coding style.
18137         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
18138         Remove unnecessary double-quotes.
18139         Don't test for acl_to_text; the build will catch that.
18140         Replace acl_entries if it doesn't exist and it is needed.
18141         Check for -lsec and acl_trivial (as used on Solaris 10).
18142         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
18143         lib/file-has-acl.c.
18144         (Depends-on): Add sys_stat, for S_ISLNK.
18145
18146 2007-03-19  Ben Pfaff  <blp@gnu.org>
18147
18148         * doc/gnulib.texi: Fix typos.
18149         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
18150
18151 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
18152
18153         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
18154         If size is zero here, buf must be zero.
18155
18156 2007-03-19  Simon Josefsson  <simon@josefsson.org>
18157
18158         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
18159         <bruno@clisp.org>.
18160
18161 2007-03-18  Bruno Haible  <bruno@clisp.org>
18162
18163         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
18164         Suggested by Eric Blake.
18165
18166 2007-03-18  Ben Pfaff  <blp@gnu.org>
18167
18168         * doc/relocatable.texi: Recommend using as prefix a directory
18169         that does not exist and will never be created.  Based on
18170         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
18171         and others.
18172
18173 2007-03-17  Bruno Haible  <bruno@clisp.org>
18174
18175         * lib/fchownat.c: Include lchown.h.
18176
18177 2007-03-17  Bruno Haible  <bruno@clisp.org>
18178
18179         Fix endless loop when the given allocated size was > INT_MAX.
18180         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
18181         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
18182         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
18183         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
18184         * lib/sprintf.c (sprintf): Likewise.
18185
18186 2007-03-17  Bruno Haible  <bruno@clisp.org>
18187
18188         * tests/test-argp-2.sh (func_compare): Output a context diff.
18189
18190 2007-03-17  Bruno Haible  <bruno@clisp.org>
18191
18192         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
18193         locale's decimal-point character.
18194
18195 2007-03-17  Bruno Haible  <bruno@clisp.org>
18196
18197         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
18198         before comparing it. Needed because on some platforms (e.g. x86) a
18199         'long double' occupies less bytes than sizeof (long double).
18200
18201 2007-03-17  Bruno Haible  <bruno@clisp.org>
18202
18203         * tests/test-crc.c (main): Make printf statements 64-bit clean.
18204         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
18205         * tests/test-getaddrinfo.c (simple): Likewise.
18206         * tests/test-read-file.c (main): Likewise.
18207
18208 2007-03-17  Bruno Haible  <bruno@clisp.org>
18209
18210         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
18211
18212 2007-03-17  Bruno Haible  <bruno@clisp.org>
18213
18214         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
18215         unused variable.
18216
18217 2007-03-17  Bruno Haible  <bruno@clisp.org>
18218
18219         * tests/test-c-strcasecmp.c: Include c-strcase.h.
18220         * tests/test-c-strncasecmp.c: Likewise.
18221
18222 2007-03-17  Bruno Haible  <bruno@clisp.org>
18223
18224         * modules/stdlib (Depends-on): Add unistd.
18225         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
18226         Needed for MacOS X 10.3.
18227
18228 2007-03-17  Bruno Haible  <bruno@clisp.org>
18229
18230         * lib/unistr/u-strdup.h: Include <stdlib.h>.
18231
18232 2007-03-17  Bruno Haible  <bruno@clisp.org>
18233
18234         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
18235
18236 2007-03-17  Bruno Haible  <bruno@clisp.org>
18237
18238         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
18239         to reflect files copied from gnulib (with or without modifications).
18240         Suggested by Jim Meyering.
18241
18242 2007-03-17  Eric Blake  <ebb9@byu.net>
18243
18244         * NEWS: Document stdlib change from 2007-02-18.
18245
18246 2007-03-17  Jim Meyering  <jim@meyering.net>
18247
18248         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
18249         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
18250         someone uses a name containing shell meta-characters.
18251         Reported by Alfred M. Szmidt.
18252
18253         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
18254
18255 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18256
18257         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
18258         and copy gettext configuration files only if configure.ac contains
18259         a use of AM_GNU_GETTEXT_VERSION.
18260
18261 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
18262
18263         * build-aux/bootstrap (gnulib_name): New variable.
18264         (gnulib_tool_options): Use it.
18265
18266 2007-03-13  Simon Josefsson  <simon@josefsson.org>
18267
18268         * tests/test-des.c: Use new namespace.
18269
18270 2007-03-15  Bruno Haible  <bruno@clisp.org>
18271
18272         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
18273         Reported by James Youngman <jay@gnu.org>.
18274
18275 2007-03-15  Bruno Haible  <bruno@clisp.org>
18276
18277         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
18278         declared prototype. Needed with cc on OSF/1 5.1.
18279
18280 2007-03-15  Bruno Haible  <bruno@clisp.org>
18281
18282         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
18283         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
18284         (struct gl_list_implementation): Add dispose_fn argument to the
18285         'create_empty', 'create' methods.
18286         (struct gl_list_impl_base): Add field 'dispose_fn'.
18287         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
18288         argument.
18289         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
18290         dispose_fn argument.
18291         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
18292         dispose_fn on the dropped values.
18293         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
18294         dispose_fn argument.
18295         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
18296         dropped values.
18297         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
18298         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18299         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
18300         (gl_tree_remove_node): Call dispose_fn on the dropped value.
18301         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
18302         argument.
18303         (gl_tree_list_free): Call dispose_fn on the dropped values.
18304         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
18305         the dropped values.
18306         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18307         Add dispose_fn argument.
18308         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
18309         Call dispose_fn on the dropped values.
18310         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
18311         Add dispose_fn argument.
18312         (gl_sublist_create): Initialize the 'dispose_fn' field.
18313         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
18314         * tests/test-array_list.c (main): Update.
18315         * tests/test-carray_list.c (main): Update.
18316         * tests/test-avltree_list.c (main): Update.
18317         * tests/test-rbtree_list.c (main): Update.
18318         * tests/test-avltreehash_list.c (main): Update.
18319         * tests/test-rbtreehash_list.c (main): Update.
18320         * tests/test-linked_list.c (main): Update.
18321         * tests/test-linkedhash_list.c (main): Update.
18322         * tests/test-array_oset.c (main): Update.
18323
18324 2007-03-15  Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
18327         (gl_oset_create_empty): Add dispose_fn argument.
18328         (struct gl_oset_implementation): Add dispose_fn argument to
18329         'create_empty' method.
18330         (struct gl_oset_impl_base): Add dispose_fn field.
18331         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
18332         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
18333         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
18334         values.
18335         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
18336         (gl_tree_oset_free): Call dispose_fn on the dropped values.
18337         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18338         dropped value.
18339         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
18340         dropped value.
18341         * tests/test-array_oset.c (main): Update.
18342         * tests/test-avltree_oset.c (main): Update.
18343         * tests/test-rbtree_oset.c (main): Update.
18344         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
18345
18346 2007-03-13  Bruno Haible  <bruno@clisp.org>
18347
18348         * tests/test-stdbool.c (i): Update after last patch.
18349
18350 2007-03-12  Bruno Haible  <bruno@clisp.org>
18351
18352         * lib/quotearg.c: Include <wctype.h> early, before the definition of
18353         the iswprint macro. Needed on Solaris 2.5.1.
18354
18355 2007-03-12  Bruno Haible  <bruno@clisp.org>
18356
18357         * tests/test-printf-frexp.c (main): Declare x as volatile.
18358
18359 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18360
18361         * doc/gnulib.texi (Build robot for gnulib): New section.
18362
18363 2007-03-12  Jim Meyering  <jim@meyering.net>
18364
18365         * build-aux/bootstrap: New file.
18366         * build-aux/bootstrap.conf: New file, from coreutils.
18367
18368 2007-03-11  Bruno Haible  <bruno@clisp.org>
18369
18370         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
18371
18372 2007-03-12  Simon Josefsson  <simon@josefsson.org>
18373
18374         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
18375         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
18376         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
18377
18378 2007-03-11  Bruno Haible  <bruno@clisp.org>
18379
18380         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
18381         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
18382
18383 2007-03-11  Bruno Haible  <bruno@clisp.org>
18384
18385         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
18386         formula. Needed for SunPRO C 5.0.
18387
18388 2007-03-11  Bruno Haible  <bruno@clisp.org>
18389
18390         * modules/long-options (Depends-on): Add getopt.
18391
18392 2007-03-11  Bruno Haible  <bruno@clisp.org>
18393
18394         * modules/modechange (Depends-on): Add stdbool.
18395
18396 2007-03-11  Bruno Haible  <bruno@clisp.org>
18397
18398         * modules/i-ring (Depends-on): Add stdbool.
18399
18400 2007-03-11  Bruno Haible  <bruno@clisp.org>
18401
18402         * modules/gc-des (Depends-on): Add stdbool.
18403
18404 2007-03-11  Bruno Haible  <bruno@clisp.org>
18405
18406         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
18407
18408 2007-03-11  Bruno Haible  <bruno@clisp.org>
18409
18410         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
18411
18412 2007-03-11  Bruno Haible  <bruno@clisp.org>
18413
18414         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
18415
18416 2007-03-11  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/vasnprintf.c (sprintf): Undefine.
18419
18420 2007-03-11  Bruno Haible  <bruno@clisp.org>
18421
18422         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
18423         initializers in SunPRO C and Compaq C compilers.
18424
18425 2007-03-11  Bruno Haible  <bruno@clisp.org>
18426
18427         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
18428         decrementing code ANSI C compliant.
18429
18430 2007-03-11  Bruno Haible  <bruno@clisp.org>
18431
18432         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
18433         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
18434
18435 2007-03-11  Bruno Haible  <bruno@clisp.org>
18436
18437         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
18438         <stdbool.h> substitute doesn't pass.
18439
18440 2007-03-11  Bruno Haible  <bruno@clisp.org>
18441
18442         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
18443
18444 2007-03-11  Bruno Haible  <bruno@clisp.org>
18445
18446         * gnulib-tool (func_create_megatestdir): Create also an autobuild
18447         script, for submission to autobuild.josefsson.org.
18448
18449 2007-03-10  Bruno Haible  <bruno@clisp.org>
18450
18451         * modules/canonicalize-lgpl-tests: New file.
18452         * tests/test-canonicalize-lgpl.sh: New file.
18453         * tests/test-canonicalize-lgpl.c: New file.
18454
18455         * modules/c-strcase-tests: New file.
18456         * tests/test-c-strcase.sh: New file.
18457         * tests/test-c-strcasecmp.c: New file.
18458         * tests/test-c-strncasecmp.c: New file.
18459
18460         * modules/atexit-tests: New file.
18461         * tests/test-atexit.sh: New file.
18462         * tests/test-atexit.c: New file.
18463
18464 2007-03-10  Bruno Haible  <bruno@clisp.org>
18465
18466         * tests/test-binary-io.sh: Use temporary filenames that are not so
18467         likely to clash with those of other tests (in a parallel make).
18468         * tests/test-binary-io.c: Likewise.
18469
18470 2007-03-10  Bruno Haible  <bruno@clisp.org>
18471
18472         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
18473         fallback; use #error instead.
18474         Suggested by Simon Josefsson.
18475
18476 2007-03-10  Bruno Haible  <bruno@clisp.org>
18477
18478         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
18479         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
18480         first and the last.
18481
18482 2007-03-10  Bruno Haible  <bruno@clisp.org>
18483
18484         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
18485
18486 2007-03-10  Bruno Haible  <bruno@clisp.org>
18487
18488         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
18489         "make distcheck".
18490         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
18491         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
18492         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
18493
18494 2007-03-10  Bruno Haible  <bruno@clisp.org>
18495
18496         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
18497         variable.
18498         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
18499         variable.
18500
18501 2007-03-09  Eric Blake  <ebb9@byu.net>
18502         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
18503
18504         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
18505         types are not being provided by gnulib.
18506         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
18507         types are supported.
18508
18509 2007-03-10  Bruno Haible  <bruno@clisp.org>
18510
18511         * lib/stdio_.h (__attribute__): New macro.
18512         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
18513         vsprintf): Specify __attribute__ __format__ for GCC.
18514         Suggested by Eric Blake.
18515
18516 2007-03-09  Bruno Haible  <bruno@clisp.org>
18517
18518         * modules/printf-posix-tests: New file.
18519         * tests/test-printf-posix.sh: New file.
18520         * tests/test-printf-posix.c: New file.
18521
18522         * modules/printf-posix: New file.
18523         * lib/printf.c: New file.
18524         * m4/printf-posix-rpl.m4: New file.
18525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
18526         REPLACE_PRINTF.
18527         * lib/stdio_.h (printf): New declaration.
18528         (format, __format__, ____printf____, ____scanf____, ____strftime____,
18529         ____strfmon____): New macros.
18530         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
18531         REPLACE_PRINTF.
18532
18533 2007-03-09  Bruno Haible  <bruno@clisp.org>
18534
18535         * tests/test-vasnprintf-posix2.sh: New file.
18536         * tests/test-vasnprintf-posix2.c: New file.
18537         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
18538         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18539         (Makefile.am): Activate test-vasnprintf-posix2.sh.
18540
18541         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
18542         a locale dependent decimal point, rather than always '.'.
18543
18544 2007-03-09  Eric Blake  <ebb9@byu.net>
18545
18546         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
18547         spite of platforms like Tandem/NSK that define it to -1.
18548
18549 2007-03-08  Bruno Haible  <bruno@clisp.org>
18550
18551         * modules/vprintf-posix-tests: New file.
18552         * tests/test-vprintf-posix.sh: New file.
18553         * tests/test-vprintf-posix.c: New file.
18554         * tests/test-printf-posix.h: New file.
18555
18556         * modules/vprintf-posix: New file.
18557         * lib/vprintf.c: New file.
18558         * m4/vprintf-posix.m4: New file.
18559         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
18560         REPLACE_VPRINTF.
18561         * lib/stdio_.h (vprintf): New declaration.
18562         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
18563         REPLACE_VPRINTF.
18564
18565 2007-03-08  Bruno Haible  <bruno@clisp.org>
18566
18567         * modules/fprintf-posix-tests: New file.
18568         * tests/test-fprintf-posix.sh: New file.
18569         * tests/test-fprintf-posix.c: New file.
18570
18571         * modules/fprintf-posix: New file.
18572         * lib/fprintf.c: New file.
18573         * m4/fprintf-posix.m4: New file.
18574         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
18575         REPLACE_FPRINTF.
18576         * lib/stdio_.h (fprintf): New declaration.
18577         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
18578         REPLACE_FPRINTF.
18579
18580 2007-03-08  Bruno Haible  <bruno@clisp.org>
18581
18582         * modules/vfprintf-posix-tests: New file.
18583         * tests/test-vfprintf-posix.sh: New file.
18584         * tests/test-vfprintf-posix.c: New file.
18585         * tests/test-fprintf-posix.h: New file.
18586         * tests/test-fprintf-posix.out: New file.
18587
18588         * modules/vfprintf-posix: New file.
18589         * lib/vfprintf.c: New file.
18590         * m4/vfprintf-posix.m4: New file.
18591         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
18592         REPLACE_VFPRINTF.
18593         * lib/stdio_.h (vfprintf): New declaration.
18594         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
18595         REPLACE_VFPRINTF.
18596
18597 2007-03-08  Bruno Haible  <bruno@clisp.org>
18598
18599         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
18600
18601 2007-03-08  Bruno Haible  <bruno@clisp.org>
18602
18603         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
18604         instead of 'expr' invocations.
18605         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18606         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18607         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18608         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18609         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18610         Suggested by Paul Eggert.
18611
18612 2007-03-08  Bruno Haible  <bruno@clisp.org>
18613
18614         * modules/fseterr-tests: New file.
18615         * tests/test-fseterr.c: New file.
18616
18617         * modules/fseterr: New file.
18618         * lib/fseterr.h: New file.
18619         * lib/fseterr.c: New file.
18620
18621 2007-03-08  Bruno Haible  <bruno@clisp.org>
18622
18623         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
18624         * lib/getopt_.h: Likewise.
18625         * lib/mbswidth.h: Likewise.
18626         * lib/setenv.h: Likewise.
18627         * lib/vasnprintf.h: Likewise.
18628         * lib/vasprintf.h: Likewise.
18629         * lib/verror.h: Likewise.
18630         * lib/xsetenv.h: Likewise.
18631         * lib/xvasprintf.h: Likewise.
18632
18633 2007-03-08  Jim Meyering  <jim@meyering.net>
18634
18635         * users.txt: Add parted.
18636
18637         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
18638
18639 2007-03-07  Bruno Haible  <bruno@clisp.org>
18640
18641         * m4/printf.m4: Make the shell script snippets copy&pastable.
18642
18643 2007-03-02  Bruno Haible  <bruno@clisp.org>
18644
18645         * lib/netinet_in_.h: New file.
18646         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
18647         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
18648         * modules/netinet_in (Files): Add lib/netinet_in_.h.
18649         (Depends-on): Add absolute-header.
18650         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
18651         into netinet/in.h.
18652
18653 2007-03-03  Bruno Haible  <bruno@clisp.org>
18654
18655         * lib/sys_select_.h: New file.
18656         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
18657         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
18658         * modules/sys_select (Files): Add lib/sys_select_.h.
18659         (Depends-on): Add absolute-header.
18660         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
18661         into sys/select.h.
18662
18663 2007-03-02  Bruno Haible  <bruno@clisp.org>
18664
18665         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
18666         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
18667         values.
18668         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
18669         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
18670         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
18671         * modules/sys_socket (Depends-on): Add absolute-header.
18672         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
18673         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
18674         (Include): Remove requirement of inclusion of <sys/types.h>.
18675
18676 2007-03-02  Bruno Haible  <bruno@clisp.org>
18677
18678         * lib/byteswap_.h (bswap_32): Fix formula.
18679
18680 2007-03-06  Bruno Haible  <bruno@clisp.org>
18681
18682         * modules/sprintf-posix-tests: New file.
18683         * tests/test-sprintf-posix.c: New file.
18684
18685         * modules/sprintf-posix: New file.
18686         * lib/sprintf.c: New file.
18687         * m4/sprintf-posix.m4: New file.
18688         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
18689         REPLACE_SPRINTF.
18690         * lib/stdio_.h (sprintf): New declaration.
18691         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
18692         REPLACE_SPRINTF.
18693
18694 2007-03-06  Bruno Haible  <bruno@clisp.org>
18695
18696         * modules/vsprintf-posix-tests: New file.
18697         * tests/test-vsprintf-posix.c: New file.
18698         * tests/test-sprintf-posix.h: New file.
18699
18700         * modules/vsprintf-posix: New file.
18701         * lib/vsprintf.c: New file.
18702         * m4/vsprintf-posix.m4: New file.
18703         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
18704         REPLACE_VSPRINTF.
18705         * lib/stdio_.h (vsprintf): New declaration.
18706         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18707         REPLACE_VSPRINTF.
18708
18709 2007-03-06  Bruno Haible  <bruno@clisp.org>
18710
18711         * modules/vsnprintf (Depend-on): Remove minmax.
18712
18713 2007-03-06  Bruno Haible  <bruno@clisp.org>
18714
18715         * modules/snprintf-posix-tests: New file.
18716         * tests/test-snprintf-posix.c: New file.
18717
18718         * modules/snprintf-posix: New file.
18719         * m4/snprintf-posix.m4: New file.
18720         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18721         gl_FUNC_SNPRINTF.
18722         (gl_FUNC_SNPRINTF): Invoke it.
18723         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18724         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18725         is set.
18726         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18727
18728 2007-03-06  Bruno Haible  <bruno@clisp.org>
18729
18730         * modules/vsnprintf-posix-tests: New file.
18731         * tests/test-vsnprintf-posix.c: New file.
18732         * tests/test-snprintf-posix.h: New file.
18733
18734         * modules/vsnprintf-posix: New file.
18735         * m4/vsnprintf-posix.m4: New file.
18736         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18737         gl_FUNC_VSNPRINTF.
18738         (gl_FUNC_VSNPRINTF): Invoke it.
18739         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18740         * lib/stdio_.h (vsnprintf): Define as a replacement if
18741         REPLACE_VSNPRINTF is set.
18742         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18743
18744 2007-03-06  Bruno Haible  <bruno@clisp.org>
18745
18746         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18747         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18748
18749 2007-03-06  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18752         (asinl): Declare also if HAVE_DECL_ASINL is set.
18753         (atanl): Declare also if HAVE_DECL_ATANL is set.
18754         (ceill): Declare also if HAVE_DECL_CEILL is set.
18755         (cosl): Declare also if HAVE_DECL_COSL is set.
18756         (expl): Declare also if HAVE_DECL_EXPL is set.
18757         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18758         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18759         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
18760         (logl): Declare also if HAVE_DECL_LOGL is set.
18761         (sinl): Declare also if HAVE_DECL_SINL is set.
18762         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
18763         (tanl): Declare also if HAVE_DECL_TANL is set.
18764         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
18765         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
18766         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
18767         declaration of frexpl, ldexpl.
18768         * modules/printf-frexpl (Depends-on): Add math.
18769         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
18770
18771 2007-03-05  Bruno Haible  <bruno@clisp.org>
18772
18773         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
18774         frexpl and ldexpl are declared.
18775         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
18776
18777 2007-03-05  Bruno Haible  <bruno@clisp.org>
18778
18779         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
18780         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
18781
18782 2007-03-05  Bruno Haible  <bruno@clisp.org>
18783
18784         * lib/stdio_.h: Include <stddef.h>.
18785
18786 2007-03-05  Bruno Haible  <bruno@clisp.org>
18787
18788         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
18789
18790 2007-03-05  Bruno Haible  <bruno@clisp.org>
18791
18792         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
18793         NetBSD 4, from Ralf Wildenhues.
18794
18795 2007-03-04  Bruno Haible  <bruno@clisp.org>
18796
18797         * lib/vasprintf.h: Update #if logic for the case when the functions
18798         exist but are overridden.
18799
18800 2007-03-04  Bruno Haible  <bruno@clisp.org>
18801
18802         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18803         implementations: glibc-2.4 and MacOS X 10.3.
18804         * tests/test-vasnprintf-posix.c (test_function): Test also the case
18805         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
18806         * tests/test-vasprintf-posix.c (test_function): Likewise.
18807
18808 2007-03-04  Bruno Haible  <bruno@clisp.org>
18809
18810         * modules/vasprintf-posix-tests: New file.
18811         * tests/test-vasprintf-posix.c: New file.
18812
18813         * modules/vasprintf-posix: New file.
18814         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
18815         defined.
18816         * m4/vasprintf-posix.m4: New file.
18817         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
18818         gl_FUNC_VASPRINTF.
18819         (gl_FUNC_VASPRINTF): Invoke it.
18820         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
18821         here.
18822         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
18823
18824 2007-03-04  Bruno Haible  <bruno@clisp.org>
18825
18826         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
18827         REPLACE_GETTIMEOFDAY.
18828         * modules/sys_time (Makefile.am): Likewise.
18829         * m4/sys_time_h.m4: Likewise.
18830         * m4/gettimeofday.m4: Likewise.
18831
18832 2007-03-04  Bruno Haible  <bruno@clisp.org>
18833
18834         * modules/vasnprintf-posix-tests: New file.
18835         * tests/test-vasnprintf-posix.c: New file.
18836
18837         * modules/vasnprintf-posix: New file.
18838         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
18839         printf-frexpl.h.
18840         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
18841         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
18842         REPLACE_VASNPRINTF is defined.
18843         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
18844         gl_FUNC_VASNPRINTF.
18845         (gl_FUNC_VASNPRINTF): Invoke it.
18846         * m4/vasnprintf-posix.m4: New file.
18847         * m4/printf.m4: New file.
18848
18849 2007-03-04  Bruno Haible  <bruno@clisp.org>
18850
18851         Compile progreloc.c only if --enable-relocatable is specified.
18852         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
18853         if --enable-relocatable was specified.
18854         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
18855         lib_SOURCES.
18856
18857 2007-03-04  Jim Meyering  <jim@meyering.net>
18858
18859         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
18860         Use it consistently, rather than enumerating errno constants.
18861
18862 2007-03-04  Bruno Haible  <bruno@clisp.org>
18863
18864         * modules/xvasprintf-tests: New file.
18865         * tests/test-xvasprintf.c: New file.
18866
18867         * modules/vasprintf-tests: New file.
18868         * tests/test-vasprintf.c: New file.
18869
18870         * modules/vasnprintf-tests: New file.
18871         * tests/test-vasnprintf.c: New file.
18872
18873         * modules/vsnprintf-tests: New file.
18874         * tests/test-vsnprintf.c: New file.
18875
18876         * modules/snprintf-tests: New file.
18877         * tests/test-snprintf.c: New file.
18878
18879 2007-03-04  Bruno Haible  <bruno@clisp.org>
18880
18881         Compile relocatable.c only if --enable-relocatable is specified.
18882         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
18883         gl_RELOCATABLE_LIBRARY.
18884         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
18885         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
18886         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
18887         gl_RELOCATABLE_LIBRARY.
18888         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
18889         (Makefile.am): Remove lib_SOURCES.
18890         * modules/relocatable-lib-lgpl (configure.ac): Invoke
18891         gl_RELOCATABLE_LIBRARY.
18892         (Makefile.am): Remove lib_SOURCES.
18893         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
18894         always.
18895         * modules/relocatable-prog-wrapper (configure.ac): Invoke
18896         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
18897
18898 2007-03-04  Bruno Haible  <bruno@clisp.org>
18899
18900         * modules/argmatch-tests: New file.
18901         * tests/test-argmatch.c: New file.
18902
18903         * tests/test-allocsa.c (main): Halve the number of loop runs.
18904
18905         * modules/alloca-opt-tests: New file.
18906         * tests/test-alloca-opt.c: New file.
18907
18908 2007-03-04  Jim Meyering  <jim@meyering.net>
18909
18910         Work around difference between Linux ACLs and Solaris 10 ZFS.
18911         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
18912         for EINVAL.
18913
18914 2007-03-03  Bruno Haible  <bruno@clisp.org>
18915
18916         * modules/relocatable-prog (Depends-on): Add back progreloc's
18917         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18918
18919 2007-03-03  Bruno Haible  <bruno@clisp.org>
18920
18921         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
18922         * modules/relocatable-lib: New file.
18923
18924 2007-03-03  Bruno Haible  <bruno@clisp.org>
18925
18926         * modules/relocatable-prog: Renamed from modules/relocatable.
18927         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
18928
18929 2007-03-03  Bruno Haible  <bruno@clisp.org>
18930
18931         * modules/relocatable-script (Files): Add doc/relocatable.texi,
18932         m4/relocatable-lib.m4.
18933         (Depends-on): Remove 'relocatable'.
18934         (configure.ac): Add gl_RELOCATABLE_NOP.
18935
18936 2007-03-03  Bruno Haible  <bruno@clisp.org>
18937
18938         * modules/relocatable-prog-wrapper: New file.
18939         * modules/relocatable (Depends-on): Add it. Remove all other
18940         dependencies except progname.
18941         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18942
18943         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18944         (gl_FUNC_STRERROR): Nop.
18945         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18946
18947         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18948         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18949
18950         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18951         (gl_FUNC_READLINK): Update.
18952
18953         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18954
18955 2007-03-03  Bruno Haible  <bruno@clisp.org>
18956
18957         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18958         * modules/xreadlink (Depends-on): Add unistd.
18959         * modules/xreadlink-with-size (Depends-on): Likewise.
18960
18961 2007-03-03  Bruno Haible  <bruno@clisp.org>
18962
18963         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18964         extracted from gt_FUNC_SETENV.
18965         (gt_FUNC_SETENV): Remove macro.
18966         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18967         remove gt_FUNC_SETENV.
18968
18969 2007-03-03  Bruno Haible  <bruno@clisp.org>
18970
18971         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18972         ENABLE_RELOCATABLE here.
18973         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18974
18975 2007-03-03  Bruno Haible  <bruno@clisp.org>
18976
18977         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18978         * tests/test-rbtreehash_list.c: Include progname.h.
18979         (main): Call set_program_name.
18980
18981         * modules/rbtree-oset-tests (Depends-on): Add progname.
18982         * tests/test-rbtree_oset.c: Include progname.h.
18983         (main): Call set_program_name.
18984
18985         * modules/rbtree-list-tests (Depends-on): Add progname.
18986         * tests/test-rbtree_list.c: Include progname.h.
18987         (main): Call set_program_name.
18988
18989         * modules/linked-list-tests (Depends-on): Add progname.
18990         * tests/test-linked_list.c: Include progname.h.
18991         (main): Call set_program_name.
18992
18993 2007-03-03  Bruno Haible  <bruno@clisp.org>
18994
18995         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18996         All uses of __restrict changed to _Restrict_.
18997         * lib/glob_.h (__restrict): Remove macro.
18998
18999 2007-03-02  Bruno Haible  <bruno@clisp.org>
19000
19001         * modules/gettext (configure.ac): Require gettext infrastructure
19002         from version 0.16.1.
19003
19004 2007-03-02  Bruno Haible  <bruno@clisp.org>
19005
19006         * modules/linkedhash-list-tests (Depends-on): Add progname.
19007         * tests/test-linkedhash_list.c: Include progname.h.
19008         (main): Call set_program_name.
19009
19010         * modules/carray-list-tests (Depends-on): Add progname.
19011         * tests/test-carray_list.c: Include progname.h.
19012         (main): Call set_program_name.
19013
19014         * modules/avltreehash-list-tests (Depends-on): Add progname.
19015         * tests/test-avltreehash_list.c: Include progname.h.
19016         (main): Call set_program_name.
19017
19018         * modules/avltree-oset-tests (Depends-on): Add progname.
19019         * tests/test-avltree_oset.c: Include progname.h.
19020         (main): Call set_program_name.
19021
19022         * modules/avltree-list-tests (Depends-on): Add progname.
19023         * tests/test-avltree_list.c: Include progname.h.
19024         (main): Call set_program_name.
19025
19026         * modules/array-oset-tests (Depends-on): Add progname.
19027         * tests/test-array_oset.c: Include progname.h.
19028         (main): Call set_program_name.
19029
19030         * modules/array-list-tests (Depends-on): Add progname.
19031         * tests/test-array_list.c: Include progname.h.
19032         (main): Call set_program_name.
19033
19034         * modules/argp-tests (Depends-on): Add progname.
19035         * tests/test-argp.c: Include argp.h first. Include progname.h.
19036         (main): Call set_program_name.
19037
19038 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
19039
19040         * doc/gnulib-tool.texi (Initial import): Reword description of
19041         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
19042         limited effect even if defined after the first system include.
19043
19044 2007-03-01  Bruno Haible  <bruno@clisp.org>
19045
19046         * build-aux/config.libpath: Update to libtool-1.5.22.
19047         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19048
19049 2007-03-01  Bruno Haible  <bruno@clisp.org>
19050
19051         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
19052         foo_CFLAGS.
19053         Reported by Ralf Wildenhues.
19054
19055 2007-03-01  Bruno Haible  <bruno@clisp.org>
19056
19057         * build-aux/install-reloc: Remove object files left over by some
19058         compilers.
19059         Reported by Ralf Wildenhues.
19060
19061 2007-03-01  Bruno Haible  <bruno@clisp.org>
19062
19063         * build-aux/install-reloc: Break long lines.
19064
19065 2007-03-01  Bruno Haible  <bruno@clisp.org>
19066
19067         * doc/relocatable.texi: Document that it may not work on OpenBSD.
19068         Reported by Ralf Wildenhues.
19069
19070 2007-03-01  Bruno Haible  <bruno@clisp.org>
19071
19072         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
19073         include ordering constraints.
19074
19075 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
19078         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
19079         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
19080         as another example.
19081         * lib/time_.h: Fix misspelling.
19082         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19083         Require gl_HEADER_TIME_H_DEFAULTS.
19084         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
19085         * m4/time_r.m4 (gl_TIME_R): Likewise.
19086         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
19087
19088 2007-03-01  Bruno Haible  <bruno@clisp.org>
19089
19090         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
19091         * m4/utimens.m4 (gl_UTIMENS): Likewise.
19092
19093 2007-03-01  Jim Meyering  <jim@meyering.net>
19094
19095         * modules/xreadlink (Maintainer): Add my name.
19096         * modules/xreadlink-with-size (Depends-on): Alphabetize.
19097
19098 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
19099             Bruno Haible  <bruno@clisp.org>
19100
19101         * build-aux/install-reloc: Compile also c-ctype.c.
19102         * build-aux/relocatable.sh.in: New file.
19103         * doc/relocatable.texi: New file.
19104         * doc/relocatable-maint.texi: New file.
19105         * doc/gnulib.texi: Include relocatable-maint.texi.
19106         * lib/progreloc.c: Include unistd.h unconditionally.
19107         * lib/relocwrapper.c: Include unistd.h unconditionally.
19108         Include c-ctype.h.
19109         (add_dotbin): Use c_tolower.
19110         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
19111         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
19112         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
19113         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
19114         to m4/relocatable-lib.m4.
19115         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
19116         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
19117         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
19118         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
19119         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
19120         * modules/relocatable: New file.
19121         * modules/relocatable-lib: New file.
19122         * modules/relocatable-script: New file.
19123
19124 2007-02-28  Bruno Haible  <bruno@clisp.org>
19125
19126         Import --enable-relocatable infrastructure.
19127         * build-aux/config.libpath: New file, from GNU gettext.
19128         * build-aux/install-reloc: New file, from GNU gettext.
19129         * build-aux/reloc-ldflags: New file, from GNU gettext.
19130         * lib/relocatable.h: New file, from GNU gettext.
19131         * lib/relocatable.c: New file, from GNU gettext.
19132         * lib/relocwrapper.c: New file, from GNU gettext.
19133         * m4/relocatable.m4: New file, from GNU gettext.
19134
19135 2007-02-28  Bruno Haible  <bruno@clisp.org>
19136
19137         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
19138
19139         * modules/xreadlink: New file, from GNU gettext with modifications.
19140         * lib/xreadlink.c: New file, from GNU gettext.
19141         * lib/xreadlink.h: Add comments.
19142         (xreadlink): New declaration.
19143
19144         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
19145         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
19146         lib/xreadlink-with-size.c.
19147         (configure.ac): Remove gl_XREADLINK invocation.
19148         (Makefile.am): Augment lib_SOURCES.
19149         * m4/xreadlink.m4: Remove file.
19150         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
19151         (xreadlink_with_size): Renamed from xreadink.
19152         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
19153         * modules/canonicalize (Depends-on): Replace xreadlink with
19154         xreadlink-with-size.
19155         * lib/canonicalize.c (canonicalize_filename_mode): Update.
19156
19157 2007-02-25  Jim Meyering  <jim@meyering.net>
19158
19159         * build-aux/announce-gen: When complaining about excess arguments,
19160         list them.
19161
19162 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19163
19164         * README: Document signed integer overflow situation more
19165         accurately.
19166
19167 2007-02-25  Bruno Haible  <bruno@clisp.org>
19168
19169         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
19170         'a' or 'A' conversion.
19171
19172 2007-02-25  Bruno Haible  <bruno@clisp.org>
19173
19174         * modules/filename: Renamed from modules/pathname.
19175         (Files): Replace lib/pathname.h with lib/filename.h. Replace
19176         lib/concatpath.c with lib/concat-filename.c.
19177         (Makefile.am): Update.
19178         (Include): Replace pathname.h with filename.h.
19179         * lib/filename.h: Renamed from lib/pathname.h.
19180         (concatenated_filename): Renamed from concatenated_pathname.
19181         * lib/concat-filename.c: Renamed from lib/concatpath.c.
19182         (concatenated_filename): Renamed from concatenated_pathname.
19183         * lib/findprog.c: Include filename.h instead of pathname.h.
19184         (find_in_path): Update.
19185         * lib/javacomp.c: Include filename.h instead of pathname.h.
19186         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19187         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19188         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19189         is_oldgcj_14_13_usable, is_javac_usable): Update.
19190         * lib/javaexec.c: Include filename.h instead of pathname.h.
19191         (execute_java_class): Update.
19192         * modules/findprog: Update.
19193         * modules/javacomp: Update.
19194         * modules/javaexec: Update.
19195         * MODULES.html.sh (File system functions): Add 'filename', remove
19196         'pathname'.
19197
19198 2007-02-25  Bruno Haible  <bruno@clisp.org>
19199
19200         * modules/printf-frexpl-tests: New file.
19201         * tests/test-printf-frexpl.c: New file.
19202
19203         * modules/printf-frexpl: New file.
19204         * lib/printf-frexpl.h: New file.
19205         * lib/printf-frexpl.c: New file.
19206         * m4/printf-frexpl.m4: New file.
19207
19208 2007-02-25  Bruno Haible  <bruno@clisp.org>
19209
19210         * modules/printf-frexp-tests: New file.
19211         * tests/test-printf-frexp.c: New file.
19212
19213         * modules/printf-frexp: New file.
19214         * lib/printf-frexp.h: New file.
19215         * lib/printf-frexp.c: New file.
19216         * m4/printf-frexp.m4: New file.
19217
19218 2007-02-25  Bruno Haible  <bruno@clisp.org>
19219
19220         Assume automake >= 1.10 for the tests.
19221         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
19222         * modules/arctwo-tests: Likewise.
19223         * modules/argp-tests: Likewise.
19224         * modules/avltree-list-tests: Likewise.
19225         * modules/avltree-oset-tests: Likewise.
19226         * modules/avltreehash-list-tests: Likewise.
19227         * modules/carray-list-tests: Likewise.
19228         * modules/crc-tests: Likewise.
19229         * modules/des-tests: Likewise.
19230         * modules/gc-arcfour-tests: Likewise.
19231         * modules/gc-arctwo-tests: Likewise.
19232         * modules/gc-des-tests: Likewise.
19233         * modules/gc-hmac-md5-tests: Likewise.
19234         * modules/gc-hmac-sha1-tests: Likewise.
19235         * modules/gc-md2-tests: Likewise.
19236         * modules/gc-md4-tests: Likewise.
19237         * modules/gc-md5-tests: Likewise.
19238         * modules/gc-pbkdf2-sha1-tests: Likewise.
19239         * modules/gc-rijndael-tests: Likewise.
19240         * modules/gc-sha1-tests: Likewise.
19241         * modules/gc-tests: Likewise.
19242         * modules/getaddrinfo-tests: Likewise.
19243         * modules/hmac-md5-tests: Likewise.
19244         * modules/hmac-sha1-tests: Likewise.
19245         * modules/linked-list-tests: Likewise.
19246         * modules/linkedhash-list-tests: Likewise.
19247         * modules/lock-tests: Likewise.
19248         * modules/md2-tests: Likewise.
19249         * modules/md4-tests: Likewise.
19250         * modules/md5-tests: Likewise.
19251         * modules/rbtree-list-tests: Likewise.
19252         * modules/rbtree-oset-tests: Likewise.
19253         * modules/rbtreehash-list-tests: Likewise.
19254         * modules/read-file-tests: Likewise.
19255         * modules/rijndael-tests: Likewise.
19256         * modules/stdint-tests: Likewise.
19257         * modules/tls-tests: Likewise.
19258
19259 2007-02-24  Bruno Haible  <bruno@clisp.org>
19260
19261         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
19262         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
19263         function; instead check whether isnan with a double argument links.
19264         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
19265         function; instead check whether isnan with a 'long double' argument
19266         links.
19267         Reported by Eric Blake <ebb9@byu.net>.
19268
19269 2007-02-24  Bruno Haible  <bruno@clisp.org>
19270
19271         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
19272         defined.
19273         * lib/isnanl.c: Remove all code. Just include isnan.c.
19274         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
19275
19276 2007-02-25  Jim Meyering  <jim@meyering.net>
19277
19278         Avoid conflicting types for 'unsetenv' on FreeBSD.
19279         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
19280         conflicting with FreeBSD's (5.0 and 6.1) function declaration
19281         in stdlib.h.
19282
19283 2007-02-24  Bruno Haible  <bruno@clisp.org>
19284
19285         * modules/isnanl-nolibm-tests: New file.
19286         * tests/test-isnanl.c: New file.
19287
19288         * modules/isnanl-nolibm: New file.
19289         * lib/isnanl.h: New file.
19290         * lib/isnanl.c: New file.
19291         * m4/isnanl.m4: New file.
19292
19293 2007-02-24  Bruno Haible  <bruno@clisp.org>
19294
19295         * modules/isnan-nolibm-tests: New file.
19296         * tests/test-isnan.c: New file.
19297
19298         * modules/isnan-nolibm: New file.
19299         * lib/isnan.h: New file.
19300         * lib/isnan.c: New file.
19301         * m4/isnan.m4: New file.
19302
19303 2007-02-24  Bruno Haible  <bruno@clisp.org>
19304
19305         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
19306         assume that an exponent fits in 20 bits.
19307
19308 2007-02-24  Jim Meyering  <jim@meyering.net>
19309
19310         * m4/regex.m4: Update the description of the configure-time option,
19311         --without-included-regex, to state accurately what the defaults are,
19312         and perhaps to give people an idea why using this option is risky.
19313
19314 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19315
19316         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
19317         loops on small arguments.  This attempts to avoid the problem
19318         Bruno Haible reported for AIX 4.3.2 in
19319         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
19320
19321 2007-02-23  Bruno Haible  <bruno@clisp.org>
19322
19323         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
19324         Needed for help2man.
19325
19326 2007-02-23  Karl Berry  <karl@gnu.org>
19327
19328         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
19329         exists, foo.h should be cvs-ignored, not committed.
19330
19331 2007-02-23  Eric Blake  <ebb9@byu.net>
19332
19333         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
19334         * lib/stat-time.h (includes): Likewise.
19335         * lib/utimecmp.c (includes): Likewise.
19336         * lib/utimens.h (includes): Likewise.
19337         * lib/getdate.y (includes): Also include "timespec.h" for use
19338         internal to the module.
19339         * modules/utimens (Depends-on): Revert yesterday's patch.
19340         * modules/nanosleep (Depends-on): Add missing dependency.
19341
19342 2007-02-22  Bruno Haible  <bruno@clisp.org>
19343
19344         * lib/glob.c: Don't include getlogin_r.h.
19345
19346 2007-02-22  Jim Meyering  <jim@meyering.net>
19347
19348         * modules/utimens (Depends-on): Add timespec, required for
19349         utimens.h's inclusion of timespec.h.
19350
19351 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
19352
19353         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
19354         long unreadable paths in GNU/Linux.  Problem reported by Andreas
19355         Schwab in
19356         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
19357         I'll try to think of a better way to fix the Solaris problem.
19358
19359         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
19360         like glibc; on Solaris 10, it fails with errno == EINVAL.
19361         POSIX says the behavior is unspecified if the first argument is NULL,
19362         so play it safe and never pass NULL to the system getcwd.
19363
19364 2007-02-21  Jim Meyering  <jim@meyering.net>
19365
19366         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
19367         of gettimeofday.  It would conflict with the one now always
19368         provided via sys_time_.h.  Reported by Matthew Woehlke, as
19369         an IRIX 6.5 build failure.
19370
19371 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19372
19373         Minor fixups to port to Solaris 10 with Sun C 5.8.
19374         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
19375         * modules/getcwd (Depends-on): Add dirfd.
19376         * lib/putenv.c (putenv): #undef it.
19377         (rpl_putenv): New decl.
19378         (malloc, free): Include <stdlib.h> rather than prototyping separately.
19379
19380 2007-02-20  Bruno Haible  <bruno@clisp.org>
19381
19382         * modules/stdio-tests: New file.
19383         * tests/test-stdio.c: New file.
19384
19385         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
19386         (Depends-on): Add stdio.
19387         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19388         (Include): Use <stdio.h> instead of vsnprintf.h.
19389         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19390         HAVE_DECL_VSNPRINTF.
19391         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
19392
19393         * modules/snprintf (Files): Remove lib/snprintf.h.
19394         (Depends-on): Add stdio.
19395         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
19396         (Include): Use <stdio.h> instead of snprintf.h.
19397         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
19398         HAVE_DECL_SNPRINTF.
19399         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
19400         * lib/getaddrinfo.c: Likewise.
19401
19402         * modules/stdio: New file.
19403         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
19404         * lib/snprintf.h: Remove file.
19405         * lib/vsnprintf.h: Remove file.
19406         * lib/.cppi-disable: Remove snprintf.h.
19407         * m4/stdio_h.m4: New file.
19408         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
19409
19410 2007-02-20  Jim Meyering  <jim@meyering.net>
19411
19412         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
19413         used by e.g., mingw.  From Bruno Haible.
19414
19415 2007-02-19  Bruno Haible  <bruno@clisp.org>
19416
19417         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
19418         warnings.
19419         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19420
19421 2007-02-19  Bruno Haible  <bruno@clisp.org>
19422
19423         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
19424         from mingw users.
19425
19426 2007-02-19  Bruno Haible  <bruno@clisp.org>
19427
19428         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
19429         warnings.
19430         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
19431
19432 2007-02-19  Jim Meyering  <jim@meyering.net>
19433
19434         Don't use FD after a successful "fdopendir (fd)".
19435         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
19436         Reset it by calling dirfd on the just-obtained DIR*.
19437
19438         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
19439         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
19440
19441 2007-02-18  Bruno Haible  <bruno@clisp.org>
19442
19443         * lib/readlink.c: Include <unistd.h>.
19444         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
19445         HAVE_READLINK.
19446         * modules/readlink (Depends-on): Add unistd.
19447         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19448         (Include): Add <unistd.h>.
19449
19450         * lib/getlogin_r.h: Remove file.
19451         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
19452         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
19453         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
19454         HAVE_DECL_GETLOGIN_R.
19455         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
19456         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19457         (Include): Use <unistd.h> instead of getlogin_r.h.
19458
19459         * lib/getcwd.h: Remove file.
19460         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
19461         * lib/xgetcwd.c: Likewise.
19462         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
19463         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
19464         * modules/getcwd (Files): Remove lib/getcwd.h.
19465         (Depends-on): Add unistd.
19466         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19467         (Include): Use <unistd.h> instad of getcwd.h.
19468
19469         * lib/ftruncate.c: Include <unistd.h> first.
19470         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
19471         Set HAVE_FTRUNCATE.
19472         * modules/ftruncate (Depends-on): Add unistd.
19473         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19474
19475         * lib/fchdir.c: Include <unistd.h> first.
19476         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
19477         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
19478         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
19479         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19480         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
19481
19482         * lib/dup2.c: Include <unistd.h> first.
19483         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
19484         HAVE_DUP2.
19485         * modules/dup2 (Depends-on): Add unistd.
19486         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19487
19488         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
19489         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
19490         REPLACE_CHOWN. Don't define chown as a macro here.
19491         * modules/chown (Depends-on): Add unistd.
19492         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19493
19494         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
19495         Add definition for GL_LINK_WARNING.
19496         (chown, dup2): New declarations.
19497         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
19498         link warning.
19499         (ftruncate): New declaration.
19500         (getcwd): New declaration, taken from old getcwd.h.
19501         (getlogin_r): New declaration, taken from old getlogin_r.h.
19502         (readlink): New declaration.
19503         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
19504         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
19505         (gl_PREREQ_UNISTD): Remove macro.
19506         (gl_UNISTD_MODULE_INDICATOR): New macro.
19507         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
19508         many new variables. Don't set UNISTD_H.
19509         * modules/unistd (Description): Change.
19510         (Depends-on): Add link-warning.
19511         (configure.ac): Update.
19512         (Makefile.am): Create unistd.h always. Substitute many new variables
19513         into it.
19514
19515 2007-02-18  Bruno Haible  <bruno@clisp.org>
19516
19517         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
19518         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
19519         HAVE_GETSUBOPT.
19520         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
19521         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
19522         * lib/getsubopt.h: Remove file.
19523         * modules/getsubopt (Files): Remove lib/getsubopt.h.
19524         (Depends-on): Add stdlib.
19525         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19526         (Includes): Use <stdlib.h> instead of getsubopt.h.
19527         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
19528         Set HAVE_GETSUBOPT.
19529         * lib/getsubopt.c: Don't include getsubopt.h.
19530
19531 2007-02-18  Bruno Haible  <bruno@clisp.org>
19532
19533         * modules/fchdir (Depends-on): Add dup2.
19534
19535 2007-02-18  Bruno Haible  <bruno@clisp.org>
19536
19537         * lib/stdlib_.h: Handle glibc's special invocation convention
19538         specially.
19539
19540 2007-02-18  Bruno Haible  <bruno@clisp.org>
19541
19542         * modules/stdlib-tests: New file.
19543         * tests/test-stdlib.c: New file.
19544
19545         * modules/mkstemp (Files): Remove lib/mkstemp.h.
19546         (Depends-on): Add stdlib.
19547         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19548         (Includes): Use <stdlib.h> instead of mkstemp.h.
19549         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19550         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
19551         * lib/mkstemp.c: Don't include mkstemp.h.
19552         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
19553         * lib/stdlib--.h: Don't include mkstemp.h.
19554
19555         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
19556         (Depends-on): Add stdlib.
19557         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19558         (Includes): Use <stdlib.h> instead of mkdtemp.h.
19559         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
19560         HAVE_MKDTEMP.
19561         * lib/mkdtemp.c: Don't include mkdtemp.h.
19562         * lib/clean-temp.c: Don't include mkdtemp.h.
19563
19564         * modules/exit (Files): Remove lib/exit.h.
19565         (Depends-on): Add stdlib.
19566         (Makefile.am): Remove lib_SOURCES.
19567         (Include): Use <stdlib.h> instead of exit.h.
19568         * lib/argmatch.c: Don't include exit.h.
19569         * lib/execute.c: Likewise.
19570         * lib/pagealign_alloc.c: Likewise.
19571         * lib/pipe.c: Likewise.
19572         * lib/wait-process.c: Likewise.
19573         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
19574         * lib/exitfail.c: Likewise.
19575         * lib/savewd.c: Likewise.
19576         * lib/xsetenv.c: Likewise.
19577
19578         * modules/stdlib: New file.
19579         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
19580         and extra comments about mkstemp().
19581         * lib/exit.h: Remove file.
19582         * lib/mkdtemp.h: Remove file.
19583         * lib/mkstemp.h: Remove file.
19584         * m4/stdlib_h.m4: New file.
19585         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
19586
19587 2007-02-18  Bruno Haible  <bruno@clisp.org>
19588
19589         * modules/math-tests: New file.
19590         * tests/test-math.c: New file.
19591
19592         * modules/math: New file.
19593         * modules/mathl (Files): Remove lib/mathl.h.
19594         (Depends-on): Add math.
19595         (Makefile.am): Don't mention mathl.h.
19596         (Include): Use <math.h> instead of mathl.h.
19597         * lib/math_.h: New file.
19598         * lib/mathl.h: Remove file.
19599         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
19600         mathl.h.
19601         * lib/asinl.c: Likewise.
19602         * lib/atanl.c: Likewise.
19603         * lib/ceill.c: Likewise.
19604         * lib/cosl.c: Likewise.
19605         * lib/expl.c: Likewise.
19606         * lib/floorl.c: Likewise.
19607         * lib/frexpl.c: Likewise.
19608         * lib/ldexpl.c: Likewise.
19609         * lib/logl.c: Likewise.
19610         * lib/sincosl.c: Likewise.
19611         * lib/sinl.c: Likewise.
19612         * lib/sqrtl.c: Likewise.
19613         * lib/tanl.c: Likewise.
19614         * lib/trigl.c: Likewise.
19615         * m4/math_h.m4: New file.
19616         * MODULES.html.sh (Mathematics): Add math.
19617
19618 2007-02-17  Bruno Haible  <bruno@clisp.org>
19619
19620         * modules/wctype-tests: New file.
19621         * tests/test-wctype.c: New file.
19622
19623         * modules/wchar-tests: New file.
19624         * tests/test-wchar.c: New file.
19625
19626         * modules/unistd-tests: New file.
19627         * tests/test-unistd.c: New file.
19628
19629         * modules/time-tests: New file.
19630         * tests/test-time.c: New file.
19631
19632         * modules/sysexits-tests: New file.
19633         * tests/test-sysexits.c: New file.
19634
19635         * modules/sys_time-tests: New file.
19636         * tests/test-sys_time.c: New file.
19637
19638         * modules/sys_stat-tests: New file.
19639         * tests/test-sys_stat.c: New file.
19640
19641         * modules/sys_socket-tests: New file.
19642         * tests/test-sys_socket.c: New file.
19643
19644         * modules/sys_select-tests: New file.
19645         * tests/test-sys_select.c: New file.
19646
19647         * modules/string-tests: New file.
19648         * tests/test-string.c: New file.
19649
19650         * modules/stdbool-tests: New file.
19651         * tests/test-stdbool.c: New file.
19652
19653         * modules/netinet_in-tests: New file.
19654         * tests/test-netinet_in.c: New file.
19655
19656         * modules/inttypes-tests: New file.
19657         * tests/test-inttypes.c: New file.
19658
19659         * modules/fcntl-tests: New file.
19660         * tests/test-fcntl.c: New file.
19661
19662         * modules/byteswap-tests: New file.
19663         * tests/test-byteswap.c: New file.
19664
19665         * modules/arpa_inet-tests: New file.
19666         * tests/test-arpa_inet.c: New file.
19667
19668 2007-02-17  Bruno Haible  <bruno@clisp.org>
19669
19670         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
19671         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
19672         if the corresponding module is not enabled. Emit link warnings if
19673         the function is used nevertheless.
19674         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
19675         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
19676         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
19677         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
19678         * modules/inttypes (Depends-on): Add link-warning.
19679         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19680         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
19681         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
19682         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
19683         * modules/imaxdiv (configure.ac): Likewise.
19684         * modules/strtoimax (configure.ac): Likewise.
19685         * modules/strtoumax (configure.ac): Likewise.
19686
19687 2007-02-17  Bruno Haible  <bruno@clisp.org>
19688
19689         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
19690         gl_STRING_MODULE_INDICATOR_DEFAULTS.
19691         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
19692         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
19693
19694 2007-02-17  Bruno Haible  <bruno@clisp.org>
19695
19696         * modules/link-warning: New file.
19697         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
19698         * lib/string_.h (GL_LINK_WARNING): Remove definition.
19699         * modules/string (Depends-on): Add link-warning.
19700         (Makefile.am): Copy the contents of build-aux/link-warning.h into
19701         string.h.
19702         * MODULES.html.sh (Support for building libraries and executables): Add
19703         link-warning.
19704
19705 2007-02-17  Bruno Haible  <bruno@clisp.org>
19706
19707         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19708         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19709         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19710         long lines.
19711
19712 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19713             Bruno Haible  <bruno@clisp.org>
19714
19715         * modules/tmpfile: New file.
19716         * lib/tmpfile.c: New file.
19717         * m4/tmpfile.m4: New file.
19718         * MODULES.html.sh (func_all_modules): New section "Input/output".
19719
19720 2007-02-15  Bruno Haible  <bruno@clisp.org>
19721
19722         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19723         (supports_delete_on_close): New function.
19724         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19725
19726 2007-02-14  Bruno Haible  <bruno@clisp.org>
19727
19728         * modules/mbspcasecmp-tests: New file.
19729         * tests/test-mbspcasecmp.sh: New file.
19730         * tests/test-mbspcasecmp.c: New file.
19731
19732         New module mbspcasecmp.
19733         * modules/mbspcasecmp: New file.
19734         * lib/mbspcasecmp.c: New file.
19735         * lib/string_.h (strncasecmp): Change warning message.
19736         (mbspcasecmp): New declaration.
19737         * m4/mbspcasecmp.m4: New file.
19738         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19739         GNULIB_MBSPCASECMP.
19740         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19741         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19742
19743 2007-02-14  Bruno Haible  <bruno@clisp.org>
19744
19745         * modules/mbsncasecmp-tests: New file.
19746         * tests/test-mbsncasecmp.sh: New file.
19747         * tests/test-mbsncasecmp.c: New file.
19748
19749         New module mbsncasecmp.
19750         * modules/mbsncasecmp: New file.
19751         * lib/mbsncasecmp.c: New file.
19752         * lib/string_.h (mbsncasecmp): New declaration.
19753         * m4/mbsncasecmp.m4: New file.
19754         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19755         GNULIB_MBSNCASECMP.
19756         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19757         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19758
19759 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19760
19761         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
19762         Verify that it doesn't overlap with our flags.
19763         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
19764         do not have the desired effect in multibyte locales; instead, use
19765         mbscasecmp.
19766         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
19767         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
19768         we don't require GNU fnmatch ourselves (if our users require it, they
19769         should do so explicitly).
19770
19771         Fix regex code so it doesn't rely on strcasecmp.
19772         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
19773         Otherwise, include gnulib's langinfo.h.
19774         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
19775         undesirable behavior in non-C locales.  Instead, rely on localecharset.
19776         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
19777         * modules/regex (FILES): Remove m4/codeset.m4.
19778         (Depends-on): Add localcharset.  Remove strcase.
19779
19780 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19781
19782         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
19783         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
19784
19785 2007-02-13  Bruno Haible  <bruno@clisp.org>
19786
19787         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
19788         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19789
19790 2007-02-12  Bruno Haible  <bruno@clisp.org>
19791
19792         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19793         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
19794         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
19795         time warning rather than a link error.
19796
19797 2007-02-12  Bruno Haible  <bruno@clisp.org>
19798
19799         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
19800         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19801         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19802
19803 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19804
19805         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
19806         args, not 2.
19807
19808 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         New module 'time', so that apps can include <time.h> as per
19811         POSIX and GNU instead of separate include files like time_r.h
19812         and timegm.h.  This implementation tries out a simpler approach
19813         for replacing decls in standard include files (as compared to
19814         the string module), somewhat as an experiment.
19815
19816         * config/srclist.txt: Comment out mktime.c for now.
19817         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
19818         since it doesn't apply any more.  Use generic wording instead.
19819         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
19820         'time'.
19821         * lib/time_.h, m4/time_h.m4, modules/time: New files.
19822         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
19823         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
19824         Don't include <sys/types.h>; no longer needed since we assume C89.
19825         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
19826         * lib/strftime.c: Likewise.
19827         * lib/time_r.c: Likewise.
19828         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
19829         * lib/nanosleep.c: Include <time.h> first, to check interface.
19830         * lib/strptime.c: Likewise.
19831         * lib/time_r.c: Likewise.
19832         * lib/timegm.c: Likewise.
19833         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
19834         needed.
19835         * lib/timegm.c: Don't include timegm.h; no longer needed.
19836         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
19837         time.h now handles any problems in that area.
19838         (struct timespec, nanosleep): Remove; time.h now arranges for these.
19839         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
19840         that time.h defines struct timespec.
19841         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
19842         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
19843         handles that.
19844         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
19845         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
19846         needed.  Set REPLACE_LOCALTIME.
19847         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
19848         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
19849         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
19850         nanosleep; time_h.m4 now does that.  Don't require
19851         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
19852         module handles this now.
19853         * modules/getdate (Depends-on): Remove timespec.  Add time.
19854         * modules/nanosleep (Depends-on): Likewise.
19855         * modules/stat-time (Depends-on): Likewise.
19856         * modules/nanosleep (Include): Include time.h, not timespec.h.
19857         * modules/strptime (Files): Remove lib/strptime.h.
19858         (Depends-on): Add extensions, time.
19859         (Include): Include time.h, not strptime.h.
19860         * modules/time_r (Files): Remove lib/time_r.h.
19861         (Depends-on): Add time.
19862         (Include): Include time.h, not time_r.h.
19863         * modules/timegm: Likewise.
19864         * modules/timespec (Description): Now does timespec-related decls
19865         of our own, instead of struct timespec itself.
19866         (Depends-on): Add time; remove extensions.
19867         (Maintainer): Add self.
19868         * modules/utimecmp (Depends-on): Add time; remove timespec.
19869         * modules/utimens (Depends-on): Likewise.
19870         * modules/xnanosleep (Depends-on): Likewise.
19871
19872 2007-02-11  Bruno Haible  <bruno@clisp.org>
19873
19874         * lib/c-strstr.c: Include allocsa.h.
19875         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19876         * lib/c-strcasestr.c: Include allocsa.h.
19877         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19878         * lib/strcasestr.c: Include allocsa.h.
19879         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19880         * lib/mbsstr.c: Include allocsa.h.
19881         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19882         allocsa/freesa instead of malloc/free.
19883         * lib/mbscasestr.c: Include allocsa.h.
19884         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19885         allocsa/freesa instead of malloc/free.
19886         * modules/c-strstr (Depends-on): Add allocsa.
19887         * modules/c-strcasestr (Depends-on): Likewise.
19888         * modules/strcasestr (Depends-on): Likewise.
19889         * modules/mbsstr (Depends-on): Likewise.
19890         * modules/mbscasestr (Depends-on): Likewise.
19891
19892 2007-02-11  Bruno Haible  <bruno@clisp.org>
19893
19894         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
19895
19896         * modules/mbsspn-tests: New file.
19897         * tests/test-mbsspn.sh: New file.
19898         * tests/test-mbsspn.c: New file.
19899
19900 2007-02-11  Bruno Haible  <bruno@clisp.org>
19901
19902         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
19903
19904         * modules/mbspbrk-tests: New file.
19905         * tests/test-mbspbrk.sh: New file.
19906         * tests/test-mbspbrk.c: New file.
19907
19908 2007-02-11  Bruno Haible  <bruno@clisp.org>
19909
19910         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
19911         unneeded cast.
19912
19913         * modules/mbscspn-tests: New file.
19914         * tests/test-mbscspn.sh: New file.
19915         * tests/test-mbscspn.c: New file.
19916
19917 2007-02-11  Bruno Haible  <bruno@clisp.org>
19918
19919         * modules/mbscasecmp-tests: New file.
19920         * tests/test-mbscasecmp.sh: New file.
19921         * tests/test-mbscasecmp.c: New file.
19922
19923 2007-02-11  Bruno Haible  <bruno@clisp.org>
19924
19925         Ensure O(n) worst-case complexity of mbscasestr.
19926         * lib/mbscasestr.c: Include stdbool.h.
19927         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19928         functions.
19929         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
19930         the bookkeeping indicates that it's worth it.
19931         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
19932
19933         * modules/mbscasestr-tests: New file.
19934         * tests/test-mbscasestr1.c: New file.
19935         * tests/test-mbscasestr2.sh: New file.
19936         * tests/test-mbscasestr2.c: New file.
19937         * tests/test-mbscasestr3.sh: New file.
19938         * tests/test-mbscasestr3.c: New file.
19939         * tests/test-mbscasestr4.sh: New file.
19940         * tests/test-mbscasestr4.c: New file.
19941         * m4/locale-tr.m4: New file.
19942
19943 2007-02-11  Bruno Haible  <bruno@clisp.org>
19944
19945         Ensure O(n) worst-case complexity of mbsstr.
19946         * lib/mbsstr.c: Include stdbool.h.
19947         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19948         functions.
19949         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19950         bookkeeping indicates that it's worth it.
19951         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19952
19953         * modules/mbsstr-tests: New file.
19954         * tests/test-mbsstr1.c: New file.
19955         * tests/test-mbsstr2.sh: New file.
19956         * tests/test-mbsstr2.c: New file.
19957         * tests/test-mbsstr3.sh: New file.
19958         * tests/test-mbsstr3.c: New file.
19959         * m4/locale-fr.m4: New file.
19960
19961 2007-02-11  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/mbsrchr.c (mbsrchr): Fix bug.
19964
19965         * modules/mbsrchr-tests: New file.
19966         * tests/test-mbsrchr.sh: New file.
19967         * tests/test-mbsrchr.c: New file.
19968
19969 2007-02-11  Bruno Haible  <bruno@clisp.org>
19970
19971         * lib/mbschr.c (mbschr): Fix bug.
19972
19973         * modules/mbschr-tests: New file.
19974         * tests/test-mbschr.sh: New file.
19975         * tests/test-mbschr.c: New file.
19976         * m4/locale-zh.m4: New file.
19977
19978 2007-02-11  Bruno Haible  <bruno@clisp.org>
19979
19980         Support for copying multibyte string iterators.
19981         * lib/mbiter.h: Include <string.h>.
19982         (mbiter_multi_copy): New function.
19983         (mbi_copy): New macro.
19984         * lib/mbuiter.h: Include <string.h>.
19985         (mbuiter_multi_copy): New function.
19986         (mbui_copy): New macro.
19987
19988 2007-02-11  Bruno Haible  <bruno@clisp.org>
19989
19990         New module mbslen.
19991         * modules/mbslen: New file.
19992         * lib/mbslen.c: New file.
19993         * lib/string_.h (mbslen): New declaration.
19994         * m4/mbslen.m4: New file.
19995         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19996         GNULIB_MBSLEN.
19997         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19998         * MODULES.html.sh (Internationalization functions): Add mbslen.
19999
20000 2007-02-11  Bruno Haible  <bruno@clisp.org>
20001
20002         Ensure O(n) worst-case complexity of strcasestr substitute.
20003         * lib/strcasestr.c: Include stdbool.h.
20004         (knuth_morris_pratt): New function.
20005         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20006         bookkeeping indicates that it's worth it.
20007         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
20008
20009         * modules/strcasestr-tests: New file.
20010         * tests/test-strcasestr.c: New file.
20011
20012 2007-02-11  Bruno Haible  <bruno@clisp.org>
20013
20014         Ensure O(n) worst-case complexity of c_strcasestr.
20015         * lib/c-strcasestr.c: Include stdbool.h, string.h.
20016         (knuth_morris_pratt): New function.
20017         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
20018         the bookkeeping indicates that it's worth it.
20019         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
20020
20021         * modules/c-strcasestr-tests: New file.
20022         * tests/test-c-strcasestr.c: New file.
20023
20024 2007-02-11  Bruno Haible  <bruno@clisp.org>
20025
20026         Ensure O(n) worst-case complexity of c_strstr.
20027         * lib/c-strstr.c: Include stdbool.h, string.h.
20028         (knuth_morris_pratt): New function.
20029         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
20030         bookkeeping indicates that it's worth it.
20031         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
20032
20033         * lib/c-strstr.c: Complete rewrite for maintainability.
20034
20035         * modules/c-strstr-tests: New file.
20036         * tests/test-c-strstr.c: New file.
20037
20038 2007-02-11  Bruno Haible  <bruno@clisp.org>
20039
20040         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
20041         5.2.1 and earlier, whereby \055 was treated just like the range
20042         delimiter '-'.
20043         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
20044
20045 2007-02-08  Bruno Haible  <bruno@clisp.org>
20046
20047         * modules/regex (Depends-on): Add stdbool.
20048         Reported by Dalibor Topic <robilad@kaffe.org>.
20049
20050 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
20051
20052         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
20053         Prefer returning from main to exiting from it.
20054         Remove unnecessary parens after sizeof.
20055
20056 2007-02-05  Bruno Haible  <bruno@clisp.org>
20057
20058         New module mbssep.
20059         * modules/mbssep: New file.
20060         * lib/mbssep.c: New file.
20061         * lib/string_.h (strsep): Add a conditional link warning.
20062         (mbssep): New declaration.
20063         * m4/mbssep.m4: New file.
20064         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20065         GNULIB_MBSSEP.
20066         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
20067         * MODULES.html.sh (Internationalization functions): Add mbssep.
20068
20069 2007-02-05  Bruno Haible  <bruno@clisp.org>
20070
20071         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
20072         Optimize search in case of 1 delimiter.
20073
20074 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20075
20076         * lib/acl.h: Include sys/types.h before sys/acl.h.
20077
20078 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
20079
20080         Merge upstream fix for glibc bugzilla #3957:
20081
20082         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
20083
20084         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
20085         bit for RE_HAT_LISTS_NOT_NEWLINE.
20086         (build_charclass_op): Remove bogus comment.
20087
20088 2007-02-05  Simon Josefsson  <simon@josefsson.org>
20089
20090         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
20091
20092 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20093
20094         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
20095         * lib/memmem.c [!defined _LIBC]: Include config.h.
20096
20097 2007-02-04  Bruno Haible  <bruno@clisp.org>
20098
20099         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
20100         warning message.
20101
20102 2007-02-04  Bruno Haible  <bruno@clisp.org>
20103
20104         New module mbstok_r.
20105         * modules/mbstok_r: New file.
20106         * lib/mbstok_r.c: New file.
20107         * lib/string_.h (strtok_r): Change argument names to match the
20108         comments. Add a conditional link warning.
20109         (mbstok_r): New declaration.
20110         * m4/mbstok_r.m4: New file.
20111         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20112         GNULIB_MBSTOK_R.
20113         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
20114         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
20115
20116 2007-02-04  Bruno Haible  <bruno@clisp.org>
20117
20118         New module mbsspn.
20119         * modules/mbsspn: New file.
20120         * lib/mbsspn.c: New file.
20121         * lib/string_.h (strspn): Add a conditional link warning.
20122         (mbsspn): New declaration.
20123         * m4/mbsspn.m4: New file.
20124         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20125         GNULIB_MBSSPN.
20126         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
20127         * MODULES.html.sh (Internationalization functions): Add mbsspn.
20128
20129 2007-02-04  Bruno Haible  <bruno@clisp.org>
20130
20131         New module mbspbrk.
20132         * modules/mbspbrk: New file.
20133         * lib/mbspbrk.c: New file.
20134         * lib/string_.h (strpbrk): Add a conditional link warning.
20135         (mbspbrk): New declaration.
20136         * m4/mbspbrk.m4: New file.
20137         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20138         GNULIB_MBSPBRK.
20139         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
20140         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
20141
20142 2007-02-04  Bruno Haible  <bruno@clisp.org>
20143
20144         New module mbscspn.
20145         * modules/mbscspn: New file.
20146         * lib/mbscspn.c: New file.
20147         * lib/string_.h (strcspn): Add a conditional link warning.
20148         (mbscspn): New declaration.
20149         * m4/mbscspn.m4: New file.
20150         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20151         GNULIB_MBSCSPN.
20152         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
20153         * MODULES.html.sh (Internationalization functions): Add mbscspn.
20154
20155 2007-02-04  Bruno Haible  <bruno@clisp.org>
20156
20157         New module mbscasestr, reduced goal of strcasestr.
20158         * modules/mbscasestr: New file.
20159         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
20160         (mbscasestr): Renamed from strcasestr.
20161         * lib/strcasestr.c: Don't include mbuiter.h.
20162         (strcasestr): Remove support for multibyte locales.
20163         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
20164         Change the conditional link warning.
20165         (mbscasestr): New declaration.
20166         * m4/mbscasestr.m4: New file.
20167         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
20168         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
20169         REPLACE_STRCASESTR.
20170         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
20171         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20172         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20173         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
20174         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
20175         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
20176         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
20177         (Depends-on): Remove mbuiter.
20178         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
20179
20180 2007-02-04  Bruno Haible  <bruno@clisp.org>
20181
20182         Simplify handling of strncasecmp.
20183         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
20184         the conditional link warning.
20185         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20186         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
20187         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
20188         * modules/strcase (configure.ac): Don't invoke
20189         gl_STRING_MODULE_INDICATOR.
20190         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
20191
20192 2007-02-04  Bruno Haible  <bruno@clisp.org>
20193
20194         New module mbscasecmp, reduced goal of strcasecmp.
20195         * modules/mbscasecmp: New file.
20196         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
20197         (mbscasecmp): Renamed from strcasecmp.
20198         * lib/strcasecmp.c: Don't include mbuiter.h.
20199         (strcasecmp): Remove support for multibyte locales.
20200         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
20201         Change the conditional link warning.
20202         (mbscasecmp): New declaration.
20203         * m4/mbscasecmp.m4: New file.
20204         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
20205         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
20206         REPLACE_STRCASECMP.
20207         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
20208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20209         GNULIB_MBSCASECMP.
20210         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
20211         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
20212         * modules/strcase (Files): Remove m4/mbrtowc.m4.
20213         (Depends-on): Remove mbuiter.
20214         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
20215
20216 2007-02-04  Bruno Haible  <bruno@clisp.org>
20217
20218         New module mbsstr. Remove module strstr.
20219         * modules/mbsstr: New file.
20220         * modules/strstr: Remove file.
20221         * lib/mbsstr.c: Renamed from lib/strstr.c.
20222         (mbsstr): Renamed from strstr.
20223         * lib/string_.h (strstr): Remove declaration. Change the conditional
20224         link warning.
20225         (mbsstr): New declaration.
20226         * m4/mbsstr.m4: New file.
20227         * m4/strstr.m4: Remove file.
20228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
20229         REPLACE_STRSTR.
20230         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
20231         Don't initialize GNULIB_STRSTR.
20232         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
20233         substitute GNULIB_STRSTR and REPLACE_STRSTR.
20234         * MODULES.html.sh (Internationalization functions): Add mbsstr.
20235         (Support for systems lacking ANSI C 89): Remove strstr.
20236
20237 2007-02-04  Bruno Haible  <bruno@clisp.org>
20238
20239         New module mbsrchr.
20240         * modules/mbsrchr: New file.
20241         * lib/mbsrchr.c: New file.
20242         * lib/string_.h (strrchr): Add a conditional link warning.
20243         (mbsrchr): New declaration.
20244         * m4/mbsrchr.m4: New file.
20245         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20246         GNULIB_MBSRCHR.
20247         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
20248         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
20249
20250 2007-02-04  Bruno Haible  <bruno@clisp.org>
20251
20252         New module mbschr.
20253         * modules/mbschr: New file.
20254         * lib/mbschr.c: New file.
20255         * lib/string_.h (strchr): Add a conditional link warning.
20256         (mbschr): New declaration.
20257         * m4/mbschr.m4: New file.
20258         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
20259         GNULIB_MBSCHR.
20260         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
20261         * MODULES.html.sh (Internationalization functions): Add mbschr.
20262
20263 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
20264
20265         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
20266
20267         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
20268
20269 2007-02-04  Bruno Haible  <bruno@clisp.org>
20270
20271         New module description section 'configure.ac-early'.
20272         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
20273         (func_get_autoconf_early_snippet): New function.
20274         (func_import, func_create_testdir): Use it. Remove special cases for
20275         modules 'extensions' and 'lock'.
20276         * modules/extensions (configure.ac-early): Require
20277         gl_USE_SYSTEM_EXTENSIONS.
20278         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
20279
20280 2007-02-04  Bruno Haible  <bruno@clisp.org>
20281
20282         Make use of gcj-4.3's -fsource and -ftarget option.
20283         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
20284         and if so try the options -fsource and -ftarget.
20285         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
20286         source_version, ftarget_option, target_version arguments.
20287         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
20288         (is_envjavac_oldgcj_14_14_usable): Renamed from
20289         is_envjavac_gcj_14_14_usable.
20290         (is_envjavac_oldgcj_14_13_usable): Renamed from
20291         is_envjavac_gcj_14_13_usable.
20292         (is_gcj_present): Update.
20293         (is_gcj_43, is_gcj43_usable): New functions.
20294         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
20295         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
20296         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
20297         try the options -fsource and -ftarget.
20298
20299 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20300
20301         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
20302         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
20303         larger value.
20304
20305 2007-02-03  Jim Meyering  <jim@meyering.net>
20306
20307         Give tools a better chance to allocate space for very large buffers.
20308         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
20309
20310         Make pwd and readlink work also when run with an unreadable parent dir
20311         on systems with openat support.
20312         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
20313         provided getcwd function, even when we have openat support.
20314         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
20315
20316 2007-02-02  Bruno Haible  <bruno@clisp.org>
20317
20318         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
20319         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
20320         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
20321         portability problems if one of these functions is only used on specific
20322         platforms.
20323         Reported by Paul Eggert.
20324
20325 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
20326
20327         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
20328         is causing more trouble than it's curing.
20329         * lib/regex_internal.h (__mempcpy): Remove.
20330         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
20331         (and make the code a tad smaller to boot).
20332         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
20333
20334 2007-02-02  Jim Meyering  <jim@meyering.net>
20335
20336         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
20337         section, not in the Makefile.am: one.
20338
20339 2007-02-02  Eric Blake  <ebb9@byu.net>
20340
20341         * lib/strchrnul.c: Always include config.h first.
20342
20343         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
20344         gnulib strstr is not necessary here.
20345
20346 2007-02-02  Simon Josefsson  <simon@josefsson.org>
20347
20348         * m4/socklen.m4: Fix typo.
20349
20350 2007-02-02  Eric Blake  <ebb9@byu.net>
20351
20352         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
20353         * modules/netinet_in (Makefile.am): Likewise.
20354
20355 2007-02-01  Bruno Haible  <bruno@clisp.org>
20356
20357         * lib/string_.h (GL_LINK_WARNING): New macro.
20358         (strcasecmp, strstr, strcasestr): If provided by the system,
20359         conditionally define as a macro that leads to a warning instead of to
20360         an error.
20361         (strncasecmp): Conditionally define as a macro that leads to a warning.
20362
20363 2007-02-01  Karl Berry  <karl@gnu.org>
20364
20365         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
20366
20367 2007-02-01  Bruno Haible  <bruno@clisp.org>
20368
20369         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
20370         renamings.
20371
20372 2007-02-01  Eric Blake  <ebb9@byu.net>
20373
20374         * modules/regex (Depends-on): Revert dependence on mempcpy.
20375         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
20376         module's definition of mempcpy.
20377         Reported by Paul Eggert.
20378
20379 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20380
20381         * lib/string_.h: If the gnulib module XYZ is not present, undefine
20382         the symbol XYZ before redefining it.  This fixes a problem with
20383         programs that don't use XYZ, when compiled on systems that define
20384         XYZ to something else.
20385
20386 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
20387
20388         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
20389         occurs when "mkdir -m foo" creates a setgid directory that is (1)
20390         writeable to group or other and (2) is intended to have a special
20391         mode bit that is set or cleared.  In such a case, the directory
20392         should be neither group- nor other-writeable until the special
20393         mode bits are right.
20394
20395 2007-01-31  Eric Blake  <ebb9@byu.net>
20396
20397         * modules/mountlist (Depends-on): Add strstr.
20398
20399         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
20400         bug.
20401         * modules/string (Makefile.am): Remove redundant replacement.
20402         * modules/regex (Depends-on): Add mempcpy.
20403
20404 2007-01-31  Bruno Haible  <bruno@clisp.org>
20405
20406         New module description field 'Link'.
20407         * gnulib-tool (func_usage): Document --extract-link-directive.
20408         (sed_extract_prog): Recognize 'Link' directive.
20409         (func_get_link_directive): New function.
20410         (func_import): Show summary of link directives.
20411         Handle --extract-link-directive option.
20412         * modules/acl (Link): New section.
20413         * modules/clock-time (Link): New section.
20414         * modules/euidaccess (Link): New section.
20415         * modules/gettext (Link): New section.
20416         * modules/iconv (Link): New section.
20417         * modules/lock (Link): New section.
20418         * modules/nanosleep (Link): New section.
20419         * modules/readline (Link): New section.
20420
20421 2007-01-27  Bruno Haible  <bruno@clisp.org>
20422
20423         Enforce the use of gnulib modules for unportable <string.h> functions.
20424         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
20425         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
20426         (gl_HEADER_STRING_H_BODY): Require it.
20427         * lib/string_.h: If the gnulib module XYZ is not present, redefine
20428         the symbol XYZ to one that gives a link error.
20429         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
20430         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
20431         * modules/mempcpy (configure.ac): Likewise.
20432         * modules/memrchr (configure.ac): Likewise.
20433         * modules/stpcpy (configure.ac): Likewise.
20434         * modules/stpncpy (configure.ac): Likewise.
20435         * modules/strcase (configure.ac): Likewise.
20436         * modules/strcasestr (configure.ac): Likewise.
20437         * modules/strchrnul (configure.ac): Likewise.
20438         * modules/strdup (configure.ac): Likewise.
20439         * modules/strndup (configure.ac): Likewise.
20440         * modules/strnlen (configure.ac): Likewise.
20441         * modules/strpbrk (configure.ac): Likewise.
20442         * modules/strsep (configure.ac): Likewise.
20443         * modules/strstr (configure.ac): Likewise.
20444         * modules/strtok_r (configure.ac): Likewise.
20445
20446 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
20447
20448         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
20449
20450 2007-01-30  Jim Meyering  <jim@meyering.net>
20451
20452         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
20453
20454 2007-01-29  Bruno Haible  <bruno@clisp.org>
20455
20456         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
20457         * lib/execute.c: Likewise.
20458         * lib/pipe.c: Likewise.
20459         * lib/printf-args.h: Likewise.
20460         * lib/printf-args.c: Likewise.
20461         * lib/printf-parse.c: Likewise.
20462         * lib/vasnprintf.c: Likewise.
20463
20464 2007-01-29  Eric Blake  <ebb9@byu.net>
20465
20466         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
20467         declaration.
20468
20469 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
20470
20471         * lib/strptime.h (strptime): Use 'restrict' for args where
20472         POSIX requires this.
20473         * lib/strptime.c (strptime): Likewise.
20474         Change license notice from LGPL to GPL, since gnulib-tool will
20475         change this as needed.
20476         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
20477         defined.
20478         Include "strptime.h" first, to check interface.
20479         Do not #undef _LIBC and _NL_CURRENT.
20480         Do not include <stdlib.h>; no longer needed.
20481         Include "time_r.h" and declare ptime_locale_status
20482         only if _LIBC is not defined.
20483         (__P): Remove unused macro.
20484         (match_string): Bring back glibc version, but use it only if _LIBC
20485         is defined.
20486         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
20487         Remove unnecessary assertion and abort() call.
20488         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
20489         * m4/strptime.m4: Fix serial number comment.
20490         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
20491         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
20492         (Depends-on): Add time_r.
20493
20494 2007-01-29  Bruno Haible  <bruno@clisp.org>
20495
20496         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20497         strptime.
20498         * modules/strptime (Depends-on): Add stdbool.
20499         * lib/strptime.h: Include <time.h> always. Add comments.
20500
20501 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20502
20503         * modules/strptime: New file.
20504         * lib/strptime.h: New file.
20505         * lib/strptime.c: New file.
20506         * m4/strptime.m4: New file.
20507
20508 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20509
20510         * MODULES.html.sh: New module mpsort.
20511         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
20512
20513         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
20514         a circularity problem with HP-UX ia64 reported by Bob Proulx in
20515         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
20516         All uses changed.
20517         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
20518         All uses changed.
20519         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
20520         to _Restrict_.
20521         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
20522         the parameter matches the prototype.
20523
20524 2007-01-28  Jim Meyering  <jim@meyering.net>
20525
20526         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
20527         sys/time.h here, reverting that part of the previous patch:
20528         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
20529
20530 2007-01-28  Bruno Haible  <bruno@clisp.org>
20531
20532         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
20533         value of $(SYS_TIME_H).
20534         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
20535         remove it conditionally, too. [added by Jim Meyering]
20536         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
20537         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20538         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
20539         GETTIMEOFDAY_REPLACEMENT to 1.
20540
20541 2007-01-28  Bruno Haible  <bruno@clisp.org>
20542
20543         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
20544         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
20545         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
20546         Set UNISTD_H instead of UNISTD_H2.
20547         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
20548
20549 2007-01-28  Bruno Haible  <bruno@clisp.org>
20550
20551         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
20552         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
20553
20554 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20555
20556         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
20557         (func_create_testdir): Ensure C locale for `grep' and `tr'
20558         character ranges.
20559         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
20560         ACLOCAL_AMFLAGS parsing state machine.
20561
20562 2007-01-27  Bruno Haible  <bruno@clisp.org>
20563
20564         * modules/unistr/base: Update.
20565
20566 2007-01-27  Bruno Haible  <bruno@clisp.org>
20567
20568         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
20569         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
20570         * modules/unistr/u32-mbtouc-unsafe: Renamed from
20571         modules/unistr/u32-mbtouc.
20572         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
20573         * lib/unistr.h: Update.
20574         * lib/linebreak.c: Update.
20575         * modules/unistr/u32-mbtouc: Renamed from
20576         modules/unistr/u32-mbtouc-safe.
20577         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
20578         * lib/unistr.h: Update.
20579         * lib/unistr/u32-to-u8.c: Update.
20580         * lib/unistr/u32-to-u16.c: Update.
20581
20582 2007-01-27  Bruno Haible  <bruno@clisp.org>
20583
20584         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
20585         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
20586         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
20587         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
20588         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
20589         * modules/unistr/u16-mbtouc-unsafe: Renamed from
20590         modules/unistr/u16-mbtouc.
20591         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
20592         * lib/unistr.h: Update.
20593         * lib/linebreak.c: Update.
20594         * modules/linebreak: Update.
20595         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
20596         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
20597         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
20598         * modules/unistr/u16-mbtouc: Renamed from
20599         modules/unistr/u16-mbtouc-safe.
20600         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
20601         * lib/unistr.h: Update.
20602         * lib/unistr/u16-to-u8.c: Update.
20603         * modules/unistr/u16-to-u8: Update.
20604         * lib/unistr/u16-to-u32.c: Update.
20605         * modules/unistr/u16-to-u32: Update.
20606
20607 2007-01-27  Bruno Haible  <bruno@clisp.org>
20608
20609         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
20610         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
20611         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
20612         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
20613         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
20614         * modules/unistr/u8-mbtouc-unsafe: Renamed from
20615         modules/unistr/u8-mbtouc.
20616         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
20617         * lib/unistr.h: Update.
20618         * lib/striconveh.c: Update.
20619         * modules/striconveh: Update.
20620         * lib/linebreak.c: Update.
20621         * modules/linebreak: Update.
20622         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
20623         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
20624         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
20625         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
20626         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
20627         * lib/unistr.h: Update.
20628         * lib/striconveh.c: Update.
20629         * modules/striconveh: Update.
20630         * lib/unistr/u8-to-u16.c: Update.
20631         * modules/unistr/u8-to-u16: Update.
20632         * lib/unistr/u8-to-u32.c: Update.
20633         * modules/unistr/u8-to-u32: Update.
20634
20635 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20636
20637         Sync from Libtool.
20638         * lib/argz.c: Do not include strings.h nor memory.h, include
20639         string.h unconditionally.  Patch by Simon Josefsson.
20640
20641 2007-01-27  Bruno Haible  <bruno@clisp.org>
20642
20643         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
20644         from gl_HEADER_STRING_H_BODY.
20645         (gl_HEADER_STRING_H_BODY): Require it.
20646         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
20647         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20648         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20649         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20650         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20651         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
20652         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20653         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20654         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
20655         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20656         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20657         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
20658         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20659         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
20660         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20661
20662 2007-01-27  Bruno Haible  <bruno@clisp.org>
20663
20664         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
20665         check_PROGRAMS into noinst_PROGRAMS.
20666         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
20667         check_PROGRAMS in this case.
20668         (func_import): Set for_test to false.
20669         (func_create_testdir): Set for_test to true.
20670
20671 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20672             Bruno Haible  <bruno@clisp.org>
20673
20674         * modules/strcasestr (Files): Remove lib/strcasestr.h.
20675         (Depends-on): Add string.
20676         (Includes): Use <string.h> instead of strcasestr.h.
20677         * modules/string (Makefile.am): Also substitute the value of
20678         REPLACE_STRCASESTR.
20679         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
20680         assume strcasestr is declared in <string.h> not <strings.h>. Also
20681         set REPLACE_STRCASESTR.
20682         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
20683         REPLACE_STRCASESTR.
20684         * lib/strcasestr.h: Remove file.
20685         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
20686         * lib/string_.h (strcasestr): New declaration.
20687
20688 2007-01-27  Bruno Haible  <bruno@clisp.org>
20689
20690         * lib/string_.h: Use 'extern'.
20691
20692 2007-01-27  Jim Meyering  <jim@meyering.net>
20693
20694         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
20695         of set-but-not-used local, "q".
20696
20697         * lib/mempcpy.c: Include <config.h> before <string.h>.
20698         This fixes a compilation error on HP-UX, due to the system's
20699         "restrict"-using mempcpy prototype.
20700
20701 2007-01-26  Bruno Haible  <bruno@clisp.org>
20702
20703         Small optimization.
20704         * lib/javacomp.c: Include c-strstr.h.
20705          (is_envjavac_gcj): Use c_strstr instead of strstr.
20706         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20707
20708 2007-01-26  Bruno Haible  <bruno@clisp.org>
20709
20710         * MODULES.html.sh (Unicode string functions): Add the new modules.
20711
20712         * modules/uniconv/u32-strconv-to-locale: New file.
20713         * lib/uniconv/u32-strconv-to-locale.c: New file.
20714
20715         * modules/uniconv/u16-strconv-to-locale: New file.
20716         * lib/uniconv/u16-strconv-to-locale.c: New file.
20717
20718         * modules/uniconv/u8-strconv-to-locale: New file.
20719         * lib/uniconv/u8-strconv-to-locale.c: New file.
20720
20721         * modules/uniconv/u32-strconv-from-locale: New file.
20722         * lib/uniconv/u32-strconv-from-locale.c: New file.
20723
20724         * modules/uniconv/u16-strconv-from-locale: New file.
20725         * lib/uniconv/u16-strconv-from-locale.c: New file.
20726
20727         * modules/uniconv/u8-strconv-from-locale: New file.
20728         * lib/uniconv/u8-strconv-from-locale.c: New file.
20729
20730         * modules/uniconv/u32-strconv-to-enc: New file.
20731         * lib/uniconv/u32-strconv-to-enc.c: New file.
20732         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20733         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20734
20735         * modules/uniconv/u16-strconv-to-enc: New file.
20736         * lib/uniconv/u16-strconv-to-enc.c: New file.
20737         * lib/uniconv/u-strconv-to-enc.h: New file.
20738         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20739         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20740
20741         * modules/uniconv/u8-strconv-to-enc: New file.
20742         * lib/uniconv/u8-strconv-to-enc.c: New file.
20743         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20744         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20745
20746         * modules/uniconv/u32-strconv-from-enc: New file.
20747         * lib/uniconv/u32-strconv-from-enc.c: New file.
20748         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20749         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20750
20751         * modules/uniconv/u16-strconv-from-enc: New file.
20752         * lib/uniconv/u16-strconv-from-enc.c: New file.
20753         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20754         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20755
20756         * modules/uniconv/u8-strconv-from-enc: New file.
20757         * lib/uniconv/u8-strconv-from-enc.c: New file.
20758         * lib/uniconv/u-strconv-from-enc.h: New file.
20759         * modules/uniconv/u8-strconv-from-enc-tests: New file.
20760         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
20761
20762         * modules/uniconv/u32-conv-from-enc: New file.
20763         * lib/uniconv/u32-conv-from-enc.c: New file.
20764         * modules/uniconv/u32-conv-from-enc-tests: New file.
20765         * tests/uniconv/test-u32-conv-from-enc.c: New file.
20766
20767         * modules/uniconv/u16-conv-from-enc: New file.
20768         * lib/uniconv/u16-conv-from-enc.c: New file.
20769         * lib/uniconv/u-conv-from-enc.h: New file.
20770         * modules/uniconv/u16-conv-from-enc-tests: New file.
20771         * tests/uniconv/test-u16-conv-from-enc.c: New file.
20772
20773         * modules/uniconv/u8-conv-from-enc: New file.
20774         * lib/uniconv/u8-conv-from-enc.c: New file.
20775         * modules/uniconv/u8-conv-from-enc-tests: New file.
20776         * tests/uniconv/test-u8-conv-from-enc.c: New file.
20777
20778         * modules/uniconv/base: New file.
20779         * lib/uniconv.h: New file.
20780
20781 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20782
20783         * doc/gnulib-tool.texi (Initial import): Update to match current
20784         behavior with strdup module.
20785         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
20786         * lib/memmem.h: Remove; all uses removed.  This is now done
20787         by <string.h>.
20788         * lib/mempcpy.h: Likewise.
20789         * lib/memrchr.h: Likewise.
20790         * lib/stpcpy.h: Likewise.
20791         * lib/stpncpy.h: Likewise.
20792         * lib/strcase.h: Likewise.
20793         * lib/strchrnul.h: Likewise.
20794         * lib/strdup.h: Likewise.
20795         * lib/strndup.h: Likewise.
20796         * lib/strnlen.h: Likewise.
20797         * lib/strpbrk.h: Likewise.
20798         * lib/strsep.h: Likewise.
20799         * lib/strstr.h: Likewise.
20800         * lib/strtok_r.h: Likewise.
20801         * lib/string_.h: New file.
20802         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
20803         Rely on <string.h> instead.
20804         * lib/canon-host.c: Likewise.
20805         * lib/chdir-long.c: Likewise.
20806         * lib/concatpath.c: Likewise.
20807         * lib/exclude.c: Likewise.
20808         * lib/fchdir.c: Likewise.
20809         * lib/getaddrinfo.c: Likewise.
20810         * lib/getcwd.c: Likewise.
20811         * lib/getsubopt.c: Likewise.
20812         * lib/glob.c: Likewise.
20813         * lib/hard-locale.c: Likewise.
20814         * lib/iconvme.c: Likewise.
20815         * lib/javacomp.c: Likewise.
20816         * lib/mempcpy.c: Likewise.
20817         * lib/memrchr.c: Likewise.
20818         * lib/regex_internal.h: Likewise.
20819         * lib/stpncpy.c: Likewise.
20820         * lib/strcasecmp.c: Likewise.
20821         * lib/strchrnul.c: Likewise.
20822         * lib/strdup.c: Likewise.
20823         * lib/striconv.c: Likewise.
20824         * lib/striconveh.c: Likewise.
20825         * lib/striconveha.c: Likewise.
20826         * lib/strncasecmp.c: Likewise.
20827         * lib/strndup.c: Likewise.
20828         * lib/strnlen.c: Likewise.
20829         * lib/strsep.c: Likewise.
20830         * lib/strstr.c: Likewise.
20831         * lib/strtok_r.c: Likewise.
20832         * lib/userspec.c: Likewise.
20833         * lib/w32spawn.h: Likewise.
20834         * lib/xstrndup.c: Likewise.
20835         * lib/mountlist.c (strstr): Remove decl.
20836         * m4/string_h.m4: New file.
20837         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
20838         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
20839         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
20840         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
20841         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
20842         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
20843         Set REPLACE_STRCASECMP if necessary.
20844         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
20845         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
20846         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
20847         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
20848         HAVE_DECL_STRDUP if necessary.
20849         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
20850         since gl_FUNC_STRNDUP does that now.
20851         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
20852         Check for decl here...
20853         (gl_PREREQ_STRNLEN): ... not here.
20854         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
20855         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
20856         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
20857         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
20858         necessary.
20859         * modules/string: New file.
20860         * modules/memmem (Files): Remove special-purpose include file.
20861         (Depends-on): Add string.
20862         (Include): Include <string.h>, not the removed file.
20863         * modules/mempcpy: Likewise.
20864         * modules/memrchr: Likewise.
20865         * modules/stpcpy: Likewise.
20866         * modules/stpncpy: Likewise.
20867         * modules/strcase: Likewise.
20868         * modules/strchrnul: Likewise.
20869         * modules/strdup: Likewise.
20870         * modules/strndup: Likewise.
20871         * modules/strnlen: Likewise.
20872         * modules/strpbrk: Likewise.
20873         * modules/strsep: Likewise.
20874         * modules/strstr: Likewise.
20875         * modules/strtok_r: Likewise.
20876         * tests/test-dirname.c: Don't include "strdup.h", since
20877         <string.h> now suffices.
20878         * tests/test-memmem.c: Don't include "memmem.h", since
20879         <string.h> now suffices.
20880
20881 2007-01-25  Bruno Haible  <bruno@clisp.org>
20882
20883         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
20884         *resultp is 0.
20885
20886         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
20887         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
20888         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
20889         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
20890
20891         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
20892         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
20893         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
20894         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
20895         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
20896         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
20897
20898 2007-01-24  Bruno Haible  <bruno@clisp.org>
20899
20900         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
20901         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
20902         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
20903         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
20904         gl_FUNC_FTS_CORE.
20905         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
20906         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
20907         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20908         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
20909         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
20910         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
20911         gl_FUNC_FCHOWNAT.
20912         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
20913         gl_FUNC_STRFTIME.
20914         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
20915         Reported by Ralf Wildenhues.
20916
20917 2007-01-24  Bruno Haible  <bruno@clisp.org>
20918
20919         Drop AC_REQUIRE calls that are redundant with the module dependencies.
20920         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
20921         gl_GETADDRINFO.
20922         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
20923         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
20924         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
20925
20926 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
20927
20928         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
20929         Don't use 'exit'; just return from 'main'.
20930         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
20931
20932         * lib/fnmatch_.h: Readjust white space and comments to match
20933         glibc, to avoid spurious diffs.
20934
20935 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20936
20937         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
20938         2004-12-01 change by Jakub Jelinek, since this code won't compile
20939         if !LIBC.  Problem reported by Bob Proulx.
20940
20941 2007-01-23  Bruno Haible  <bruno@clisp.org>
20942
20943         * lib/striconveh.c: Include c-strcaseeq.h.
20944         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20945         * modules/striconveh (Depends-on): Add c-strcaseeq.
20946
20947 2007-01-23  Bruno Haible  <bruno@clisp.org>
20948
20949         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20950
20951         * modules/c-strcaseeq: New file.
20952         * lib/c-strcaseeq.h: New file.
20953
20954         * modules/streq: New file.
20955         * lib/streq.h: New file.
20956
20957 2007-01-23  Bruno Haible  <bruno@clisp.org>
20958
20959         * modules/striconveha-tests: New file.
20960         * tests/test-striconveha.c: New file.
20961
20962         * lib/striconveha.h: Include <stdbool.h>.
20963         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20964         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20965         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20966         (mem_iconveha): New function.
20967         (str_iconveha_notranslit): Renamed from str_iconveha.
20968         (str_iconveha): New function.
20969         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20970         c-strcase.
20971
20972 2007-01-23  Bruno Haible  <bruno@clisp.org>
20973
20974         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20975         encodings without forgiving before trying any encoding with handler.
20976         (str_iconveha): Try all encodings without forgiving before trying any
20977         encoding with handler.
20978
20979 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20980
20981         Import the following changes from libc.
20982
20983         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20984
20985         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20986
20987         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20988
20989         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20990         normal_bracket label.
20991
20992         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20993
20994         [BZ #361]
20995         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20996         to normal_bracket after fetching the next character.
20997
20998 2007-01-22  Bruno Haible  <bruno@clisp.org>
20999
21000         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
21001         argument.
21002         * lib/striconveh.c (iconv_carefully_1): New function.
21003         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
21004         argument.
21005         (str_cd_iconveh): Update.
21006         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
21007         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
21008         * tests/test-striconveh.c (MAGIC): New macro.
21009         (new_offsets): New function.
21010         (main): Test call with and without offsets.
21011
21012 2007-01-22  Bruno Haible  <bruno@clisp.org>
21013
21014         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
21015         * modules/sys_select (Makefile.am): Likewise.
21016         * modules/sys_socket (Makefile.am): Likewise.
21017         * modules/sys_time (Makefile.am): Likewise.
21018
21019 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21020
21021         * modules/gettimeofday (License): Change from GPL to LGPL, since
21022         gettimeofday is a library function.
21023
21024 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21025
21026         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
21027
21028 2007-01-21  Bruno Haible  <bruno@clisp.org>
21029
21030         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
21031
21032 2007-01-21  Bruno Haible  <bruno@clisp.org>
21033
21034         * modules/striconveha: New file.
21035         * lib/striconveha.h: New file.
21036         * lib/striconveha.c: New file.
21037         * MODULES.html.sh (Internationalization functions): Add striconveha.
21038         * lib/striconv.c (str_iconv): Optimize the case of an empty input
21039         string.
21040         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
21041
21042 2007-01-21  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
21045         * lib/striconveh.c (str_iconveh): Likewise.
21046
21047 2007-01-21  Bruno Haible  <bruno@clisp.org>
21048
21049         * lib/striconveh.h (mem_iconveh): New declaration.
21050         * lib/striconveh.c (mem_iconveh): New function.
21051         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
21052
21053 2007-01-21  Bruno Haible  <bruno@clisp.org>
21054
21055         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
21056
21057         * lib/striconveh.h (mem_cd_iconveh): Change specification.
21058         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
21059         original result buffer.
21060         (str_cd_iconveh): Update.
21061         * tests/test-striconveh.c (main): Update.
21062
21063         * lib/striconv.h (mem_cd_iconv): Change specification.
21064         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
21065         result buffer.
21066         (str_cd_iconv): Update.
21067         * tests/test-striconv.c (main): Update.
21068
21069 2007-01-21  Bruno Haible  <bruno@clisp.org>
21070
21071         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
21072
21073 2007-01-20  Jim Meyering  <jim@meyering.net>
21074
21075         * lib/userspec.c (parse_with_separator): If a user or group string
21076         starts with "+", skip the corresponding name-to-ID look-up, since
21077         such a look-up must fail: user and group names may not include "+".
21078
21079 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21080
21081         * lib/poll.c: Include sys/time.h and time.h unconditionally,
21082         since we now assume the sys_time module.
21083         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
21084         check for sys/time.h; no longer needed.
21085         * modules/poll (Depends-on): Depend on sys_time.
21086
21087 2007-01-18  Bruno Haible  <bruno@clisp.org>
21088
21089         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
21090         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21091
21092         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
21093         gettimeofday.
21094
21095         * tests/test-gettimeofday.c: Include <time.h>.
21096         (dummy): Remove variable.
21097
21098         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
21099         gl_HEADER_SYS_TIME_H.
21100         (gl_HEADER_SYS_TIME_H): New macro.
21101
21102         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
21103         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21104         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
21105         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
21106         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21107         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
21108         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
21109         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21110         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
21111         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
21112         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21113
21114         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
21115         last change; it caused a compilation error when cross-compiling to
21116         Cygwin.
21117
21118 2007-01-18  Jim Meyering  <jim@meyering.net>
21119
21120         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
21121         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
21122         than the race-prone "test -d sys || mkdir sys".
21123         (configure.ac): Use AC_PROG_MKDIR_P.
21124         * modules/sys_select: Likewise.
21125         * modules/sys_socket: Likewise.
21126         * modules/sys_time: Likewise.
21127
21128 2007-01-18  Eric Blake  <ebb9@byu.net>
21129
21130         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
21131         replace gettimeofday.
21132         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
21133         name, to avoid infinite recursion.
21134
21135 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
21136
21137         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
21138         module sys_time.
21139         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
21140         assume timespec.h defines struct timeval.
21141         * lib/settime.c: Likewise.
21142         * lib/utimens.c: Likewise.
21143         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
21144         since we now assume the gettimeofday module.
21145         * lib/tempname.c (__gen_tempname): Likewise.
21146         * lib/gettimeofday.h: Remove.
21147         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
21148         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
21149         Include <time.h>, for 'time()'.
21150         (localtime_buffer_addr): Also use this workaround if
21151         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
21152         to simplify the uses.  All uses changed.
21153         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
21154         that #undef is inside {}, and 'const' follows type name consistently.
21155         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
21156         (gettimeofday): Do not use the maximum possible value for
21157         tv->tv_usec, since that might break usages other than ls.c.
21158         Instead, we'll leave ls.c alone.  This undoes today's patch
21159         by Bruno.  Add a compile-time warning for 1s-clock resolution;
21160         we've never observed the problem but might as well keep the
21161         canary.
21162         * lib/nanosleep.c: Include timespec.h first, for interface check.
21163         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
21164         now assume the sys_time module.
21165         * lib/tempname.c: Likewise.
21166         * lib/timespec.h: Likewise.
21167         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
21168         needed.
21169         * lib/strftime.c: Likewise.
21170         * lib/timespec.h: Likewise.
21171         * lib/posixtm.c: Include posixtm.h first, for interface check.
21172         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
21173         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
21174         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
21175         * lib/sys_time_.h: New file.
21176         * lib/timespec.h (struct timespec): Use long int, not long.
21177         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
21178         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
21179         Remove obsolescent call to AC_HEADER_TIME.
21180         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
21181         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21182         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
21183         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
21184         Likewise.
21185         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
21186         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
21187         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
21188         into the sys_time module.  Check for gettimeofday just once.
21189         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
21190         for gettimeofday signature to just check the signature.  Merely
21191         compile it, since linking doesn't test signature.  Improve test for
21192         whether gettimeofday.o is actually needed.
21193         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
21194         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
21195         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
21196         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21197         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
21198         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
21199         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
21200         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
21201         than worrying about sys/time.h.
21202         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21203         Don't bother worrying about TIME_WITH_SYS_TIME.
21204         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
21205         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
21206         * m4/sys_time_h.m4: New file.
21207         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
21208         Don't include sys/time.h.  Return from main rather than exiting.
21209         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
21210         all uses changed.
21211         * modules/gethrxtime (Depends-on): Add sys_time.
21212         * modules/gettime (Depends-on): Likewise.
21213         * modules/gettimeofday (Depends-on): Likewise.
21214         * modules/nanosleep (Depends-on): Likewise.
21215         * modules/settime (Depends-on): Likewise.
21216         * modules/tempname (Depends-on): Likewise.
21217         * modules/utimens (Depends-on): Likewise.
21218         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
21219         (Include:) Change back to <sys/time.h>.
21220         (Maintainer:) Add self.
21221         * modules/sys_time: New file.
21222         * modules/tempname (Depends-on): Add gettimeofday.
21223         * tests/test-gettimeofday.c: Include <sys/time.h>
21224         rather than gettimeofday.h.
21225
21226 2007-01-17  Bruno Haible  <bruno@clisp.org>
21227
21228         * gnulib-tool (func_get_license): Revert last patch. Instead, let
21229         the license default to GPL.
21230         (func_create_testdir): Don't complain if a module is LGPL and its
21231         tests module depends on GPLed modules.
21232
21233 2007-01-17  Bruno Haible  <bruno@clisp.org>
21234
21235         * lib/gettimeofday.c (gettimeofday): Add code for the case
21236         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
21237         maximum possible value for tv->tv_usec, rather than the minimum one.
21238
21239 2005-10-08  Martin Lambers  <marlam@marlam.de>
21240 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21241 2007-01-16  Bruno Haible  <bruno@clisp.org>
21242
21243         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
21244         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
21245         gl_FUNC_GETTIMEOFDAY.
21246         (Include): Add gettimeofday.h.
21247         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
21248         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
21249         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
21250         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
21251         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
21252         * lib/gettimeofday.h: New file.
21253         * lib/gettimeofday.c: Include <sys/timeb.h>.
21254         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
21255         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
21256         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
21257         fall back on time().
21258
21259         * tests/test-gettimeofday.c: New file.
21260         * modules/gettimeofday-tests: New file.
21261
21262 2007-01-16  Eric Blake  <ebb9@byu.net>
21263
21264         * modules/fnmatch (Depends-on): Depend on wchar.
21265         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
21266         * m4/fnmatch.m4: Likewise.
21267         * modules/mbchar (Makefile.am): Assume <wchar.h>.
21268         * m4/mbchar.m4: Likewise.
21269         * modules/mbswidth (Depends-on): Depend on wchar.
21270         * lib/mbswidth.c: Assume <wchar.h>.
21271         * m4/mbswidth.m4: Likewise.
21272         * modules/quotearg (Depends-on): Depend on wchar.
21273         * lib/quotearg.c: Assume <wchar.h>.
21274         * m4/quotearg.m4: Likewise.
21275         * modules/regex (Depends-on): Depend on wchar.
21276         * lib/regex_internal.h: Assume <wchar.h>.
21277         * m4/regex.m4: Likewise.
21278         * modules/stdint (Depends-on): Depend on wchar.
21279         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
21280         * m4/stdint.m4: Likewise.
21281         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
21282         * modules/strftime (Depends-on): Depend on wchar.
21283         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
21284         * modules/strtol (Depends-on): Depend on wchar.
21285         * lib/strtol.c: Assume <wchar.h>.
21286         * modules/wcwidth (Depends-on): Depend on wchar.
21287         * lib/wcwidth.h: Assume <wchar.h>.
21288         * m4/wcwidth.m4: Likewise.
21289
21290 2007-01-16  Bruno Haible  <bruno@clisp.org>
21291
21292         * modules/csharpexec-script: New, created from...
21293         * modules/csharpexec: ... this.
21294
21295 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
21296
21297         * modules/javaexec-script: New, created from...
21298         * modules/javaexec: ... this.
21299
21300 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21301
21302         * modules/poll (Dependencies): Add sys_select.
21303
21304 2007-01-15  Jim Meyering  <jim@meyering.net>
21305
21306         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
21307         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
21308         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
21309         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
21310
21311 2007-01-15  Bruno Haible  <bruno@clisp.org>
21312
21313         * modules/striconveh: New file.
21314         * lib/striconveh.h: New file.
21315         * lib/striconveh.c: New file.
21316         * MODULES.html.sh (Internationalization functions): Add striconveh.
21317
21318         * modules/striconveh-tests: New file.
21319         * tests/test-striconveh.c: New file.
21320
21321 2007-01-15  Bruno Haible  <bruno@clisp.org>
21322
21323         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
21324         not from GNU libiconv or GNU libc.
21325
21326 2007-01-15  Bruno Haible  <bruno@clisp.org>
21327
21328         * doc/gnulib-intro.texi (Copyright): Explain the different license
21329         terms for module descriptions, autoconf macros, tests, documentation.
21330
21331 2007-01-14  Bruno Haible  <bruno@clisp.org>
21332
21333         * modules/striconv-tests: New file.
21334         * tests/test-striconv.c: New file.
21335
21336 2007-01-14  Bruno Haible  <bruno@clisp.org>
21337
21338         * modules/iconv-tests: New file.
21339         * tests/test-iconv.c: New file.
21340
21341 2007-01-14  Bruno Haible  <bruno@clisp.org>
21342
21343         * gnulib-tool (func_get_license): For test modules, use the license of
21344         the main module.
21345
21346 2007-01-14  Bruno Haible  <bruno@clisp.org>
21347
21348         * modules/iconv (Include): Clarify that <iconv.h> can only be included
21349         if iconv is found to exist.
21350
21351 2007-01-14  Bruno Haible  <bruno@clisp.org>
21352
21353         * modules/c-ctype-tests: New file.
21354         * tests/test-c-ctype.c: New file.
21355
21356 2007-01-14  Bruno Haible  <bruno@clisp.org>
21357
21358         * modules/binary-io-tests: New file.
21359         * tests/test-binary-io.sh: New file.
21360         * tests/test-binary-io.c: New file.
21361
21362 2007-01-14  Bruno Haible  <bruno@clisp.org>
21363
21364         * modules/array-oset-tests: New file.
21365         * tests/test-array_oset.c: New file.
21366
21367 2007-01-14  Bruno Haible  <bruno@clisp.org>
21368
21369         * modules/array-list-tests: New file.
21370         * tests/test-array_list.c: New file.
21371
21372 2007-01-14  Bruno Haible  <bruno@clisp.org>
21373
21374         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
21375         and make.
21376         Reported by Simon Josefsson in
21377         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
21378
21379 2007-01-14  Bruno Haible  <bruno@clisp.org>
21380
21381         * modules/allocsa-tests: New file.
21382         * tests/test-allocsa.c: New file.
21383
21384 2007-01-14  Bruno Haible  <bruno@clisp.org>
21385
21386         * modules/fchdir (Depends-on): Add absolute-header.
21387         * modules/unistd (Depends-on): Likewise.
21388
21389 2006-12-30  Bruno Haible  <bruno@clisp.org>
21390
21391         * modules/fchdir: New file.
21392         * modules/unistd (Files): Add lib/unistd_.h.
21393         (Makefile.am): Generate unistd.h from unistd_.h.
21394         * lib/fchdir.c: New file.
21395         * lib/dirent_.h: New file.
21396         * lib/unistd_.h: New file.
21397         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
21398         * m4/fchdir.m4: New file.
21399         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
21400         (gl_HEADER_UNISTD): Invoke it.
21401         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
21402         function.
21403         * lib/backupfile.c (opendir, closedir): Undefine.
21404         * lib/chown.c (open, close): Undefine.
21405         * lib/clean-temp.c (open, close): Undefine.
21406         * lib/copy-file.c (open, close): Undefine.
21407         * lib/execute.c (open, close): Undefine.
21408         * lib/fsusage.c (open, close): Undefine.
21409         * lib/gc-gnulib.c (open, close): Undefine.
21410         * lib/getcwd.c (opendir, closedir): Undefine.
21411         * lib/glob.c (opendir, closedir): Undefine.
21412         * lib/javacomp.c (open, close): Undefine.
21413         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
21414         * lib/openat-proc.c (open, close): Undefine.
21415         * lib/pagealign_alloc.c (open, close): Undefine.
21416         * lib/pipe.c (open, close): Undefine.
21417         * lib/progreloc.c (open, close): Undefine.
21418         * lib/savedir.c (opendir, closedir): Undefine.
21419         * lib/utime.c (open, close): Undefine.
21420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
21421
21422 2007-01-10  Bruno Haible  <bruno@clisp.org>
21423
21424         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
21425
21426 2007-01-12  Eric Blake  <ebb9@byu.net>
21427
21428         Provide a robust <wchar.h>.  Further simplifications are now
21429         possible in other modules, but not included here.
21430         * modules/wchar: New module.
21431         * m4/wchar.m4: New file.
21432         * lib/wchar_.h: Likewise.
21433         * modules/mbchar (Depends-on): Depend on wchar, as the first use
21434         of the new module.
21435         * MODULES.html.sh (Extended multibyte and wide character utilities):
21436         New section.
21437
21438 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
21441         to a reasonable default for memory allocation.
21442         (xreadlink): Don't allocate a huge buffer, to work around a buggy
21443         file system that reports garbage st_size values for symlinks.
21444         Problem reported by Liyang Hu.
21445
21446 2007-01-11  Simon Josefsson  <simon@josefsson.org>
21447
21448         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
21449         Emacs .#* auto-save files).
21450
21451 2007-01-11  Bruno Haible  <bruno@clisp.org>
21452
21453         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
21454         directory.
21455
21456 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21457
21458         Use @...@ consistently in lib/wctype_.h.
21459         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
21460         on it being set to 1 or 0.
21461         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
21462         go back to AC_SUBSTing it.
21463         * modules/wctype (Makefile.am): Undo previous change.
21464
21465 2007-01-10  Eric Blake  <ebb9@byu.net>
21466
21467         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
21468         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
21469         * modules/wctype (Makefile.am): Likewise.
21470         Reported by Chris McGuire.
21471
21472 2007-01-10  Jim Meyering  <jim@meyering.net>
21473
21474         fts.c: a small readability/maintainability improvement
21475         * lib/fts.c (fts_read): Make this code slightly more readable and
21476         maintainable by hoisting the "sp->fts_cur = p" assignments to
21477         immediately follow the statements that set P.  Derived from
21478         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
21479
21480 2007-01-10  Eric Blake  <ebb9@byu.net>
21481
21482         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
21483         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
21484         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21485         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
21486         Reported by Chris McGuire.
21487
21488 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21489
21490         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
21491         in sed script.
21492
21493 2007-01-09  Bruno Haible  <bruno@clisp.org>
21494
21495         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
21496         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
21497         variables.
21498         (func_module): Use them.
21499
21500 2007-01-09  Bruno Haible  <bruno@clisp.org>
21501
21502         * modules/unistr/base: New file.
21503         * lib/unistr.h: New file.
21504
21505         * modules/unistr/u8-to-u16: New file.
21506         * lib/unistr/u8-to-u16.c: New file.
21507
21508         * modules/unistr/u8-to-u32: New file.
21509         * lib/unistr/u8-to-u32.c: New file.
21510
21511         * modules/unistr/u16-to-u8: New file.
21512         * lib/unistr/u16-to-u8.c: New file.
21513
21514         * modules/unistr/u16-to-u32: New file.
21515         * lib/unistr/u16-to-u32.c: New file.
21516
21517         * modules/unistr/u32-to-u8: New file.
21518         * lib/unistr/u32-to-u8.c: New file.
21519
21520         * modules/unistr/u32-to-u16: New file.
21521         * lib/unistr/u32-to-u16.c: New file.
21522
21523         * modules/unistr/u8-check: New file.
21524         * modules/unistr/u16-check: New file.
21525         * modules/unistr/u32-check: New file.
21526         * lib/unistr/u8-check.c: New file.
21527         * lib/unistr/u16-check.c: New file.
21528         * lib/unistr/u32-check.c: New file.
21529
21530         * modules/unistr/u8-chr: New file.
21531         * modules/unistr/u16-chr: New file.
21532         * modules/unistr/u32-chr: New file.
21533         * lib/unistr/u8-chr.c: New file.
21534         * lib/unistr/u16-chr.c: New file.
21535         * lib/unistr/u32-chr.c: New file.
21536
21537         * modules/unistr/u8-cmp: New file.
21538         * modules/unistr/u16-cmp: New file.
21539         * modules/unistr/u32-cmp: New file.
21540         * lib/unistr/u8-cmp.c: New file.
21541         * lib/unistr/u16-cmp.c: New file.
21542         * lib/unistr/u32-cmp.c: New file.
21543
21544         * modules/unistr/u8-cpy: New file.
21545         * modules/unistr/u16-cpy: New file.
21546         * modules/unistr/u32-cpy: New file.
21547         * lib/unistr/u8-cpy.c: New file.
21548         * lib/unistr/u16-cpy.c: New file.
21549         * lib/unistr/u32-cpy.c: New file.
21550         * lib/unistr/u-cpy.h: New file.
21551
21552         * modules/unistr/u8-cpy-alloc: New file.
21553         * modules/unistr/u16-cpy-alloc: New file.
21554         * modules/unistr/u32-cpy-alloc: New file.
21555         * lib/unistr/u8-cpy-alloc.c: New file.
21556         * lib/unistr/u16-cpy-alloc.c: New file.
21557         * lib/unistr/u32-cpy-alloc.c: New file.
21558         * lib/unistr/u-cpy-alloc.h: New file.
21559
21560         * modules/unistr/u8-endswith: New file.
21561         * modules/unistr/u16-endswith: New file.
21562         * modules/unistr/u32-endswith: New file.
21563         * lib/unistr/u8-endswith.c: New file.
21564         * lib/unistr/u16-endswith.c: New file.
21565         * lib/unistr/u32-endswith.c: New file.
21566         * lib/unistr/u-endswith.h: New file.
21567
21568         * modules/unistr/u8-mblen: New file.
21569         * modules/unistr/u16-mblen: New file.
21570         * modules/unistr/u32-mblen: New file.
21571         * lib/unistr/u8-mblen.c: New file.
21572         * lib/unistr/u16-mblen.c: New file.
21573         * lib/unistr/u32-mblen.c: New file.
21574
21575         * modules/unistr/u8-mbtouc: New file.
21576         * modules/unistr/u16-mbtouc: New file.
21577         * modules/unistr/u32-mbtouc: New file.
21578         * lib/unistr/u8-mbtouc.c: New file.
21579         * lib/unistr/u16-mbtouc.c: New file.
21580         * lib/unistr/u32-mbtouc.c: New file.
21581
21582         * modules/unistr/u8-mbtouc-safe: New file.
21583         * modules/unistr/u16-mbtouc-safe: New file.
21584         * modules/unistr/u32-mbtouc-safe: New file.
21585         * lib/unistr/u8-mbtouc-safe.c: New file.
21586         * lib/unistr/u16-mbtouc-safe.c: New file.
21587         * lib/unistr/u32-mbtouc-safe.c: New file.
21588
21589         * modules/unistr/u8-move: New file.
21590         * modules/unistr/u16-move: New file.
21591         * modules/unistr/u32-move: New file.
21592         * lib/unistr/u8-move.c: New file.
21593         * lib/unistr/u16-move.c: New file.
21594         * lib/unistr/u32-move.c: New file.
21595         * lib/unistr/u-move.h: New file.
21596
21597         * modules/unistr/u8-next: New file.
21598         * modules/unistr/u16-next: New file.
21599         * modules/unistr/u32-next: New file.
21600         * lib/unistr/u8-next.c: New file.
21601         * lib/unistr/u16-next.c: New file.
21602         * lib/unistr/u32-next.c: New file.
21603
21604         * modules/unistr/u8-prev: New file.
21605         * modules/unistr/u16-prev: New file.
21606         * modules/unistr/u32-prev: New file.
21607         * lib/unistr/u8-prev.c: New file.
21608         * lib/unistr/u16-prev.c: New file.
21609         * lib/unistr/u32-prev.c: New file.
21610
21611         * modules/unistr/u8-set: New file.
21612         * modules/unistr/u16-set: New file.
21613         * modules/unistr/u32-set: New file.
21614         * lib/unistr/u8-set.c: New file.
21615         * lib/unistr/u16-set.c: New file.
21616         * lib/unistr/u32-set.c: New file.
21617         * lib/unistr/u-set.h: New file.
21618
21619         * modules/unistr/u8-startswith: New file.
21620         * modules/unistr/u16-startswith: New file.
21621         * modules/unistr/u32-startswith: New file.
21622         * lib/unistr/u8-startswith.c: New file.
21623         * lib/unistr/u16-startswith.c: New file.
21624         * lib/unistr/u32-startswith.c: New file.
21625         * lib/unistr/u-startswith.h: New file.
21626
21627         * modules/unistr/u8-stpcpy: New file.
21628         * modules/unistr/u16-stpcpy: New file.
21629         * modules/unistr/u32-stpcpy: New file.
21630         * lib/unistr/u8-stpcpy.c: New file.
21631         * lib/unistr/u16-stpcpy.c: New file.
21632         * lib/unistr/u32-stpcpy.c: New file.
21633         * lib/unistr/u-stpcpy.h: New file.
21634
21635         * modules/unistr/u8-stpncpy: New file.
21636         * modules/unistr/u16-stpncpy: New file.
21637         * modules/unistr/u32-stpncpy: New file.
21638         * lib/unistr/u8-stpncpy.c: New file.
21639         * lib/unistr/u16-stpncpy.c: New file.
21640         * lib/unistr/u32-stpncpy.c: New file.
21641         * lib/unistr/u-stpncpy.h: New file.
21642
21643         * modules/unistr/u8-strcat: New file.
21644         * modules/unistr/u16-strcat: New file.
21645         * modules/unistr/u32-strcat: New file.
21646         * lib/unistr/u8-strcat.c: New file.
21647         * lib/unistr/u16-strcat.c: New file.
21648         * lib/unistr/u32-strcat.c: New file.
21649         * lib/unistr/u-strcat.h: New file.
21650
21651         * modules/unistr/u8-strchr: New file.
21652         * modules/unistr/u16-strchr: New file.
21653         * modules/unistr/u32-strchr: New file.
21654         * lib/unistr/u8-strchr.c: New file.
21655         * lib/unistr/u16-strchr.c: New file.
21656         * lib/unistr/u32-strchr.c: New file.
21657
21658         * modules/unistr/u8-strcmp: New file.
21659         * modules/unistr/u16-strcmp: New file.
21660         * modules/unistr/u32-strcmp: New file.
21661         * lib/unistr/u8-strcmp.c: New file.
21662         * lib/unistr/u16-strcmp.c: New file.
21663         * lib/unistr/u32-strcmp.c: New file.
21664
21665         * modules/unistr/u8-strcpy: New file.
21666         * modules/unistr/u16-strcpy: New file.
21667         * modules/unistr/u32-strcpy: New file.
21668         * lib/unistr/u8-strcpy.c: New file.
21669         * lib/unistr/u16-strcpy.c: New file.
21670         * lib/unistr/u32-strcpy.c: New file.
21671         * lib/unistr/u-strcpy.h: New file.
21672
21673         * modules/unistr/u8-strcspn: New file.
21674         * modules/unistr/u16-strcspn: New file.
21675         * modules/unistr/u32-strcspn: New file.
21676         * lib/unistr/u8-strcspn.c: New file.
21677         * lib/unistr/u16-strcspn.c: New file.
21678         * lib/unistr/u32-strcspn.c: New file.
21679         * lib/unistr/u-strcspn.h: New file.
21680
21681         * modules/unistr/u8-strdup: New file.
21682         * modules/unistr/u16-strdup: New file.
21683         * modules/unistr/u32-strdup: New file.
21684         * lib/unistr/u8-strdup.c: New file.
21685         * lib/unistr/u16-strdup.c: New file.
21686         * lib/unistr/u32-strdup.c: New file.
21687         * lib/unistr/u-strdup.h: New file.
21688
21689         * modules/unistr/u8-strlen: New file.
21690         * modules/unistr/u16-strlen: New file.
21691         * modules/unistr/u32-strlen: New file.
21692         * lib/unistr/u8-strlen.c: New file.
21693         * lib/unistr/u16-strlen.c: New file.
21694         * lib/unistr/u32-strlen.c: New file.
21695         * lib/unistr/u-strlen.h: New file.
21696
21697         * modules/unistr/u8-strmblen: New file.
21698         * modules/unistr/u16-strmblen: New file.
21699         * modules/unistr/u32-strmblen: New file.
21700         * lib/unistr/u8-strmblen.c: New file.
21701         * lib/unistr/u16-strmblen.c: New file.
21702         * lib/unistr/u32-strmblen.c: New file.
21703
21704         * modules/unistr/u8-strmbtouc: New file.
21705         * modules/unistr/u16-strmbtouc: New file.
21706         * modules/unistr/u32-strmbtouc: New file.
21707         * lib/unistr/u8-strmbtouc.c: New file.
21708         * lib/unistr/u16-strmbtouc.c: New file.
21709         * lib/unistr/u32-strmbtouc.c: New file.
21710
21711         * modules/unistr/u8-strncat: New file.
21712         * modules/unistr/u16-strncat: New file.
21713         * modules/unistr/u32-strncat: New file.
21714         * lib/unistr/u8-strncat.c: New file.
21715         * lib/unistr/u16-strncat.c: New file.
21716         * lib/unistr/u32-strncat.c: New file.
21717         * lib/unistr/u-strncat.h: New file.
21718
21719         * modules/unistr/u8-strncmp: New file.
21720         * modules/unistr/u16-strncmp: New file.
21721         * modules/unistr/u32-strncmp: New file.
21722         * lib/unistr/u8-strncmp.c: New file.
21723         * lib/unistr/u16-strncmp.c: New file.
21724         * lib/unistr/u32-strncmp.c: New file.
21725
21726         * modules/unistr/u8-strncpy: New file.
21727         * modules/unistr/u16-strncpy: New file.
21728         * modules/unistr/u32-strncpy: New file.
21729         * lib/unistr/u8-strncpy.c: New file.
21730         * lib/unistr/u16-strncpy.c: New file.
21731         * lib/unistr/u32-strncpy.c: New file.
21732         * lib/unistr/u-strncpy.h: New file.
21733
21734         * modules/unistr/u8-strnlen: New file.
21735         * modules/unistr/u16-strnlen: New file.
21736         * modules/unistr/u32-strnlen: New file.
21737         * lib/unistr/u8-strnlen.c: New file.
21738         * lib/unistr/u16-strnlen.c: New file.
21739         * lib/unistr/u32-strnlen.c: New file.
21740         * lib/unistr/u-strnlen.h: New file.
21741
21742         * modules/unistr/u8-strpbrk: New file.
21743         * modules/unistr/u16-strpbrk: New file.
21744         * modules/unistr/u32-strpbrk: New file.
21745         * lib/unistr/u8-strpbrk.c: New file.
21746         * lib/unistr/u16-strpbrk.c: New file.
21747         * lib/unistr/u32-strpbrk.c: New file.
21748         * lib/unistr/u-strpbrk.h: New file.
21749
21750         * modules/unistr/u8-strrchr: New file.
21751         * modules/unistr/u16-strrchr: New file.
21752         * modules/unistr/u32-strrchr: New file.
21753         * lib/unistr/u8-strrchr.c: New file.
21754         * lib/unistr/u16-strrchr.c: New file.
21755         * lib/unistr/u32-strrchr.c: New file.
21756
21757         * modules/unistr/u8-strspn: New file.
21758         * modules/unistr/u16-strspn: New file.
21759         * modules/unistr/u32-strspn: New file.
21760         * lib/unistr/u8-strspn.c: New file.
21761         * lib/unistr/u16-strspn.c: New file.
21762         * lib/unistr/u32-strspn.c: New file.
21763         * lib/unistr/u-strspn.h: New file.
21764
21765         * modules/unistr/u8-strstr: New file.
21766         * modules/unistr/u16-strstr: New file.
21767         * modules/unistr/u32-strstr: New file.
21768         * lib/unistr/u8-strstr.c: New file.
21769         * lib/unistr/u16-strstr.c: New file.
21770         * lib/unistr/u32-strstr.c: New file.
21771         * lib/unistr/u-strstr.h: New file.
21772
21773         * modules/unistr/u8-strtok: New file.
21774         * modules/unistr/u16-strtok: New file.
21775         * modules/unistr/u32-strtok: New file.
21776         * lib/unistr/u8-strtok.c: New file.
21777         * lib/unistr/u16-strtok.c: New file.
21778         * lib/unistr/u32-strtok.c: New file.
21779         * lib/unistr/u-strtok.h: New file.
21780
21781         * modules/unistr/u8-uctomb: New file.
21782         * modules/unistr/u16-uctomb: New file.
21783         * modules/unistr/u32-uctomb: New file.
21784         * lib/unistr/u8-uctomb.c: New file.
21785         * lib/unistr/u16-uctomb.c: New file.
21786         * lib/unistr/u32-uctomb.c: New file.
21787
21788         * MODULES.html.sh (Unicode string functions): Add the new modules.
21789
21790 2007-01-08  Bruno Haible  <bruno@clisp.org>
21791
21792         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
21793         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
21794         subdirectories.
21795
21796 2007-01-08  Karl Berry  <karl@gnu.org>
21797
21798         * doc/error.texi: mention that main() fns must set program_name
21799         when progname is used.
21800
21801 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
21802
21803         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
21804         WCTYPE_H is empty, for the benefit of builds from non-distclean
21805         directories.  Problem reported by Eric Blake in
21806         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
21807
21808 2007-01-08  Bruno Haible  <bruno@clisp.org>
21809
21810         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
21811         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
21812         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
21813         PROVIDE_CANONICALIZE_FILENAME_MODE.
21814         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
21815
21816 2007-01-08  Bruno Haible  <bruno@clisp.org>
21817
21818         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
21819         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
21820         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
21821         * lib/fts.c: Likewise.
21822         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
21823
21824 2006-12-25  Bruno Haible  <bruno@clisp.org>
21825
21826         * modules/utf8-ucs4-safe: New file.
21827         * lib/utf8-ucs4-safe.h: New file.
21828         * lib/unistr/utf8-ucs4-safe.c: New file.
21829
21830         * modules/utf16-ucs4-safe: New file.
21831         * lib/utf16-ucs4-safe.h: New file.
21832         * lib/unistr/utf16-ucs4-safe.c: New file.
21833
21834         * MODULES.html.sh (Unicode string functions): Add the new modules.
21835
21836 2007-01-08  Bruno Haible  <bruno@clisp.org>
21837
21838         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
21839         (Depends-on): Add unitypes.
21840         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21841         (u8_mbtouc_aux): Move out to separate file.
21842         (u8_mbtouc): Use ucs4_t, uint8_t types.
21843         * lib/unistr/utf8-ucs4.c: New file.
21844
21845         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
21846         (Depends-on): Add unitypes.
21847         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21848         (u16_mbtouc_aux): Move out to separate file.
21849         (u16_mbtouc): Use ucs4_t, uint16_t types.
21850         * lib/unistr/utf16-ucs4.c: New file.
21851
21852         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
21853         (Depends-on): Add unitypes.
21854         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
21855         (u8_uctomb_aux): Move out to separate file.
21856         (u8_uctomb): Use ucs4_t, uint8_t types.
21857         * lib/unistr/ucs4-utf8.c: New file.
21858
21859         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
21860         (Depends-on): Add unitypes.
21861         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
21862         (u16_uctomb_aux): Move out to separate file.
21863         (u16_uctomb): Use ucs4_t, uint16_t types.
21864         * lib/unistr/ucs4-utf16.c: New file.
21865
21866 2006-12-25  Bruno Haible  <bruno@clisp.org>
21867
21868         * modules/unitypes: New file.
21869         * lib/unitypes.h: New file.
21870         * MODULES.html.sh (func_all_modules): New section "Unicode string
21871         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
21872         this section. Add unitypes.
21873
21874 2007-01-08  Bruno Haible  <bruno@clisp.org>
21875
21876         Avoid variable names that conflict with those from libtool.
21877         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
21878         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
21879         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
21880         library_names_spec to acl_library_names_spec, hardcode_* to
21881         acl_hardcode_*.
21882         Reported by Ralf Wildenhues.
21883
21884 2007-01-08  Bruno Haible  <bruno@clisp.org>
21885
21886         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
21887         definition.
21888         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
21889         definition.
21890         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
21891         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
21892         definition.
21893         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21894         definition.
21895         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
21896         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
21897         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
21898         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
21899         definition.
21900         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
21901         definition.
21902         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
21903         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
21904         GC_USE_<algorithm>.
21905         * lib/gc-libgcrypt.c: Likewise.
21906         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
21907         * modules/gc-arctwo (configure.ac): Likewise.
21908         * modules/gc-des (configure.ac): Likewise.
21909         * modules/gc-hmac-md5 (configure.ac): Likewise.
21910         * modules/gc-hmac-sha1 (configure.ac): Likewise.
21911         * modules/gc-md2 (configure.ac): Likewise.
21912         * modules/gc-md4 (configure.ac): Likewise.
21913         * modules/gc-md5 (configure.ac): Likewise.
21914         * modules/gc-random (configure.ac): Likewise.
21915         * modules/gc-rijndael (configure.ac): Likewise.
21916         * modules/gc-sha1 (configure.ac): Likewise.
21917
21918 2007-01-08  Bruno Haible  <bruno@clisp.org>
21919
21920         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
21921         macro definition.
21922         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
21923         definition.
21924         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
21925         definition.
21926         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
21927         * modules/fcntl-safer (configure.ac): Likewise.
21928         * modules/fopen-safer (configure.ac): Likewise.
21929         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
21930         GNULIB_FWRITEERROR macro definition.
21931
21932 2007-01-08  Bruno Haible  <bruno@clisp.org>
21933
21934         * m4/gnulib-common.m4: New file.
21935         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
21936         (func_get_filelist): Add m4/gnulib-common.m4.
21937
21938 2007-01-08  Bruno Haible  <bruno@clisp.org>
21939
21940         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21941         command.
21942
21943 2007-01-08  Jim Meyering  <jim@meyering.net>
21944
21945         Use a more robust test for a "can't happen" condition.
21946         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21947         narrowed the st_size value.  Presuming the "can't happen" condition
21948         is true, that narrowing could conceivably convert an invalid st_size
21949         value into a valid one.  Instead, use a change based on Matthew
21950         Woehlke's original patch.
21951
21952         Slight readability improvement: use an assert-like macro
21953         in place of literal "abort ()" uses.
21954         * lib/fts.c (fts_assert): Define.
21955         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21956         Use this macro instead of a bare 'abort'.
21957
21958 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21959
21960         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21961         simply work around them.
21962         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21963         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21964         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21965         declaring.
21966         Don't bother to define as macros, since the standard doesn't require it.
21967         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21968         longer worry about IRIX 5.3.
21969         (HAVE_WCTYPE_CTMP_BUG): Remove.
21970
21971 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21972
21973         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21974         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21975         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21976         Problems reported by Georg Schwarz for IRIX 5.3.
21977
21978         * gnulib-tool (autoconf_minversion): Take the maximum version number
21979         found, not the minimum.  Problem reported by James Youngman.
21980
21981 2007-01-03  Karl Berry  <karl@gnu.org>
21982
21983         * doc/error.texi: new file, explaining interaction with progname.
21984         * doc/gnulib.texi: include it.  Update copyright.
21985
21986 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21987
21988         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21989         AC_CANONICAL_HOST, to improve autobuild outputs.
21990
21991 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21992             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21993
21994         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21995         sockets, server sockets, and other file descriptors.  Count errors
21996         to compute the return value.  Reorder the code a bit to be easier
21997         to follow.  Don't set event bits that were not requested (except
21998         POLLERR and POLLHUP).
21999
22000 2007-01-01  Bruno Haible  <bruno@clisp.org>
22001
22002         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
22003
22004 2007-01-03  Jim Meyering  <jim@meyering.net>
22005
22006         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
22007
22008 2007-01-02  Bruno Haible  <bruno@clisp.org>
22009
22010         * modules/settime (Include): Require timespec.h.
22011         * modules/nanosleep (Include): Likewise.
22012
22013 2007-01-01  Bruno Haible  <bruno@clisp.org>
22014
22015         * gnulib-tool (func_emit_copyright_notice): Bump year.
22016         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
22017
22018 2007-01-01  Bruno Haible  <bruno@clisp.org>
22019
22020         Improve support for OpenBSD.
22021         * build-aux/config.rpath (libname_spec): Export.
22022         (library_names_spec): New variable. Export.
22023         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
22024         library_names_spec from the config.rpath output. Locate shared library
22025         through the name pattern in library_names_spec.
22026
22027 2007-01-01  Eric Blake  <ebb9@byu.net>
22028
22029         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
22030
22031 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
22032
22033         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
22034         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
22035         assume the C locale, and avoid an "eval" that could cause trouble.
22036         Problem with SORT reported by Bob Proulx.
22037
22038         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
22039         Define.  Trivial patch from Henning Nielsen Lund, originally
22040         sent to bug-grep@gnu.org today.
22041
22042 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
22043
22044         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
22045         struct stat.  Problem reported by Henning Nielsen Lund.
22046         * lib/acl.c: Include acl.h first, to check interface.  Don't
22047         bother to include sys/types.h and sys/stat.h again.
22048
22049 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22050
22051         Import the following change from libc; problem reported by
22052         Sven Verdoolaege.
22053
22054         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
22055
22056         [BZ #1373]
22057         * lib/argp.h: Remove __NTH for __argp_usage inline function.
22058
22059 2006-12-28  Jim Meyering  <jim@meyering.net>
22060
22061         * build-aux/announce-gen: Do not assume that the package
22062         builds any of tar.gz, tar.bz2, and .xdelta files.
22063         Suggestion from Simon Josefsson.
22064
22065 2006-12-28  Simon Josefsson  <simon@josefsson.org>
22066
22067         * modules/announce-gen: New file.
22068
22069 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
22070
22071         * lib/mbchar.h: Just include <wctype.h>; the wctype module
22072         handles its gotchas now.
22073         * lib/mbswidth.c: Likewise.
22074         * lib/wcwidth.h: Likewise.
22075         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
22076         and iswcntrl; the wctype module does this stuff now.
22077         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22078         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22079         * modules/mbchar (Depends-on): Add wctype.
22080         * modules/mbswidth (Depends-on): Likewise.
22081         * modules/wcwidth (Depends-on): Likewise.
22082
22083 2006-12-27  Eric Blake  <ebb9@byu.net>
22084
22085         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
22086         module uses more than what <wctype.h> is required to provide.
22087
22088 2006-12-26  Eric Blake  <ebb9@byu.net>
22089
22090         * gnulib-tool (sed_extract_prog): Avoid space-tab.
22091
22092 2006-12-26  Eric Blake  <ebb9@byu.net>
22093
22094         * modules/absolute-header: New module.
22095         * modules/fcntl (Depends-on): Depend on it.
22096         * modules/inttypes (Depends-on): Likewise.
22097         * modules/stdint (Depends-on): Likewise.
22098         * modules/sys_stat (Depends-on): Likewise.
22099         * modules/wctype (Depends-on): Likewise.
22100         * MODULES.html.sh (Support for building libraries and
22101         executables): Document it.
22102
22103 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
22104
22105         * gnulib-tool (SED): Remove, undoing previous change.
22106         The problem was that it broke coreutils on Solaris, because
22107         "sed --posix" leaked into a makefile.
22108         (sed): New alias, if 'alias' and GNU sed.
22109
22110 2006-12-24  Jim Meyering  <jim@meyering.net>
22111
22112         Work around an fchownat bug in glibc-2.4:
22113         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
22114         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
22115         in spite of the -P option.
22116         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
22117         New macros.
22118         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
22119         * modules/openat (Files): Add lib/fchownat.c.
22120         * lib/openat.c (fchownat): Don't define here.  Move to...
22121         * lib/fchownat.c: ...this new file.
22122
22123 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         Fix bug reported by Bruno Haible in
22126         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
22127         where quotearg.c didn't compile on Mac OS X 10.2 because it
22128         lacks <wchar.h> and wint_t.
22129         * lib/wctype_.h (__wctype_wint_t): New type.
22130         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
22131         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
22132         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
22133         Arg is now of type __wctype_wint_t, not wint_t.
22134         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
22135         substitute HAVE_WINT_T.
22136         * modules/wctype (Files): Add m4/wint_t.m4.
22137         (wctype.h): Substitute HAVE_WINT_T.
22138
22139 2006-12-23  Bruno Haible  <bruno@clisp.org>
22140
22141         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
22142
22143 2006-12-23  Bruno Haible  <bruno@clisp.org>
22144
22145         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
22146         S_ISLNK.
22147         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
22148         mingw.
22149
22150 2006-12-22  Bruno Haible  <bruno@clisp.org>
22151
22152         * lib/copy-file.c: Include acl.h.
22153         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
22154         Close the file descriptors only after being done with copy_acl.
22155         * modules/copy-file (Depends-on): Add acl.
22156
22157 2006-12-22  Bruno Haible  <bruno@clisp.org>
22158
22159         * gnulib-tool (SED): New variable.
22160         Use $SED instead of sed everywhere.
22161
22162 2006-12-22  Bruno Haible  <bruno@clisp.org>
22163
22164         * modules/no-c++: New file.
22165         * m4/no-c++.m4: New file.
22166         * MODULES.html.sh (Support for building libraries and executables):
22167         Add no-c++.
22168
22169 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22172         Include <limits.h>, and use its INT_MAX to rewrite the
22173         j loop so that it does not overflow 'int'.  Problem reported by
22174         Ralf Wildenhues in
22175         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
22176         Play it safe by shifting left by 1 rather than multiplying by 2,
22177         as GCC is less likely to optimize this away when the value
22178         is signed (when it assumes overflow leads to undefined behavior).
22179         Also, don't assume time_t uses two's complement.
22180
22181 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
22182
22183         * MODULES.html.sh: New module wctype.
22184         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
22185         * lib/fnmatch.c: Don't bother to include <wchar.h> before
22186         <wctype.h>, since the new wctype module should fix this.
22187         * lib/quotearg.c: Include <wctype.h> unconditionally, since
22188         the wctype module should arrange for it.
22189         * lib/regex_internal.h: Likewise.
22190         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
22191         since the wctype module should handle this now.
22192         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
22193         * modules/fnmatch (Depends-on): Add wctype.
22194         * modules/quotearg (Depends-on): Likewise.
22195         * modules/regex (Depends-on): Likewise.
22196
22197 2006-12-19  Bruno Haible  <bruno@clisp.org>
22198
22199         * lib/strdup.h [C++]: Wrap definitions in extern "C".
22200         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
22201
22202 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22203
22204         * modules/savewd (Depends-on): Fix dependency on fcntl.
22205
22206 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22207
22208         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
22209         conforms to C99, rather than relying on the user's environment
22210         setting of STDINT_H.
22211
22212 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
22213         and Eric Blake  <ebb9@byu.net>
22214
22215         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
22216         This is more consistent with the other defines here.
22217         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
22218         Port to z/OS.  Problem reported by Paul Gilmartin.
22219         Change local vars to use gl_ prefix rather than ac_.
22220         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
22221         with other defines.
22222         * modules/double-slash-root: New module.
22223         * modules/dirname (Files): Remove m4/double-slash-root.m4.
22224         (Depends-on): Add double-slash-root.
22225         * MODULES.html.sh (File system functions): Mention new module.
22226
22227 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
22228
22229         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
22230         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
22231         This is for the benefit of gzip, which doesn't do i18n.
22232
22233 2006-12-12  Jim Meyering  <jim@meyering.net>
22234
22235         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
22236         Reported by Andreas Schwab <schwab@suse.de>.
22237
22238 2006-12-12  Bruno Haible  <bruno@clisp.org>
22239
22240         Merge these changes.
22241         2006-09-05  Bruno Haible  <bruno@clisp.org>
22242         * lib/iconvme.c (iconv_string): No need to save and restore errno when
22243         iconv_alloc succeeded.
22244         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
22245         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
22246         test for " && dest " at the end - dest is always != NULL there. Call
22247         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22248         with 2xNULL arguments, also to flush the state storage. Handle the
22249         IRIX iconv behaviour. Realloc the final result, to throw away unused
22250         memory.
22251
22252 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
22253
22254         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
22255         and fchmodat unconditionally, since glibc 2.4 has them.
22256         Problem reported by Arkadiusz Miskiewicz.
22257
22258 2006-12-10  Bruno Haible  <bruno@clisp.org>
22259
22260         * gnulib-tool (func_import): Show the include files only for those
22261         modules that are copied and specified.
22262         Reported by Karl Berry.
22263
22264 2006-12-08  Jim Meyering  <jim@meyering.net>
22265
22266         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
22267         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
22268
22269         * build-aux/announce-gen: Add two new options, both optional:
22270         --bootstrap-tools=TOOL_LIST
22271               a comma-separated list of tools, e.g.,
22272               autoconf,automake,bison,gnulib
22273         --gnulib-snapshot-date=DATE
22274               if gnulib is in the bootstrap tool list,
22275               then report this as the snapshot date.
22276               If not specified, use the current date/time.
22277               If you specify a date here, be sure it's UTC.
22278
22279 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22280
22281         * tests/test-argp-2.sh: Fix test to match actual output.
22282         (func_compare): Fix sed script to be portable.
22283
22284 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
22285
22286         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
22287         workaround for this case.  It is not autoconfigured now; offhand
22288         it's hard to see how to autoconfigure it.
22289
22290 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
22293         a directory that is about to be chowned.  Such a directory's
22294         initial file permissions should permit the owner only and this
22295         should not be changed until after the chown, since the group and
22296         other bits would be incorrect if they granted permission before
22297         the chown.
22298
22299         Fix porting problem for iswctype reported by Georg Schwarz in:
22300         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
22301         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
22302         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
22303         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
22304         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22305
22306 2006-12-03  Jim Meyering  <jim@meyering.net>
22307
22308         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
22309         p->fts_statp may not yet be defined.
22310         (fts_read): Instead, set it in the caller, once p->fts_statp is
22311         sure to be defined, and corresponds to a top-level directory.
22312         This bug made du -x fail.  Here's the coreutils test case:
22313         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
22314         Reported by Mike Frysinger.
22315
22316 2006-12-01  Jim Meyering  <jim@meyering.net>
22317
22318         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
22319         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
22320         Reported by Simon Josefsson.
22321
22322 2006-11-30  Jim Meyering  <jim@meyering.net>
22323
22324         * m4/warning.m4: Use the all-permissive copyright notice
22325         recommended by RMS (rather than LGPL).
22326         * m4/vararrays.m4: Likewise.
22327         * m4/flexmember.m4: Likewise.
22328
22329 2006-11-29  Bruno Haible  <bruno@clisp.org>
22330
22331         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22332         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
22333         using +=.
22334         Reported by Simon Josefsson <simon@josefsson.org>.
22335
22336 2006-11-28  James Youngman <jay@gnu.org>
22337
22338         * README: Advise users that they might find the bug-gnulib@gnu.org
22339         and autotools-announce@gnu.org mailing lists useful.
22340
22341 2006-11-28  Bruno Haible  <bruno@clisp.org>
22342
22343         * m4/ptrdiff_max.m4: Remove file.
22344
22345 2006-11-21  Bruno Haible  <bruno@clisp.org>
22346
22347         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
22348         _AC_COMPUTE_INT.
22349         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22350         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
22351         _AC_COMPUTE_INT.
22352         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22353         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
22354         _AC_COMPUTE_INT.
22355         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22356
22357 2006-11-28  Jim Meyering  <jim@meyering.net>
22358
22359         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
22360         warning from "gcc -Wshadow" about shadowing the builtin.
22361
22362 2006-11-27  Bruno Haible  <bruno@clisp.org>
22363
22364         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
22365         _AC_COMPUTE_INT.
22366         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
22367
22368 2006-11-27  Bruno Haible  <bruno@clisp.org>
22369             Paul Eggert  <eggert@cs.ucla.edu>
22370
22371         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
22372
22373 2006-11-26  Bruno Haible  <bruno@clisp.org>
22374
22375         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22376         noinst_LTLIBRARIES.
22377
22378 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22379             Bruno Haible  <bruno@clisp.org>
22380
22381         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
22382         if compiling with "gcc -ansi".
22383
22384 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22385
22386         Fix some incompatibilities with gcc -ansi -pedantic.
22387         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
22388         if compiling pedantically with GCC, unless it's C99 or later.
22389         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
22390         it mishandles gcc -ansi -pedantic as well.
22391         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
22392         if gcc -pedantic.
22393         * lib/regexec.c (check_node_accept_bytes): Don't use auto
22394         initializers for struct if -pedantic, unless it's C99 or later.
22395
22396 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
22397
22398         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
22399         Don't close an fd more than once. Identical atimes indicate
22400         success, not failure.
22401
22402 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
22403
22404         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
22405
22406 2006-11-23  Jim Meyering  <jim@meyering.net>
22407
22408         * build-aux/announce-gen: New file.  From coreutils.
22409
22410 2006-11-22  Jim Meyering  <jim@meyering.net>
22411
22412         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
22413         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
22414         (fts_read): Use a temporary to narrow the overused st_size member
22415         before using it in a switch statement.  Reported by Matthew Woehlke.
22416
22417         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
22418         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
22419
22420 2006-11-20  Bruno Haible  <bruno@clisp.org>
22421
22422         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
22423         changequote instead of pairs of brackets.
22424         Reported by Andreas Schwab <schwab@suse.de>.
22425
22426 2006-11-21  Jim Meyering  <jim@meyering.net>
22427
22428         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
22429         so as to remain compatible with older compilers.
22430         Patch from Michael Deutschmann.
22431
22432 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22433
22434         * MODULES.html.sh (File system functions): Add openat.
22435
22436         * lib/openat.h (rpl_fstatat): New macro, if
22437         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
22438         (fstatat): Define to rpl_fstatat under the same conditions,
22439         unless COMPILING_FSTATAT.
22440         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
22441         seems to have the bug.
22442         * lib/fstatat.c: New file.
22443         * modules/openat (Files): Add it.
22444
22445 2006-11-20  Bruno Haible  <bruno@clisp.org>
22446
22447         * Makefile: New file.
22448
22449 2006-11-20  Jim Meyering  <jim@meyering.net>
22450
22451         The beginnings of syntax-related checks for gnulib.
22452         * lib/Makefile: New file.
22453         * lib/t-idcache: New script.  Ensure that the two halves of
22454         idcache.c stay in sync.
22455
22456         * lib/idcache.c: Adjust comments in user- and group- portions to
22457         be more accurate, and to be consistent with one another.
22458
22459 2006-11-20  Jim Meyering  <jim@meyering.net>
22460
22461         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
22462         continue using the flexible array member (thus, this module performs
22463         half as many malloc calls), with the addition that...
22464         (getgroup, getuser): Consistently record a non-match via an empty
22465         "name" string, and map an empty string match to a NULL return value.
22466         * modules/idcache (Depends-on): Re-add flexmember.
22467
22468         * lib/idcache.c (getuser): Remove all uses of the register keyword.
22469         (getuidbyname, getgroup, getgidbyname): Likewise.
22470
22471         Use cleaner syntax: NULL rather than 0.
22472         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
22473
22474 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22475
22476         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
22477         It mishandled the case where the group was missing.
22478         Problem reported by Greg Schafer.
22479         * modules/idcache: Likewise.
22480
22481 2006-11-18  Jim Meyering  <jim@meyering.net>
22482
22483         * check-module (%exempt_header): Add exception for some
22484         conditionally-included headers.
22485
22486         * modules/i-ring (Depends-on): Add verify.
22487         (License): Change to LGPL.
22488
22489 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22490
22491         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
22492         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
22493         and inttostr.h.  Use snprintf rather than uinttostr, so that
22494         LGPLed code doesn't depend on GPLed.
22495
22496 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22497
22498         * modules/inline (License): Change from GPL to LGPL.
22499
22500 2006-11-17  Jim Meyering  <jim@meyering.net>
22501
22502         * modules/d-type (License): Switch to LGPL.
22503
22504 2006-11-15  Bruno Haible  <bruno@clisp.org>
22505
22506         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
22507
22508 2006-11-15  Eric Blake  <ebb9@byu.net>
22509
22510         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
22511         the module dependency.
22512
22513 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22514             Bruno Haible  <bruno@clisp.org>
22515
22516         * gnulib-tool (func_create_testdir): Add license consistency check.
22517
22518 2006-11-15  Eric Blake  <ebb9@byu.net>
22519
22520         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
22521         random "(cached)" in configure output.
22522
22523 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22524
22525         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
22526         test for conforming inttypes.h is both announced and cached.
22527
22528         * MODULES.html.sh (seen_modules, seen_files): New variables.
22529         (func_module): Rewrite to use a few less gnulib-tool and sed
22530         invocations.  Avoid a couple of quadratic algorithms for ...
22531         (missed_modules, missed_files): ... these, with ...
22532         (func_append, func_tmpdir): ... these new functions, from
22533         gnulib-tool.  Analogously, install traps for cleanup.
22534
22535         * tests/test-gc.c (main): Remove unused variables.
22536         * tests/test-read-file.c: Include stdlib.h, for 'free'.
22537
22538 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
22539
22540         * modules/inttostr (License): Change to LGPL.
22541
22542 2006-11-14  Eric Blake  <ebb9@byu.net>
22543
22544         * modules/tempname (License): Change to LGPL.
22545
22546 2006-11-14  Eric Blake  <ebb9@byu.net>
22547
22548         * doc/functions.texi (Function Portability): *printf functions on
22549         Cygwin now understand all POSIX size specifiers.
22550
22551 2006-11-14  Bruno Haible  <bruno@clisp.org>
22552
22553         * modules/c-ctype (License): Change to LGPL.
22554
22555 2006-11-12  Bruno Haible  <bruno@clisp.org>
22556
22557         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
22558         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
22559         for GNOME libraries, for which the include files are installed in
22560         subdirectories of $prefix/include.
22561
22562 2006-11-12  Bruno Haible  <bruno@clisp.org>
22563
22564         * m4/lib-link.m4: Require at least autoconf-2.54.
22565         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
22566         name to underscores for the --with option.
22567
22568 2006-11-13  Bruno Haible  <bruno@clisp.org>
22569
22570         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
22571         the tests directory.
22572         Reported by Ralf Wildenhues.
22573
22574 2006-11-13  Bruno Haible  <bruno@clisp.org>
22575
22576         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
22577         (func_emit_initmacro_end): Undo the override here.
22578         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
22579         Works around the famous automake error in coreutils.
22580
22581 2006-11-13  Eric Blake  <ebb9@byu.net>
22582
22583         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
22584         element, not its node.
22585
22586 2006-11-12  Bruno Haible  <bruno@clisp.org>
22587
22588         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
22589         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
22590
22591 2006-11-12  Bruno Haible  <bruno@clisp.org>
22592
22593         * gnulib-tool: New option --local-symlink.
22594         (func_usage): Document it.
22595         (lsymbolic): New variable.
22596         (func_import, func_create_testdir): If --symlink was not specified,
22597         test whether --local-symlink was specified and the file comes from
22598         the local_gnulib_dir.
22599
22600 2006-11-12  Bruno Haible  <bruno@clisp.org>
22601
22602         * gnulib-tool (func_ln): New function.
22603         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
22604
22605 2006-11-12  Bruno Haible  <bruno@clisp.org>
22606
22607         Finish support for source files in subdirectories.
22608         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
22609         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
22610         AUTOMAKE_OPTIONS.
22611         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
22612
22613 2006-11-12  Bruno Haible  <bruno@clisp.org>
22614
22615         * gnulib-tool (func_get_automake_snippet): Synthesize also an
22616         EXTRA_lib_SOURCES augmentation.
22617         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
22618
22619 2006-11-12  Jim Meyering  <jim@meyering.net>
22620
22621         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
22622         file descriptors.  This also averts a failure on systems with
22623         native openat support when a traversed directory lacks "x" access.
22624         * lib/fts_.h: Include "i-ring.h"
22625         (struct FTS) [fts_fd_ring]: New member.
22626         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
22627         (FCHDIR): Add parentheses.
22628         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
22629         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
22630         When descending, rather than simply closing the previous
22631         fts_cwd_fd value, push that file descriptor onto the ring.
22632         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
22633         (fts_open): Initialize the new fd_ring member.
22634         (fts_close): Clear the ring.
22635         (fts_safe_changedir): When possible, use our new fd_ring to skip
22636         the diropen and fstat and dev/ino comparison that would normally
22637         accompany a virtual `chdir ("..")'.
22638
22639         * modules/fts (Depends-on): Add i-ring.
22640         * modules/i-ring: New module.
22641         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
22642         * m4/i-ring.m4: New file.
22643
22644 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22645
22646         * gnulib-tool (func_create_testdir): Fix replacement of
22647         `build-aux' in configure.ac.  Run autotools in gltests
22648         subdirectory.
22649         (func_create_testdir, func_create_megatestdir, test): There is
22650         no need for '--force' in most autotool invocations in a new
22651         tree.  Actually fail the whole test if any of the tools, or the
22652         configure or make stages fail.
22653
22654         Sync from Automake.
22655         * build-aux/gnupload: Revert last change.  Add pointer to upload
22656         instructions of the GNU Maintenance Instructions.
22657         Suggestion by Karl Berry.
22658
22659 2006-11-10  Jim Meyering  <jim@meyering.net>
22660
22661         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
22662
22663 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22664
22665         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
22666         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
22667         (bind_textdomain_codeset) [! ENABLE_NLS]:
22668         Evaluate all the arguments.  That way, callers get compatible behavior
22669         if the arguments have side effects.  Also, it avoids some GCC
22670         diagnostics in some cases; Joel E. Denny reported problems when Bison
22671         was configured with --enable-gcc-warnigs.
22672
22673 2006-11-10  Jim Meyering  <jim@meyering.net>
22674
22675         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
22676         relevant options in CFLAGS (like -O, -fno-inline) are taken into
22677         account.
22678
22679 2006-11-10  Jim Meyering  <jim@meyering.net>
22680
22681         * modules/inline: New file/module.
22682         * modules/xalloc (Files): Remove m4/inline.m4.
22683         (Depends-on): Add inline, instead.
22684         * modules/oset: Likewise.
22685         * modules/list: Likewise.
22686
22687 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22688
22689         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
22690         Problem reported by Matthew Woehlke.
22691
22692 2006-11-09  Bruno Haible  <bruno@clisp.org>
22693
22694         * lib/tempname.c (gen_tempname): Remove variant that invokes
22695         __gen_tempname.
22696         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
22697         __gen_tempname.
22698
22699 2006-11-08  Bruno Haible  <bruno@clisp.org>
22700
22701         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
22702         to 'yes' instead of 'cross-compiling'.
22703
22704 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
22705
22706         * lib/quotearg.h (quotearg_free): New decl.
22707         * lib/quotearg.c (quotearg_free): New function.
22708         (slot0, nslots, slotvec0, slotvec):
22709         Now file-scope so that quotearg_free can get at them.
22710
22711 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22712
22713         Sync from Automake.
22714         * build-aux/gnupload: Add missing 'gnu' to example URL.
22715         Report by Karl Berry.
22716
22717 2006-11-08  Bruno Haible  <bruno@clisp.org>
22718
22719         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22720         Suggested by Paul Eggert.
22721
22722 2006-11-08  Jim Meyering  <jim@meyering.net>
22723
22724         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22725         It's already included if !_LIBC.
22726         (fts_safe_changedir): Add a comment.
22727
22728 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22729
22730         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22731         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22732         Matthew Woehlke.
22733
22734         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22735         definitions up, to avoid colliding with change below.
22736         (static_inline) [HAVE_INLINE]: New macro.
22737         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22738         Provide extern decls when !HAVE_INLINE.  Do not define unless
22739         static_inline is defined, either by us or by xmalloc.c.  Use
22740         static_inline rather than static inline.
22741         (XCALLOC): Optimize sizeof(T) = 1 case.
22742         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22743
22744 2006-11-07  Bruno Haible  <bruno@clisp.org>
22745
22746         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22747         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22748         AC_C_INLINE.
22749         * modules/xalloc (Files): Add m4/inline.m4.
22750
22751 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22752
22753         * README: Fix typo.
22754         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22755         (Miscellanous Notes): ...from this.
22756
22757 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22758
22759         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
22760         Mention that offsetof should be used instead of sizeof.
22761         From Bruno Haible.
22762
22763 2006-11-07  Bruno Haible  <bruno@clisp.org>
22764
22765         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
22766
22767 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22768
22769         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22770         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
22771         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22772         (gl_tree_add_before, gl_tree_add_after):
22773         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
22774         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
22775         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22776         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
22777         (gl_linked_add_after, gl_linked_add_at): Likewise.
22778         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
22779         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22780         (gl_tree_add_before, gl_tree_add_after): Likewise.
22781         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
22782         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
22783         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
22784
22785 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22786
22787         * lib/gl_oset.h: Use C comment style, not C++ comment style.
22788
22789 2006-11-06  Bruno Haible  <bruno@clisp.org>
22790
22791         * m4/inline.m4: New file.
22792         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
22793         * modules/list (Files): Add m4/inline.m4.
22794         * modules/oset (Files): Likewise.
22795
22796 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         * lib/idcache.c: Include <stddef.h>, for offsetof.
22799         (struct userid.name): Change from char * to a flexible array member.
22800         All uses changed.
22801         * modules/idcache (Depends-on): Add flexmember.
22802
22803         * MODULES.html.sh (Core language properties): New module flexmember.
22804         * modules/flexmember, m4/flexmember.m4: New files.
22805
22806         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
22807         inline functions that are identical with the old xnmalloc_inline,
22808         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
22809         that we can avoid some unnecessary integer multiplications and
22810         divisions in the common case where the element size is known at
22811         compile time.
22812         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
22813         needed.
22814         (xnboundedmalloc): Remove.
22815         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
22816         arguments, for consistency with rest of this header.
22817         (xcharalloc): Rewrite using XNMALLOC.
22818         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
22819         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
22820         versions have been moved to lib/xalloc.h and renamed to be the
22821         non-*_inline versions.
22822         (xmalloc, xrealloc): Implement without reference to the xnmalloc
22823         and xnrealloc functions, since those functions are now inline and
22824         now call us.
22825         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
22826         renaming described above.
22827         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
22828         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
22829         captures the dependency in AC_C_INLINE.
22830
22831         New module canonicalize-lgpl, proposed by Charles Wilson in
22832         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
22833         with a few small changes afterwards.
22834         * MODULES.html.sh (File system functions): New module
22835         canonicalize-lgpl.
22836         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
22837         and canonicalize_file_name.
22838         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
22839         * modules/canonicalize-lgpl: New files.
22840
22841 2006-11-05  Bruno Haible  <bruno@clisp.org>
22842
22843         * gnulib-tool (func_import, func_create_testdir): Create directories
22844         also for files in subdirectories of lib/.
22845
22846 2006-11-05  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
22849         ANSI C compliant.
22850
22851 2006-11-03  Bruno Haible  <bruno@clisp.org>
22852
22853         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22854         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
22855         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
22856         (xnboundedmalloc): New inline function.
22857         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
22858         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
22859         xmalloc.
22860         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
22861         xmalloc.
22862         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
22863         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
22864         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
22865         xmalloc.
22866         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22867         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
22868         xmalloc.
22869         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
22870         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22871         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
22872         xmalloc.
22873         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22874         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
22875         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22876         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
22877         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
22878         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
22879         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
22880
22881 2006-11-03  Bruno Haible  <bruno@clisp.org>
22882
22883         * lib/c-ctype.h [C++]: Define functions without name mangling.
22884         * lib/fwriteerror.h [C++]: Likewise.
22885         * lib/gcd.h [C++]: Likewise.
22886         * lib/linebreak.h [C++]: Likewise.
22887
22888 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22889
22890         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
22891         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
22892         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
22893         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22894         Check for functions and headers just once.
22895         Check for declaration of canonicalize_file_name.
22896         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
22897
22898 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22899
22900         * gnulib-tool (func_import): Fix typo in actioncmd.
22901
22902 2006-11-02  Bruno Haible  <bruno@clisp.org>
22903
22904         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
22905         newline sequence in the Makefile.am snippet as a space, like "make"
22906         does.
22907         Reported by Roger Persson <perrog@gmail.com>.
22908
22909 2006-11-01  Bruno Haible  <bruno@clisp.org>
22910
22911         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
22912         already declared in <string.h>.
22913         * lib/strcase.h (strncasecmp): Don't declare it if yes.
22914
22915 2006-11-01  Bruno Haible  <bruno@clisp.org>
22916
22917         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
22918         * lib/strcase.h: Include <string.h>.
22919         (strcasecmp): Define to rpl_strcasecmp here.
22920
22921 2006-11-01  Bruno Haible  <bruno@clisp.org>
22922
22923         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
22924
22925 2006-11-01  Eric Blake  <ebb9@byu.net>
22926
22927         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
22928
22929         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
22930
22931 2006-10-29  Bruno Haible  <bruno@clisp.org>
22932
22933         Make it compile in C++ mode.
22934         * lib/full-write.c (full_rw): Add a cast.
22935
22936 2006-11-01  Bruno Haible  <bruno@clisp.org>
22937
22938         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22939         be POSIX compliant.
22940         Reported by Roger Persson <perrog@gmail.com>.
22941
22942 2006-11-01  Eric Blake  <ebb9@byu.net>
22943
22944         * lib/getopt_.h: Fix comments.
22945
22946 2006-10-31  Eric Blake  <ebb9@byu.net>
22947
22948         * modules/tmpdir (Depends-on): Add sys_stat.
22949         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22950         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22951         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22952         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22953         tempname.
22954
22955 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22956
22957         Avoid some C++ diagnostics reported by Bruno Haible.
22958         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22959         xmalloc.
22960         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22961         (struct slotvec): Move to top level.
22962         (quotearg_n_options): Rewrite to avoid xmalloc.
22963         * lib/xalloc.h (xcharalloc): New function.
22964         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22965         [defined __cplusplus]: Add function template that provides result
22966         type propagation.  This part of the change is from Bruno Haible.
22967
22968 2006-10-29  Bruno Haible  <bruno@clisp.org>
22969
22970         Make it compile in C++ mode.
22971         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22972         * lib/strnlen1.c (strnlen1): Cast memchr result.
22973         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22974         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22975         (create_temp_dir): Rename local variable 'template'.
22976         (compile_csharp_using_sscli): Add cast.
22977         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22978         * lib/findprog.c (find_in_path): Likewise.
22979         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22980         * lib/wait-process.c (register_slave_subprocess): Likewise.
22981
22982 2006-10-22  Bruno Haible  <bruno@clisp.org>
22983
22984         * modules/tsearch: New file.
22985         * lib/tsearch.h: New file.
22986         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22987         * m4/tsearch.m4: New file.
22988         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22989
22990 2006-10-29  Eric Blake  <ebb9@byu.net>
22991
22992         * lib/arcfour.c: Assume config.h.
22993         * lib/arctwo.c: Likewise.
22994         * lib/base64.c: Likewise.
22995         * lib/check-version.c: Likewise.
22996         * lib/crc.c: Likewise.
22997         * lib/des.c: Likewise.
22998         * lib/gc-gnulib.c: Likewise.
22999         * lib/gc-libgcrypt.c: Likewise.
23000         * lib/gc-pbkdf2-sha1.c: Likewise.
23001         * lib/getaddrinfo.c: Likewise.
23002         * lib/getdelim.c: Likewise.
23003         * lib/getline.c: Likewise.
23004         * lib/hmac-md5.c: Likewise.
23005         * lib/hmac-sha1.c: Likewise.
23006         * lib/iconvme.c: Likewise.
23007         * lib/md2.c: Likewise.
23008         * lib/md4.c: Likewise.
23009         * lib/memxor.c: Likewise.
23010         * lib/read-file.c: Likewise.
23011         * lib/readline.c: Likewise.
23012         * lib/rijndael-alg-fst.c: Likewise.
23013         * lib/rijndael-api-fst.c: Likewise.
23014         * lib/xgetdomainname.c: Likewise.
23015
23016 2006-10-28  Eric Blake  <ebb9@byu.net>
23017
23018         * lib/xstrndup.c: Assume config.h.
23019
23020 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23021
23022         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
23023         stat-macros.h is now for our own macros, whereas stat_h is for
23024         macros in the <sys/stat.h> name space.
23025         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
23026         (STAT_MACROS_H): Remove.
23027         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
23028         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
23029         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
23030         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
23031         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
23032         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
23033         Move these macros to ...
23034         * lib/stat_.h: here.  Don't include stat-macros.h.
23035         * lib/canonicalize.c: Don't include stat-macros.h.
23036         * lib/chown.c: Likewise.
23037         * lib/euidaccess.c: Likewise.
23038         * lib/file-type.c: Likewise.
23039         * lib/filemode.c: Likewise.
23040         * lib/glob.c: Likewise.
23041         * lib/isapipe.c: Likewise.
23042         * lib/lchown.c: Likewise.
23043         * lib/lstat.c: Likewise.
23044         * lib/mkdir-p.c: Likewise.
23045         * lib/rmdir.c: Likewise.
23046         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
23047         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
23048         unless mkdir isn't declared, to speed up 'configure'.
23049         Always create sys/stat.h, since it's unlikely any real sys/stat.h
23050         would define all the S_* symbols.
23051         * modules/canonicalize (Depends-on):
23052         Depend on sys_stat, not stat-macros.
23053         * modules/chown: Likewise.
23054         * modules/euidaccess: Likewise.
23055         * modules/filemode: Likewise.
23056         * modules/file-type: Likewise.
23057         * modules/glob: Likewise.
23058         * modules/isapipe: Likewise.
23059         * modules/lchown: Likewise.
23060         * modules/lstat: Likewise.
23061         * modules/mkancesdirs: Likewise.
23062         * modules/rmdir: Likewise.
23063         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
23064         * modules/modechange: Likewise.
23065         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
23066         (configure.ac): Remove gl_STAT_MACROS.
23067         * modules/sys_stat (Depends-on): Remove stat-macros.
23068
23069 2006-10-27  Bruno Haible  <bruno@clisp.org>
23070
23071         * m4/signed.m4: Remove file.
23072         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
23073         invocation.
23074         * modules/vasnprintf (Files): Remove m4/signed.m4.
23075
23076 2006-10-27  Bruno Haible  <bruno@clisp.org>
23077
23078         Update to GNU gettext 0.16.
23079         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
23080         m4/inttypes-h.m4, m4/signed.m4.
23081         * m4/gettext.m4: Update to GNU gettext 0.16.
23082         * m4/intl.m4: New file, from GNU gettext.
23083         * m4/intldir.m4: New file, from GNU gettext.
23084         * config/srclist.txt: Update
23085
23086 2006-10-27  Eric Blake  <ebb9@byu.net>
23087
23088         * MODULES.html.sh: Document tempname.
23089         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
23090         dependencies.
23091         (Files): Move lib/tempname.c...
23092         * modules/tempname: ...to this new module.
23093         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
23094         (gl_PREREQ_TEMPNAME): Move...
23095         * m4/tempname.m4: ...to this new file.
23096         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
23097         * modules/sys_stat (Depends-on): Add stat-macros.
23098         * lib/stat_.h (includes): Pick up stat macros.
23099         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
23100         if stat macros are broken.
23101         * lib/tempname.c (includes): No need to include "stat-macros.h".
23102         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
23103         (direxists, __path_search) [!_LIBC]: Don't compile these in
23104         gnulib; the tmpdir module covers that.
23105         * lib/tempname.h: New file.
23106
23107 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
23108
23109         * COPYING: Explain how gnulib-tool converts licence headers.
23110         Almost all wording by Eric Blake.
23111
23112 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
23113
23114         * lib/mbchar.h (is_basic_table): Make read-only.
23115         * lib/mbchar.c (is_basic_table): Likewise.
23116         Reported by John Darrington.
23117
23118 2006-10-25  Bruno Haible  <bruno@clisp.org>
23119
23120         * lib/progname.h (set_program_name): Undefine before defining.
23121
23122 2006-10-25  Bruno Haible  <bruno@clisp.org>
23123
23124         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
23125         false for non-gcc C++ compilers.
23126         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23127
23128 2006-10-24  Bruno Haible  <bruno@clisp.org>
23129
23130         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
23131         iconv implementations like Irix iconv.
23132
23133 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23134
23135         * modules/vararrays: New file.
23136         * m4/vararrays.m4: New file, taken from diffutils.
23137         * MODULES.html.sh: New module vararrays.
23138
23139 2006-10-24  Karl Berry  <karl@gnu.org>
23140
23141         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
23142         Don't call GNU Unix.
23143
23144 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23145
23146         * users.txt: Add Libtool.
23147
23148         Sync from Libtool:
23149
23150         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23151
23152         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
23153         to gnulib's policy of including config.h unconditionally.
23154
23155 2006-10-24  Bruno Haible  <bruno@clisp.org>
23156
23157         * modules/wcwidth (Files): Add m4/wint_t.m4.
23158         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
23159         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
23160
23161 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
23162
23163         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
23164         to pacify GCC with some -W flags enabled.  Problem reported by
23165         Bruno Haible.
23166
23167 2006-10-24  Jim Meyering  <jim@meyering.net>
23168
23169         * MODULES.html.sh: Remove uinttostr.  It's not a module.
23170         Reported by Karl Berry.
23171
23172 2006-10-23  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
23175
23176 2006-10-24  Bruno Haible  <bruno@clisp.org>
23177
23178         * lib/gl_list.h: Use C comment style, not C++ comment style.
23179
23180 2006-10-23  Eric Blake  <ebb9@byu.net>
23181
23182         * lib/getaddrinfo.c (includes): Add missing include.
23183
23184 2006-10-23  Bruno Haible  <bruno@clisp.org>
23185             Paul Eggert  <eggert@cs.ucla.edu>
23186
23187         Ability to rename obstack_free.
23188         * lib/obstack.h (__obstack_free): New macro. Declare instead of
23189         obstack_free.
23190         (obstack_free): Invoke the __obstack_free macro.
23191         * lib/obstack.c (obstack_free): Use __obstack_free macro.
23192
23193 2006-10-23  Bruno Haible  <bruno@clisp.org>
23194             Paul Eggert  <eggert@cs.ucla.edu>
23195
23196         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
23197         __argc, __argv from the declaration. (They are defined as macros on
23198         mingw.)
23199
23200 2006-10-22  Bruno Haible  <bruno@clisp.org>
23201
23202         * doc/gnulib-intro.texi: New file.
23203         * doc/gnulib.texi: Include it.
23204
23205 2006-10-21  Bruno Haible  <bruno@clisp.org>
23206
23207         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
23208         "Introduction", "Miscellanous Notes", "Particular Modules".
23209
23210 2006-10-21  Bruno Haible  <bruno@clisp.org>
23211
23212         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23213         Change mostlyclean-local rule to avoid sh syntax error from bash
23214         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
23215
23216 2006-10-23  Jim Meyering  <jim@meyering.net>
23217
23218         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
23219         in place of snprintf.
23220
23221         * modules/inttostr (Files): Add lib/uinttostr.c.
23222         * lib/uinttostr.c (inttostr): New file/function.
23223         * lib/inttostr.h (uinttostr): Declare.
23224         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
23225         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
23226         Add uinttostr.
23227         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
23228
23229 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23230
23231         * lib/canonicalize.c (ELOOP): Define if not already defined.
23232         Problem reported by Bruno Haible in
23233         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
23234
23235 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
23236
23237         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
23238         Problem reported by Perry Smith and Ville Laurikari.
23239
23240         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
23241         uses.
23242
23243 2006-10-19  Bruno Haible  <bruno@clisp.org>
23244
23245         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
23246         for mingw.
23247
23248 2006-10-19  Bruno Haible  <bruno@clisp.org>
23249
23250         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
23251         Needed for mingw.
23252
23253 2006-10-19  Bruno Haible  <bruno@clisp.org>
23254
23255         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
23256
23257 2006-10-19  Bruno Haible  <bruno@clisp.org>
23258
23259         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
23260         it.
23261
23262 2006-10-19  Bruno Haible  <bruno@clisp.org>
23263
23264         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
23265         invocation.
23266
23267 2006-10-19  Bruno Haible  <bruno@clisp.org>
23268
23269         * gnulib-tool (func_create_testdir): Don't include ftruncate and
23270         mountlist by default.
23271
23272 2006-10-16  Bruno Haible  <bruno@clisp.org>
23273
23274         * lib/c-strstr.c: Include c-strstr.h.
23275
23276 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
23277
23278         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
23279         in a slash.
23280
23281 2006-10-18  Bruno Haible  <bruno@clisp.org>
23282
23283         * lib/lock.h [C++]: Wrap definitions in extern "C".
23284
23285 2006-10-18  Bruno Haible  <bruno@clisp.org>
23286
23287         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
23288         gl_LIBOBJS list.
23289
23290 2006-10-18  Bruno Haible  <bruno@clisp.org>
23291
23292         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
23293
23294 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         * lib/xstrtol.h: Include gettext.h.
23297         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
23298         Problem reported by Eric Blake.
23299         * modules/xstrtol (Depends-on): Add gettext-h.
23300
23301 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
23302
23303         * lib/strftime.c (advance): New macro.
23304         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
23305         incomplete type, so you can't add 0 to it.  Problem and patch
23306         reported by Eelco Dolstra for dietlibc.
23307
23308 2006-10-18  Jim Meyering  <jim@meyering.net>
23309
23310         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
23311         type for a local, and rename it: s/up/user_proc/.
23312
23313 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
23314
23315         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
23316         READ_UTMP_USER_PROCESS.
23317         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
23318
23319 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
23320
23321         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
23322         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
23323
23324 2006-10-17  Eric Blake  <ebb9@byu.net>
23325
23326         * lib/sigprocmask.c (sigprocmask): Fix typo.
23327
23328         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
23329
23330         * modules/clean-temp (Makefile.am): Don't add to make output...
23331         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
23332         config.h.
23333
23334 2006-10-17  Bruno Haible  <bruno@clisp.org>
23335
23336         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
23337         differently if DEFAULT_TEXT_DOMAIN is set.
23338
23339 2006-10-16  Bruno Haible  <bruno@clisp.org>
23340
23341         * lib/clean-temp.c: Include fwriteerror.h.
23342
23343 2006-10-16  Bruno Haible  <bruno@clisp.org>
23344
23345         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
23346
23347 2006-10-16  Bruno Haible  <bruno@clisp.org>
23348
23349         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
23350         * lib/sigprocmask.h: Include <sys/types.h>.
23351         (sigset_t): Use the system's definition if present.
23352
23353 2006-10-17  Eric Blake  <ebb9@byu.net>
23354
23355         * lib/xvasprintf.c (includes): Assume config.h.
23356         * lib/xasprintf.c (includes): Likewise.
23357
23358 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
23359
23360         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
23361         at least as wide as intmax_t.
23362
23363 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
23364
23365         (Imported from Automake.)
23366         * build-aux/gnupload: Update to version 1.1 of directive file.
23367
23368 2006-10-16  Eric Blake  <ebb9@byu.net>
23369
23370         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
23371         match Automake 1.10a.
23372
23373 2006-10-14  Bruno Haible  <bruno@clisp.org>
23374
23375         * modules/sigprocmask: New file.
23376         * lib/sigprocmask.h: New file.
23377         * lib/sigprocmask.c: New file.
23378         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
23379         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
23380         request sigprocmask.o.
23381         (gl_PREREQ_SIGPROCMASK): New macro.
23382         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
23383         (Depends-on): Add sigprocmask.
23384         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
23385         gt_SIGNALBLOCKING. Test for 'raise' only once.
23386         * lib/fatal-signal.c: Include sigprocmask.h.
23387         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
23388         unblock_fatal_signals): Define always.
23389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23390         sigprocmask.
23391
23392 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
23393
23394         Sync from Automake.
23395         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
23396         which incorrectly sets the mode of an existing destination
23397         directory.  In some cases the unpatched install-sh could do the
23398         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
23399         system.  We hope this is rare in practice, but it's clearly worth
23400         fixing.  Problem reported by Alex Unleashed in
23401         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
23402         Also, don't bother to check for -m bugs unless we're using -m;
23403         suggested by Stepan Kasal.
23404
23405 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23406
23407         Sync from Automake.
23408         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
23409         `-c' flag, so they appear at the same position as in %FASTDEP%
23410         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
23411         which ignores unknown options only after the first non-option.
23412         Bug report against M4 by Nelson H. F. Beebe.
23413
23414 2006-10-13  Jim Meyering  <jim@meyering.net>
23415
23416         Fix a bug in yesterday's change.
23417         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
23418         p->fts_statp->st_dev would be used uninitialized.
23419         Ensures that we always call fts_stat on the very first entry.
23420         Miklos Szeredi reported that find -xdev stopped working.
23421
23422 2006-10-12  Bruno Haible  <bruno@clisp.org>
23423
23424         * gnulib-tool (func_get_automake_snippet): Append an automatically
23425         computed EXTRA_DIST augmentation.
23426         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
23427         * modules/alloca-opt (Makefile.am): Likewise.
23428         * modules/allocsa (Makefile.am): Likewise.
23429         * modules/arcfour (Makefile.am): Likewise.
23430         * modules/arctwo (Makefile.am): Likewise.
23431         * modules/argmatch (Makefile.am): Likewise.
23432         * modules/argz (Makefile.am): Likewise.
23433         * modules/atexit (Makefile.am): Likewise.
23434         * modules/backupfile (Makefile.am): Likewise.
23435         * modules/byteswap (Makefile.am): Likewise.
23436         * modules/c-strtod (Makefile.am): Likewise.
23437         * modules/c-strtold (Makefile.am): Likewise.
23438         * modules/calloc (Makefile.am): Likewise.
23439         * modules/canon-host (Makefile.am): Likewise.
23440         * modules/canonicalize (Makefile.am): Likewise.
23441         * modules/chdir-long (Makefile.am): Likewise.
23442         * modules/chdir-safer (Makefile.am): Likewise.
23443         * modules/check-version (Makefile.am): Likewise.
23444         * modules/chown (Makefile.am): Likewise.
23445         * modules/cloexec (Makefile.am): Likewise.
23446         * modules/close-stream (Makefile.am): Likewise.
23447         * modules/closeout (Makefile.am): Likewise.
23448         * modules/crc (Makefile.am): Likewise.
23449         * modules/csharpexec (Makefile.am): Likewise.
23450         * modules/cycle-check (Makefile.am): Likewise.
23451         * modules/des (Makefile.am): Likewise.
23452         * modules/dev-ino (Makefile.am): Likewise.
23453         * modules/dirfd (Makefile.am): Likewise.
23454         * modules/dirname (Makefile.am): Likewise.
23455         * modules/dup2 (Makefile.am): Likewise.
23456         * modules/eealloc (Makefile.am): Likewise.
23457         * modules/error (Makefile.am): Likewise.
23458         * modules/euidaccess (Makefile.am): Likewise.
23459         * modules/exclude (Makefile.am): Likewise.
23460         * modules/exitfail (Makefile.am): Likewise.
23461         * modules/fcntl-safer (Makefile.am): Likewise.
23462         * modules/fcntl (Makefile.am): Likewise.
23463         * modules/file-type (Makefile.am): Likewise.
23464         * modules/fileblocks (Makefile.am): Likewise.
23465         * modules/filemode (Makefile.am): Likewise.
23466         * modules/filenamecat (Makefile.am): Likewise.
23467         * modules/fnmatch (Makefile.am): Likewise.
23468         * modules/fopen-safer (Makefile.am): Likewise.
23469         * modules/fpending (Makefile.am): Likewise.
23470         * modules/fprintftime (Makefile.am): Likewise.
23471         * modules/free (Makefile.am): Likewise.
23472         * modules/fsusage (Makefile.am): Likewise.
23473         * modules/ftruncate (Makefile.am): Likewise.
23474         * modules/fts (Makefile.am): Likewise.
23475         * modules/gc-arcfour (Makefile.am): Likewise.
23476         * modules/gc-des (Makefile.am): Likewise.
23477         * modules/gc-hmac-md5 (Makefile.am): Likewise.
23478         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
23479         * modules/gc-md4 (Makefile.am): Likewise.
23480         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23481         * modules/gc-sha1 (Makefile.am): Likewise.
23482         * modules/gc (Makefile.am): Likewise.
23483         * modules/getaddrinfo (Makefile.am): Likewise.
23484         * modules/getcwd (Makefile.am): Likewise.
23485         * modules/getdelim (Makefile.am): Likewise.
23486         * modules/getdomainname (Makefile.am): Likewise.
23487         * modules/getgroups (Makefile.am): Likewise.
23488         * modules/gethostname (Makefile.am): Likewise.
23489         * modules/gethrxtime (Makefile.am): Likewise.
23490         * modules/getline (Makefile.am): Likewise.
23491         * modules/getloadavg (Makefile.am): Likewise.
23492         * modules/getlogin_r (Makefile.am): Likewise.
23493         * modules/getndelim2 (Makefile.am): Likewise.
23494         * modules/getopt (Makefile.am): Likewise.
23495         * modules/getpagesize (Makefile.am): Likewise.
23496         * modules/getpass-gnu (Makefile.am): Likewise.
23497         * modules/getpass (Makefile.am): Likewise.
23498         * modules/getsubopt (Makefile.am): Likewise.
23499         * modules/gettime (Makefile.am): Likewise.
23500         * modules/gettimeofday (Makefile.am): Likewise.
23501         * modules/getugroups (Makefile.am): Likewise.
23502         * modules/getusershell (Makefile.am): Likewise.
23503         * modules/glob (Makefile.am): Likewise.
23504         * modules/group-member (Makefile.am): Likewise.
23505         * modules/hard-locale (Makefile.am): Likewise.
23506         * modules/hash (Makefile.am): Likewise.
23507         * modules/hmac-md5 (Makefile.am): Likewise.
23508         * modules/hmac-sha1 (Makefile.am): Likewise.
23509         * modules/human (Makefile.am): Likewise.
23510         * modules/idcache (Makefile.am): Likewise.
23511         * modules/imaxabs (Makefile.am): Likewise.
23512         * modules/imaxdiv (Makefile.am): Likewise.
23513         * modules/inet_ntop (Makefile.am): Likewise.
23514         * modules/inet_pton (Makefile.am): Likewise.
23515         * modules/intprops (Makefile.am): Likewise.
23516         * modules/inttostr (Makefile.am): Likewise.
23517         * modules/inttypes (Makefile.am): Likewise.
23518         * modules/isapipe (Makefile.am): Likewise.
23519         * modules/javaversion (Makefile.am): Likewise.
23520         * modules/lchmod (Makefile.am): Likewise.
23521         * modules/lchown (Makefile.am): Likewise.
23522         * modules/localcharset (Makefile.am): Likewise.
23523         * modules/long-options (Makefile.am): Likewise.
23524         * modules/lstat (Makefile.am): Likewise.
23525         * modules/malloc (Makefile.am): Likewise.
23526         * modules/mathl (Makefile.am): Likewise.
23527         * modules/mbchar (Makefile.am): Likewise.
23528         * modules/md2 (Makefile.am): Likewise.
23529         * modules/md4 (Makefile.am): Likewise.
23530         * modules/md5 (Makefile.am): Likewise.
23531         * modules/memcasecmp (Makefile.am): Likewise.
23532         * modules/memchr (Makefile.am): Likewise.
23533         * modules/memcmp (Makefile.am): Likewise.
23534         * modules/memcoll (Makefile.am): Likewise.
23535         * modules/memcpy (Makefile.am): Likewise.
23536         * modules/memmem (Makefile.am): Likewise.
23537         * modules/memmove (Makefile.am): Likewise.
23538         * modules/mempcpy (Makefile.am): Likewise.
23539         * modules/memrchr (Makefile.am): Likewise.
23540         * modules/memset (Makefile.am): Likewise.
23541         * modules/memxor (Makefile.am): Likewise.
23542         * modules/mkancesdirs (Makefile.am): Likewise.
23543         * modules/mkdir-p (Makefile.am): Likewise.
23544         * modules/mkdir (Makefile.am): Likewise.
23545         * modules/mkdtemp (Makefile.am): Likewise.
23546         * modules/mkstemp (Makefile.am): Likewise.
23547         * modules/mktime (Makefile.am): Likewise.
23548         * modules/modechange (Makefile.am): Likewise.
23549         * modules/mountlist (Makefile.am): Likewise.
23550         * modules/nanosleep (Makefile.am): Likewise.
23551         * modules/obstack (Makefile.am): Likewise.
23552         * modules/openat (Makefile.am): Likewise.
23553         * modules/pagealign_alloc (Makefile.am): Likewise.
23554         * modules/pathmax (Makefile.am): Likewise.
23555         * modules/physmem (Makefile.am): Likewise.
23556         * modules/poll (Makefile.am): Likewise.
23557         * modules/posixtm (Makefile.am): Likewise.
23558         * modules/posixver (Makefile.am): Likewise.
23559         * modules/putenv (Makefile.am): Likewise.
23560         * modules/quote (Makefile.am): Likewise.
23561         * modules/quotearg (Makefile.am): Likewise.
23562         * modules/raise (Makefile.am): Likewise.
23563         * modules/read-file (Makefile.am): Likewise.
23564         * modules/readline (Makefile.am): Likewise.
23565         * modules/readlink (Makefile.am): Likewise.
23566         * modules/readtokens (Makefile.am): Likewise.
23567         * modules/readutmp (Makefile.am): Likewise.
23568         * modules/realloc (Makefile.am): Likewise.
23569         * modules/regex (Makefile.am): Likewise.
23570         * modules/rename-dest-slash (Makefile.am): Likewise.
23571         * modules/rename (Makefile.am): Likewise.
23572         * modules/rijndael (Makefile.am): Likewise.
23573         * modules/rmdir (Makefile.am): Likewise.
23574         * modules/rpmatch (Makefile.am): Likewise.
23575         * modules/safe-read (Makefile.am): Likewise.
23576         * modules/safe-write (Makefile.am): Likewise.
23577         * modules/same-inode (Makefile.am): Likewise.
23578         * modules/same (Makefile.am): Likewise.
23579         * modules/save-cwd (Makefile.am): Likewise.
23580         * modules/savedir (Makefile.am): Likewise.
23581         * modules/setenv (Makefile.am): Likewise.
23582         * modules/settime (Makefile.am): Likewise.
23583         * modules/sha1 (Makefile.am): Likewise.
23584         * modules/sig2str (Makefile.am): Likewise.
23585         * modules/snprintf (Makefile.am): Likewise.
23586         * modules/stat-macros (Makefile.am): Likewise.
23587         * modules/stat-time (Makefile.am): Likewise.
23588         * modules/stdbool (Makefile.am): Likewise.
23589         * modules/stdint (Makefile.am): Likewise.
23590         * modules/stdlib-safer (Makefile.am): Likewise.
23591         * modules/stpcpy (Makefile.am): Likewise.
23592         * modules/stpncpy (Makefile.am): Likewise.
23593         * modules/strcase (Makefile.am): Likewise.
23594         * modules/strcasestr (Makefile.am): Likewise.
23595         * modules/strchrnul (Makefile.am): Likewise.
23596         * modules/strcspn (Makefile.am): Likewise.
23597         * modules/strdup (Makefile.am): Likewise.
23598         * modules/strerror (Makefile.am): Likewise.
23599         * modules/strftime (Makefile.am): Likewise.
23600         * modules/strndup (Makefile.am): Likewise.
23601         * modules/strnlen (Makefile.am): Likewise.
23602         * modules/strpbrk (Makefile.am): Likewise.
23603         * modules/strsep (Makefile.am): Likewise.
23604         * modules/strstr (Makefile.am): Likewise.
23605         * modules/strtod (Makefile.am): Likewise.
23606         * modules/strtoimax (Makefile.am): Likewise.
23607         * modules/strtok_r (Makefile.am): Likewise.
23608         * modules/strtol (Makefile.am): Likewise.
23609         * modules/strtoll (Makefile.am): Likewise.
23610         * modules/strtoul (Makefile.am): Likewise.
23611         * modules/strtoull (Makefile.am): Likewise.
23612         * modules/strtoumax (Makefile.am): Likewise.
23613         * modules/strverscmp (Makefile.am): Likewise.
23614         * modules/sys_socket (Makefile.am): Likewise.
23615         * modules/sys_stat (Makefile.am): Likewise.
23616         * modules/sysexits (Makefile.am): Likewise.
23617         * modules/time_r (Makefile.am): Likewise.
23618         * modules/timegm (Makefile.am): Likewise.
23619         * modules/timespec (Makefile.am): Likewise.
23620         * modules/tmpfile-safer (Makefile.am): Likewise.
23621         * modules/trim (Makefile.am): Likewise.
23622         * modules/unistd-safer (Makefile.am): Likewise.
23623         * modules/unlinkdir (Makefile.am): Likewise.
23624         * modules/unlocked-io (Makefile.am): Likewise.
23625         * modules/userspec (Makefile.am): Likewise.
23626         * modules/utime (Makefile.am): Likewise.
23627         * modules/utimecmp (Makefile.am): Likewise.
23628         * modules/utimens (Makefile.am): Likewise.
23629         * modules/vasnprintf (Makefile.am): Likewise.
23630         * modules/vasprintf (Makefile.am): Likewise.
23631         * modules/vsnprintf (Makefile.am): Likewise.
23632         * modules/xalloc (Makefile.am): Likewise.
23633         * modules/xgetcwd (Makefile.am): Likewise.
23634         * modules/xnanosleep (Makefile.am): Likewise.
23635         * modules/xreadlink (Makefile.am): Likewise.
23636         * modules/xstrtod (Makefile.am): Likewise.
23637         * modules/xstrtol (Makefile.am): Likewise.
23638         * modules/xstrtold (Makefile.am): Likewise.
23639         * modules/yesno (Makefile.am): Likewise.
23640         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
23641
23642 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         * modules/error (Makefile.am): Distribute files through
23645         EXTRA_DIST, not lib_SOURCES.
23646
23647 2006-10-12  Eric Blake  <ebb9@byu.net>
23648
23649         * modules/error (Makefile.am): Distribute files in /lib.
23650         * modules/obstack (Makefile.am): Likewise.
23651
23652 2006-10-12  Bruno Haible  <bruno@clisp.org>
23653
23654         * modules/acl (Makefile.am): Distribute all files in lib/ through
23655         EXTRA_DIST.
23656         * modules/arcfour (Makefile.am): Likewise.
23657         * modules/arctwo (Makefile.am): Likewise.
23658         * modules/argmatch (Makefile.am): Likewise.
23659         * modules/argz (Makefile.am): Likewise.
23660         * modules/atexit (Makefile.am): Likewise.
23661         * modules/backupfile (Makefile.am): Likewise.
23662         * modules/c-strtod (Makefile.am): Likewise.
23663         * modules/c-strtold (Makefile.am): Likewise.
23664         * modules/calloc (Makefile.am): Likewise.
23665         * modules/canon-host (Makefile.am): Likewise.
23666         * modules/canonicalize (Makefile.am): Likewise.
23667         * modules/chdir-long (Makefile.am): Likewise.
23668         * modules/chdir-safer (Makefile.am): Likewise.
23669         * modules/check-version (Makefile.am): Likewise.
23670         * modules/chown (Makefile.am): Likewise.
23671         * modules/cloexec (Makefile.am): Likewise.
23672         * modules/close-stream (Makefile.am): Likewise.
23673         * modules/closeout (Makefile.am): Likewise.
23674         * modules/crc (Makefile.am): Likewise.
23675         * modules/cycle-check (Makefile.am): Likewise.
23676         * modules/des (Makefile.am): Likewise.
23677         * modules/dirfd (Makefile.am): Likewise.
23678         * modules/dirname (Makefile.am): Likewise.
23679         * modules/dup2 (Makefile.am): Likewise.
23680         * modules/euidaccess (Makefile.am): Likewise.
23681         * modules/exclude (Makefile.am): Likewise.
23682         * modules/exitfail (Makefile.am): Likewise.
23683         * modules/fcntl-safer (Makefile.am): Likewise.
23684         * modules/file-type (Makefile.am): Likewise.
23685         * modules/fileblocks (Makefile.am): Likewise.
23686         * modules/filemode (Makefile.am): Likewise.
23687         * modules/filenamecat (Makefile.am): Likewise.
23688         * modules/fnmatch (Makefile.am): Likewise.
23689         * modules/fopen-safer (Makefile.am): Likewise.
23690         * modules/fpending (Makefile.am): Likewise.
23691         * modules/fprintftime (Makefile.am): Likewise.
23692         * modules/free (Makefile.am): Likewise.
23693         * modules/fsusage (Makefile.am): Likewise.
23694         * modules/ftruncate (Makefile.am): Likewise.
23695         * modules/fts (Makefile.am): Likewise.
23696         * modules/gc (Makefile.am): Likewise.
23697         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
23698         * modules/getaddrinfo (Makefile.am): Likewise.
23699         * modules/getcwd (Makefile.am): Likewise.
23700         * modules/getdelim (Makefile.am): Likewise.
23701         * modules/getdomainname (Makefile.am): Likewise.
23702         * modules/getgroups (Makefile.am): Likewise.
23703         * modules/gethostname (Makefile.am): Likewise.
23704         * modules/gethrxtime (Makefile.am): Likewise.
23705         * modules/getline (Makefile.am): Likewise.
23706         * modules/getloadavg (Makefile.am): Likewise.
23707         * modules/getlogin_r (Makefile.am): Likewise.
23708         * modules/getopt (Makefile.am): Likewise.
23709         * modules/getpass (Makefile.am): Likewise.
23710         * modules/getpass-gnu (Makefile.am): Likewise.
23711         * modules/getsubopt (Makefile.am): Likewise.
23712         * modules/gettime (Makefile.am): Likewise.
23713         * modules/gettimeofday (Makefile.am): Likewise.
23714         * modules/getugroups (Makefile.am): Likewise.
23715         * modules/getusershell (Makefile.am): Likewise.
23716         * modules/glob (Makefile.am): Likewise.
23717         * modules/group-member (Makefile.am): Likewise.
23718         * modules/hard-locale (Makefile.am): Likewise.
23719         * modules/hash (Makefile.am): Likewise.
23720         * modules/hmac-md5 (Makefile.am): Likewise.
23721         * modules/hmac-sha1 (Makefile.am): Likewise.
23722         * modules/human (Makefile.am): Likewise.
23723         * modules/idcache (Makefile.am): Likewise.
23724         * modules/imaxabs (Makefile.am): Likewise.
23725         * modules/imaxdiv (Makefile.am): Likewise.
23726         * modules/inet_ntop (Makefile.am): Likewise.
23727         * modules/inet_pton (Makefile.am): Likewise.
23728         * modules/inttostr (Makefile.am): Likewise.
23729         * modules/isapipe (Makefile.am): Likewise.
23730         * modules/lchown (Makefile.am): Likewise.
23731         * modules/long-options (Makefile.am): Likewise.
23732         * modules/lstat (Makefile.am): Likewise.
23733         * modules/malloc (Makefile.am): Likewise.
23734         * modules/mathl (Makefile.am): Likewise.
23735         * modules/mbchar (Makefile.am): Likewise.
23736         * modules/md2 (Makefile.am): Likewise.
23737         * modules/md4 (Makefile.am): Likewise.
23738         * modules/md5 (Makefile.am): Likewise.
23739         * modules/memcasecmp (Makefile.am): Likewise.
23740         * modules/memchr (Makefile.am): Likewise.
23741         * modules/memcmp (Makefile.am): Likewise.
23742         * modules/memcoll (Makefile.am): Likewise.
23743         * modules/memcpy (Makefile.am): Likewise.
23744         * modules/memmem (Makefile.am): Likewise.
23745         * modules/memmove (Makefile.am): Likewise.
23746         * modules/mempcpy (Makefile.am): Likewise.
23747         * modules/memrchr (Makefile.am): Likewise.
23748         * modules/memset (Makefile.am): Likewise.
23749         * modules/memxor (Makefile.am): Likewise.
23750         * modules/mkancesdirs (Makefile.am): Likewise.
23751         * modules/mkdir (Makefile.am): Likewise.
23752         * modules/mkdir-p (Makefile.am): Likewise.
23753         * modules/mkdtemp (Makefile.am): Likewise.
23754         * modules/mkstemp (Makefile.am): Likewise.
23755         * modules/mktime (Makefile.am): Likewise.
23756         * modules/modechange (Makefile.am): Likewise.
23757         * modules/mountlist (Makefile.am): Likewise.
23758         * modules/nanosleep (Makefile.am): Likewise.
23759         * modules/openat (Makefile.am): Likewise.
23760         * modules/pagealign_alloc (Makefile.am): Likewise.
23761         * modules/physmem (Makefile.am): Likewise.
23762         * modules/poll (Makefile.am): Likewise.
23763         * modules/posixtm (Makefile.am): Likewise.
23764         * modules/posixver (Makefile.am): Likewise.
23765         * modules/putenv (Makefile.am): Likewise.
23766         * modules/quote (Makefile.am): Likewise.
23767         * modules/quotearg (Makefile.am): Likewise.
23768         * modules/raise (Makefile.am): Likewise.
23769         * modules/read-file (Makefile.am): Likewise.
23770         * modules/readline (Makefile.am): Likewise.
23771         * modules/readlink (Makefile.am): Likewise.
23772         * modules/readtokens (Makefile.am): Likewise.
23773         * modules/readutmp (Makefile.am): Likewise.
23774         * modules/realloc (Makefile.am): Likewise.
23775         * modules/regex (Makefile.am): Likewise.
23776         * modules/rename (Makefile.am): Likewise.
23777         * modules/rename-dest-slash (Makefile.am): Likewise.
23778         * modules/rijndael (Makefile.am): Likewise.
23779         * modules/rmdir (Makefile.am): Likewise.
23780         * modules/rpmatch (Makefile.am): Likewise.
23781         * modules/safe-read (Makefile.am): Likewise.
23782         * modules/safe-write (Makefile.am): Likewise.
23783         * modules/same (Makefile.am): Likewise.
23784         * modules/save-cwd (Makefile.am): Likewise.
23785         * modules/savedir (Makefile.am): Likewise.
23786         * modules/setenv (Makefile.am): Likewise.
23787         * modules/settime (Makefile.am): Likewise.
23788         * modules/sha1 (Makefile.am): Likewise.
23789         * modules/sig2str (Makefile.am): Likewise.
23790         * modules/snprintf (Makefile.am): Likewise.
23791         * modules/stdlib-safer (Makefile.am): Likewise.
23792         * modules/stpcpy (Makefile.am): Likewise.
23793         * modules/stpncpy (Makefile.am): Likewise.
23794         * modules/strcase (Makefile.am): Likewise.
23795         * modules/strcasestr (Makefile.am): Likewise.
23796         * modules/strchrnul (Makefile.am): Likewise.
23797         * modules/strcspn (Makefile.am): Likewise.
23798         * modules/strdup (Makefile.am): Likewise.
23799         * modules/strerror (Makefile.am): Likewise.
23800         * modules/strftime (Makefile.am): Likewise.
23801         * modules/strndup (Makefile.am): Likewise.
23802         * modules/strnlen (Makefile.am): Likewise.
23803         * modules/strpbrk (Makefile.am): Likewise.
23804         * modules/strsep (Makefile.am): Likewise.
23805         * modules/strstr (Makefile.am): Likewise.
23806         * modules/strtod (Makefile.am): Likewise.
23807         * modules/strtoimax (Makefile.am): Likewise.
23808         * modules/strtok_r (Makefile.am): Likewise.
23809         * modules/strtol (Makefile.am): Likewise.
23810         * modules/strtoll (Makefile.am): Likewise.
23811         * modules/strtoul (Makefile.am): Likewise.
23812         * modules/strtoull (Makefile.am): Likewise.
23813         * modules/strtoumax (Makefile.am): Likewise.
23814         * modules/strverscmp (Makefile.am): Likewise.
23815         * modules/time_r (Makefile.am): Likewise.
23816         * modules/timegm (Makefile.am): Likewise.
23817         * modules/tmpfile-safer (Makefile.am): Likewise.
23818         * modules/unistd-safer (Makefile.am): Likewise.
23819         * modules/unlinkdir (Makefile.am): Likewise.
23820         * modules/userspec (Makefile.am): Likewise.
23821         * modules/utime (Makefile.am): Likewise.
23822         * modules/utimecmp (Makefile.am): Likewise.
23823         * modules/utimens (Makefile.am): Likewise.
23824         * modules/vasnprintf (Makefile.am): Likewise.
23825         * modules/vasprintf (Makefile.am): Likewise.
23826         * modules/vsnprintf (Makefile.am): Likewise.
23827         * modules/xalloc (Makefile.am): Likewise.
23828         * modules/xgetcwd (Makefile.am): Likewise.
23829         * modules/xnanosleep (Makefile.am): Likewise.
23830         * modules/xreadlink (Makefile.am): Likewise.
23831         * modules/xstrtod (Makefile.am): Likewise.
23832         * modules/xstrtol (Makefile.am): Likewise.
23833         * modules/xstrtold (Makefile.am): Likewise.
23834         * modules/yesno (Makefile.am): Likewise.
23835
23836 2006-10-12  Jim Meyering  <jim@meyering.net>
23837
23838         * m4/getloadavg.m4: Revert the change below.
23839
23840         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
23841         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
23842         fail with a symlink, which is what coreutils' ./bootstrap now
23843         creates by default.
23844
23845 2006-10-12  Bruno Haible  <bruno@clisp.org>
23846
23847         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
23848         mingw.
23849         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
23850         MSVC and mingw explicitly.
23851
23852 2006-10-11  Simon Josefsson  <jas@extundo.com>
23853             Bruno Haible  <bruno@clisp.org>
23854
23855         Add support for multiple gnulib-tool invocations in the scope of a
23856         single configure.ac file.
23857         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
23858         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
23859         with the same contents as the _LIBADD variable.
23860         (func_emit_initmacro_start, func_emit_initmacro_end,
23861         func_emit_initmacro_done): New functions.
23862         (func_import, func_create_testdir): Invoke them. Allow the identifiers
23863         gl_LIBOBJS and gl_LTLIBOBJS.
23864
23865 2006-10-11  Bruno Haible  <bruno@clisp.org>
23866
23867         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
23868         (func_create_testdir): Don't create po/Makefile.am, don't invoke
23869         autoreconf. Instead, invoke autopoint explicitly but move back the
23870         *.m4 files from gnulib.
23871
23872 2006-10-11  Bruno Haible  <bruno@clisp.org>
23873
23874         * gnulib-tool (func_usage): Make module names after --create-testdir
23875         optional.
23876         (func_create_testdir): If no module was specified, use nearly all
23877         modules.
23878
23879 2006-10-12  Jim Meyering  <jim@meyering.net>
23880
23881         Big performance improvement for fts-based tools that use FTS_NOSTAT.
23882         Avoid spurious inode-mismatch problems on non-POSIX file systems.
23883         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
23884         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
23885         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
23886         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
23887         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
23888         (fts_set_stat_required): New function.
23889         (fts_open): Defer the calls to fts_stat, if possible or requested.
23890         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
23891         into fts_stat itself.
23892         (fts_read): Perform any required (deferred) fts_stat call.
23893         (fts_build): Likewise, for the directory we're about to open and read.
23894         In the readdir loop, carefully decide whether each entry will require
23895         an eventual call to fts_stat, using dirent.d_type info if available.
23896         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
23897         a command line argument into this function.  Update all callers.
23898         Map a return value of FTS_DOT to FTS_D for a command line argument.
23899         * modules/fts (Depends-on): Add d-type.  Alphabetize.
23900         Thanks to Miklos Szeredi for his tenacity and for the initial
23901         bug report about "find" failing on a FUSE-based file system.
23902
23903         * lib/fts.c (fts_open): Use consistent indentation.
23904
23905 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23906
23907         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
23908         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
23909         reported by Jim Meyering.  All uses of cache variables renamed
23910         to match Autoconf's.
23911         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
23912         the other one.
23913
23914         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
23915         Fix misspelling in diagnostic.
23916
23917 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23918
23919         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
23920         defined.  Problem reported by Matthew Woehlke.
23921
23922         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
23923         Add support for Tandem NonStop R series.
23924         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
23925         Use new macro.
23926
23927         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
23928         (has_trailing_slash): Omit size arg; all callers changed.
23929         Omit 'inline', since it doesn't help performance and we'd
23930         need to configure it.
23931         Don't count //, ///, etc. as having a trailing slash.
23932         As a side effect, this removes a C99ism reported by Matthew Woehlke.
23933         (rpl_rename_dest_slash): On failure, use rename's errno rather
23934         than (in some cases) an incorrect or junk errno.
23935         Simplify code by removing need to compute length; this does
23936         cause it to make two passes instead of one over the file name,
23937         but it's worth it.
23938
23939         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23940         change, since Autoconf's version may no longer be appropriate now
23941         that we are using CVS Autoconf's version.  Add support for Tandem.
23942
23943 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23944             Bruno Haible  <bruno@clisp.org>
23945
23946         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23947         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23948         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23949         gl_AC_TYPE_LONG_LONG.
23950
23951         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23952         instead of HAVE_LONG_LONG.
23953         * lib/printf-args.c (printf_fetchargs): Likewise.
23954         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23955         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23956         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23957         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23958         gl_AC_TYPE_LONG_LONG.
23959
23960 2006-10-11  Bruno Haible  <bruno@clisp.org>
23961
23962         * m4/longlong.m4: Add comments.
23963         * m4/ulonglong.m4: Likewise.
23964
23965 2006-10-10  Bruno Haible  <bruno@clisp.org>
23966
23967         Make it possible to #define stpcpy, strdup to aliases.
23968         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23969         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23970
23971 2006-10-10  Bruno Haible  <bruno@clisp.org>
23972
23973         Make it possible to #define gcd to an alias.
23974         * lib/gcd.c: Include config.h.
23975
23976 2006-10-10  Bruno Haible  <bruno@clisp.org>
23977
23978         Make it possible to #define c_isascii to an alias.
23979         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23980         defined. Undefine the macros before defining them, to avoid gcc
23981         warnings.
23982         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23983         define NO_C_CTYPE_MACROS early.
23984
23985 2006-10-10  Bruno Haible  <bruno@clisp.org>
23986
23987         Make it possible to #define set_program_name to an alias.
23988         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23989         ENABLE_RELOCATABLE early.
23990
23991 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23992
23993         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23994         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23995         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23996         More generally, don't assume that 64-bit signed int is available
23997         if unsigned int is, and vice versa.
23998         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23999         unsigned symbols, not on their signed counterparts.
24000         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
24001         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
24002         (UINT64_C, UINTMAX_C):
24003         Likewise.
24004         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
24005         unsigned counterparts.
24006         (Have_long_long, Unsigned): New macros.
24007         (Int): Renamed from INT.
24008         (strtoimax): Use the new macros.
24009         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
24010         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
24011         * modules/inttypes (inttypes.h): Substitute
24012         HAVE_UNSIGNED_LONG_LONG_INT.
24013         * modules/stdint (stdint.h): Likewise.
24014         (Files): Add m4/ulonglong.m4.
24015
24016 2006-10-10  Bruno Haible  <bruno@clisp.org>
24017
24018         Fix a gcc -Wshadow warning.
24019         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
24020         to 'bucket'.
24021         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
24022         gl_linked_indexof_from_to): Likewise.
24023         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
24024         Likewise.
24025         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
24026         Likewise.
24027         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
24028         Reported by Eric Blake.
24029
24030 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
24031
24032         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
24033         for NetBSD.  Problem reported by Bruno Haible.
24034
24035 2006-10-09  Jim Meyering  <jim@meyering.net>
24036
24037         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
24038         Patch from Bruno Haible.
24039
24040 2006-10-09  Jim Meyering  <jim@meyering.net>
24041
24042         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
24043         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
24044         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
24045
24046 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24047
24048         Don't include <config.h> twice; this doesn't work in some cases,
24049         e.g., when config.h has "#define intmax_t long long int" and
24050         we include <config.h>, <inttypes.h>, <config.h> in that order.
24051         Problem reported by Matthew Woehlke in:
24052         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
24053         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
24054         * lib/fts-cycle.c: Don't include config.h.
24055         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
24056         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
24057         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
24058         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
24059         inttypes.h.
24060         * lib/xstrtoumax.c: Likewise.
24061         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
24062         __strtol and the like, so that this module is more like its siblings.
24063         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
24064         Remove; no longer needed now that we assume gnulib inttypes.h.
24065
24066 2006-10-08  Bruno Haible  <bruno@clisp.org>
24067
24068         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
24069         option.
24070
24071 2006-10-07  Jim Meyering  <jim@meyering.net>
24072
24073         * modules/inttypes (inttypes.h): Revert what seems to have been
24074         an inadvertent part of today's change: use "|", not "/" in the
24075         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
24076
24077 2006-10-07  Bruno Haible  <bruno@clisp.org>
24078
24079         * modules/sublist: New file.
24080
24081 2006-10-07  Bruno Haible  <bruno@clisp.org>
24082
24083         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
24084         * modules/argz (argz.h): Likewise.
24085         * modules/arpa_inet (arpa/inet.h): Likewise.
24086         * modules/byteswap (byteswap.h): Likewise.
24087         * modules/configmake (configmake.h): Likewise.
24088         * modules/fcntl (fcntl.h): Likewise.
24089         * modules/fnmatch (fnmatch.h): Likewise.
24090         * modules/getopt (getopt.h): Likewise.
24091         * modules/glob (glob.h): Likewise.
24092         * modules/inttypes (inttypes.h): Likewise.
24093         * modules/netinet_in (netinet/in.h): Likewise.
24094         * modules/poll (poll.h): Likewise.
24095         * modules/stdbool (stdbool.h): Likewise.
24096         * modules/stdint (stdint.h): Likewise.
24097         * modules/sys_select (sys/select.h): Likewise.
24098         * modules/sys_socket (sys/socket.h): Likewise.
24099         * modules/sys_stat (sys/stat.h): Likewise.
24100         * modules/sysexits (sysexits.h): Likewise.
24101         * modules/unistd (unistd.h): Likewise.
24102         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24103         Add a "DO NOT EDIT" comment to the generated file.
24104         (func_import): Likewise for gnulib-comp.m4.
24105
24106 2006-10-07  Bruno Haible  <bruno@clisp.org>
24107
24108         * lib/gl_sublist.h: New file.
24109         * lib/gl_sublist.c: New file.
24110
24111 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24112
24113         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
24114         name (relative to the original working directory) and the file
24115         name component (relative to the temporary working directory).  All
24116         callers changed.
24117         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
24118         * lib/mkdir-p.c (make_dir_parents): Likewise.
24119         * lib/mkdir-p.h (make_dir_parents): Likewise.
24120
24121 2006-10-06  Eric Blake  <ebb9@byu.net>
24122
24123         Define several macros for use by the clean-temp module.
24124         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
24125         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
24126         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
24127
24128         * lib/clean-temp.h (close_stream_temp): New declaration.
24129         * lib/clean-temp.c (includes): Pull in headers according to what
24130         other modules are in use.
24131         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
24132
24133 2006-10-06  Bruno Haible  <bruno@clisp.org>
24134
24135         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
24136         instead of fopen, fwriteerror.
24137
24138 2006-10-06  Bruno Haible  <bruno@clisp.org>
24139
24140         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
24141         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
24142         int.
24143         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
24144         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
24145         Return an error indicator.
24146         Suggested by Eric Blake.
24147
24148 2006-10-06  Bruno Haible  <bruno@clisp.org>
24149
24150         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
24151         Reported by Eric Blake.
24152
24153 2006-10-06  Bruno Haible  <bruno@clisp.org>
24154
24155         * modules/closeout (Description): Mention stderr too.
24156
24157 2006-10-06  Bruno Haible  <bruno@clisp.org>
24158         and Paul Eggert  <eggert@cs.ucla.edu>
24159
24160         * lib/closeout.c (close_stdout): Also close stderr.
24161         * lib/closeout.h: Update comment.
24162
24163 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24164
24165         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
24166         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
24167         * lib/dirchownmod.c: Include lchown.h.
24168         * lib/lchown.c: Don't include files that lchown.h now includes.
24169         Don't declare chown, since lchown.h now does that.
24170         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
24171         (lchown): Define to rpl_chown if lchown is declared but
24172         does not exist.  Declare using a prototype if lchown is not
24173         declared.  Add a copyright notice.
24174         * lib/mkstemp.h: Include <unistd.h>.
24175         * lib/openat.c: Include lchown.h.
24176
24177         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
24178         we now test for that separately.
24179         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
24180         rather than O_NOFOLLOW, when testing whether it's possible to
24181         avoid a race condition reliably.
24182         * lib/savewd.c (savewd_chdir): Likewise.
24183
24184         Remove macros that are no longer needed now that stdint.h is
24185         reliable.
24186         * lib/fsusage.c (UINTMAX_MAX): Remove.
24187         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
24188         * lib/utimecmp.c (SIZE_MAX): Remove.
24189
24190         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
24191
24192         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
24193         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
24194         O_NOATIME works.
24195
24196 2006-10-05  Bruno Haible  <bruno@clisp.org>
24197
24198         * lib/gl_list.h (gl_sortedlist_search_from_to,
24199         gl_sortedlist_indexof_from_to): New declarations.
24200         (gl_list_implementation): New fields sortedlist_search_from_to,
24201         sortedlist_indexof_from_to.
24202         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
24203         inline functions.
24204         * lib/gl_list.c (gl_sortedlist_search_from_to,
24205         gl_sortedlist_indexof_from_to): New functions.
24206         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
24207         function.
24208         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
24209         (gl_array_sortedlist_search_from_to): New function.
24210         (gl_array_list_implementation): Update.
24211         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
24212         function.
24213         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
24214         (gl_carray_sortedlist_search_from_to): New function.
24215         (gl_carray_list_implementation): Update.
24216         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
24217         gl_linked_sortedlist_indexof_from_to): New functions.
24218         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24219         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24220         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
24221         gl_tree_sortedlist_indexof_from_to): New functions.
24222         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24223         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24224         Update.
24225         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24226         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
24227         Update.
24228
24229 2006-10-05  Bruno Haible  <bruno@clisp.org>
24230
24231         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
24232         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
24233         (struct gl_list_implementation): Add fields search_from_to,
24234         indexof_from_to. Remove fields search, indexof.
24235         (gl_list_search): Use the search_from_to method.
24236         (gl_list_search_from, gl_list_search_from_to): New functions.
24237         (gl_list_indexof): Use the indexof_from_to method.
24238         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24239         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
24240         (gl_list_search_from, gl_list_search_from_to): New functions.
24241         (gl_list_indexof): Use the indexof_from_to method.
24242         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
24243         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
24244         gl_array_indexof. Add start_index, end_index arguments.
24245         (gl_array_search_from_to): Renamed from gl_array_search. Add
24246         start_index, end_index arguments.
24247         (gl_array_remove, gl_array_list_implementation): Update.
24248         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
24249         gl_carray_indexof. Add start_index, end_index arguments.
24250         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
24251         start_index, end_index arguments.
24252         (gl_carray_remove, gl_carray_list_implementation): Update.
24253         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
24254         gl_linked_search. Add start_index, end_index arguments.
24255         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
24256         start_index, end_index arguments.
24257         (gl_linked_remove): Update.
24258         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
24259         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
24260         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
24261         field to 'size_t'.
24262         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
24263         gl_tree_search. Add start_index, end_index arguments.
24264         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24265         start_index, end_index arguments.
24266         (gl_tree_remove): Update.
24267         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
24268         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
24269         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
24270         function.
24271         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
24272         gl_tree_search. Add start_index, end_index arguments.
24273         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
24274         start_index, end_index arguments.
24275         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
24276         Update.
24277         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
24278
24279 2006-10-05  Bruno Haible  <bruno@clisp.org>
24280
24281         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
24282
24283         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
24284         fwriteerror_temp): New declarations.
24285         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
24286         (descriptors): New variable.
24287         (cleanup): First, close the descriptors.
24288         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
24289         fclose_temp, fwriteerror_temp): New functions.
24290
24291 2006-10-04  Jim Meyering  <jim@meyering.net>
24292
24293         * lib/fts.c (fts_open): Tiny comment change.
24294
24295 2006-10-04  Bruno Haible  <bruno@clisp.org>
24296
24297         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
24298         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
24299         gl_LOCK_BODY.
24300         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
24301         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
24302         gl_LOCK_EARLY_BODY.
24303         (gl_LOCK): Require gl_LOCK_BODY.
24304
24305 2006-10-04  Bruno Haible  <bruno@clisp.org>
24306
24307         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
24308         (gl_oset_search_atleast): New declaration.
24309         (struct gl_oset_implementation): Add field 'search_atleast'.
24310         (gl_oset_search_atleast): New inline function.
24311         * lib/gl_oset.c (gl_oset_search_atleast): New function.
24312         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
24313         (gl_array_oset_implementation): Update.
24314         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
24315         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
24316         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
24317
24318 2006-10-04  Bruno Haible  <bruno@clisp.org>
24319
24320         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
24321
24322 2006-10-03  Bruno Haible  <bruno@clisp.org>
24323
24324         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
24325         from gl_avltreehash_list_implementation.
24326
24327 2006-10-03  Bruno Haible  <bruno@clisp.org>
24328
24329         * lib/gl_oset.c (gl_oset_add): Fix return type.
24330
24331 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
24332
24333         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
24334
24335 2006-10-02  Eric Blake  <ebb9@byu.net>
24336
24337         * modules/strnlen (Depends-on): Add extensions.
24338
24339 2006-10-02  Eric Blake  <ebb9@byu.net>
24340
24341         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
24342         definition in 2.60+.
24343
24344 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
24345
24346         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
24347         checks.
24348
24349 2006-10-02  Bruno Haible  <bruno@clisp.org>
24350
24351         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
24352         to the AUTOMAKE_OPTIONS.
24353         Reported by Jim Meyering.
24354
24355 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24356
24357         Work around bug in Solaris 10 /proc file system:
24358         /proc/self/fd/NNN/.. isn't the parent directory of
24359         the directory whose file descriptor is NNN.  This needs to
24360         be worked around at run time, not compile time, since a
24361         program might be built on Solaris 8, where things work, and
24362         run on Solaris 10.
24363         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
24364         to use the following interface instead:
24365         (OPENAT_BUFFER_SIZE): New macro.
24366         (openat_proc_name): New function.
24367         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
24368         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
24369         Likewise.
24370         * lib/openat-proc.c: New file.
24371         * modules/openat (Files): Add lib/openat-proc.c.
24372         (Depends-on): Add same-inode, stdbool.
24373         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
24374
24375 2006-09-29  Bruno Haible  <bruno@clisp.org>
24376
24377         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
24378         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
24379         argument. Set stdout_closed before testing for ferror, not after.
24380         (fwriteerror, fwriteerror_no_ebadf): New functions.
24381
24382 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24383
24384         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
24385
24386 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
24387
24388         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
24389         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
24390
24391 2006-09-28  Jim Meyering  <jim@meyering.net>
24392
24393         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
24394         Include <unistd.h>.
24395
24396 2006-09-28  Bruno Haible  <bruno@clisp.org>
24397
24398         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
24399         * modules/linkedhash-list (Depends-on): Likewise.
24400         * modules/rbtreehash-list (Depends-on): Likewise.
24401
24402 2006-09-28  Bruno Haible  <bruno@clisp.org>
24403
24404         * lib/strndup.h: Simplify the redefinition of strndup.
24405         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
24406         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
24407
24408 2006-09-28  Bruno Haible  <bruno@clisp.org>
24409
24410         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
24411         * lib/gl_linkedhash_list.c: Likewise.
24412         * lib/gl_rbtreehash_list.c: Likewise.
24413
24414 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24415
24416         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
24417         getaddrinfo.
24418
24419         * lib/__fpending.h: Don't include <stdio_ext.h> unless
24420         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
24421         it causes <stdio_ext.h> to cause a compile-time error.
24422         Problem reported by Nelson H. F. Beebe.
24423         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
24424         of HAVE_DECL___PENDING.
24425
24426         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
24427         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
24428         declaration.
24429
24430 2006-09-27  Jim Meyering  <jim@meyering.net>
24431
24432         This file could end up with a definition for a function
24433         named __strndup, rather than rpl_strndup on a system with
24434         incomplete weak_alias support.
24435         * lib/strndup.c (strndup): Rename from __strndup.
24436         Remove #defines that used to map __strndup to strndup.
24437         Don't use K&R prototypes.
24438         Remove LIBC-related code, since this file is not sync'd with glibc.
24439         * lib/strndup.h: Revamp, accordingly.
24440         * m4/strndup.m4: Modernize.
24441
24442 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24443
24444         * modules/savewd (Depends-on): Add 'raise'.
24445         * lib/savewd.c: Include <signal.h>, for 'raise'.
24446
24447 2006-09-26  Jim Meyering  <jim@meyering.net>
24448
24449         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
24450         when we detect Darwin 8.7.0's acl_get_file bug.
24451         Rearrange to perform the new (below) run-test while $LIBS
24452         contains any acl-related library.  Set USE_ACL at the end.
24453         (gl_ACL_GET_FILE): New function.
24454
24455 2006-09-26  Eric Blake  <ebb9@byu.net>
24456
24457         * lib/verror.c: Include <config.h> unconditionally.
24458
24459 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
24460
24461         * modules/clock-time (Maintainer): Add self.
24462         * modules/getlogin_r (Depends-on): Add extensions.
24463
24464 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24465
24466         * modules/clock-time: New module.
24467         * modules/nanosleep (Depends-on): Add clock-time.
24468         * modules/gethrxtime (Depends-on): Likewise.
24469         * modules/gettime (Depends-on): Likewise.
24470         * modules/settime (Depends-on): Likewise.
24471
24472         * modules/fts-lgpl: Depend on openat.
24473         * modules/mkancesdirs: Depend on savewd.
24474         * modules/mkdir-p: Likewise.
24475
24476 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24477
24478         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
24479
24480         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
24481         `gl_have_arbitrary_file_name_length_limit' to
24482         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
24483         actually works between configure runs.
24484
24485 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24486             Bruno Haible  <bruno@clisp.org>
24487
24488         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
24489
24490 2006-09-25  Jim Meyering  <jim@meyering.net>
24491
24492         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
24493         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
24494
24495 2006-09-25  Eric Blake  <ebb9@byu.net>
24496
24497         * gnulib-tool (func_import, func_create_testdir): Fix typos in
24498         exec's in 2006-09-18 patch when shuffling fds.
24499
24500 2006-09-25  Bruno Haible  <bruno@clisp.org>
24501
24502         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
24503         Reported by Jim Meyering.
24504
24505 2006-09-24  Jim Meyering  <jim@meyering.net>
24506
24507         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
24508         compare a pointer against a literal "0".  That caused failures with
24509         at least HP-UX's hpcc.
24510
24511 2006-09-22  Simon Josefsson  <jas@extundo.com>
24512
24513         * modules/gc-sha1:
24514         * modules/gc-md4:
24515         * modules/gc-hmac-sha1:
24516         * modules/gc-hmac-md5:
24517         * modules/gc-des:
24518         * modules/gc-arcfour: Distribute more files.
24519
24520 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24521
24522         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
24523         (gl_linked_iterator_from_to): Initialize struct completely.
24524         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
24525         (gl_tree_iterator_from_to): Likewise
24526         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
24527         * lib/gl_array_list.c [lint] (gl_array_iterator)
24528         (gl_array_iterator_from_to): Likewise.
24529         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
24530         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
24531         (gl_carray_iterator_from_to): Likewise.
24532
24533         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
24534         * lib/md4.c (md4_process_block): Remove unused variable.
24535         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
24536         parentheses for clarity.
24537
24538 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24539
24540         * modules/bison-i18n (Depends-on): Add gettext.
24541
24542 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24543
24544         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
24545         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
24546         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
24547         also add missing comma that caused broken test.
24548         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
24549         stdlib.h, for `abort'.
24550         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
24551         variables.
24552         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
24553         include unistd.h if present, for `rmdir'.
24554         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
24555         variables.
24556         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
24557         in the process include standard headers for prototypes.
24558         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
24559         gets declared on GNU/Linux.
24560         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
24561         unistd.h, for `rmdir'.
24562         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
24563
24564         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
24565         always true.
24566         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
24567
24568         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
24569
24570 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24571
24572         * gnulib-tool (func_version): Create output all at once.  This
24573         may help avoid triggering unnecessary SIGPIPEs, and at any
24574         rate it doesn't hurt.
24575
24576 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24577             Bruno Haible  <bruno@clisp.org>
24578
24579         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
24580         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
24581         * m4/signed.m4 (bh_C_SIGNED): Likewise.
24582
24583         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
24584         (gl_FUNC_VASPRINTF): Invoke it.
24585
24586 2006-09-22  Bruno Haible  <bruno@clisp.org>
24587
24588         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
24589         getloadavg.c as first argument.
24590
24591 2006-09-22  Bruno Haible  <bruno@clisp.org>
24592
24593         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
24594         at the beginning of the gl_INIT macro.
24595         * modules/getloadavg (configure.ac): Pass $gl_source_base to
24596         gl_GETLOADAVG.
24597
24598 2006-09-22  Bruno Haible  <bruno@clisp.org>
24599
24600         * gnulib-tool (func_create_megatestdir): Don't include the config-h
24601         module.
24602         Suggested by Ralf Wildenhues.
24603
24604 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
24605
24606         Import this patch from libc:
24607
24608         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
24609
24610         * lib/regex_internal.c (re_string_reconstruct): Handle
24611         offset < pstr->valid_raw_len && pstr->offsets_needed case.
24612         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
24613         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
24614         re_string_context_at.
24615
24616         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
24617         now requires it.
24618         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
24619         gl_REGEX now does it for us.
24620         (gl_REGEX): Add test taken from
24621         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
24622
24623         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
24624         Check that large offsets work.  Modernize Autoconf usages.
24625         Prefer "yes" to mean a good thing rather than a bad.
24626         Don't put "#define mkstemp" in config.h, as this might interfere
24627         with standard system headers that "#define mkstemp mkstemp64".
24628
24629         * modules/mkstemp (Depends-on): Add extensions, so that
24630         mkstemp is visible on some platforms.
24631         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
24632         (Include): Change to "mkstemp.h" from <stdlib.h>.
24633         (Files): Add mkstemp.h.
24634
24635         * lib/mkstemp.h: New file, since some standard headers
24636         #define mkstemp.
24637         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
24638         Include "mkstemp.h".
24639         Make the _LIBC code resemble glibc original more,
24640         e.g., use K&R style.
24641         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
24642         (mkstemp): Remove, since mkstemp.h does this for us.
24643         * lib/stdlib--.h: Include mkstemp.h.
24644
24645         Import this patch from libc:
24646
24647         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24648
24649         * lib/tempname.c (__gen_tempname): Change attempts_min
24650         into a macro.  Use preprocessor to decide how to initialize
24651         attempts [Coverity CID 67].
24652
24653 2006-09-20  Bruno Haible  <bruno@clisp.org>
24654
24655         * lib/mkdtemp.c: Import from libc.
24656         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
24657                 * sysdeps/posix/tempname.c (__gen_tempname): Change
24658                 attempts_min into a macro.  Use preprocessor to decide how to
24659                 initialize attempts [Coverity CID 67].
24660         2001-11-27  Paul Eggert  <eggert@twinsun.com>
24661                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
24662                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
24663
24664 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24665
24666         * gnulib-tool (func_exit): New function, to allow to pass the
24667         exit status portably through the trap.  Use everywhere.
24668         (--help, --version): Signal a write error.
24669         (trap): catch SIGPIPE, for write errors.
24670         Exit at the end of the trap, with the correct exit status.
24671
24672 2006-09-19  Karl Berry  <karl@gnu.org>
24673
24674         * doc/gnulib.texi: note about the license texinfo files.
24675
24676 2006-09-19  Eric Blake  <ebb9@byu.net>
24677
24678         * gnulib-tool: Avoid space-tab.
24679
24680 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24681
24682         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
24683         that prevented coreutils 6.1 from building.  Problem reported
24684         by Petter Reinholdtsen.
24685
24686 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
24687
24688         * gnulib-tool (avoidlist): Fix typo that broke options like
24689         --avoid=lock that are used by coreutils bootstrap.
24690
24691 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
24692
24693         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
24694         more systematically.
24695
24696 2006-09-18  Jim Meyering  <jim@meyering.net>
24697
24698         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
24699
24700 2006-09-18  Bruno Haible  <bruno@clisp.org>
24701
24702         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
24703
24704 2006-09-18  Bruno Haible  <bruno@clisp.org>
24705
24706         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24707         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24708         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24709         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24710         * m4/gettext.m4: Require autoconf >= 2.52.
24711         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24712         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24713         of gl_cv_header_inttypes_h.
24714
24715 2006-09-18  Bruno Haible  <bruno@clisp.org>
24716
24717         * lib/javaversion.c: Include configmake.h.
24718
24719 2006-09-18  Bruno Haible  <bruno@clisp.org>
24720
24721         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24722         avoid that the while loops be executed in a subshell.
24723
24724 2006-09-18  Bruno Haible  <bruno@clisp.org>
24725
24726         * MODULES.html.sh (func_module): Break long lines.
24727         Suggested by Bruce Korb <bkorb@gnu.org>.
24728
24729 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24730
24731         Speed up by a factor of 1.12.
24732         * gnulib-tool (nl): New variable.
24733         (func_import): Rewrite include directive extraction to only read each
24734         directive once.
24735
24736 2006-09-17  Bruno Haible  <bruno@clisp.org>
24737
24738         * modules/javaversion (Makefile.am): Remove DEFS setting.
24739         (Depends-on): Add configmake, for PKGDATADIR definition.
24740
24741 2006-09-17  Bruno Haible  <bruno@clisp.org>
24742
24743         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24744
24745 2006-09-17  Bruno Haible  <bruno@clisp.org>
24746
24747         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24748         (func_modules_transitive_closure, func_modules_add_dummy,
24749         func_modules_to_filelist, func_import, func_create_testdir,
24750         func_create_megatestdir, ...): Use it wherever possible.
24751         Suggested by Ralf Wildenhues.
24752
24753 2006-09-16  Karl Berry  <karl@gnu.org>
24754
24755         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24756         to avoid sectioning errors.
24757         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24758         [ifinfo]: blank line after @center-ed titles.
24759         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
24760         Spell FSF address consistently with others.
24761         (These changes approved by rms.)
24762
24763 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24764
24765         Speed up by a factor of 1.61.
24766         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
24767         already checked module names again.
24768
24769 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24770
24771         Speed up by a factor of 1.13.
24772         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
24773         for new_files, and the input to func_add_or_update.
24774
24775 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24776
24777         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
24778         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
24779
24780 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         * modules/mkancesdirs (Depends-on): Add fcntl.
24783         * modules/savewd: New file.
24784         * MODULES.html.sh (File system functions): Add savewd.
24785
24786         * modules/configmake (Makefile.am): Add support for the
24787         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
24788
24789 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24790
24791         * m4/savewd.m4: New file.
24792
24793 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24794
24795         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
24796         (dirchownmod): New arg FD.  All callers changed.
24797         Use FD rather than opening the directory ourself, as opening is
24798         now the caller's responsibility.
24799         * lib/dirchownmod.h: Likewise.
24800         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
24801         hosts that require <sys/types.h> before <sys/stat.h>.  Include
24802         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
24803         (test_dir): Remove.
24804         (mkancesdirs): Return length of prefix of FILE that has already
24805         been made, or -2 if there is a child doing the work.  Redo
24806         algorithm so that it is O(N) rather than O(N**2).  Optimize away
24807         ".", and treat ".." specially since it might stray back into
24808         already-created areas.  Use a subprocess if necessary.  New arg
24809         WD; all users changed.  MAKE_DIR function should now return 1
24810         if it creates a directory that is not readable.  Return -2 if
24811         a child process is spun off.
24812         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
24813         Adjust signature to match code.
24814         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
24815         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
24816         all users changed.
24817         * lib/savewd.c, lib/savewd.h: New files.
24818
24819 2006-09-15  Jim Meyering  <jim@meyering.net>
24820
24821         * modules/rename-dest-slash: New module.
24822         * MODULES.html.sh (posix_compat): Add it here.
24823
24824         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
24825
24826 2006-09-15  Jim Meyering  <jim@meyering.net>
24827
24828         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
24829         file.
24830
24831         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
24832
24833 2006-09-15  Jim Meyering  <jim@meyering.net>
24834
24835         * lib/rename-dest-slash.c (has_trailing_slash): Use
24836         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
24837         (rpl_rename_dest_slash): Perform the cheaper trailing slash
24838         test before testing whether SRC is a directory.
24839         Suggestions from Bruno Haible.
24840
24841         Avoid a warning about an unused variable.
24842         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
24843         into the #ifdef block where it's used.
24844
24845         * lib/rename-dest-slash.c: New file.
24846
24847 2006-09-14  Bruno Haible  <bruno@clisp.org>
24848
24849         * lib/allocsa.c: Include <config.h> unconditionally.
24850         * lib/asnprintf.c: Likewise.
24851         * lib/asprintf.c: Likewise.
24852         * lib/c-strcasecmp.c: Likewise.
24853         * lib/c-strcasestr.c: Likewise.
24854         * lib/c-strncasecmp.c: Likewise.
24855         * lib/c-strstr.c: Likewise.
24856         * lib/classpath.c: Likewise.
24857         * lib/clean-temp.c: Likewise.
24858         * lib/concatpath.c: Likewise.
24859         * lib/copy-file.c: Likewise.
24860         * lib/csharpcomp.c: Likewise.
24861         * lib/csharpexec.c: Likewise.
24862         * lib/execute.c: Likewise.
24863         * lib/fatal-signal.c: Likewise.
24864         * lib/findprog.c: Likewise.
24865         * lib/fwriteerror.c: Likewise.
24866         * lib/gl_array_list.c: Likewise.
24867         * lib/gl_array_oset.c: Likewise.
24868         * lib/gl_avltree_list.c: Likewise.
24869         * lib/gl_avltree_oset.c: Likewise.
24870         * lib/gl_avltreehash_list.c: Likewise.
24871         * lib/gl_carray_list.c: Likewise.
24872         * lib/gl_linked_list.c: Likewise.
24873         * lib/gl_linkedhash_list.c: Likewise.
24874         * lib/gl_list.c: Likewise.
24875         * lib/gl_oset.c: Likewise.
24876         * lib/gl_rbtree_list.c: Likewise.
24877         * lib/gl_rbtree_oset.c: Likewise.
24878         * lib/gl_rbtreehash_list.c: Likewise.
24879         * lib/imaxabs.c: Likewise.
24880         * lib/imaxdiv.c: Likewise.
24881         * lib/javacomp.c: Likewise.
24882         * lib/javaexec.c: Likewise.
24883         * lib/javaversion.c: Likewise.
24884         * lib/linebreak.c: Likewise.
24885         * lib/localcharset.c: Likewise.
24886         * lib/lock.c: Likewise.
24887         * lib/mbchar.c: Likewise.
24888         * lib/mbswidth.c: Likewise.
24889         * lib/mkdtemp.c: Likewise.
24890         * lib/pipe.c: Likewise.
24891         * lib/printf-args.c: Likewise.
24892         * lib/printf-parse.c: Likewise.
24893         * lib/progname.c: Likewise.
24894         * lib/progreloc.c: Likewise.
24895         * lib/readlink.c: Likewise.
24896         * lib/sh-quote.c: Likewise.
24897         * lib/stpcpy.c: Likewise.
24898         * lib/stpncpy.c: Likewise.
24899         * lib/strcasecmp.c: Likewise.
24900         * lib/strcasestr.c: Likewise.
24901         * lib/strcspn.c: Likewise.
24902         * lib/striconv.c: Likewise.
24903         * lib/strncasecmp.c: Likewise.
24904         * lib/strnlen1.c: Likewise.
24905         * lib/strstr.c: Likewise.
24906         * lib/strtok_r.c: Likewise.
24907         * lib/tls.c: Likewise.
24908         * lib/tmpdir.c: Likewise.
24909         * lib/unicodeio.c: Likewise.
24910         * lib/unsetenv.c: Likewise.
24911         * lib/vasnprintf.c: Likewise.
24912         * lib/vasprintf.c: Likewise.
24913         * lib/wait-process.c: Likewise.
24914         * lib/xallocsa.c: Likewise.
24915         * lib/xsetenv.c: Likewise.
24916         * lib/xstriconv.c: Likewise.
24917
24918 2006-09-13  Simon Josefsson  <jas@extundo.com>
24919
24920         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
24921         that internally, suggested by Ralf Wildenhues
24922         <Ralf.Wildenhues@gmx.de>.
24923
24924 2006-09-13  Simon Josefsson  <jas@extundo.com>
24925
24926         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
24927         @LIBOBJS@.
24928         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24929
24930 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24931
24932         * lib/_fpending.c: Include <config.h> unconditionally, since we no
24933         longer worry about uses that don't define HAVE_CONFIG_H.
24934         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
24935         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
24936         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
24937         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
24938         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24939         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24940         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24941         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24942         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24943         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24944         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24945         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24946         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24947         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24948         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24949         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24950         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24951         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24952         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24953         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24954         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24955         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24956         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24957         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24958         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24959         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24960         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24961         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24962         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24963         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24964         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24965         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24966         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24967         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24968         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24969         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24970         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24971         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24972         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24973         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24974         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24975         Likewise.
24976
24977 2006-09-13  Eric Blake  <ebb9@byu.net>
24978
24979         * lib/getopt.c: Fix typo in last commit.
24980
24981 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24982
24983         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24984         dgettext.
24985
24986 2006-09-12  Jim Meyering  <jim@meyering.net>
24987
24988         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24989         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24990         Reported by Nelson H. F. Beebe.
24991
24992 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24993
24994         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24995         program_invocation_name and program_invocation_short_name are
24996         initialized.
24997         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24998         and program_invocation_short_name to argp.h, so they are visible
24999         to user programs.
25000         * lib/argp.h: Likewise
25001
25002 2006-09-10  Bruno Haible  <bruno@clisp.org>
25003
25004         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25005         m4/inttypes_h.m4, m4/uintmax_t.m4.
25006
25007 2006-09-10  Bruno Haible  <bruno@clisp.org>
25008
25009         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
25010         gl_AC_TYPE_UINTMAX_T.
25011
25012 2006-09-10  Bruno Haible  <bruno@clisp.org>
25013
25014         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
25015
25016 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25017
25018         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
25019         convention.  Text proposed by Bruno Haible.
25020         (struct argp_option): Document the use of N_() wrappers.
25021
25022         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
25023         '\v', and translate the two parts separately, instead of feeding
25024         the whole string to gettext.  This allows to exclude
25025         '\v' from the strings visible to the translator by writing doc
25026         strings as N_("..") "\v" N_("..").
25027
25028 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
25029
25030         * config/srclist.txt: Undo latest change; the bug was fixed.
25031
25032 2006-09-09  Bruno Haible  <bruno@clisp.org>
25033
25034         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
25035         assignments if building a library without libtool.
25036         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
25037         in func_emit_lib_Makefile_am.
25038         (func_import): When building a static library libfoo.a, arrange to
25039         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
25040         (func_create_testdir): Likewise.
25041         * modules/gc (configure.ac, Makefile.am): If building statically,
25042         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
25043         * modules/iconvme (configure.ac, Makefile.am): Likewise.
25044         * modules/striconv (configure.ac, Makefile.am): Likewise.
25045         Based on a suggestion by Ralf Wildenhues.
25046
25047 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25048
25049         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25050         Check for unistd.h too, since Autoconf doesn't assume POSIX.
25051         Also:
25052
25053         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25054         Add year_2050_test to catch glibc bug 2821
25055         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25056
25057         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25058         Prefer #ifdef to #if.
25059
25060         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
25061         Return from 'main' instead of calling 'exit'.
25062
25063 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25064
25065         * lib/mktime.c (guess_time_tm): Fix bug where mktime
25066         returned the maximum time_t value rather than (time_t) -1.
25067         Problem originally reported by William Bardwell
25068         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
25069
25070         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25071         Moved to here ...
25072         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
25073         ... from here.
25074
25075 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25076
25077         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
25078         2821 is fixed.
25079
25080 2006-09-08  Jim Meyering  <jim@meyering.net>
25081
25082         Don't make generated files read-only.  That would bother too many
25083         people.  However, do retain the ability to work when targets are
25084         read-only: remove the destination and temporary files before writing
25085         them (when generated via sed or echo), or by using the -f option for
25086         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
25087         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25088         * modules/byteswap, modules/configmake, modules/fcntl:
25089         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25090         * modules/localcharset, modules/netinet_in, modules/poll:
25091         * modules/stdbool, modules/stdint, modules/sys_select:
25092         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25093
25094 2006-09-08  Jim Meyering  <jim@meyering.net>
25095
25096         Avoid new build failure on FreeBSD 6.0.
25097         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
25098         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
25099         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
25100
25101 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25102
25103         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
25104
25105 2006-09-07  Jim Meyering  <jim@meyering.net>
25106
25107         Fix global typo in last change: use chmod u-w, not chmod u-x.
25108         Spotted by Paul Eggert and Bruce Korb.
25109         * modules/alloca-opt, modules/argz, modules/arpa_inet:
25110         * modules/byteswap, modules/configmake, modules/fcntl:
25111         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
25112         * modules/localcharset, modules/netinet_in, modules/poll:
25113         * modules/stdbool, modules/stdint, modules/sys_select:
25114         * modules/sys_socket, modules/sys_stat, modules/sysexits:
25115
25116 2006-09-06  Jim Meyering  <jim@meyering.net>
25117
25118         Make generated files be read-only.
25119         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
25120         Ensure that each generated file is now read-only.
25121         * modules/argz: Likewise.
25122         * modules/arpa_inet: Likewise.
25123         * modules/byteswap: Likewise.
25124         * modules/configmake: Likewise.
25125         * modules/fcntl: Likewise.
25126         * modules/fnmatch: Likewise.
25127         * modules/getopt: Likewise.
25128         * modules/glob: Likewise.
25129         * modules/inttypes: Likewise.
25130         * modules/netinet_in: Likewise.
25131         * modules/poll: Likewise.
25132         * modules/stdbool: Likewise.
25133         * modules/stdint: Likewise.
25134         * modules/sys_select: Likewise.
25135         * modules/sys_socket: Likewise.
25136         * modules/sys_stat: Likewise.
25137         * modules/sysexits: Likewise.
25138         * modules/localcharset: Same as above, but continue using temporary
25139         file named "t-$@" (why different?) rather than the "$@-t" used
25140         everywhere else.
25141
25142         * modules/sysexits (Makefile.am): Replace literal occurrences
25143         of "sysexit.h" more readable, and more consistent, "$@".
25144
25145 2006-09-06  Bruno Haible  <bruno@clisp.org>
25146
25147         * modules/striconv: New file.
25148         * modules/xstriconv: New file.
25149         * MODULES.html.sh (Internationalization functions): Add striconv,
25150         xstriconv.
25151
25152 2006-09-06  Bruno Haible  <bruno@clisp.org>
25153
25154         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
25155         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
25156         not using libtool correctly.
25157
25158 2006-09-06  Bruno Haible  <bruno@clisp.org>
25159
25160         * lib/striconv.h: New file.
25161         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
25162         iconvstring.c.
25163         * lib/xstriconv.h: New file.
25164         * lib/xstriconv.c: New file.
25165
25166 2006-09-06  Bruno Haible  <bruno@clisp.org>
25167
25168         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25169         lib_..._LDFLAGS.
25170
25171 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25172
25173         * lib/argz_.h: Sync from Libtool.
25174
25175         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
25176                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25177
25178         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
25179
25180 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25181
25182         * modules/trim: New file.
25183
25184 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
25185
25186         * lib/trim.h: New file.
25187         * lib/trim.c: New file.
25188
25189 2006-09-05  Bruno Haible  <bruno@clisp.org>
25190
25191         * MODULES.html.sh (String handling): Add trim.
25192
25193 2006-09-04  Karl Berry  <karl@gnu.org>
25194
25195         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
25196         until next release.
25197
25198 2006-09-03  Bruno Haible  <bruno@clisp.org>
25199
25200         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
25201         correctly.
25202
25203 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25204
25205         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
25206         not gl_GETLOADAVG.  Omit unneeded semicolons.
25207         Problems reported by Ralf Wildenhues in
25208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25209         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
25210         at the end, which is the usual gnulib style.
25211
25212         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
25213         of doing all the work ourselves.
25214         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
25215         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
25216
25217 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25218
25219         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
25220         Problem reported by Ralf Wildenhues in
25221         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
25222
25223         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
25224         HAVE_STRUCT_STATFS_F_FSTYPENAME.
25225
25226 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25227
25228         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
25229         yesterday's patch by changing test -n to test -z.
25230
25231 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25232
25233         * modules/getloadavg (Files): Add m4/getloadavg.m4.
25234         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
25235         the former is now obsolescent.
25236
25237         * modules/chdir-long (Depends-on): Add fcntl.
25238
25239 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25240
25241         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
25242         obsolescent, and programs should use gnulib instead.
25243         * m4/getloadavg.m4: New file, with contents taken from Autoconf
25244         but with prefixes changed.
25245
25246 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25247
25248         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
25249         or stdbool.h, because they might not exist while configuring.
25250
25251         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
25252         Don't include unistd.h or limits.h; not needed, since chdir-long.h
25253         does that for us.
25254         (O_DIRECTORY): Remove.
25255
25256 2006-08-31  Eric Blake  <ebb9@byu.net>
25257
25258         * gnulib-tool: Don't let emacs change spaces to TAB.
25259
25260 2006-08-31  Bruno Haible  <bruno@clisp.org>
25261
25262         * gnulib-tool: When calling func_import more than once, do it in a
25263         subshell.
25264         Reported by Eric Blake <ebb9@byu.net>.
25265
25266 2006-08-31  Bruno Haible  <bruno@clisp.org>
25267
25268         * gnulib-tool (nl): Remove variable.
25269         (sed_transform_lib_file): Use more robust test for config-h module.
25270         (func_import): Fix typo in 2006-08-25 patch.
25271
25272 2006-08-31  Bruno Haible  <bruno@clisp.org>
25273
25274         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
25275         specified, augment Makefile.am variables instead of assigning them.
25276
25277 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25278
25279         Work around a bug in both the Linux and SunOS 64-bit kernels:
25280         nanosleep mishandles sleeps for longer than 2**31 seconds.
25281         Problem reported by Frank v Waveren in
25282         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25283         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
25284         Check for nanosleep bug.
25285         (LIB_NANOSLEEP): Append clock_gettime library if needed.
25286
25287 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25288
25289         Work around a bug in both the Linux and SunOS 64-bit kernels:
25290         nanosleep mishandles sleeps for longer than 2**31 seconds.
25291         Problem reported by Frank v Waveren in
25292         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
25293         * lib/nanosleep.c (BILLION): New constant.
25294         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
25295         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
25296         implementation.
25297
25298 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25299
25300         * modules/nanosleep (Depends-on): Add gettime.
25301
25302 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
25303         and Simon Josefsson  <jas@extundo.com>
25304         and Oskar Liljeblad  <oskar@osk.mine.nu>
25305
25306         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
25307         * gnulib-tool (func_import): New license type 'unmodifiable license
25308         text'.
25309         * modules/fdl: Use it.  Longer description.
25310         * module/gpl, module/lgpl: New files.
25311
25312 2006-08-30  Jim Meyering  <jim@meyering.net>
25313
25314         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
25315         shadowing the parameter.
25316
25317 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25318
25319         Sync from Libtool:
25320
25321         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25322
25323         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
25324         sharing with gnulib.  Report by Eric Blake.
25325
25326 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25327
25328         * modules/isapipe: New file.
25329         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
25330
25331 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25332
25333         * modules/configmake (Makefile.am): Add a comment, and omit
25334         the CONFIGMAKE_ prefix from generated macro names.  Suggested
25335         by Bruno Haible.
25336
25337 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25338
25339         * m4/isapipe.m4: New file.
25340
25341 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
25342
25343         * lib/isapipe.c, lib/isapipe.h: New files.
25344
25345 2006-08-29  Jim Meyering  <jim@meyering.net>
25346
25347         * modules/configmake (Makefile.am): Make configmake.h depend on
25348         Makefile.  Otherwise, a stale configmake.h could hang around.
25349
25350 2006-08-29  Eric Blake  <ebb9@byu.net>
25351
25352         * lib/error.c (error_at_line, print_errno_message): Match libc, after
25353         resolution of upstream bug 3044.
25354
25355 2006-08-29  Bruno Haible  <bruno@clisp.org>
25356
25357         * modules/localcharset (Depends-on): Add configmake.
25358         (Makefile.am): Remove setting of LIBDIR through DEFS.
25359
25360 2006-08-29  Bruno Haible  <bruno@clisp.org>
25361
25362         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
25363         defined.
25364
25365 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25366
25367         * modules/fcntl: New file.
25368         * modules/chdir-safer (Depends-on): Add fcntl.
25369         * modules/fts: Likewise.
25370         * modules/mkdir-p: Likewise.
25371
25372         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
25373         This undoes the most recent change, since we're now addressing the
25374         problem in a different way.
25375
25376         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
25377         into output, since the output might be called Makefile.am even
25378         if $makefile_name is something different.
25379         (func_import): Use $makefile_am rather than
25380         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
25381         empty.
25382
25383         * modules/inttypes (Files): Add m4/inttypes-h.m4.
25384
25385 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25386
25387         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
25388         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
25389         recent change to stdint.m4, since we're now addressing the problem in a
25390         different way.
25391
25392 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25393
25394         * m4/fcntl_h.m4: New file.
25395
25396 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
25397
25398         * lib/fcntl_.h: New file.
25399         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
25400         the fcntl module.
25401         * lib/dirchownmod.c: Likewise.
25402         * lib/fts.c: Likewise.
25403
25404         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
25405         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
25406         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
25407         just before including <inttypes.h>, to avoid circular inclusion.
25408
25409 2006-08-28  Jim Meyering  <jim@meyering.net>
25410
25411         * doc/visibility.texi: Actually read and correct the grammar of the
25412         sentence affected by yesterday's change.
25413
25414 2006-08-28  Eric Blake  <ebb9@byu.net>
25415
25416         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
25417         needs wrapper.
25418
25419 2006-08-28  Eric Blake  <ebb9@byu.net>
25420
25421         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
25422
25423 2006-08-28  Eric Blake  <ebb9@byu.net>
25424
25425         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
25426
25427 2006-08-28  Bruno Haible  <bruno@clisp.org>
25428
25429         * modules/c-strstr: New file, from GNU gettext.
25430         * MODULES.html.sh (String handling): Add c-strstr.
25431
25432 2006-08-28  Bruno Haible  <bruno@clisp.org>
25433
25434         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
25435         macros.
25436         Reported by Eric Blake.
25437
25438 2006-08-28  Bruno Haible  <bruno@clisp.org>
25439
25440         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
25441         (VASNPRINTF): Return a string of length > INT_MAX without failing.
25442         * lib/vasprintf.c: Include errno.h, limits.h.
25443         (EOVERFLOW): New fallback definition.
25444         (vasprintf): Test here whether the string length is > INT_MAX.
25445         * lib/vsnprintf.c: Include errno.h, limits.h.
25446         (EOVERFLOW): New fallback definition.
25447         (vsnprintf): Fix bug when generated string was too long for the buffer.
25448         Test here whether the string length is > INT_MAX.
25449
25450 2006-08-28  Bruno Haible  <bruno@clisp.org>
25451
25452         * lib/inttypes_.h (SCNX*): Remove definitions.
25453         Reported by Eric Blake.
25454
25455 2006-08-28  Bruno Haible  <bruno@clisp.org>
25456
25457         * lib/c-strstr.h: New file, from GNU gettext.
25458         * lib/c-strstr.c: New file, from GNU gettext.
25459
25460 2006-08-28  Bruno Haible  <bruno@clisp.org>
25461
25462         * gnulib-tool: Reorder some statements.
25463
25464 2006-08-28  Bruno Haible  <bruno@clisp.org>
25465
25466         * gnulib-tool: New option --makefile-name.
25467         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
25468         $makefile_name.
25469         (func_import): Write $makefile_name to the cache file, and read it from
25470         there unless explicitly specified. Use $makefile_name as file name
25471         instead of Makefile.am. Adjust the recommendations accordingly.
25472
25473 2006-08-28  Bruno Haible  <bruno@clisp.org>
25474
25475         * gnulib-tool (func_verify_module): Check against misapplying patch.
25476
25477 2006-08-28  Bruno Haible  <bruno@clisp.org>
25478
25479         * gnulib-tool (func_relativize, func_relconcat): New functions.
25480         Give an error if --local-dir is given with --update.
25481         Remove trailing slashes from $local_gnulib_dir.
25482         (func_import): Store the relativized $local_gnulib_dir in
25483         gnulib-cache.m4, and read it from there if not specified explicitly.
25484
25485 2006-08-28  Bruno Haible  <bruno@clisp.org>
25486
25487         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
25488         is the current directory. Respect also $local_gnulib_dir.
25489
25490 2006-08-28  Bruno Haible  <bruno@clisp.org>
25491             Simon Josefsson  <jas@extundo.com>
25492
25493         BeOS portability.
25494         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
25495
25496 2006-08-27  Jim Meyering  <jim@meyering.net>
25497
25498         * doc/visibility.texi: Remove duplicate word: "pointer".
25499
25500 2006-08-26  Bruno Haible  <bruno@clisp.org>
25501
25502         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
25503         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
25504         (Makefile.am): Create inttypes.h from inttypes_.h.
25505         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
25506
25507         * modules/imaxabs: New file.
25508
25509         * modules/imaxdiv: New file.
25510
25511 2006-08-26  Bruno Haible  <bruno@clisp.org>
25512
25513         * m4/inttypes.m4: New file.
25514         * m4/_inttypes_h.m4: Remove file.
25515         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
25516         PRI_MACROS_BROKEN.
25517         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
25518
25519         * m4/imaxabs.m4: New file.
25520
25521         * m4/imaxdiv.m4: New file.
25522
25523 2006-08-26  Bruno Haible  <bruno@clisp.org>
25524
25525         * lib/inttypes_.h: New file.
25526         * lib/inttypes.h: Remove file.
25527         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
25528
25529         * lib/imaxabs.c: New file.
25530
25531         * lib/imaxdiv.c: New file.
25532
25533 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25534
25535         New config-h module, so that "make" output needn't be cluttered
25536         by -DHAVE_CONFIG_H.
25537         * MODULES.html.sh (Support for building libraries and executables):
25538         Add config-h.
25539         * modules/config-h: New file.
25540         * gnulib-tool (nl, sed_transform_lib_file): New vars.
25541         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
25542         the config-h module is used.
25543
25544         New configmake module, so that "make" output needn't be cluttered
25545         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
25546         * MODULES.html.sh (Support for building libraries and executables):
25547         Add configmake.
25548         * modules/configmake: New file.
25549
25550 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25551
25552         * m4/config-h.m4: New file.
25553
25554 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25555
25556         * config/srclist.txt: Add elisp-comp.
25557
25558 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25559
25560         * MODULES.html.sh (Support for building libraries and executables):
25561         Add elisp-comp.
25562         * build-aux/elisp-comp: New file.
25563         * modules/elisp-comp: New file.
25564
25565 2006-08-24  Bruno Haible  <bruno@clisp.org>
25566
25567         * gnulib-tool (func_create_testdir): Use non-default values of
25568         sourcebase and m4base.
25569
25570 2006-08-24  Bruno Haible  <bruno@clisp.org>
25571
25572         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
25573         HTML structure.
25574
25575 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25576
25577         * modules/openat (Depends-on): Add lchown.
25578
25579 2006-08-23  Bruno Haible  <bruno@clisp.org>
25580
25581         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
25582         of gl_LOCK_EARLY instead of gl_LOCK.
25583
25584 2006-08-23  Bruno Haible  <bruno@clisp.org>
25585
25586         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
25587         on OSF/1 to no.
25588         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
25589
25590 2006-08-23  Bruno Haible  <bruno@clisp.org>
25591
25592         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
25593         as unusable.
25594
25595         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
25596         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
25597         (gl_LOCK): New macro.
25598
25599 2006-08-22  Simon Josefsson  <jas@extundo.com>
25600
25601         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
25602         to md5 module.
25603
25604 2006-08-22  Simon Josefsson  <jas@extundo.com>
25605
25606         * MODULES.html.sh: Add "Support for maintaining and release
25607         projects".
25608
25609         * build-aux/gnupload: New file, from coreutils.
25610
25611 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25612
25613         Avoid the need for AC_LIBSOURCES in m4 macros.
25614         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
25615         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
25616         * modules/check-version (EXTRA_DIST): Add check-version.h.
25617         * modules/crc (EXTRA_DIST): Add crc.h.
25618         * modules/des (EXTRA_DIST): Add des.h.
25619         * modules/gc (EXTRA_DIST): Add gc.h.
25620         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
25621         * modules/getline (EXTRA_DIST): Add getline.h.
25622         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
25623         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
25624         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
25625         * modules/md2 (EXTRA_DIST): Add md2.h.
25626         * modules/md4 (EXTRA_DIST): Add md4.h.
25627         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
25628         * modules/read-file (EXTRA_DIST): Add read-file.h.
25629         * modules/readline (EXTRA_DIST): Add readline.h.
25630         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
25631         rijndael-api-fst.h.
25632
25633 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25634
25635         * m4/rijndael.m4 (gl_ARCFOUR):
25636         * m4/arctwo.m4 (gl_ARCTWO):
25637         * m4/check-version.m4 (gl_CHECK_VERSION):
25638         * m4/crc.m4 (gl_CRC):
25639         * m4/des.m4 (gl_DES):
25640         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
25641         * m4/gc.m4 (gl_GC):
25642         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
25643         * m4/getline.m4 (gl_FUNC_GETLINE):
25644         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
25645         * m4/hmac-md5.m4 (gl_HMAC_MD5):
25646         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
25647         * m4/md2.m4 (gl_MD2):
25648         * m4/md4.m4 (gl_MD4):
25649         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
25650         * m4/read-file.m4 (gl_FUNC_READ_FILE):
25651         * m4/readline.m4 (gl_FUNC_READLINE):
25652         * m4/rijndael.m4 (gl_RIJNDAEL):
25653         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25654         to get the necessary .h files and whatnot.
25655
25656 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
25657
25658         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
25659         gnulib rather than the other way around.
25660         * config/srclistvars.sh (COREUTILS): Remove.
25661
25662 2006-08-22  Jim Meyering  <jim@meyering.net>
25663
25664         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
25665
25666         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
25667
25668 2006-08-22  Eric Blake  <ebb9@byu.net>
25669
25670         * modules/regexprops-generic: New file.
25671         * MODULES.html.sh (Support for building documentation): List it.
25672
25673 2006-08-22  Eric Blake  <ebb9@byu.net>
25674
25675         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
25676         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
25677         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
25678         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
25679
25680 2006-08-22  Bruno Haible  <bruno@clisp.org>
25681
25682         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
25683         and lib_LTLIBRARIES like the other lib_* variables.
25684
25685 2006-08-22  Bruno Haible  <bruno@clisp.org>
25686
25687         * build-aux/x-to-1.in: New file, from GNU gettext.
25688
25689 2006-08-22  Bruno Haible  <bruno@clisp.org>
25690
25691         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
25692         <utmpx.h> exists.
25693
25694 2006-08-22  Bruno Haible  <bruno@clisp.org>
25695
25696         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
25697         <utmpx.h> exists.
25698
25699 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25700
25701         BeOS portability.
25702         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
25703         exist.
25704         Problem reported by Bruno Haible.
25705
25706 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25707
25708         Avoid the need for AC_LIBSOURCES in m4 macros.
25709         * modules/acl (EXTRA_DIST): Add acl.h.
25710         * modules/argmatch (Files): Add m4/argmatch.m4.
25711         (configure.ac): Add gl_ARGMATCH.
25712         (EXTRA_DIST): Renamed from lib_SOURCES, for
25713         consistency with the other modules.  Remove argmatch.c.
25714         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25715         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25716         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25717         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25718         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25719         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25720         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25721         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25722         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25723         * modules/closeout (EXTRA_DIST): Add closeout.h.
25724         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25725         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25726         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25727         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25728         dirname.h; remove basename.c and stripslash.c.
25729         * modules/exclude (EXTRA_DIST): Add exclude.h.
25730         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25731         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25732         * modules/file-type (EXTRA_DIST): Add file-type.h.
25733         * modules/filemode (EXTRA_DIST): Add filemode.h.
25734         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25735         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25736         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25737         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25738         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25739         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25740         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25741         * modules/getdate (EXTRA_DIST): Add getdate.c.
25742         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25743         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25744         * modules/getpass (EXTRA_DIST): Add getpass.h.
25745         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25746         * modules/group-member (EXTRA_DIST): Add group-member.h.
25747         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25748         * modules/hash (EXTRA_DIST): Add hash.h.
25749         * modules/human (EXTRA_DIST): Add human.h.
25750         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25751         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25752         * modules/lchown (EXTRA_DIST): Add lchown.h.
25753         * modules/long-options (EXTRA_DIST): Add long-options.h.
25754         * modules/lstat (EXTRA_DIST): Add lstat.h.
25755         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25756         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25757         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25758         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25759         * modules/memxor (EXTRA_DIST): Add memxor.h.
25760         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
25761         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
25762         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
25763         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
25764         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
25765         * modules/physmem (EXTRA_DIST): Add physmem.h.
25766         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
25767         * modules/posixver (EXTRA_DIST): Add posixver.h.
25768         * modules/quote (EXTRA_DIST): Add quote.h.
25769         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
25770         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
25771         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
25772         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
25773         regex_internal.h regexec.c.
25774         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
25775         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
25776         * modules/same (EXTRA_DIST): Add same.h.
25777         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
25778         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
25779         * modules/savedir (EXTRA_DIST): Add savedir.h.
25780         * modules/sha1 (EXTRA_DIST): Add sha1.h.
25781         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
25782         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
25783         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
25784         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
25785         * modules/strdup (EXTRA_DIST): Add strdup.h.
25786         * modules/strftime (EXTRA_DIST): Add strftime.h.
25787         * modules/strndup (EXTRA_DIST): Add strndup.h.
25788         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
25789         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
25790         * modules/time_r (EXTRA_DIST): Add time_r.h.
25791         * modules/timespec (EXTRA_DIST): Add timespec.h.
25792         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25793         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
25794         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
25795         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
25796         * modules/userspec (EXTRA_DIST): Add userspec.h.
25797         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
25798         * modules/utimens (EXTRA_DIST): Add utimens.h.
25799         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
25800         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
25801         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
25802         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
25803         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
25804         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
25805         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
25806         * modules/yesno (EXTRA_DIST): Add yesno.h.
25807
25808 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
25811
25812         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
25813         * m4/dev-ino.m4, same-inode.m4: Remove.
25814
25815         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
25816         * m4/acl.m4 (AC_FUNC_ACL):
25817         * m4/backupfile.m4 (gl_BACKUPFILE):
25818         * m4/c-strtod.m4 (gl_C99_STRTOLD):
25819         * m4/canon-host.m4 (gl_CANON_HOST):
25820         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25821         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
25822         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
25823         * m4/cloexec.m4 (gl_CLOEXEC):
25824         * m4/close-stream.m4 (gl_CLOSE_STREAM):
25825         * m4/closeout.m4 (gl_CLOSEOUT):
25826         * m4/dirfd.m4 (gl_FUNC_DIRFD):
25827         * m4/dirname.m4 (gl_DIRNAME):
25828         * m4/exclude.m4 (gl_EXCLUDE):
25829         * m4/exitfail.m4 (gl_EXITFAIL):
25830         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
25831         * m4/file-type.m4 (gl_FILE_TYPE):
25832         * m4/filemode.m4 (gl_FILEMODE):
25833         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
25834         * m4/fpending.m4 (gl_FUNC_FPENDING):
25835         * m4/fprintftime.m4 (gl_FPRINTFTIME):
25836         * m4/fts.m4 (gl_FUNC_FTS):
25837         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
25838         * m4/getdate.m4 (gl_GETDATE):
25839         * m4/gethrxtime.m4 (gl_GETHRXTIME):
25840         * m4/getpagesize.m4 (gl_GETPAGESIZE):
25841         * m4/getpass.m4 (gl_FUNC_GETPASS):
25842         * m4/gettime.m4 (gl_GETTIME):
25843         * m4/getugroups.m4 (gl_GETUGROUPS):
25844         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
25845         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
25846         * m4/hard-locale.m4 (gl_HARD_LOCALE):
25847         * m4/hash.m4 (gl_HASH):
25848         * m4/idcache.m4 (gl_IDCACHE):
25849         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
25850         * m4/lchown.m4 (gl_FUNC_LCHOWN):
25851         * m4/long-options.m4 (gl_LONG_OPTIONS):
25852         * m4/lstat.m4 (gl_FUNC_LSTAT):
25853         * m4/md5.m4 (gl_MD5):
25854         * m4/memcasecmp.m4 (gl_MEMCASECMP):
25855         * m4/memcoll.m4 (gl_MEMCOLL):
25856         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
25857         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
25858         * m4/memxor.m4 (gl_MEMXOR):
25859         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
25860         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
25861         * m4/modechange.m4 (gl_MODECHANGE):
25862         * m4/mountlist.m4 (gl_MOUNTLIST):
25863         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25864         * m4/openat.m4 (gl_FUNC_OPENAT):
25865         * m4/pathmax.m4 (gl_PATHMAX):
25866         * m4/physmem.m4 (gl_PHYSMEM):
25867         * m4/posixtm.m4 (gl_POSIXTM):
25868         * m4/posixver.m4 (gl_POSIXVER):
25869         * m4/quote.m4 (gl_QUOTE):
25870         * m4/quotearg.m4 (gl_QUOTEARG):
25871         * m4/readtokens.m4 (gl_READTOKENS):
25872         * m4/readutmp.m4 (gl_READUTMP):
25873         * m4/regex.m4 (gl_REGEX):
25874         * m4/safe-read.m4 (gl_SAFE_READ):
25875         * m4/safe-write.m4 (gl_SAFE_WRITE):
25876         * m4/same.m4 (gl_SAME):
25877         * m4/save-cwd.m4 (gl_SAVE_CWD):
25878         * m4/savedir.m4 (gl_SAVEDIR):
25879         * m4/settime.m4 (gl_SETTIME):
25880         * m4/sha1.m4 (gl_SHA1):
25881         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
25882         * m4/stat-macros.m4 (gl_STAT_MACROS):
25883         * m4/stat-time.m4 (gl_STAT_TIME):
25884         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
25885         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
25886         * m4/strdup.m4 (gl_FUNC_STRDUP):
25887         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
25888         * m4/strndup.m4 (gl_FUNC_STRNDUP):
25889         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
25890         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
25891         * m4/time_r.m4 (gl_TIME_R):
25892         * m4/timespec.m4 (gl_TIMESPEC):
25893         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
25894         * m4/unlinkdir.m4 (gl_UNLINKDIR):
25895         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
25896         * m4/userspec.m4 (gl_USERSPEC):
25897         * m4/utimecmp.m4 (gl_UTIMECMP):
25898         * m4/utimens.m4 (gl_UTIMENS):
25899         * m4/xalloc.m4 (gl_XALLOC):
25900         * m4/xgetcwd.m4 (gl_XGETCWD):
25901         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
25902         * m4/xreadlink.m4 (gl_XREADLINK):
25903         * m4/xstrtod.m4 (gl_XSTRTOD):
25904         * m4/yesno.m4 (gl_YESNO):
25905         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25906         to get the necessary .h files and whatnot.
25907
25908 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
25909             Bruno Haible  <bruno@clisp.org>
25910
25911         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
25912         /bin/sh understanding of '!' conditional negation.
25913
25914 2006-08-21  Jim Meyering  <jim@meyering.net>
25915
25916         * modules/openat (Depends-on): Really alphabetize.
25917
25918         * modules/acl (Depends-on): Add error and quote.
25919
25920         * check-module (find_included_lib_files): Add at-func.c to the
25921         ok-to-include-more-than-once white list.
25922
25923         * modules/openat (Depends-on): Add lstat.  Alphabetize.
25924
25925 2006-08-21  Bruno Haible  <bruno@clisp.org>
25926
25927         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25928         Emit a pkgdata_DATA variable only if some snippets add contents to it.
25929         Reported by Martin Lambers <marlam@marlam.de>.
25930
25931 2006-08-21  Bruno Haible  <bruno@clisp.org>
25932
25933         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
25934         specify an installation location, don't emit a noinst_LIBRARIES or
25935         noinst_LTLIBRARIES assignment.
25936
25937 2006-08-21  Bruno Haible  <bruno@clisp.org>
25938
25939         BeOS portability.
25940         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25941         BeOS has mbrtowc() but no <wctype.h>.
25942
25943 2006-08-21  Bruno Haible  <bruno@clisp.org>
25944
25945         BeOS portability.
25946         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25947         exist.
25948
25949 2006-08-21  Bruno Haible  <bruno@clisp.org>
25950
25951         BeOS portability.
25952         * lib/mbchar.h: Include <wctype.h> only if it exists.
25953
25954 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25955
25956         Remove files that are no longer needed by their respective modules.
25957         * m4/obstack.m4: Remove.
25958         * m4/strerror_r.m4: Remove.
25959         * m4/uint32_t.m4: Remove.
25960         * m4/uintptr_t.m4: Remove.
25961         * m4/ullong_max.m4: Remove.
25962         * m4/xstrtoimax.m4: Remove.
25963         * m4/xstrtoumax.m4: Remove.
25964
25965         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25966         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25967         dependencies now capture this.
25968
25969         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25970         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25971         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25972         * m4/human.m4 (gl_HUMAN): Likewise.
25973         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25974         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25975
25976         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25977
25978         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25979         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25980         stdint.
25981         * m4/human.m4 (gl_HUMAN): Likewise.
25982         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25983         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25984         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25985         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25986         * m4/xstrtol (gl_XSTRTOL): Likewise.
25987
25988         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25989         AC_TYPE_LONG_LONG_INT.
25990         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25991         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25992         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25993         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25994
25995         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25996         on stdbool.
25997
25998         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25999         (gl_PREREQ_XSTRTOUL): Remove.
26000
26001         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
26002
26003         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
26004         mode.
26005
26006 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26007
26008         Add and change modules to make it easier for coreutils to use
26009         gnulib-tool.
26010         * modules/backupfile (Files): Remove m4/d-ino.m4.
26011         (Depends-on): Add d-ino.
26012         * modules/cycle-check (Depends-on): Add stdint.
26013         (lib_SOURCES): Add cycle-check.h.
26014         * modules/d-ino: New module.
26015         * modules/d-type: New module.
26016         * modules/error (Files): Remove m4/strerror_r.m4.
26017         * modules/filemode (Files): Add m4/st_dm_mode.m4.
26018         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
26019         m4/inttypes_h.m4, m4/uintmax_t.m4.
26020         (Depends-on): Add stdint.
26021         (lib_SOURCES): Add fsusage.h.
26022         * modules/getcwd (Files): Remove d-ino.m4.
26023         (Depends-on): Add d-ino.
26024         * modules/getndelim2 (Depends-on): Add stdint.
26025         * modules/glob (Files): Remove m4/d-type.m4.
26026         (Depends-on): Add d-type.
26027         * modules/host-os: New module.
26028         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
26029         m4/inttypes_h.m4, m4/uintmax_t.m4.
26030         * Depends-on: Add stdint.
26031         (lib_SOURCES): Add human.h.
26032         * modules/inttostr (Files): Remove m4/intmax_t.m4,
26033         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
26034         m4/uintmax_t.m4, m4/ulonglong.m4.
26035         (Depends-on): Add stdint.
26036         (EXTRA_DIST): Add inttostr.h.
26037         * modules/lchmod: New module.
26038         * modules/link-follow: New module.
26039         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
26040         (Depends-on): Add lchmod.
26041         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
26042         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
26043         (Depends-on): Add stdint.
26044         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
26045         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
26046         (Depends-on): Add stdint.
26047         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
26048         * modules/perl: New module.
26049         * modules/regex (Depends-on): Add stdint.
26050         * modules/rmdir-errno: New module.
26051         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26052         m4/intmax_t.m4.
26053         (Depends-on): Add stdint.
26054         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
26055         m4/uintmax_t.m4.
26056         (Depends-on): Add stdint.
26057         * modules/unlink-busy: New module.
26058         * modules/utimecmp (Depends-on): Add stdint.
26059         * modules/uptime: New module.
26060         * modules/winsz-ioctl: New module.
26061         * modules/winsz-termios: New module.
26062         * modules/xnanosleep (Depends-on): Add nanosleep.
26063         * modules/ullong_max: Remove.
26064         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
26065         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
26066         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
26067         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
26068         (Depends-on): Add inttypes.
26069         (lib_SOURCES): Add xstrtol.h.
26070         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
26071         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
26072         * MODULES.html.sh: Move 'assert' into the assert section.
26073         Move 'dummy' into the linking section.
26074         Remove ullong_max.
26075         Add section for compatibility checks for POSIX:2001 functions,
26076         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
26077         winsz-ioctl, and winsz-termios into it.
26078         Add lchmod.
26079         Add top-level Misc section and put host-os, perl, and uptime
26080         into it.
26081
26082 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26083
26084         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
26085         now assume the stdint module.  Do not include inttypes.h.
26086         * lib/fsusage.h: Likewise.
26087         * lib/getndelim2.c: Likewise.
26088         * lib/human.h: Likewise.
26089         * lib/inttostr.h: Likewise.
26090         * lib/obstack.c: Likewise.
26091         * lib/regex_internal.h: Likewise.
26092         * lib/tempname.c: Likewise.
26093         * lib/utimecmp.c: Likewise.
26094         * lib/xstrtol.h: Likewise.
26095
26096         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
26097
26098         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
26099         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
26100         * lib/xtime.h: Likewise.
26101
26102 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26103
26104         * modules/openat (Files): Add lib/fchmodat.c.
26105         Fixes problem reported by Jay Youngman.
26106
26107 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26108
26109         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
26110         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
26111
26112 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
26113             Bruno Haible  <bruno@clisp.org>
26114
26115         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
26116         and is a script that invokes bison. Tighten the code. Add comments.
26117
26118 2006-08-18  Jim Meyering  <jim@meyering.net>
26119
26120         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
26121         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
26122         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
26123         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
26124
26125 2006-08-18  Bruno Haible  <bruno@clisp.org>
26126
26127         * modules/bison-i18n: New file.
26128         * MODULES.html.sh (Internationalization functions): Add it.
26129
26130 2006-08-18  Bruno Haible  <bruno@clisp.org>
26131
26132         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
26133         sys/statvfs.h. When getmntinfo was found, check its declaration and
26134         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
26135
26136 2006-08-18  Bruno Haible  <bruno@clisp.org>
26137
26138         * m4/bison-i18n.m4: New file, from bison.
26139
26140 2006-08-18  Bruno Haible  <bruno@clisp.org>
26141
26142         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
26143         (ME_DUMMY): Treat "kernfs" as a dummy.
26144         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
26145
26146 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26147
26148         Update from coreutils.
26149
26150         2006-08-15  Jim Meyering  <jim@meyering.net>
26151
26152         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
26153
26154         2006-01-17  Jim Meyering  <jim@meyering.net>
26155
26156         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
26157
26158         2006-01-11  Jim Meyering  <jim@meyering.net>
26159
26160         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
26161         Check for the lchmod function.
26162
26163 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26164
26165         Update from coreutils.
26166
26167         * lib/__fpending.h: Add copyright notice.
26168         * lib/fprintftime.h: Likewise.
26169         * lib/savedir.c: Use (C) in copyright notice.
26170         * lib/savedir.h: Likewise.
26171
26172         2006-08-15  Jim Meyering  <jim@meyering.net>
26173
26174         * lib/at-func.c: New file, with the logic of all emulated at-functions.
26175         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
26176         in support of the EXPECTED_ERRNO macro.
26177         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
26178         definitions.  Instead, define the appropriate symbols and include
26179         "at-func.c".
26180         * lib/mkdirat.c (mkdirat): Likewise.
26181         * lib/fchmodat.c (fchmodat): Likewise.
26182         (ENOSYS): Remove definition.
26183         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
26184         it.  Don't include "unistd--.h" -- it wasn't ever used.
26185
26186         2006-01-17  Jim Meyering  <jim@meyering.net>
26187
26188         Rewrite fts.c not to change the current working directory,
26189         by using openat, fstatat, fdopendir, etc..
26190
26191         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
26192         (HAVE_OPENAT_SUPPORT): Define.
26193         [_LIBC] (fchdir): Don't undef or define; no longer used.
26194         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
26195         Now, this `function' always succeeds, and consumes its file descriptor
26196         parameter -- so callers must not close such FDs.  Update callers.
26197         (diropen_fd, opendirat, cwd_advance_fd): New functions.
26198         (diropen): Add parameter, SP.  Adjust all callers.
26199         Implement using diropen_fd, rather than open.
26200         (fts_open): Initialize new member, fts_cwd_fd.
26201         Remove fts_rft-setting code.
26202         (fts_close): Close fts_cwd_fd, if necessary.
26203         (__opendir2): Define in terms of opendir or opendirat,
26204         depending on whether the FST_NOCHDIR flag is set.
26205         (fts_build): Since fts_safe_changedir consumes its FD, and since
26206         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
26207         and close the dup'd file descriptor upon failure.
26208         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
26209         (fts_safe_changedir): Tweak semantics to reflect that this function
26210         now calls cwd_advance_fd and hence consumes its FD argument.
26211         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
26212         [struct FTS] (fts_rft): Remove now-unused member.
26213         [struct FTS] (fts_cycle.state): Improve comment.
26214
26215         * lib/openat.c (openat_needs_fchdir): New function.
26216         * lib/openat.h (openat_needs_fchdir): Declare it.
26217
26218 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26219
26220         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
26221         Problem and fix reported by Pádraig Brady in
26222         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
26223
26224 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26225
26226         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
26227
26228 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26229
26230         * lib/memcoll.c (memcoll): Optimize for the common case where the
26231         arguments are bytewise equal.
26232
26233 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26234
26235         * doc/regexprops-generic.texi: Add a copyright notice.
26236
26237 2006-08-15  Bruno Haible  <bruno@clisp.org>
26238
26239         * modules/tmpdir (License): Change to LGPL.
26240
26241 2006-08-15  Bruno Haible  <bruno@clisp.org>
26242
26243         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
26244         module.
26245
26246 2006-08-14  Simon Josefsson  <jas@extundo.com>
26247
26248         * config/srclist.txt: Add gnupload.
26249
26250 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26251
26252         Change copyright notice from LGPL 2 to GPL 2, since that's the
26253         standard form used in the gnulib repository.
26254         * tests/test-lock.c: Likewise.
26255         * tests/test-stdint.c: Likewise.
26256         * tests/test-tls.c: Likewise.
26257
26258         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
26259         prelude-manager.  User shorter URLs for GNU projects, without '?'.
26260         Add copyright notice.
26261
26262         * check-module: Add copyright notice.  Output a copyright
26263         notice if "--version" is specified.
26264         * modules/COPYING: New file.
26265         * tests/test-getaddrinfo.c: Add copyright notice.
26266         * tests/test-verify.c: Likewise.
26267
26268 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26269
26270         Change copyright notice from LGPL 2 to GPL 2, since that's the
26271         standard form used in the gnulib repository.
26272         * lib/lock.c: LGPL -> GPL.
26273         * lib/lock.h: Likewise.
26274         * lib/strnlen1.c: Likewise.
26275         * lib/strnlen1.h: Likewise.
26276         * lib/tls.c: Likewise.
26277         * lib/tls.h: Likewise.
26278         * lib/tmpdir.c: Likewise.
26279
26280         * lib/TODO: Remove; this belongs only in coreutils.
26281
26282 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26283
26284         Add copyright notices to long-enough files that lack them, since
26285         otherwise the files aren't clearly free.  Use the same notice that
26286         getdate.texi already uses.
26287         * doc/alloca-opt.texi: Add copyright notice.
26288         * doc/alloca.texi: Likewise.
26289         * doc/ctime.texi: Likewise.
26290         * doc/functions.texi: Likewise.
26291         * doc/gcd.texi: Likewise.
26292         * doc/gnulib-tool.texi: Likewise.
26293         * doc/inet_ntoa.texi: Likewise.
26294         * doc/visibility.texi: Likewise.
26295
26296         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
26297         * doc/quote.texi: Add copyright notice.
26298
26299         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
26300         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
26301         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
26302         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
26303         is now obsolete, and give a pointer to the Sun list.
26304         Add copyright notice.
26305
26306 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
26307
26308         * config/srclistvars.sh: Add copyright notice.
26309
26310 2006-08-14  Eric Blake  <ebb9@byu.net>
26311
26312         Import the following change from libc:
26313
26314         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
26315
26316         Upstream bug 2997.
26317         * lib/misc/error.c: Add space between program name and message if file
26318         name is missing.
26319
26320 2006-08-12  Karl Berry  <karl@gnu.org>
26321
26322         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
26323         remove, these originate in gnulib now.
26324
26325 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26326
26327         * doc/Makefile (standards.info standards.html standards.dvi):
26328         Also depend on make-stds.texi.
26329
26330 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26331
26332         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
26333         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
26334
26335         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
26336         in wchar_t.  Problem reported by Eric Blake.
26337
26338         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
26339         LEN is smaller than SIZE.  Suggested by Bruno Haible.
26340         Also, help the compiler to keep LEN in a register.
26341
26342 2006-08-11  Eric Blake  <ebb9@byu.net>
26343
26344         * users.txt: Sort.  Add tar.
26345
26346 2006-08-11  Bruno Haible  <bruno@clisp.org>
26347
26348         * users.txt: New file.
26349
26350 2006-08-11  Bruno Haible  <bruno@clisp.org>
26351
26352         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
26353         before <wchar.h>. Needed for OSF/1 and BSD/OS.
26354
26355 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26356
26357         * modules/snprintf (Depends-on): Remove minmax.
26358         (Maintainer): Add self and Bruno.
26359
26360 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
26361
26362         * lib/.cppi-disable: Add snprintf.h, socket_.h.
26363         * lib/snprintf.c: Include <errno.h> and <limits.h>.
26364         (EOVERFLOW): Define if the system does not.
26365         Do not include "minmax.h"; it wasn't used.
26366         (snprintf): Don't assume size_t promotes to an unsigned type.
26367         Fix bug when generated string was too long for the buffer: the
26368         buffer's contents are supposed to be the initial prefix of the
26369         output.  Don't assume vasnprintf returns EOVERFLOW if the size
26370         exceeds INT_MAX; do the check ourselves.
26371
26372         Import the following changes from libc:
26373
26374         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
26375
26376         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
26377         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
26378         set wc to the byte which couldn't be converted.
26379         (re_string_reconstruct): Don't clear valid_raw_len before calling
26380         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
26381         tip_context using re_string_context_at.
26382
26383         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
26384
26385         * lib/posix/regex.h: g++ still cannot handled [restrict].
26386
26387         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
26388
26389         * lib/posix/regex.h: Remove special handling for VMS.
26390
26391 2006-08-10  Jim Meyering  <jim@meyering.net>
26392
26393         * modules/same-inode: New module.
26394         * modules/dev-ino: New module.
26395         * modules/cycle-check: Depend on these modules, rather than simply
26396         including their .h files.
26397         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
26398         required via m4/cycle-check.m4.
26399         * modules/same: Depend on new same-inode module, rather than
26400         including same-inode.h.
26401         * modules/chdir-safer: New file.
26402
26403         * modules/chown (Depends-on): Add stat-macros.
26404
26405 2006-08-10  Jim Meyering  <jim@meyering.net>
26406
26407         * m4/cycle-check.m4: New file.
26408         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
26409         * m4/dev-ino.m4, m4/same-inode.m4: New files.
26410
26411 2006-08-10  Eric Blake  <ebb9@byu.net>
26412
26413         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
26414         in from original proposal.
26415
26416 2006-08-10  Eric Blake  <ebb9@byu.net>
26417         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26418
26419         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
26420         namespace.
26421
26422 2006-08-10  Bruno Haible  <bruno@clisp.org>
26423
26424         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
26425         as well.
26426
26427 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26428
26429         Sync from coreutils.
26430
26431         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
26432
26433         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
26434         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
26435
26436 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26437
26438         * modules/restrict: Remove; no longer needed now that we assume
26439         Autoconf 2.59 or later.
26440         * MODULES.html.sh: Remove 'restrict'.
26441         * modules/argp (Depends-on): Remove 'restrict'.
26442         * modules/base64 (Depends-on): Likewise.
26443         * modules/gc (Depends-on): Likewise.
26444         * modules/getaddrinfo (Depends-on): Likewise.
26445         * modules/glob (Depends-on): Likewise.
26446         * modules/inet_ntop (Depends-on): Likewise.
26447         * modules/inet_pton (Depends-on): Likewise.
26448         * modules/memxor (Depends-on): Likewise.
26449         * modules/regex (Depends-on): Likewise.
26450         * modules/strtok_r (Depends-on): Likewise.
26451         * modules/time_r (Depends-on): Likewise.
26452
26453 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26454
26455         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
26456         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
26457         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26458         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
26459         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
26460         * m4/memxor.m4 (gl_MEMXOR): Likewise.
26461         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
26462         gl_C_RESTRICT replaced by AC_C_RESTRICT.
26463
26464         Merge from coreutils.
26465         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
26466         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
26467         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26468         * m4/time_r.m4 (gl_TIME_R): Likewise.
26469
26470 2006-08-09  Karl Berry  <karl@gnu.org>
26471
26472         * config/srclist.txt: no more gettext-tools, per Bruno.
26473
26474 2006-08-08  Eric Blake  <ebb9@byu.net>
26475
26476         * modules/verror: New module.
26477         * MODULES.html.sh: Document it.
26478
26479 2006-08-08  Eric Blake  <ebb9@byu.net>
26480
26481         * lib/verror.h, lib/verror.c: New files.
26482
26483 2006-08-08  Eric Blake  <ebb9@byu.net>
26484
26485         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
26486         verror_at_line output complies with GNU Coding Standards even when
26487         file is NULL.
26488
26489 2006-08-07  Bruno Haible  <bruno@clisp.org>
26490
26491         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
26492         versions of AIX.
26493         Reported by Ralf Wildenhues.
26494
26495 2006-08-07  Bruno Haible  <bruno@clisp.org>
26496
26497         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
26498         in an AC_DEFUN. Needed so that the autoconf snippets can use
26499         AC_REQUIRE.
26500
26501 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26502
26503         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26504         Initialize pkgdata_DATA.
26505         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
26506         overriding it.
26507
26508 2006-08-06  Eric Blake  <ebb9@byu.net>
26509
26510         * lib/error.h: Fold in some upstream changes from glibc.
26511         * lib/error.c: Likewise.
26512
26513 2006-08-04  Bruno Haible  <bruno@clisp.org>
26514
26515         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26516         Make the mostlyclean-local rule depend on mostlyclean-generic.
26517         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
26518
26519 2006-07-31  Bruno Haible  <bruno@clisp.org>
26520
26521         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
26522         <stdlib.h>, <string.h>.
26523
26524 2006-07-30  Bruno Haible  <bruno@clisp.org>
26525
26526         * modules/readlink (License): Change to LGPL.
26527
26528 2006-07-30  Bruno Haible  <bruno@clisp.org>
26529
26530         * modules/javaversion (Makefile.am): Distribute javaversion.java and
26531         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
26532         set PKGDATADIR to point to it.
26533
26534 2006-07-30  Bruno Haible  <bruno@clisp.org>
26535
26536         * modules/csharpexec (configure.ac): Comment out macro invocation.
26537         * modules/javaexec (configure.ac): Likewise.
26538         * modules/javacomp-script (configure.ac): Likewise.
26539
26540         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
26541
26542 2006-07-30  Bruno Haible  <bruno@clisp.org>
26543
26544         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
26545         linked-list.
26546
26547 2006-07-30  Bruno Haible  <bruno@clisp.org>
26548
26549         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26550
26551 2006-07-30  Bruno Haible  <bruno@clisp.org>
26552
26553         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26554         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
26555         get removed.
26556
26557 2006-07-29  Bruno Haible  <bruno@clisp.org>
26558
26559         Make it possible for gnulib-tool to work with locally modified or
26560         augmented gnulib repositories.
26561         * gnulib-tool (func_usage): Document --local-dir option.
26562         (local_gnulib_dir): New variable.
26563         Handle --local-dir option.
26564         (func_lookup_file): New function.
26565         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
26566         (func_get_description, func_get_filelist, func_get_description,
26567         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
26568         func_get_automake_snippet, func_get_include_directive,
26569         func_get_license, func_get_maintainer): Use func_lookup_file.
26570         (func_import, func_create_testdir): Use func_lookup_file.
26571
26572 2006-07-29  Bruno Haible  <bruno@clisp.org>
26573
26574         * modules/setenv (Depends-on): Add unistd.
26575
26576 2006-07-29  Bruno Haible  <bruno@clisp.org>
26577
26578         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
26579
26580 2006-07-29  Bruno Haible  <bruno@clisp.org>
26581
26582         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
26583
26584 2006-07-29  Bruno Haible  <bruno@clisp.org>
26585
26586         * gnulib-tool (import, update): If there is no Makefile.am, look at
26587         aclocal.m4, instead of bailing out.
26588
26589 2006-07-29  Bruno Haible  <bruno@clisp.org>
26590
26591         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
26592         Categorize the options by when they are useful.
26593
26594 2006-07-29  Bruno Haible  <bruno@clisp.org>
26595
26596         * gnulib-tool (func_usage): Document option --no-libtool.
26597         Handle option --no-libtool.
26598         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
26599         for changed semantics of $libtool variable.
26600         (func_import): Likewise. If libtool is not used, show this through
26601         an option --no-libtool.
26602         (func_create_testdir): Update.
26603
26604 2006-07-29  Bruno Haible  <bruno@clisp.org>
26605
26606         * gnulib-tool (func_import): Extend error message about missing
26607         --doc-base.
26608
26609 2006-07-29  Bruno Haible  <bruno@clisp.org>
26610
26611         * gnulib-tool (func_import): Don't create the $docbase directory if
26612         there is no file to store there.
26613
26614 2006-07-29  Bruno Haible  <bruno@clisp.org>
26615
26616         * gnulib-tool (autoconf_minversion): If a --dir option is given and
26617         relevant, look for configure.ac there, not in the current directory.
26618         Also use a simple search for AC_PREREQ, not "autoconf --trace".
26619
26620 2006-07-29  Bruno Haible  <bruno@clisp.org>
26621
26622         * gnulib-tool (SORT): New variable.
26623         (func_usage): Undocument --assume-autoconf option.
26624         Remove --assume-autoconf option handling.
26625         (autoconf_minversion): Determine from the contents of configure.ac.
26626         (func_import): Remove autoconf_minversion handling.
26627         Suggested by Eric Blake.
26628
26629 2006-07-29  Bruno Haible  <bruno@clisp.org>
26630
26631         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
26632
26633 2006-07-29  Bruno Haible  <bruno@clisp.org>
26634
26635         * config/srclist.txt (*setenv.[ch]): Remove rules.
26636
26637 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26638
26639         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
26640
26641 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26642
26643         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
26644         arpa/inet.h.
26645
26646 2006-07-28  Simon Josefsson  <jas@extundo.com>
26647
26648         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
26649         * modules/inet_pton (Depends-on): Likewise.
26650
26651 2006-07-28  Simon Josefsson  <jas@extundo.com>
26652
26653         * m4/netinet_in_h.m4: New file.
26654
26655 2006-07-28  Simon Josefsson  <jas@extundo.com>
26656
26657         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
26658         #include's.
26659
26660 2006-07-28  Simon Josefsson  <jas@extundo.com>
26661
26662         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
26663         #include's.
26664
26665 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
26666
26667         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
26668         setgid on directories only if they set these bits.
26669         * lib/modechange.h: Remove obsolete comment about masks.
26670
26671 2006-07-28  Eric Blake  <ebb9@byu.net>
26672
26673         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
26674         macro expansion.
26675
26676 2006-07-28  Bruno Haible  <bruno@clisp.org>
26677
26678         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
26679
26680 2006-07-28  Bruno Haible  <bruno@clisp.org>
26681
26682         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
26683
26684 2006-07-28  Bruno Haible  <bruno@clisp.org>
26685
26686         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26687         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26688         Define fallbacks.
26689         Avoids link error on FreeBSD 4.x.
26690         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26691
26692         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
26693         encoding.
26694         * lib/mbswidth.c (iswcntrl): Likewise.
26695
26696 2006-07-27  Bruno Haible  <bruno@clisp.org>
26697
26698         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
26699         test.
26700
26701 2006-07-27  Bruno Haible  <bruno@clisp.org>
26702
26703         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
26704         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
26705         defined.
26706
26707 2006-07-26  Eric Blake  <ebb9@byu.net>
26708
26709         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26710
26711 2006-07-26  Eric Blake  <ebb9@byu.net>
26712
26713         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26714         like mingw that lack mkstemp.
26715         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26716         avoid compilation warning on mingw.
26717
26718 2006-07-26  Bruno Haible  <bruno@clisp.org>
26719
26720         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26721         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26722         INT_FAST*_MIN, INTPTR_MIN.
26723
26724 2006-07-25  Bruno Haible  <bruno@clisp.org>
26725
26726         * modules/version-etc (Depends-on): Add stdarg.
26727
26728 2006-07-25  Bruno Haible  <bruno@clisp.org>
26729
26730         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26731         complex commands.
26732
26733 2006-07-25  Bruno Haible  <bruno@clisp.org>
26734
26735         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26736         defined in <stdarg.h> or config.h.
26737
26738 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26739
26740         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26741         (gl_STDIO_SAFER): Remove.
26742
26743 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26744
26745         * MODULES.html.sh (File stream based Input/Output):
26746         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26747         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26748         * modules/fopen-safer, modules/tmpfile-safer: New files.
26749         * modules/stdio-safer: Remove.
26750
26751 2006-07-24  Bruno Haible  <bruno@clisp.org>
26752
26753         * modules/tmpdir: New file.
26754         * MODULES.html.sh (File system functions): Add it.
26755
26756 2006-07-24  Bruno Haible  <bruno@clisp.org>
26757
26758         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26759         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
26760
26761 2006-07-24  Bruno Haible  <bruno@clisp.org>
26762
26763         * modules/clean-temp: New file.
26764
26765 2006-07-24  Bruno Haible  <bruno@clisp.org>
26766
26767         * m4/tmpdir.m4: New file, from GNU gettext.
26768
26769 2006-07-24  Bruno Haible  <bruno@clisp.org>
26770
26771         * lib/tmpdir.h: New file, from GNU gettext.
26772         * lib/tmpdir.c: New file, from GNU gettext.
26773
26774 2006-07-24  Bruno Haible  <bruno@clisp.org>
26775
26776         * lib/clean-temp.h: New file, from GNU gettext.
26777         * lib/clean-temp.c: New file, from GNU gettext.
26778
26779 2006-07-23  Eric Blake  <ebb9@byu.net>
26780
26781         * modules/stdio-safer (Files): Add tmpfile-safer.c.
26782         (Depends-on): Add binary-io.
26783
26784 2006-07-23  Eric Blake  <ebb9@byu.net>
26785
26786         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
26787
26788 2006-07-23  Eric Blake  <ebb9@byu.net>
26789
26790         * lib/tmpfile-safer.c: New file.
26791         * lib/stdio-safer.h (fopen_safer): Add prototype.
26792         * lib/stdio--.h (tmpfile): Make safer.
26793
26794 2006-07-23  Bruno Haible  <bruno@clisp.org>
26795
26796         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
26797         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
26798         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
26799         gl_linked_remove_at): Use it.
26800
26801 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26802         and Simon Josefsson <jas@extundo.com>
26803
26804         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
26805
26806         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
26807
26808 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26809
26810         * modules/close-stream: New file.
26811         * modules/closeout (Description): Make it clear that it exits
26812         with a diagnostic on error.
26813         (Depends-on): Add close-stream.  Remove fpending, stdbool.
26814         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
26815
26816 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26817
26818         * m4/close-stream.m4: New file.
26819
26820 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26821
26822         * lib/close-stream.c, lib/close-stream.h: New files.
26823
26824 2006-07-22  Bruno Haible  <bruno@clisp.org>
26825
26826         Merge from GNU gettext 0.15.
26827
26828         2006-05-01  Bruno Haible  <bruno@clisp.org>
26829
26830                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
26831
26832         2006-07-22  Bruno Haible  <bruno@clisp.org>
26833
26834                 * modules/javaversion: New file.
26835                 * MODULES.html.sh (Java): Add javaversion.
26836
26837         2006-03-12  Bruno Haible  <bruno@clisp.org>
26838
26839                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
26840
26841         2005-12-04  Bruno Haible  <bruno@clisp.org>
26842
26843                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
26844                 (untested).
26845
26846         2006-06-21  Bruno Haible  <bruno@clisp.org>
26847
26848                 Avoid warnings from recent versions of mcs.
26849                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
26850                 -o, -L, -r any more. Use options documented since mcs-1.0
26851                 instead. Similarly for -g.
26852
26853         2005-12-04  Bruno Haible  <bruno@clisp.org>
26854
26855                 * build-aux/csharpcomp.sh.in: Suffix for resources is
26856                 .resources, not .resource.
26857
26858         2005-07-09  Bruno Haible  <bruno@clisp.org>
26859
26860                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
26861                 add a .dll suffix.
26862                 Reported by Mark Junker <mjscod@gmx.de>.
26863
26864         2006-07-22  Bruno Haible  <bruno@clisp.org>
26865
26866                 * modules/gettext: Upgrade to gettext-0.15.
26867                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
26868                 m4/visibility.m4.
26869                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
26870
26871 2006-07-22  Bruno Haible  <bruno@clisp.org>
26872
26873         Merge from GNU gettext 0.15.
26874
26875         2006-03-25  Bruno Haible  <bruno@clisp.org>
26876
26877                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
26878
26879         2006-07-21  Bruno Haible  <bruno@clisp.org>
26880
26881                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
26882                 "1.1".
26883
26884         2006-05-09  Bruno Haible  <bruno@clisp.org>
26885
26886                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
26887                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
26888                 for the conftestver execution.
26889
26890         2006-05-01  Bruno Haible  <bruno@clisp.org>
26891
26892                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
26893                 optional target-version argument. Verify that the compiler
26894                 groks source of the specified source-version, or add -source
26895                 option as necessary. Verify that the compiler produces
26896                 bytecode in the specified target-version, or add -target and
26897                 -source options as necessary. Make the result of the test
26898                 available as variable CONF_JAVAC. Also log error output in
26899                 config.log.
26900
26901         2006-03-11  Bruno Haible  <bruno@clisp.org>
26902
26903                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
26904
26905         2006-05-09  Bruno Haible  <bruno@clisp.org>
26906
26907                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
26908                 CLASSPATH_SEPARATOR to a semicolon.
26909
26910         2006-03-12  Bruno Haible  <bruno@clisp.org>
26911
26912                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
26913                 available as variable CONF_JAVA, for subsequent autoconf
26914                 tests. Also log error output in config.log.
26915
26916         2006-07-19  Bruno Haible  <bruno@clisp.org>
26917
26918                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
26919                 that getline works on glibc2 systems. Needed to avoid trouble
26920                 in relocatable.c.
26921                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
26922
26923         2005-12-04  Bruno Haible  <bruno@clisp.org>
26924
26925                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
26926                 launcher (untested).
26927
26928         2005-12-04  Bruno Haible  <bruno@clisp.org>
26929
26930                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
26931
26932         2006-07-22  Bruno Haible  <bruno@clisp.org>
26933
26934                 * gettext.m4: Update from GNU gettext-0.15.
26935                 * nls.m4: Likewise.
26936                 * po.m4: Likewise.
26937                 * inttypes-pri.m4: Likewise.
26938                 * inttypes-h.m4: Renamed from inttypes.m4.
26939                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26940
26941 2006-07-22  Bruno Haible  <bruno@clisp.org>
26942
26943         Merge from GNU gettext 0.15.
26944
26945         2005-07-05  Bruno Haible  <bruno@clisp.org>
26946
26947                 * printf-args.c (printf_fetchargs): Work around broken
26948                 definition of wint_t on mingw.
26949
26950         2005-02-12  Bruno Haible  <bruno@clisp.org>
26951
26952                 * xallocsa.h: Add extern "C" for C++.
26953
26954         2006-05-17  Bruno Haible  <bruno@clisp.org>
26955
26956                 Cygwin portability.
26957                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26958
26959         2006-04-30  Bruno Haible  <bruno@clisp.org>
26960
26961                 * progreloc.c: Include <mach-o/dyld.h> if available.
26962                 (find_executable): Use _NSGetExecutablePath when possible.
26963
26964         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26965
26966                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26967                 function.
26968
26969         2005-12-29  Bruno Haible  <bruno@clisp.org>
26970
26971                 * progreloc.c (set_program_name_and_installdir): Fix
26972                 compilation error.
26973
26974         2005-12-04  Bruno Haible  <bruno@clisp.org>
26975
26976                 Cygwin portability.
26977                 * progreloc.c: Include <windows.h> also on Cygwin.
26978                 (find_executable): Add support for Cygwin.
26979                 (set_program_name_and_installdir): Handle also platforms with
26980                 nonempty EXEEXT.
26981
26982         2006-07-11  Bruno Haible  <bruno@clisp.org>
26983
26984                 * javacomp.c: Fix a comment.
26985                 Reported by Jim Meyering.
26986
26987         2006-04-30  Bruno Haible  <bruno@clisp.org>
26988
26989                 * javacomp.h (compile_java_class): Add source_version,
26990                 target_version arguments.
26991                 * javacomp.c: Rewritten to choose only a compiler that
26992                 respects the specified source_version and target_version.
26993
26994         2006-06-27  Bruno Haible  <bruno@clisp.org>
26995
26996                 Assume correct S_ISDIR macro.
26997                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26998
26999         2006-07-22  Bruno Haible  <bruno@clisp.org>
27000
27001                 * javaversion.h: New file, from GNU gettext.
27002                 * javaversion.c: New file, from GNU gettext.
27003                 * javaversion.java: New file, from GNU gettext.
27004                 * javaversion.class: New file, from GNU gettext.
27005
27006         2006-05-17  Bruno Haible  <bruno@clisp.org>
27007
27008                 Cygwin portability.
27009                 * javaexec.c (execute_java_class): Test for jview program
27010                 also on Cygwin.
27011
27012         2006-04-09  Bruno Haible  <bruno@clisp.org>
27013
27014                 * fatal-signal.c: Don't include string.h.
27015                 (at_fatal_signal): Use a copying loop instead of memcpy.
27016
27017         2005-12-04  Bruno Haible  <bruno@clisp.org>
27018
27019                 * csharpexec.c: Add support for 'clix' launcher (untested).
27020                 (execute_csharp_using_sscli): New function.
27021                 (execute_csharp_program): Call it.
27022
27023         2006-06-21  Bruno Haible  <bruno@clisp.org>
27024
27025                 Avoid warnings from recent versions of mcs.
27026                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
27027                 -o, -L, -r any more. Use options documented since mcs-1.0
27028                 instead. Similarly for -g.
27029
27030         2005-07-09  Bruno Haible  <bruno@clisp.org>
27031
27032                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
27033                 add a .dll suffix.
27034                 Reported by Mark Junker <mjscod@gmx.de>.
27035
27036         2006-06-17  Bruno Haible  <bruno@clisp.org>
27037
27038                 * config.charset: Update for NetBSD 3.0.
27039
27040         2006-05-17  Bruno Haible  <bruno@clisp.org>
27041
27042                 Cygwin portability.
27043                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
27044
27045         2006-05-16  Bruno Haible  <bruno@clisp.org>
27046
27047                 * localcharset.c [CYGWIN]: Include <windows.h>.
27048                 (get_charset_aliases): For Cygwin, return the same CPxxx
27049                 aliases list as under WIN32.
27050                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
27051                 the environment variables. Fall back to GetACP().
27052
27053         2006-04-05  Bruno Haible  <bruno@clisp.org>
27054
27055                 * config.charset: Update Juan Manuel Guerrero's address.
27056
27057         2005-02-12  Bruno Haible  <bruno@clisp.org>
27058
27059                 * allocsa.h: Add extern "C" for C++.
27060
27061         2005-02-10  Bruno Haible  <bruno@clisp.org>
27062
27063                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
27064                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
27065
27066         2006-07-22  Bruno Haible  <bruno@clisp.org>
27067
27068                 * gettext.h: Update to GNU gettext-0.15.
27069
27070 2006-07-22  Bruno Haible  <bruno@clisp.org>
27071
27072         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
27073         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
27074         lib-prefix.m4, longdouble.m4, ssize_t.m4.
27075
27076 2006-07-21  Eric Blake  <ebb9@byu.net>
27077
27078         * modules/stdlib-safer: New file.
27079         * MODULES.html.sh (File stream based Input/Output): Add
27080         stdlib-safer.
27081
27082 2006-07-21  Eric Blake  <ebb9@byu.net>
27083
27084         * lib/stdlib-safer.h: New file from coreutils, required by
27085         stdlib--.h.
27086
27087 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
27088
27089         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
27090
27091 2006-07-20  Bruno Haible  <bruno@clisp.org>
27092
27093         * gnulib-tool: Recognize new option --assume-autoconf.
27094         (autoconf_minversion): New variable.
27095         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
27096
27097 2006-07-20  Bruno Haible  <bruno@clisp.org>
27098
27099         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
27100
27101 2006-07-19  Derek R. Price  <derek@ximbiot.com>
27102
27103         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
27104         Reindent and repaginate.
27105
27106 2006-07-19  Derek Price  <derek@ximbiot.com>
27107
27108         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
27109         Correct grammar.
27110
27111 2006-07-17  Bruno Haible  <bruno@clisp.org>
27112
27113         * modules/list: New file.
27114         * modules/array-list: New file.
27115         * modules/carray-list, modules/carray-list-tests: New files.
27116         * modules/linked-list, modules/linked-list-tests: New files.
27117         * modules/avltree-list, modules/avltree-list-tests: New files.
27118         * modules/rbtree-list, modules/rbtree-list-tests: New files.
27119         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
27120         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
27121         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
27122         * modules/oset: New file.
27123         * modules/array-oset: New file.
27124         * modules/avltree-oset, modules/avltree-oset-tests: New files.
27125         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
27126         * tests/test-carray_list.c: New file.
27127         * tests/test-linked_list.c: New file.
27128         * tests/test-avltree_list.c: New file.
27129         * tests/test-rbtree_list.c: New file.
27130         * tests/test-linkedhash_list.c: New file.
27131         * tests/test-avltreehash_list.c: New file.
27132         * tests/test-rbtreehash_list.c: New file.
27133         * tests/test-avltree_oset.c: New file.
27134         * tests/test-rbtree_oset.c: New file.
27135         * MODULES.html.sh (Container data structures): New section.
27136
27137 2006-07-17  Bruno Haible  <bruno@clisp.org>
27138
27139         * m4/gl_list.m4: New file.
27140
27141 2006-07-17  Bruno Haible  <bruno@clisp.org>
27142
27143         * lib/gl_list.h: New file.
27144         * lib/gl_list.c: New file.
27145         * lib/gl_array_list.h: New file.
27146         * lib/gl_array_list.c: New file.
27147         * lib/gl_carray_list.h: New file.
27148         * lib/gl_carray_list.c: New file.
27149         * lib/gl_linked_list.h: New file.
27150         * lib/gl_linked_list.c: New file.
27151         * lib/gl_anylinked_list1.h: New file.
27152         * lib/gl_anylinked_list2.h: New file.
27153         * lib/gl_avltree_list.h: New file.
27154         * lib/gl_avltree_list.c: New file.
27155         * lib/gl_anyavltree_list1.h: New file.
27156         * lib/gl_anyavltree_list2.h: New file.
27157         * lib/gl_rbtree_list.h: New file.
27158         * lib/gl_rbtree_list.c: New file.
27159         * lib/gl_anyrbtree_list1.h: New file.
27160         * lib/gl_anyrbtree_list2.h: New file.
27161         * lib/gl_anytree_list1.h: New file.
27162         * lib/gl_anytree_list2.h: New file.
27163         * lib/gl_linkedhash_list.h: New file.
27164         * lib/gl_linkedhash_list.c: New file.
27165         * lib/gl_anyhash_list1.h: New file.
27166         * lib/gl_anyhash_list2.h: New file.
27167         * lib/gl_avltreehash_list.h: New file.
27168         * lib/gl_avltreehash_list.c: New file.
27169         * lib/gl_rbtreehash_list.h: New file.
27170         * lib/gl_rbtreehash_list.c: New file.
27171         * lib/gl_anytreehash_list1.h: New file.
27172         * lib/gl_anytreehash_list2.h: New file.
27173
27174         * lib/gl_oset.h: New file.
27175         * lib/gl_oset.c: New file.
27176         * lib/gl_array_oset.h: New file.
27177         * lib/gl_array_oset.c: New file.
27178         * lib/gl_avltree_oset.h: New file.
27179         * lib/gl_avltree_oset.c: New file.
27180         * lib/gl_rbtree_oset.h: New file.
27181         * lib/gl_rbtree_oset.c: New file.
27182         * lib/gl_anytree_oset.h: New file.
27183
27184 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27185
27186         * m4/mkancesdirs.m4: New file.
27187         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
27188         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
27189         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
27190         it.
27191
27192 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27193
27194         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
27195         * lib/mkancesdirs.h: New files.
27196         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
27197         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
27198         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
27199         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
27200         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
27201         callers changed.  Revamp internals significantly, by not
27202         attempting to create directories that are temporarily more
27203         permissive than the final results.  Do not attempt to use
27204         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
27205         This removes some race conditions, fixes some bugs, and simplifies
27206         things.  Use new dirchownmod function to do owner and mode changes.
27207         * lib/mkdir-p.h: Likewise.
27208         * lib/modechange.c (octal_to_mode): New function.
27209         (struct mode_change): New member mentioned.
27210         (make_node_op_equals): New arg mentioned.  All callers changed.
27211         (mode_compile): Keep track of which mode bits the user has explicitly
27212         mentioned.
27213         (mode_adjust): New arg DIR, so that we implement the X op correctly.
27214         New arg PMODE_BITS, to keep track of which mode bits the user
27215         mentioned; it treats S_ISUID and S_ISGID speciall.
27216         All callers changed.
27217         * lib/modechange.h: Likewise.
27218
27219 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
27220
27221         * MODULES.html.sh: Add mkancestors.
27222         * modules/mkancesdirs: New module.
27223         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
27224         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
27225         The chdir-safer and afs files are now orphans; I'll remove them
27226         unless someone speaks up.
27227         Add lib/dirchownmod.c, lib/dirchownmod.h.
27228         (Depends-on): Remove alloca, chown, save-cwd, dirname.
27229         Add lchown, mkancesdirs.
27230         (Maintainer): Add self.
27231
27232 2006-07-15  Karl Berry  <karl@gnu.org>
27233
27234         * gnulib-tool: help message wording/arrangement.
27235
27236 2006-07-14  Simon Josefsson  <jas@extundo.com>
27237
27238         * doc/gnulib.texi (Libtool and Windows): New section.
27239
27240 2006-07-12  Simon Josefsson  <jas@extundo.com>
27241
27242         * modules/gendocs (License): Fix license, approved by Karl.
27243
27244 2006-07-12  Eric Blake  <ebb9@byu.net>
27245
27246         * MODULES.html.sh: Add gendocs.
27247
27248 2006-07-11  Eric Blake  <ebb9@byu.net>
27249
27250         * modules/fdl: New module, to install doc/fdl.texi.
27251         * MODULES.html.sh: Add new section for documentation modules.
27252         * gnulib-tool: Avoid space-tab.
27253         (--doc-base): New option, to manage files from doc.
27254
27255 2006-07-11  Eric Blake  <ebb9@byu.net>
27256
27257         * m4/absolute-header.m4: Fix comments to match recent change.
27258
27259 2006-07-11  Eric Blake  <ebb9@byu.net>
27260
27261         * gnulib-tool: List --doc-base before --tests-base.
27262
27263 2006-07-11  Derek R. Price  <derek@ximbiot.com>
27264
27265         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
27266
27267 2006-07-11  Bruno Haible  <bruno@clisp.org>
27268
27269         * README: Mention where to put documentation.
27270
27271 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27272
27273         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
27274
27275 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27276
27277         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
27278         to stdint.m4.
27279
27280 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
27281
27282         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
27283         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
27284         "no/such/file/stdint.h" when there is no such file, so that
27285         the resulting C code can be parsed by dodgy compilers.
27286         Problems reported by Bob Proulx.
27287
27288 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27289
27290         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
27291         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27292         macros into the GNU _D_EXACT_NAMLEN.
27293         * lib/savedir.c:  Likewise.
27294         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
27295
27296 2006-07-10  Derek R. Price  <derek@ximbiot.com>
27297         and Paul Eggert  <eggert@cs.ucla.edu>
27298
27299         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
27300         * m4/savedir.m4:
27301         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
27302         macros into the GNU _D_EXACT_NAMLEN.
27303
27304 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27305
27306         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
27307         around the absolute name, to work around a problem with the HP-UX
27308         11.23 native C compiler, reported by Bob Proulx.
27309
27310 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27311
27312         * doc/maintain.texi, make-stds.texi: Sync from
27313         <http://savannah.gnu.org/projects/gnustandards>.
27314
27315 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27316
27317         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
27318
27319 2006-07-09  Jim Meyering  <jim@meyering.net>
27320
27321         * m4/glob.m4: Remove a doubled word in a comment.
27322
27323 2006-07-09  Jim Meyering  <jim@meyering.net>
27324
27325         * lib/argp-pv.c: Remove a doubled word in a comment.
27326         * lib/check-version.c (check_version): Likewise.
27327         * lib/javacomp.c (compile_java_class): Likewise.
27328
27329 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
27330
27331         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
27332         for the benefit of people using Autoconf 2.60.  If you want to
27333         support older Autoconf versions you can copy m4/onceonly_2_57.m4
27334         (or m4/onceonly.m4, if pre-2.57) manually.
27335
27336 2006-07-08  Jim Meyering  <jim@meyering.net>
27337
27338         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
27339         comment.
27340         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
27341         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
27342         comment.
27343
27344 2006-07-08  Jim Meyering  <jim@meyering.net>
27345
27346         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
27347
27348 2006-07-07  Simon Josefsson  <jas@extundo.com>
27349
27350         * tests/test-crc.c: Change expected crc value, the test vector
27351         were probably computed using the old broken crc.c?
27352
27353 2006-07-06  Simon Josefsson  <jas@extundo.com>
27354
27355         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
27356         now the canonical place for the M4 file).
27357
27358         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
27359         from the sys_socket dependency now.
27360
27361         * modules/inet_pton (Files): Ditto.
27362
27363         * modules/inet_ntop (Files): Ditto.
27364
27365 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27366
27367         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
27368         not gl_PREREQ_GETUSERSHELL.
27369
27370 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27371
27372         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
27373         with only one argument, for Autoconf 2.60.
27374         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
27375         expand to nothing, so add a shell command to avoid syntax error.
27376         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27377
27378 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27379
27380         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
27381
27382 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27383
27384         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
27385         no longer needed.  Check for isblank decl.
27386         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
27387         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
27388         of existence.
27389
27390 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27391
27392         * lib/getloadavg.c: Use __VMS, not VMS.
27393         * lib/getopt.c: Likewise.
27394         * lib/getpagesize.h: Likewise.
27395         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
27396         and probably does not work.
27397
27398 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
27399
27400         * lib/.cppi-disable: Add wcwidth.
27401         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
27402         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
27403         (ISGRAPH): Remove.  All uses changed to isgraph.
27404         (FOLD) [!defined _LIBC]: Remove special case.
27405         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
27406         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
27407         HAVE_ISBLANK.
27408         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
27409         case.
27410
27411 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27412
27413         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
27414         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
27415         brackets.  Other minor changes to suppress some compiler
27416         warnings.
27417
27418 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27419         and Paul Eggert  <eggert@cs.ucla.edu>
27420
27421         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
27422         of invoking obsolescent AC_HEADER_DIRENT macro.
27423         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
27424         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
27425         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
27426         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
27427         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
27428         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
27429         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
27430         * m4/readdir.m4: Remove; no longer needed.
27431
27432 2006-07-06  Derek R. Price  <derek@ximbiot.com>
27433         and Paul Eggert  <eggert@cs.ucla.edu>
27434
27435         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
27436         Don't worry about this obsolete case any more.
27437         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
27438         directories.
27439         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
27440         worry about this obsolete case any more.
27441         * lib/fts.c: Likewise.
27442         * lib/getcwd.c: Likewise.
27443         * lib/glob.h: Likewise.
27444         * lib/savedir.c: Likewise.
27445
27446 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27447
27448         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
27449         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
27450         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
27451         needed.
27452         All uses removed.
27453         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27454         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27455         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
27456         needed.
27457         * m4/getdate.m4 (gl_GETDATE): Likewise.
27458         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27459         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27460         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27461         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27462         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
27463         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27464         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
27465         needed.
27466
27467 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
27468
27469         * lib/memcasecmp.c: Include <limits.h>.
27470         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
27471         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
27472         Don't assume isdigit succeeds only on '0' through '9'.
27473
27474 2006-07-05  Eric Blake  <ebb9@byu.net>
27475
27476         * modules/getaddrinfo (Depends-on): Add snprintf.
27477
27478 2006-07-05  Eric Blake  <ebb9@byu.net>
27479
27480         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
27481         to avoid 'header present but could not be compiled' on cygwin.
27482
27483 2006-07-05  Eric Blake  <ebb9@byu.net>
27484
27485         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
27486         missing from netdb.h.
27487         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
27488
27489 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27490
27491         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
27492         no longer needed.
27493         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
27494         * m4/getdate.m4 (gl_GETDATE): Likewise.
27495         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
27496         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
27497         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
27498         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
27499         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27500
27501 2006-07-05  Derek R. Price  <derek@ximbiot.com>
27502
27503         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
27504         All uses of is_space replaced by isspace.
27505         * lib/exit.h: Don't talk about STDC_HEADERS.
27506         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
27507         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
27508         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
27509         replaced by isprint etc.
27510         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
27511         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27512         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
27513         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
27514         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
27515         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
27516
27517 2006-07-05  Bruno Haible  <bruno@clisp.org>
27518
27519         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
27520         the function exists, before testing against AIX.
27521         Reported by Martin Lambers <marlam@marlam.de>.
27522
27523 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27524
27525         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
27526         From Mark D. Baushke.
27527
27528 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
27529
27530         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
27531         to the absolute name, not just one, to bypass Sun C 5.8's
27532         "warning: #include of /usr/include/... may be non-portable".
27533
27534 2006-07-04  Eric Blake  <ebb9@byu.net>
27535
27536         * modules/dirname-tests: New test module.
27537         * tests/test-dirname.c: New file, replacing dirname.c
27538         TEST_DIRNAME section that was recently deleted.
27539
27540 2006-07-04  Bruno Haible  <bruno@clisp.org>
27541
27542         Assume ANSI C header files and <ctype.h> functions.
27543         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
27544         (mbsnwidth): Use isprint, iscntrl instead.
27545
27546 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27547
27548         Merge from coreutils.
27549         * MODULES.html.sh: Add xstrtold.
27550         * modules/xstrtold: New file.
27551         * modules/cycle-check (Files): Add lib/same-inode.h.
27552         * modules/dirname (Files): Add m4/double-slash-root.m4.
27553         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
27554         * modules/mkdir-p (Files): Add lib/same-inode.h.
27555         * modules/same (Files): Add lib/same-inode.h.
27556
27557 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27558
27559         * m4/absolute-header.m4: Renamed from full-header-path.m4.
27560         This is to keep the terminology clean; POSIX talks about
27561         "absolute pathnames", not "full pathnames", but the GNU
27562         Coding Standards say to use "path" for something else;
27563         so use "absolute" to keep both sides happy.
27564         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
27565         Set gl_absolute_header, not gl_full_header_path.
27566         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
27567         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
27568         All uses changed.
27569
27570         Merge from coreutils.
27571
27572         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27573
27574         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
27575         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
27576         want to require the building of c-strtod.o.
27577         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
27578         needs -lm directly.
27579         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
27580
27581         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27582
27583         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
27584         --as-needed option if available.  Problem reported by Albert Chin in
27585         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
27586         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
27587         cc merely issues a bunch of annoying warnings for --as-needed
27588         (this problem was reported by Bob Proulx).  Also, try linking with
27589         -lm to detect a bug in binutils 2.16 (this problem was reported
27590         by Ralf Wildenhues).
27591
27592         2006-06-18  Jim Meyering  <jim@meyering.net>
27593
27594         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
27595         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
27596         macro.
27597         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
27598         also check for glibc-2.4's abort-inducing bug.
27599
27600         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
27601         Low-probability clean-up should be to use rmdir to get rid of
27602         the just-created directory, not unlink.
27603
27604         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
27605         configure fail, and request a bug report to inform us about it.
27606         Add a comment that, barring reports to the contrary, in 2007 we'll
27607         assume ftruncate is universally available.
27608
27609         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27610
27611         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
27612
27613         2006-03-12  Jim Meyering  <jim@meyering.net>
27614
27615         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
27616         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
27617         * m4/same.m4 (gl_SAME): Likewise.
27618         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
27619
27620         2006-03-11  Eric Blake  <ebb9@byu.net>
27621
27622         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
27623         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
27624         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
27625         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
27626
27627 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
27628
27629         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
27630         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
27631         reported by Mark D. Baushke, one in
27632         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
27633
27634         Merge from coreutils.
27635
27636         * lib/.cppi-disable: Add stdint_.h.
27637         * lib/.cvsignore: Add stdint.h.
27638
27639         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
27640
27641         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
27642         both double and long double versions.
27643         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
27644         * lib/xstrtold.c: New file.
27645         * lib/xstrtod.h (xstrtold): New decl.
27646
27647         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27648
27649         * lib/filemode.c (setst): Remove.
27650         (strmode): Rewrite to avoid setst.  This makes the code shorter,
27651         (arguably) clearer, and the generated code is a bit smaller on my
27652         Debian GNU/Linux stable x86 host.
27653
27654         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
27655
27656         * lib/filemode.c: Include "filemode.h" first, to test the interface.
27657         Assume that filemode.h includes sys/types.h and sys/stat.h.
27658         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
27659         (ftypelet): Reorder to put common cases first, for efficiency.
27660         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
27661         to do 'M'.
27662         (strmode): Renamed from mode_string, and now stores 12 bytes instead
27663         of 10, for compatibility with FreeBSD.  All callers changed.
27664         (filemodestring): Now stores 12 bytes instead of 10, and sets file
27665         types that can't be deduced solely from st_mode.  First arg is now a
27666         const pointer.
27667         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
27668         (strmode): Renamed from mode_string.
27669         (filemodestring): New decl.
27670         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
27671         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
27672         needed.
27673         (S_ISPORT, S_ISWHT): New macros, if not already defined.
27674
27675         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27676
27677         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
27678         fsusage.h now does that.  Include fsusage.h first, to test interface.
27679         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
27680         at most one method (the old code could have generated decls that
27681         didn't conform to C89, not that this was ever exercised).
27682         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
27683
27684         2006-03-19  Jim Meyering  <jim@meyering.net>
27685
27686         Work even in a chroot where d_ino values for entries in "/"
27687         don't match the stat.st_ino values for the same names.
27688         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
27689         number, iterate through all entries again, using lstat instead.
27690         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
27691         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
27692
27693         * lib/getcwd.c (__getcwd): Clarify a comment.
27694         Use memcpy in place of a call to strcpy.
27695
27696         2006-03-12  Jim Meyering  <jim@meyering.net>
27697
27698         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
27699         matches that of the current directory (which we're about to chdir ".."
27700         out of), then save the dev-ino of the parent, instead.
27701
27702         * lib/same-inode.h (SAME_INODE): New file/macro.
27703         * lib/chdir-safer.c (SAME_INODE): Remove definition.
27704         Include "same-inode.h", instead.
27705         * lib/same.c: Likewise.
27706         * lib/cycle-check.h: Include "same-inode.h".
27707         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27708         * lib/cycle-check.c (SAME_INODE): Remove definition.
27709         * lib/root-dev-ino.h: Include "same-inode.h".
27710
27711         2006-03-11  Eric Blake  <ebb9@byu.net>
27712
27713         * lib/same.c (same_name): s/base_name/last_component/
27714         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27715         * lib/filenamecat.c (file_name_concat): Likewise.
27716
27717         2006-03-11  Eric Blake  <ebb9@byu.net>,
27718                     Paul Eggert  <eggert@cs.ucla.edu>
27719
27720         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27721         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27722         drive prefix.
27723         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27724         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27725         (last_component): New method.
27726         * lib/dirname.c (dir_len): Determine when drive letters need a
27727         subsequent slash.  Preserve // when it is special.
27728         (dir_name): Don't append dot when drive letter is absolute.
27729         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27730         * lib/basename.c (base_name): New semantics - malloc the result.
27731         Preserve // when it is special.  Preserve relative files that look
27732         like drive letters.
27733         (base_len): Preserve // when it is special.
27734         (last_component): New method, similar to old base_name semantics.
27735         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27736         base_name.  Strip redundant slashes from ///.
27737
27738 2006-07-03  Jim Meyering  <jim@meyering.net>
27739
27740         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27741         macro is used before the first cycle_check call.
27742
27743 2006-07-03  Eric Blake  <ebb9@byu.net>
27744
27745         * modules/dirname (Depends-on): Add xstrndup.
27746
27747 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27748
27749         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27750         test cases, so that config.log is a bit easier to follow.
27751
27752 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27753
27754         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27755         both are 64 bits, since this seems to be the tradition, and this
27756         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27757         we ever run into a host that prefers long long to long in this
27758         case, we'll need another configure-time test.  Problem reported by
27759         Jim Meyering.
27760
27761 2006-07-02  Eric Blake  <ebb9@byu.net>
27762
27763         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
27764
27765 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27766
27767         * modules/inttypes (Depends-on): No longer depends on stdint.
27768         * modules/stdint (Description): Say more about assumptions.
27769         Say that the fast types might differ.  Say macros are used.
27770         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
27771         (Makefile.am): Revise list of substituted symbols to match
27772         new stdint.m4.
27773         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
27774         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
27775         * tests/test-stdint.c (verify_same_types)
27776         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
27777         the code conforms to C99/C89.
27778         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
27779         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
27780
27781 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27782
27783         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
27784         but fix a bug, by requiring at least 64 bits.
27785         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27786         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
27787         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
27788         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
27789
27790         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
27791         changes.  Make 2.59 a prerequisite.  Check and substitute for
27792         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
27793         inttypes.h.  Do not use special include files; just use the
27794         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
27795         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
27796         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
27797         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
27798         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
27799         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
27800         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
27801         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
27802         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
27803         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
27804         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
27805         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
27806         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
27807         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
27808         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
27809         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
27810         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
27811         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
27812         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
27813         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
27814         WINT_MAX.  Check for C99 conformance more strictly, by detecting
27815         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
27816         not check for things that C99 does not require, e.g., int8_t.  If
27817         a test isn't needed unless <stdint.h> isn't working, and is
27818         unlikely to be needed for any other reason, then don't do it
27819         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
27820         size_t, since we assume C89 freestanding at least.  Do not check
27821         for sig_atomic_t, wchar_t, or wint_t, since the code now does
27822         the right thing even if the types are not defined.  Instead use:
27823         (gl_STDINT_TYPE_PROPERTIES): New macro.
27824         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
27825         testing whether <sys/types.h> clashes, as Autoconf does this for
27826         us now.  All uses removed.
27827         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
27828         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
27829         (gl_CHECK_TYPE_SAME):
27830         Remove; no longer needed.
27831         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
27832         exists, since we'll return 0 anyway in that case.
27833         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
27834
27835 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27836
27837         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
27838         possible collision with system files.
27839         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
27840         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
27841         WCHAR_MIN and WCHAR_MAX in this case.
27842         (<stddef.h>): Do not include; no longer needed.
27843         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
27844         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
27845         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
27846         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
27847         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
27848         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
27849         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
27850         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
27851         !defined(__c99))]: Include in this case too, since it's harmless
27852         now.
27853         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
27854         dangerous to do so.
27855         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
27856         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
27857         (_STDINT_MIN, _STDINT_MAX): New macros.
27858         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
27859         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
27860         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
27861         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
27862         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
27863         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
27864         macros, not typedefs; this simplifies things quite a bit.
27865         Use long int for all types narrower than int64_t.
27866         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
27867         Define in terms of long long int or int64_t or long int,
27868         not int64_t or int32_t.  This saves some compile-time testing.
27869         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
27870         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
27871         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
27872         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
27873         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
27874         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
27875         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
27876         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
27877         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
27878         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
27879         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27880         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27881         undef any previous version and define our own version, for
27882         simplicity and consistency with the new macros for types.
27883         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27884         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27885         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
27886         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
27887         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
27888         @WINT_T_SUFFIX@ to keep things simple here.
27889         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
27890         Simplify by assuming typical 8/16/32/64 host, since we're
27891         already doing that elsewhere anyway.
27892         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
27893         and assume long long int is 64 bits if available.  This
27894         speeds up 'configure'.
27895
27896 2006-07-01  Eric Blake  <ebb9@byu.net>
27897
27898         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
27899         Reported by Andreas Buening.
27900
27901 2006-07-01  Eric Blake  <ebb9@byu.net>
27902
27903         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
27904
27905 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27906
27907         * lib/getaddrinfo.c: fixed typo
27908
27909 2006-06-29  Jim Meyering  <jim@meyering.net>
27910
27911         * modules/strftime (Maintainer): Add my name, since with the
27912         FPRINTFTIME changes strftime.c has forked from glibc.
27913
27914 2006-06-29  Eric Blake  <ebb9@byu.net>
27915
27916         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
27917
27918 2006-06-29  Eric Blake  <ebb9@byu.net>
27919
27920         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
27921
27922 2006-06-29  Eric Blake  <ebb9@byu.net>
27923
27924         * lib/stat_.h: New file.
27925
27926 2006-06-29  Eric Blake  <ebb9@byu.net>
27927
27928         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
27929         unused static function.
27930
27931 2006-06-29  Eric Blake  <ebb9@byu.net>
27932
27933         * doc/functions.texi (Function Portability): Document missing lstat
27934         on mingw.
27935
27936 2006-06-29  Eric Blake  <ebb9@byu.net>
27937
27938         * MODULES.html.sh: Add sys_stat.
27939         * modules/sys_stat: New module.
27940         * modules/mkstemp (Depends-on): Add sys_stat.
27941
27942 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27943
27944         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27945
27946 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27947
27948         * m4/c-bs-a.m4: Removed.
27949
27950 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27951
27952         * lib/strftime.c: Assume strftime() exists.
27953
27954 2006-06-29  Derek Price  <derek@ximbiot.com>
27955
27956         * modules/c-bs-a: Removed - \a is C89.
27957         * MODULES.html.sh: Remove c-bs-a.
27958
27959 2006-06-29  Bruno Haible  <bruno@clisp.org>
27960
27961         * modules/wcwidth (License): Change to LGPL.
27962
27963 2006-06-28  Simon Josefsson  <jas@extundo.com>
27964
27965         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27966         on _WIN32.
27967
27968         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27969         getnameinfo.
27970
27971 2006-06-28  Simon Josefsson  <jas@extundo.com>
27972
27973         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27974
27975 2006-06-28  Simon Josefsson  <jas@extundo.com>
27976
27977         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27978         functions there.  It will succeed on Windows XP, but on Windows
27979         2000 and (presumably) earlier, it will fail, and use the internal
27980         re-implementation.
27981         (use_win32_p): New function.
27982         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27983         Support AI_NUMERICSERV to disable getservbyname.
27984         (getnameinfo): New function, only supports
27985         NI_NUMERICHOST|NI_NUMERICSERV for now.
27986
27987         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27988         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27989         getnameinfo.
27990
27991 2006-06-28  Eric Blake  <ebb9@byu.net>
27992
27993         * modules/wcwidth: New file.
27994         * modules/mbchar (Depends-on): Add wcwidth.
27995         * modules/mbswidth (Depends-on): Add wcwidth.
27996         * MODULES.html.sh: Add wcwidth.
27997
27998 2006-06-28  Eric Blake  <ebb9@byu.net>
27999
28000         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
28001         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
28002
28003 2006-06-28  Eric Blake  <ebb9@byu.net>
28004
28005         * lib/xvasprintf.h: Fix comments.
28006
28007 2006-06-28  Eric Blake  <ebb9@byu.net>
28008
28009         * lib/mbchar.h (wcwidth): Include wcwidth.h.
28010         * lib/mbswidth.c (wcwidth): Move from here...
28011         * lib/wcwidth.h: ...to this new file.
28012
28013 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28014
28015         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
28016
28017         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
28018         it's obsolete.
28019         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
28020
28021 2006-06-28  Derek R. Price  <derek@ximbiot.com>
28022
28023         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
28024         Autoconf 2.60 says this stuff was obsolete.
28025
28026 2006-06-28  Bruno Haible  <bruno@clisp.org>
28027
28028         * modules/wcwidth (Files): Add m4/wchar_t.m4.
28029
28030 2006-06-28  Bruno Haible  <bruno@clisp.org>
28031
28032         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
28033         gt_TYPE_WCHAR_T.
28034
28035 2006-06-28  Bruno Haible  <bruno@clisp.org>
28036
28037         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
28038         declaration for wcwidth.
28039         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
28040
28041 2006-06-28  Bruno Haible  <bruno@clisp.org>
28042
28043         * lib/mkdtemp.c [MINGW]: Include <io.h>.
28044         (mkdir): Define using _mkdir.
28045
28046 2006-06-28  Bruno Haible  <bruno@clisp.org>
28047
28048         * lib/getaddrinfo.h: Fix POSIX URL.
28049         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
28050         _WIN32.
28051         (use_win32_p): Make static.
28052         (getaddrinfo): Reject service name if it is empty or does not consist
28053         solely of decimal digits, or if its value is > 65535.
28054         (getnameinfo): Remove useless casts.
28055
28056 2006-06-27  Simon Josefsson  <jas@extundo.com>
28057
28058         * modules/sys_select: New file, suggested by Bruno Haible, Paul
28059         Eggert and Martin Lambers.
28060
28061 2006-06-27  Simon Josefsson  <jas@extundo.com>
28062
28063         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
28064         Eggert and Martin Lambers.
28065
28066 2006-06-27  Bruno Haible  <bruno@clisp.org>
28067
28068         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
28069         result to 0, not to empty.
28070         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
28071
28072 2006-06-27  Bruno Haible  <bruno@clisp.org>
28073
28074         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
28075
28076 2006-06-26  Simon Josefsson  <jas@extundo.com>
28077
28078         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
28079         present.
28080
28081 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
28082
28083         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
28084         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
28085         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
28086
28087 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
28088
28089         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
28090
28091 2006-06-26  Bruno Haible  <bruno@clisp.org>
28092
28093         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
28094
28095 2006-06-26  Bruno Haible  <bruno@clisp.org>
28096
28097         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
28098
28099 2006-06-26  Bruno Haible  <bruno@clisp.org>
28100
28101         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
28102         SGI C compiler in pre-C99 mode.
28103         Suggested by Mark D. Baushke and Larry Jones.
28104
28105 2006-06-26  Bruno Haible  <bruno@clisp.org>
28106
28107         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
28108         WCHAR_MAX.
28109         Reported by Mark D. Baushke and Larry Jones.
28110
28111 2006-06-26  Bruno Haible  <bruno@clisp.org>
28112
28113         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
28114         in pre-C99 mode.
28115         Suggested by Mark D. Baushke and Larry Jones.
28116
28117 2006-06-23  Simon Josefsson  <jas@extundo.com>
28118             Bruno Haible  <bruno@clisp.org>
28119
28120         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
28121         Emit mostlyclean-local rule.
28122         (func_emit_tests_Makefile_am): Likewise.
28123         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
28124
28125 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
28126
28127         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
28128
28129 2006-06-23  Bruno Haible  <bruno@clisp.org>
28130
28131         * tests/test-stdint.c: Update to match ISO C 99 Technical
28132         Corrigendum 1.
28133
28134 2006-06-23  Bruno Haible  <bruno@clisp.org>
28135
28136         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
28137
28138 2006-06-23  Bruno Haible  <bruno@clisp.org>
28139
28140         * lib/stdint_.h: Treat IRIX like OpenBSD.
28141
28142 2006-06-23  Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
28145         ISO C 99 Technical Corrigendum 1.
28146
28147 2006-06-22  Simon Josefsson  <jas@extundo.com>
28148
28149         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
28150         MinGW.
28151
28152 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28153
28154         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
28155         needed.  Some compiler complained about some of them.  Problem reported
28156         by Larry Jones in
28157         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
28158
28159 2006-06-21  Simon Josefsson  <jas@extundo.com>
28160
28161         * tests/test-getaddrinfo.c: New file.
28162
28163         * modules/getaddrinfo-tests: New file.
28164
28165         * MODULES.html.sh: Add inet_pton.
28166
28167         * modules/inet_pton: New file.
28168
28169 2006-06-21  Simon Josefsson  <jas@extundo.com>
28170
28171         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
28172         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
28173         of using the (limited) gnulib implementation on Windows XP.
28174
28175         * m4/inet_pton.m4: New file.
28176
28177 2006-06-21  Simon Josefsson  <jas@extundo.com>
28178
28179         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
28180         variable.
28181
28182         * lib/socket_.h: Don't define WINVER.
28183
28184         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
28185         slightly modified to work in gnulib.
28186
28187 2006-06-21  Simon Josefsson  <jas@extundo.com>
28188
28189         * doc/gnulib.texi (Windows sockets): Add.
28190
28191 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
28192
28193         * lib/read-file.c (fread_file): Start with buffer allocation of
28194         0 bytes rather than 1 byte; this simplifies the code.
28195         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
28196         code to free buffer and save/restore errno.
28197         (internal_read_file): Remove unused local.
28198
28199 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
28200
28201         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
28202         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
28203         Problem reported by Denis Excoffier in
28204         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
28205
28206 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28207
28208         * modules/sys_socket, modules/socklen: Include sys/types since
28209         FreeBSD 4.x's sys/socket.h needs it.
28210
28211 2006-06-19  Simon Josefsson  <jas@extundo.com>
28212
28213         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
28214
28215 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
28216
28217         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
28218
28219 2006-06-19  Bruno Haible  <bruno@clisp.org>
28220
28221         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
28222         and FULL_PATH_INTTYPES_H in angle brackets.
28223         Reported by Mark D. Baushke <mdb@gnu.org>.
28224
28225 2006-06-17  Eric Blake  <ebb9@byu.net>
28226
28227         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
28228         errno.
28229
28230 2006-06-17  Bruno Haible  <bruno@clisp.org>
28231
28232         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
28233         <sys/inttypes.h>.
28234
28235 2006-06-17  Bruno Haible  <bruno@clisp.org>
28236
28237         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
28238         whether errno is declared. Assume <errno.h> declares errno.
28239
28240 2006-06-17  Bruno Haible  <bruno@clisp.org>
28241
28242         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
28243
28244 2006-06-17  Bruno Haible  <bruno@clisp.org>
28245
28246         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
28247         problem on Solaris 2.5.1.
28248
28249 2006-06-16  Eric Blake  <ebb9@byu.net>
28250
28251         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
28252         * lib/unicodeio.c [!defined errno]: Likewise.
28253         * lib/strtol.c [!defined errno]: Likewise.
28254         * lib/strtod.c [!defined errno]: Likewise.
28255
28256 2006-06-15  Eric Blake  <ebb9@byu.net>
28257
28258         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
28259
28260 2006-06-15  Eric Blake  <ebb9@byu.net>
28261
28262         * config/srclist.txt (ssize_t.m4): Lose sync.
28263
28264 2006-06-15  Bruno Haible  <bruno@clisp.org>
28265
28266         * modules/stdint (Files): Include m4/full-header-path.m4,
28267         m4/size_max.m4, m4/wchar_t.m4.
28268         (Makefile.am): Many more substitutions.
28269         * modules/stdint-tests: New file.
28270         * tests/test-stdint.c: New file.
28271
28272 2006-06-15  Bruno Haible  <bruno@clisp.org>
28273
28274         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
28275         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
28276         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
28277         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
28278         gl_CHECK_TYPE_SAME): New macros.
28279
28280 2006-06-15  Bruno Haible  <bruno@clisp.org>
28281
28282         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
28283
28284 2006-06-15  Bruno Haible  <bruno@clisp.org>
28285
28286         * lib/stdint_.h: Rewritten to be fully auto-configured.
28287         Fixes bug on HP-UX/IA64.
28288
28289 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
28290
28291         * lib/getdate.y (__attribute__): Don't define if already defined.
28292         Problem reported by Larry Jones.
28293         * lib/utimens.c (__attribute__): Likewise.
28294
28295 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
28296
28297         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
28298         reported by Andreas Schwab.
28299
28300 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28301             Bruno Haible  <bruno@clisp.org>
28302
28303         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
28304         check for the declaration of strnlen and a run test that exposes the
28305         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
28306         rpl_strndup.
28307
28308 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28309             Bruno Haible  <bruno@clisp.org>
28310
28311         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
28312
28313 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28314
28315         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
28316         compile test, for Tru64 4.0D.
28317
28318 2006-05-28  Karl Berry  <karl@gnu.org>
28319
28320         * config/srclist.txt (printf-args.c): lose sync.
28321
28322 2006-05-26  Martin Lambers  <marlam@marlam.de>
28323
28324         * lib/getpass.c: Updates the test for the native W32 API, and adds
28325         missing includes, thus fixing compilation warnings.
28326
28327 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28328
28329         * lib/exclude.c (exclude_fnmatch): New function.
28330         (excluded_file_name): Call exclude_fnmatch.
28331         * lib/exclude.h (excluded_file_name): New prototype
28332
28333 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
28334
28335         * lib/tempname.c (small_open, large_open): New macros.
28336         (__open, __open64) [!_LIBC]: Remove.
28337         (__gen_tempname): Use small_open and large_open instead of __open
28338         and __open64.  This fixes a portability bug on HP-UX 11.11i
28339         reported by Simon Wing-Tang in
28340         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
28341
28342 2006-05-24  Bruno Haible  <bruno@clisp.org>
28343
28344         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
28345         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
28346         Reported by Thorsten Maerz <torte@netztorte.de> via
28347         Aaron Stone <aaron@serendipity.cx>.
28348
28349 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28350
28351         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
28352         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
28353         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
28354         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
28355         not really conditional on the cache.
28356         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
28357
28358 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28359
28360         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
28361         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
28362         (my_usleep): Don't mishandle maximum value.
28363
28364 2006-05-19  Jim Meyering  <jim@meyering.net>
28365
28366         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
28367
28368 2006-05-17  Bruno Haible  <bruno@clisp.org>
28369
28370         Cygwin portability.
28371         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
28372
28373 2006-05-17  Bruno Haible  <bruno@clisp.org>
28374
28375         * lib/stdint_.h: Fix recognition of Cygwin.
28376
28377 2006-05-15  Bruno Haible  <bruno@clisp.org>
28378
28379         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
28380         on libtool patch by Ralf Wildenhues.
28381
28382 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
28383
28384         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
28385         test for C99 conformance; (bool) 0.5 is an integer constant
28386         expression, but (bool) -0.5 is not.  Problem reported by Fedor
28387         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
28388
28389 2006-05-11  Simon Josefsson  <jas@extundo.com>
28390
28391         * m4/xvasprintf.m4: Fix obvious typo.
28392
28393 2006-05-11  Jim Meyering  <jim@meyering.net>
28394
28395         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
28396         James Lemley.
28397
28398 2006-05-10  Simon Josefsson  <jas@extundo.com>
28399
28400         * lib/md4.c: Typo fix, update copyright years.
28401         (K1, K2): Don't use L because it turn computations into 64-bit on
28402         64-bit platforms.
28403
28404 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
28405
28406         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
28407         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
28408         unwanted sign propagation, e.g., on hosts with 64-bit int.
28409         There still are some problems with reeelly weird theoretical hosts
28410         (e.g., 33-bit int) but it's not worth worrying about now.
28411         * lib/sha1.c (rol): Likewise.
28412         (K1, K2, K3, K4): Remove unnecessary L suffix.
28413
28414 2006-05-10  Bruno Haible  <bruno@clisp.org>
28415
28416         * lib/des.c: Cast to avoid warnings.
28417
28418 2006-05-09  Bruno Haible  <bruno@clisp.org>
28419
28420         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
28421         (Depends-on): Depend also on xsize, stdarg.
28422         (configure.ac): Add gl_XVASPRINTF.
28423
28424 2006-05-09  Bruno Haible  <bruno@clisp.org>
28425
28426         * m4/xvasprintf.m4: New file.
28427
28428 2006-05-09  Bruno Haible  <bruno@clisp.org>
28429
28430         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
28431         (EOVERFLOW): Define fallback value.
28432         (xstrcat): New function.
28433         (xvasprintf): Recognize the special case of a string concatenation.
28434
28435 2006-05-08  Eric Blake  <ebb9@byu.net>
28436
28437         * gnulib-tool (func_version): Base copyright year on CVS date.
28438         (func_emit_copyright_notice): New function.
28439         (func_emit_lib_Makefile_am): Use it.
28440         (func_emit_tests_Makefile_am): Likewise.
28441         (func_import): Likewise.
28442
28443 2006-05-08  Bruno Haible  <bruno@clisp.org>
28444
28445         * modules/stdarg: New file.
28446         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
28447
28448 2006-05-08  Bruno Haible  <bruno@clisp.org>
28449
28450         * m4/stdarg.m4: New file, from GNU gettext.
28451
28452 2006-05-08  Bruno Haible  <bruno@clisp.org>
28453
28454         * config/srclist.txt (build-aux/config.rpath): different from latest
28455         release.
28456
28457 2006-05-08  Bruno Haible  <bruno@clisp.org>
28458
28459         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
28460
28461 2006-05-05  Jim Meyering  <jim@meyering.net>
28462
28463         * m4/warning.m4: New file, derived from bison's file by the same name.
28464
28465 2006-05-03  Bruno Haible  <bruno@clisp.org>
28466
28467         * lib/stdint_.h: Shorter URL.
28468         * lib/inttypes.h: Likewise.
28469
28470 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28471
28472         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
28473
28474 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28475
28476         * lib/verify.h: Document the internals better.  Most of this change
28477         was written by Bruno Haible.
28478
28479 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
28480
28481         * doc/verify.texi: New file, partly based on a proposal by
28482         Bruno Haible.
28483
28484 2006-05-02  Bruno Haible  <bruno@clisp.org>
28485
28486         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
28487         test from here...
28488         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
28489
28490 2006-04-29  Bruno Haible  <bruno@clisp.org>
28491
28492         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
28493         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
28494
28495 2006-04-29  Bruno Haible  <bruno@clisp.org>
28496
28497         * gnulib-tool: Make --update option actually work.
28498
28499 2006-04-29  Bruno Haible  <bruno@clisp.org>
28500
28501         * doc/gcd.texi: New file.
28502         * doc/gnulib.texi: Include it.
28503
28504 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
28505
28506         * lib/getdate.y (get_date): When adding relative date, start with the
28507         initial time, not with the result of the first mktime call.
28508
28509 2006-04-25  Bruno Haible  <bruno@clisp.org>
28510
28511         * gnulib-tool (func_import): Output the include directives in three
28512         blocks, sorted separately.
28513         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28514
28515 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28516
28517         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
28518         to define main with arguments, for C++.  Reported by Eric Blake.
28519         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
28520         Prefer 'int main ()' to 'int main (void)', for C++.
28521         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
28522         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
28523         for 'main', for C99 and C++.
28524
28525 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
28526
28527         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
28528         Don't assume that exit status -1 is valid.
28529         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28530         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
28531         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
28532         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
28533         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
28534         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
28535         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
28536         functions can be used without declaring them, or that you can
28537         exit with status -1.
28538         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
28539
28540 2006-04-24  Karl Berry  <karl@gnu.org>
28541
28542         * config/srclist.txt (longdouble.m4): sync lost.
28543
28544 2006-04-24  Eric Blake  <ebb9@byu.net>
28545
28546         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
28547
28548 2006-04-24  Bruno Haible  <bruno@clisp.org>
28549
28550         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
28551         poll() implementation in AIX.
28552         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28553
28554 2006-04-24  Bruno Haible  <bruno@clisp.org>
28555
28556         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
28557         assigned exactly once.
28558
28559 2006-04-23  Claudio Fontana  <claudio@gnu.org>
28560             Bruno Haible  <bruno@clisp.org>
28561
28562         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
28563         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
28564         for AM_CPPFLAGS.
28565
28566 2006-04-23  Bruno Haible  <bruno@clisp.org>
28567
28568         * modules/copy-file: Depend on unistd.
28569         * modules/execute: Likewise.
28570         * modules/fatal-signal: Likewise.
28571         * modules/findprog: Likewise.
28572         * modules/mkdtemp : Likewise.
28573         * modules/pipe: Likewise.
28574         * modules/wait-process: Likewise.
28575
28576 2006-04-23  Bruno Haible  <bruno@clisp.org>
28577
28578         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
28579         condition was already detected.
28580         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28581
28582 2006-04-23  Bruno Haible  <bruno@clisp.org>
28583
28584         * lib/copy-file.c: Include <unistd.h> unconditionally.
28585         * lib/execute.c: Likewise.
28586         * lib/fatal-signal.c: Likewise.
28587         * lib/findprog.c: Likewise.
28588         * lib/mkdtemp.c: Likewise.
28589         * lib/pipe.h: Likewise.
28590         * lib/pipe.c: Likewise.
28591         * lib/wait-process.h: Likewise.
28592
28593 2006-04-23  Bruno Haible  <bruno@clisp.org>
28594
28595         * gnulib-tool (func_usage): Fix --import description. Document
28596         --update.
28597         (func_import): Create temporary file in a temporary directory, if
28598         --dry-run is specified. Silence errors from 'grep' when there are no
28599         m4 files in $m4dir.
28600         (func_create_testdir): Silence errors from 'grep' when there are no
28601         m4 files in $m4dir.
28602         Reported by Karl Berry <karl@freefriends.org>.
28603
28604 2006-04-20  Bruno Haible  <bruno@clisp.org>
28605
28606         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
28607         one argument, so that the code will be portable to Autoconf 2.60.
28608         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
28609         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
28610         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
28611
28612 2006-04-19  Derek Price  <derek@ximbiot.com>
28613             Eric Blake  <ebb9@byu.net>
28614
28615         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
28616         rather than "/full/path.h".  Update comment to match.  Shorten &
28617         generalize m4_translit call via AS_TR_CPP.
28618
28619 2006-04-19  Derek Price  <derek@ximbiot.com>
28620             Eric Blake  <ebb9@byu.net>
28621
28622         * lib/inttypes.h: Correct grammar in comment.
28623
28624 2006-04-18  Derek Price  <derek@ximbiot.com>
28625             Paul Eggert  <eggert@cs.ucla.edu>
28626
28627         * modules/inttypes: New file.
28628         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
28629
28630 2006-04-18  Derek Price  <derek@ximbiot.com>
28631             Paul Eggert  <eggert@cs.ucla.edu>
28632
28633         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
28634         New files.
28635
28636 2006-04-18  Derek Price  <derek@ximbiot.com>
28637             Paul Eggert  <eggert@cs.ucla.edu>
28638
28639         * lib/inttypes.h: New file.
28640         * lib/strtoimax.c: Assume <inttypes.h>.
28641
28642 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
28643
28644         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
28645         isn't mounted.  Problem reported by Kir Kolyshkin.
28646
28647 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
28648
28649         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
28650         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
28651         Derek R. Price.
28652         * lib/regex.h (RE_DUP_MAX): Update comment to match current
28653         implementation.
28654
28655 2006-04-12  Eric Blake  <ebb9@byu.net>
28656
28657         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
28658         is now done automatically by the corresponding Autoconf macro.
28659
28660 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
28661
28662         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
28663         time_r.h.
28664
28665 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28666
28667         Merge regex changes from libc, removing some of our
28668         POSIX-conformance changes that were rejected and redoing them in a
28669         less-intrusive way.
28670
28671         * lib/regcomp.c (re_compile_internal, init_dfa):
28672         Length arg is now size_t, not Idx.  All uses changed.
28673         (peek_token): Forward decl now says internal_function.
28674         (__re_error_msgid, __re_error_msgid_idx):
28675         Now static rather than extern with attribute_hidden.
28676         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
28677         For some reason libc prefers K&R style defns for external functions.
28678         (regerror) [!defined _LIBC]: Likewise.
28679         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
28680         (seek_collating_symbol_entry, lookup_collation_sequence_value):
28681         (build_range_exp, build_collating_symbol):
28682         Use K&R-style defn.
28683         (re_compile_fastmap): Use '\0' to memset, not 0.
28684         (utf8_sb_map): Make the calculations more obvious.
28685         (init_dfa, parse_bracket_exp, build_charclass_op):
28686         Call calloc and cast result, as glibc does.
28687         (init_word_char, fetch_token, peek_token, peek_token_bracket):
28688         (build_range_exp, build_collating_symbol):
28689         Now internal functions.
28690
28691         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
28692
28693         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
28694         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
28695         Don't depend on VMS; depend on __VMS instead, for POSIX
28696         namespace cleanness.
28697         (regoff_t): Define to ssize_t, not long int.
28698
28699         Remove the REG_ macros named below.  Instead, make the old names
28700         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
28701         __USE_GNU_REGEX.
28702         (REG_BACKSLASH_ESCAPE_IN_LISTS):
28703         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
28704         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
28705         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28706         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28707         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28708         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28709         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28710         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28711         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28712         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28713         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28714         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28715         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28716         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28717         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28718         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28719         (REG_NREGS):
28720         Remove.  All uses replaced by the old RE_* names.
28721         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28722         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28723         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28724         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28725         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28726         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28727         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28728         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28729         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28730         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28731         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28732         Don't bother having these macros be independent of each others'
28733         values, since they no longer exist in the POSIX name space.
28734
28735         Rename the following member names back to their old names,
28736         unless !__USE_GNU_REGEX.  All uses changed back.
28737         (buffer): Renamed from re_buffer.
28738         (allocated): Renamed from re_allocated.
28739         (used): Renamed from re_used.
28740         (syntax): Renamed from re_syntax.
28741         (fastmap): Renamed from re_fastmap.
28742         (translate): Renamed from re_translate.
28743         (can_be_null): Renamed from re_can_be_null.
28744         (regs_allocated): Renamed from re_regs_allocated.
28745         (fastmap_accurate): Renamed from re_fastmap_accurate.
28746         (no_sub): Renamed from re_no_sub.
28747         (not_bol): Renamed from re_not_bol.
28748         (not_eol): Renamed from re_not_eol.
28749         (newline_anchor): Renamed from re_newline_anchor.
28750         (num_regs): Renamed from rm_num_regs.
28751         (start): Renamed from rm_start.
28752         (end): Renamed from rm_end.
28753
28754         (free_state): Move up a bit.
28755
28756         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28757         #define to be empty.
28758         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28759         when that is what is intended.
28760         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
28761         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
28762         (MAX): New macro.
28763         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
28764         All uses changed back to re_malloc, etc.  It's now the caller's
28765         responsibility to check for overflow; all callers changed.
28766         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
28767         (re_x2nrealloc): Remove.
28768         (free_state): Remove decl.
28769
28770         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
28771         (re_set_registers, re_exec):
28772         Use K&R-style defn.
28773
28774         2006-01-31  Roland McGrath  <roland@redhat.com>
28775
28776         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
28777         Reported by Mike Frysinger <vapier@gentoo.org>.
28778
28779         2006-01-15  Andreas Jaeger  <aj@suse.de>
28780
28781         [BZ #1950]
28782         * lib/regex_internal.c (re_string_reconstruct): Adjust for
28783         build_wcs_upper_buffer change.
28784         (build_wcs_upper_buffer): Change return type.
28785
28786         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
28787
28788         * lib/regex_internal.h: Include <stdint.h> if available.
28789
28790         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
28791
28792         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
28793
28794         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28795
28796         * lib/regcomp.c: Adjust for changed secondary hash function.
28797
28798         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
28799
28800         * lib/regex.h: Pretty printing.
28801         Clean up namespace a bit.
28802
28803         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
28804
28805         * lib/regexec.c (update_cur_sifted_state, check_arrival,
28806         check_arrival_add_next_nodes): Avoid using uninitialized variable.
28807
28808         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28809                     Ulrich Drepper  <drepper@redhat.com>
28810
28811         [BZ #1302]
28812         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
28813         changed.
28814         (bitset_word_t): Renamed from bitset_word.  All uses changed.
28815
28816         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
28817
28818         [BZ #281]
28819         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
28820         * lib/regcomp.c: Remove unnecessary uses of
28821         unsigned RE_TRANSLATE_TYPE.
28822         * lib/regex_internal.h: Likewise.
28823         * lib/regex_internal.c: Likewise.
28824         * lib/regexec.c: Likewise.
28825         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
28826
28827         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
28828
28829         * lib/regexec.c (find_recover_state): Remove unnecessary
28830         initialization.
28831         (transit_state_bkref): Make DFA a const pointer.
28832         (get_subexp): Likewise.
28833         (check_arrival): Likewise.
28834         (update_cur_sifted_state): Likewise.
28835         (re_search_internal): Likewise.
28836         (prune_impossible_nodes): Likewise.
28837         (acquire_init_state_context): Likewise.
28838         (proceed_next_node): Likewise.
28839         (set_regs): Likewise.
28840         (free_fail_stack_return): Likewise.
28841         (check_arrival_expand_ecl): Mark DFA parameter as const.
28842         (check_arrival_expand_ecl_sub): Likewise.
28843         (check_subexp_limits): Likewise.
28844         (sub_epsilon_src_nodes):  Likewise.
28845         (add_epsilon_src_nodes):  Likewise.
28846         (merge_state_array): Likewise.
28847         (update_regs): Likewise.
28848         (build_trtable): Likewise.
28849         (sift_states_backward): Mark MCTX parameter as const.
28850         (build_sifted_states): Likewise.
28851         (update_cur_sifted_state): Likewise.
28852         (sift_states_mkref): Likewise.
28853         (check_arrival_expand_ecl): Mark eclosure as const.
28854         (check_dst_limits_calc_pos_1): Likewise.
28855         * lib/regex_internal.h (re_match_context_t): Make dfa a const
28856         pointer.
28857
28858         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
28859
28860         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
28861         (transit_state_sb): Likewise.
28862         (transit_state_mb): Likewise.
28863         (sift_states_iter_mb): Likewise.
28864         (check_arrival_add_next_nodes): Likewise.
28865         (check_node_accept_bytes): Change first parameter to pointer-to-const.
28866         [_LIBC] (re_search_2_stub): Use mempcpy.
28867
28868         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
28869         mbrtowc for very simple UTF-8 case.
28870
28871         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
28872         a pointer-to-const.
28873         (re_acquire_state_context): Likewise.
28874         * lib/regex_internal.h: Adjust prototypes.
28875
28876         * lib/regex.c: Prevent using C++ compilers.
28877
28878         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
28879         (re_acquire_state_context): Likewise.
28880
28881 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28882
28883         * modules/regex (Depends-on): Add ssize_t.
28884
28885 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28886
28887         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
28888         translation table.
28889
28890 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28891
28892         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
28893
28894 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
28895             Bruno Haible  <bruno@clisp.org>
28896
28897         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
28898         <sys/types.h> and <inttypes.h>.
28899
28900 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28901
28902         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
28903         `__error_t_defined', so argp.h will not typedef the former.
28904
28905 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
28906
28907         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
28908         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
28909         glibc names.  Even if glibc is changed to conform to POSIX, the
28910         traditional names will be available anyway, since regex depends on
28911         the extensions module.  Also, fix a longstanding typo in the
28912         implementation of Spencer ERE test #75 from grep 2.3.  Problems
28913         reported by Emanuele Giaquinta.  Also, change sense of cached
28914         variable, so that the message makes sense.
28915
28916 2006-03-24  Simon Josefsson  <jas@extundo.com>
28917
28918         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
28919         including some doc fixes.
28920         (base64_encode_alloc): Fix +1 bug on allocation failures.
28921
28922 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28923
28924         * lib/base64.c (base64_encode): Do not read past end of array with
28925         unsanitized input on systems with CHAR_BIT > 8.
28926
28927 2006-03-24  Eric Blake  <ebb9@byu.net>
28928
28929         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
28930
28931 2006-03-22  Karl Berry  <karl@gnu.org>
28932
28933         * config/srclist.txt (*setenv.[ch]): get from coreutils.
28934         * config/srclistvars.sh (COREUTILS): new var.
28935
28936 2006-03-17  Jim Meyering  <jim@meyering.net>
28937
28938         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28939         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28940
28941 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28942
28943         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28944         no longer needs it.  Instead, check that regoff_t is as least
28945         as wide as ptrdiff_t.
28946
28947         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28948         so that our regex.h stays compatible with the installed regex.
28949         This is helpful for installers who configure --without-included-regex.
28950         Problem reported by Emanuele Giaquinta.
28951
28952 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28953
28954         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28955         Typedef to long int, not to off_, as POSIX will likely change
28956         in that direction.
28957
28958 2006-03-15  Eric Blake  <ebb9@byu.net>
28959
28960         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28961
28962 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28963
28964         * lib/argp-help.c (validate_uparams): Fix typo
28965         * lib/argp-parse.c (argp_default_options): Consistently begin help
28966         messages with a lowercase letter.
28967
28968 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28969
28970         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28971         overrun buffers and shouldn't be used (much as gets shouldn't be
28972         used).
28973         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28974
28975 2006-03-08  Simon Josefsson  <jas@extundo.com>
28976
28977         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28978         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28979
28980 2006-03-08  Simon Josefsson  <jas@extundo.com>
28981
28982         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28983         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28984
28985 2006-03-08  Simon Josefsson  <jas@extundo.com>
28986
28987         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28988         signal that configure disabled the device.
28989
28990 2006-03-08  Simon Josefsson  <jas@extundo.com>
28991
28992         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28993         languages.
28994
28995 2006-03-07  Simon Josefsson  <jas@extundo.com>
28996
28997         * modules/getopt (Depends-on): Add unistd.
28998
28999         * modules/unistd: New file.
29000
29001 2006-03-07  Simon Josefsson  <jas@extundo.com>
29002
29003         * modules/gc-random: New file.
29004
29005 2006-03-07  Simon Josefsson  <jas@extundo.com>
29006
29007         * m4/unistd_h.m4: New file.
29008
29009 2006-03-07  Simon Josefsson  <jas@extundo.com>
29010
29011         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
29012         test to be side-effect free by storing the result in the cache
29013         variable gl_cv_lib_readline, and moving the assignment of
29014         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
29015         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29016
29017 2006-03-07  Simon Josefsson  <jas@extundo.com>
29018
29019         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
29020         error on missing devices (the functions will return an error).
29021
29022         * m4/gc.m4: Move random stuff to gc-random.m4
29023
29024 2006-03-07  Simon Josefsson  <jas@extundo.com>
29025
29026         * lib/unistd_.h: New file.
29027
29028 2006-03-07  Simon Josefsson  <jas@extundo.com>
29029
29030         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
29031
29032 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29033
29034         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
29035         Problem reported by Juan Manuel Guerrero.
29036
29037 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29038
29039         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
29040         the unistd module.
29041         * lib/getlogin_r.c: Likewise.
29042         * lib/getlogin_r.h: Likewise.
29043         * lib/glob.c: Likewise.
29044         * lib/pagealign_alloc.c: Likewise.
29045         * lib/unistd_.h: Remove; no longer needed.
29046
29047 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
29048
29049         * MODULES.html.sh (Support for systems lacking POSIX:2001):
29050         Add unistd.
29051         * modules/c-stack (Depends-on): Add unistd.
29052         * modules/getlogin_r: Likewise.
29053         * modules/glob: Likewise.
29054         * modules/pagealign_alloc: Likewise.
29055         * modules/unistd (Files): Remove lib/unistd_.h.
29056         (EXTRA_DIST): Remove.
29057         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
29058         need unistd_.h.
29059         (MOSTLYCLEANFILES): Remove unistd.h-t.
29060
29061 2006-03-03  Simon Josefsson  <jas@extundo.com>
29062
29063         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
29064
29065 2006-03-03  Simon Josefsson  <jas@extundo.com>
29066
29067         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
29068         libidn and bison.
29069
29070 2006-03-03  Simon Josefsson  <jas@extundo.com>
29071
29072         * build-aux/maint.mk: Add indent target.
29073
29074 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
29075
29076         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
29077         our replacement poll.h in any case, to avoid a differing
29078         declaration from a system header.  Seen on AIX.
29079
29080 2006-03-01  Simon Josefsson  <jas@extundo.com>
29081
29082         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
29083         <kasal@ucw.cz>.
29084
29085 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29086
29087         * modules/gettime (Depends-on): Add extensions module.
29088         * modules/nanosleep (Depends-on): Likewise.
29089         * modules/settime (Depends-on): Likewise.
29090
29091 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29092
29093         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
29094         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
29095         pedantically.
29096         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
29097         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
29098
29099         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
29100         not "==".  Reported by Ralf Wildenhues.
29101
29102 2006-03-01  Karl Berry  <karl@gnu.org>
29103
29104         * doc/Copyright/request-*: new files, synced from gnuorg.
29105
29106 2006-03-01  Karl Berry  <karl@gnu.org>
29107
29108         * config/srclist.txt (Copyright/*): new entries.
29109
29110 2006-02-28  Simon Josefsson  <jas@extundo.com>
29111
29112         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
29113
29114 2006-02-27  Simon Josefsson  <jas@extundo.com>
29115
29116         * lib/base64.h: Indent #define's.  From Jim Meyering
29117         <jim@meyering.net>.
29118
29119 2006-02-27  Jim Meyering  <jim@meyering.net>
29120
29121         Revert the change of 2006-02-24, so these files can continue
29122         to be sync'd from gettext.
29123         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
29124         of `config.h'.
29125
29126 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
29127
29128         * modules/intprops: New file.
29129         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
29130         Add intprops.
29131         * modules/getloadavg (Files): Remove lib/intprops.h.
29132         (Depends-on): Add intprops.
29133         * modules/human: Likewise.
29134         * modules/inttostr: Likewise.
29135         * modules/openat: Likewise.
29136         * modules/sig2str: Likewise.
29137         * modules/userspec: Likewise.
29138         * modules/utimecmp: Likewise.
29139         * modules/xnanosleep: Likewise.
29140         * modules/xstrtol: Likewise.
29141
29142 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
29143
29144         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
29145         * modules/lock-tests (TESTS): Use $(EXEEXT).
29146         * modules/tls-tests: Likewise.
29147         * modules/argp-tests: Likewise.
29148         (check_PROGRAMS): New var, replacing...
29149         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
29150
29151 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29152
29153         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
29154         `config.h'.
29155
29156 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29157
29158         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
29159
29160 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29161
29162         Sync from coreutils.
29163         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
29164         gl_CHDIR_SAFER.
29165
29166 2006-02-22  Jim Meyering  <jim@meyering.net>
29167
29168         Sync from coreutils.
29169         * m4/chdir-safer.m4: New file.
29170
29171 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
29172
29173         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
29174         AT_FDCWD exceeds INT_MAX.
29175         * lib/openat.h (AT_FDCWD): Likewise.
29176
29177 2006-02-17  Eric Blake  <address@hidden>
29178
29179         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
29180
29181 2006-02-16  Simon Josefsson  <jas@extundo.com>
29182
29183         * modules/getaddrinfo (Depends-on): Add sys_socket.
29184
29185 2006-02-15  Simon Josefsson  <jas@extundo.com>
29186
29187         * build-aux/maint.mk: Add dsyntax-check rule.
29188
29189 2006-02-15  Eric Blake  <ebb9@byu.net>
29190
29191         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
29192         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
29193         'present but cannot compile' warnings on cygwin.
29194         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
29195         use ws2tcpip.h if sys/socket.h works.
29196         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
29197         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
29198
29199 2006-02-14  Simon Josefsson  <jas@extundo.com>
29200
29201         * modules/maintainer-makefile (Files): Rename.
29202
29203         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
29204         and (the local) Makefile.cfg to maint-cfg.mk.
29205
29206         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
29207         to the latter.
29208
29209         * modules/maintainer-makefile: New module.
29210
29211         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
29212         severaly stripped to make it possible to build it up from scratch
29213         with reliable tests.
29214
29215         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
29216         fixes to permit overriding the default actions when configure and
29217         makefile are not available.
29218
29219 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
29220
29221         Sync from coreutils.
29222         * modules/lstat (Depends-on): Don't depend on xalloc.
29223         (License): Change from GPL to LGPL, since this is now simply a
29224         replacement for a libc function.
29225
29226 2006-02-14  Jim Meyering  <jim@meyering.net>
29227
29228         Sync from coreutils.
29229
29230         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
29231         failure on deficient systems, and simplify gnulib lgpl dependencies.
29232         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
29233         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
29234
29235         * lib/xalloc-die.c: Remove unused definition of N_.
29236
29237 2006-02-14  Jim Meyering  <jim@meyering.net>
29238
29239         Sync from coreutils.
29240         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
29241         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
29242         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
29243         double-quote uses of that variable, to accommodate the rare case in
29244         which getmntent is available in none of the libraries checked.  This
29245         happens at least on FreeBSD 5.0.
29246
29247 2006-02-13  Simon Josefsson  <jas@extundo.com>
29248
29249         * gnulib-tool (Usage): Fix --import, from
29250         karl@freefriends.org (Karl Berry).
29251
29252 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
29253
29254         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
29255
29256 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
29257
29258         * lib/argp-namefrob.h: Restore changes accidentally lost during the
29259         "autoupdate" on 2005-12-12.
29260
29261 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29262
29263         * modules/closeout (Depends-on): Remove atexit.
29264
29265 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
29266
29267         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
29268         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
29269
29270 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29271
29272         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
29273         __EXTENSIONS__ if this causes compilation to fail.  Problem
29274         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
29275         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
29276
29277 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
29278
29279         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
29280         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
29281         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
29282         All uses changed.
29283
29284 2006-01-26  Simon Josefsson  <jas@extundo.com>
29285
29286         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
29287         prototype is visible on mingw32.
29288
29289         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
29290         for mingw32.
29291
29292         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
29293         mingw32).
29294
29295 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29296
29297         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
29298         attempt to open for write; this always fails, at least on POSIX
29299         hosts.  This reinstates the 2006-01-09 change, which was
29300         inadvertently removed.
29301
29302 2006-01-26  Bruno Haible  <bruno@clisp.org>
29303
29304         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
29305         Reported by Paul Eggert.
29306
29307 2006-01-26  Bruno Haible  <bruno@clisp.org>
29308             Paul Eggert  <eggert@cs.ucla.edu>
29309
29310         * lib/stdbool_.h (_Bool)
29311         [(! (defined __cplusplus || defined __BEOS__)
29312           && !defined __GNUC__
29313           && !(defined __HP_cc || defined __xlc__
29314                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
29315                || defined __sgi))]:
29316         #define to signed char in these cases too; this simplifies
29317         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
29318         etc., separately) and makes it more conservative.
29319
29320 2006-01-25  Simon Josefsson  <jas@extundo.com>
29321
29322         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
29323         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
29324         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
29325
29326 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
29327
29328         * lib/argp-namefrob.h: Bugfix. Remove stray #
29329
29330 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
29331
29332         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
29333         so that we test the test.
29334         Check for yet another HP-UX cc bug involving *bool |= bool.
29335
29336 2006-01-25  Karl Berry  <karl@gnu.org>
29337
29338         * config/srclist.txt (vasnprintf.c): sync lost.
29339
29340 2006-01-25  Jim Meyering  <jim@meyering.net>
29341
29342         Sync from the stable (b5) branch of coreutils:
29343
29344         * lib/fts.c (fts_children): Don't let close() clobber errno from
29345         failed fchdir().
29346
29347         * lib/fts.c (fts_stat): When following a symlink-to-directory,
29348         don't necessarily interpret stat-fails+lstat-succeeds as indicating
29349         a dangling symlink.  That can also happen at least for ELOOP.
29350         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
29351         FYI, this bug predates the inclusion of fts.c in coreutils.
29352
29353         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
29354         in their own block, so pre-c99 compilers don't object.
29355
29356         Avoid the double-free (first in fts_read, second in fts_close) that
29357         would occur when an `active' directory is made inaccessible (e.g.,
29358         via chmod a-x) during a traversal.
29359         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29360         before returning.  Reproduce this failure by
29361         mkdir -p a/b; cd a; chmod a-x . b
29362         Reported by Stavros Passas.
29363
29364 2006-01-25  Jim Meyering  <jim@meyering.net>
29365
29366         * lib/fileblocks.c: Remove more useless parentheses.
29367         * lib/readutmp.h: Likewise.
29368
29369 2006-01-25  Bruno Haible  <bruno@clisp.org>
29370
29371         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
29372         warnings.
29373         Reported by Paul Eggert.
29374
29375 2006-01-25  Bruno Haible  <bruno@clisp.org>
29376
29377         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
29378         rid of a trap command. For Solaris sh.
29379         Reported by Mark D. Baushke <mdb@gnu.org>.
29380
29381 2006-01-24  Simon Josefsson  <jas@extundo.com>
29382
29383         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
29384         Bruno.
29385
29386 2006-01-24  Karl Berry  <karl@gnu.org>
29387
29388         * config/srclist.txt (argp-namefrob.h): sync lost.
29389
29390 2006-01-24  Jim Meyering  <jim@meyering.net>
29391
29392         * modules/openat (Files): Add lib/intprops.h.
29393         From Mark D. Baushke.
29394
29395 2006-01-24  Jim Meyering  <jim@meyering.net>
29396
29397         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
29398         Reported by Mark D. Baushke.
29399
29400 2006-01-24  Jim Meyering  <jim@meyering.net>
29401
29402         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
29403
29404 2006-01-24  Bruno Haible  <bruno@clisp.org>
29405
29406         * modules/strnlen (Maintainer): Change from glibc to all.
29407
29408 2006-01-24  Bruno Haible  <bruno@clisp.org>
29409
29410         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
29411         Patch by Paul Eggert.
29412
29413 2006-01-24  Bruno Haible  <bruno@clisp.org>
29414
29415         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
29416         already has it.
29417         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
29418         2005-11-26.
29419
29420         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
29421         'signed char' to avoid problems with the built-in _Bool type.
29422         Reported by Paul Eggert on 2005-11-26.
29423
29424 2006-01-24  Bruno Haible  <bruno@clisp.org>
29425
29426         * gnulib-tool (func_import): Avoid constructing complicated sed
29427         expressions inside backquote.
29428         Report and solution by Mark D. Baushke <mdb@gnu.org>.
29429
29430 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
29431
29432         These changes imported from libc.
29433         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
29434         test and two separate function calls.
29435         * lib/strndup.c (__strndup): Add libc_hidden_def.
29436
29437 2006-01-23  Simon Josefsson  <jas@extundo.com>
29438
29439         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
29440         Remove the test_*_SOURCES variable: automake infers it by default.
29441         * modules/tls-tests: Likewise.
29442
29443 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29444
29445         Work around porting bugs reported by Dieter in
29446         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
29447         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
29448         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
29449         Include "getopt.h" first, to check interface.
29450         (getenv): Declare only if defined HAVE_DECL_GETENV &&
29451         !HAVE_DECL_GETENV.
29452         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
29453         (__strndup): Revert to K&R-style function dfns, the glibc style.
29454         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
29455         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
29456         Include strnlen.h first, to get prototype properly.
29457         (strnlen): Renamed from __strnlen.
29458         Remove weak alias.
29459
29460 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29461
29462         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
29463
29464 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29465
29466         * config/srclist.txt: Adjust to reflect glibc reorganization.
29467         This affects only comments.
29468
29469 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29470
29471          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
29472          Reported by Bruce Korb <bkorb@gnu.org>.
29473
29474 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
29475
29476         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
29477         to pacify gcc -Wswitch-default.
29478
29479 2006-01-22  Bruno Haible  <bruno@clisp.org>
29480
29481         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
29482         temporary buffer for sprintf, take into account the precision also
29483         for 'd', 'i', 'u', 'o', 'x', 'X'.
29484
29485 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29486
29487         * modules/argp-tests: New module
29488         * tests/test-argp.c: New file
29489         * tests/test-argp-2.sh: New file
29490
29491 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
29492
29493         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
29494         (__argp_base_name): Removed
29495         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
29496         typo.
29497         (__argp_base_name): Provide macro definition or extern declaration
29498         depending on the configuration
29499
29500 2006-01-20  Simon Josefsson  <jas@extundo.com>
29501
29502         * modules/inet_ntop (Depends-on): Depend on sys_socket.
29503
29504 2006-01-20  Simon Josefsson  <jas@extundo.com>
29505
29506         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
29507
29508 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
29509
29510         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
29511         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
29512         Suggested by Bruno Haible.
29513
29514 2006-01-20  Karl Berry  <karl@gnu.org>
29515
29516         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
29517         until changes propagate, I guess.
29518
29519 2006-01-19  Simon Josefsson  <jas@extundo.com>
29520
29521         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
29522
29523 2006-01-19  Simon Josefsson  <jas@extundo.com>
29524
29525         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
29526
29527 2006-01-19  Simon Josefsson  <jas@extundo.com>
29528
29529         * gnulib-tool: Set check_PROGRAMS.
29530
29531         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29532         modules/des-tests, modules/gc-arcfour-tests,
29533         modules/gc-arctwo-tests, modules/gc-des-tests,
29534         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29535         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29536         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29537         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29538         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29539         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
29540         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
29541         test_*_SOURCES.
29542
29543 2006-01-18  Simon Josefsson  <jas@extundo.com>
29544
29545         * modules/socklen (Depends-on): Depend on sys_socket.
29546
29547 2006-01-18  Simon Josefsson  <jas@extundo.com>
29548
29549         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
29550         modules/des-tests, modules/gc-arcfour-tests,
29551         modules/gc-arctwo-tests, modules/gc-des-tests,
29552         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
29553         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
29554         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
29555         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
29556         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
29557         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
29558         $(EXEEXT) to automake TESTS variable, for mingw32.
29559
29560 2006-01-17  Simon Josefsson  <jas@extundo.com>
29561
29562         * modules/socklen (Include): Need sys/socket.h.
29563
29564 2006-01-17  Bruno Haible  <bruno@clisp.org>
29565
29566         * modules/ssize_t (Include): Add <sys/types.h>.
29567
29568 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
29569
29570         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
29571         it's not portable and it doesn't work with cross-compiles.
29572         Problem reported by Bruno Haible.  Fix missing-$ typo in
29573         'test "gl_cv_ignore_unused_libraries" ...' that prevented
29574         -zignore from being used with Sun's C compiler.
29575
29576 2006-01-12  Simon Josefsson  <jas@extundo.com>
29577
29578         * lib/base64.c: Fix warning, reported by Bruno Haible
29579         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
29580
29581 2006-01-12  Bruno Haible  <bruno@clisp.org>
29582
29583         * modules/ldd: New file.
29584         * build-aux/ldd.sh.in: New file.
29585         * MODULES.html.sh (Support for building libraries and executables): Add
29586         ldd.
29587
29588 2006-01-12  Bruno Haible  <bruno@clisp.org>
29589
29590         * m4/ldd.m4: New file.
29591
29592 2006-01-12  Bruno Haible  <bruno@clisp.org>
29593
29594         * gnulib-tool (func_import, func_create_testdir): Don't go into an
29595         endless loop while replacing $auxdir with build-aux.
29596
29597 2006-01-11  Simon Josefsson  <jas@extundo.com>
29598
29599         * lib/stdint_.h (SIZE_MAX): Add missing (.
29600
29601 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
29602
29603         Sync from coreutils.
29604         * lib/md5.c: Fix commentary typos.
29605         (alignof, UNALIGNED_P): No need for a GCC-specific version.
29606         * lib/md5.h (__attribute__): Remove; unused.
29607         * lib/sha1.c: Fix commentary to match md5 better.
29608         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
29609         so that we don't need to worry about alignment.  All uses changed.
29610         This merges the 2005-10-28 md5 change into sha1.
29611
29612 2006-01-11  Jim Meyering  <jim@meyering.net>
29613
29614         Sync from coreutils.
29615         * lib/md5.c (OP): Fix spacing.
29616
29617 2006-01-11  Bruno Haible  <bruno@clisp.org>
29618
29619         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29620         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
29621         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
29622
29623 2006-01-11  Bruno Haible  <bruno@clisp.org>
29624
29625         Ensure automatic ordering between gl_LOCK and gl_ARGP.
29626         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
29627         the "early" section as well.
29628
29629 2006-01-11  Bruno Haible  <bruno@clisp.org>
29630
29631         Avoid "ar: no archive members specified" error on MacOS X.
29632         * gnulib-tool (func_modules_add_dummy): New function.
29633         (func_import, func_create_testdir): Invoke it.
29634
29635 2006-01-11  Bruno Haible  <bruno@clisp.org>
29636
29637         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
29638         with $auxdir in AC_CONFIG_FILES statements.
29639
29640 2006-01-11  Bruno Haible  <bruno@clisp.org>
29641
29642         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29643         Initialize also noinst_HEADERS to empty.
29644
29645 2006-01-11  Bruno Haible  <bruno@clisp.org>
29646
29647         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
29648         variables.
29649         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
29650         autoreconf.
29651
29652 2006-01-11  Bruno Haible  <bruno@clisp.org>
29653
29654         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
29655         overridable by the user.
29656         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29657
29658 2006-01-10  Simon Josefsson  <jas@extundo.com>
29659
29660         * modules/sys_socket: New file.
29661
29662 2006-01-10  Simon Josefsson  <jas@extundo.com>
29663
29664         * m4/sys_socket_h.m4: New file.
29665
29666 2006-01-10  Simon Josefsson  <jas@extundo.com>
29667
29668         * lib/socket_.h: New file.
29669
29670 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29671
29672         * modules/readutmp (Maintainer): Add myself.
29673
29674 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29675
29676         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
29677         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
29678         People who are still concerned with buggy memcmp implementations
29679         can invoke gl_FUNC_MEMCMP themselves.
29680
29681 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
29682
29683         * lib/regex_internal.h (BITSET_WORD_BITS):
29684         Work around a bug in 64-bit PGC (before version 6.1-2), where the
29685         preprocessor mishandles large unsigned values as if they were signed.
29686         Problem reported by Claudio Fontana in
29687         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
29688
29689 2006-01-10  Jim Meyering  <jim@meyering.net>
29690
29691         Avoid the double-free (first in fts_read, second in fts_close) that
29692         would occur when an `active' directory is made inaccessible (e.g.,
29693         via chmod a-x) during a traversal.
29694         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
29695         before returning.  Reproduce this failure by
29696         mkdir -p a/b; cd a; chmod a-x . b
29697         Reported by Stavros Passas.
29698
29699         Sync from coreutils.
29700         * lib/sha1.c: Tweak grammar in a comment.
29701
29702 2006-01-10  Jim Meyering  <jim@meyering.net>
29703
29704         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
29705         Patch by Joerg Sonnenberger.
29706
29707 2006-01-10  Bruno Haible  <bruno@clisp.org>
29708
29709         * modules/readutmp: Depend on module free.
29710         * modules/strtok_r: Depend on module restrict.
29711
29712 2006-01-10  Bruno Haible  <bruno@clisp.org>
29713
29714         * modules/gettext (configure.ac): Add an invocation of
29715         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29716
29717 2006-01-10  Bruno Haible  <bruno@clisp.org>
29718
29719         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29720         Reported by Werner Lemberg <wl@gnu.org>.
29721
29722 2006-01-10  Bruno Haible  <bruno@clisp.org>
29723
29724         * lib/localcharset.c: Update from GNU gettext.
29725
29726 2006-01-10  Bruno Haible  <bruno@clisp.org>
29727
29728         * lib/argp.h (__const): Remove macro. Use const instead.
29729         * lib/argp-fmtstream.h (__const): Likewise.
29730         * lib/glob_.h (__const): Remove macro.
29731         * lib/glob-libc.h: Use const instead of __const.
29732
29733 2006-01-10  Bruno Haible  <bruno@clisp.org>
29734
29735         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29736         variable.
29737         Needed to avoid an automake error regarding the 'gettext' module.
29738
29739 2006-01-09  Simon Josefsson  <jas@extundo.com>
29740
29741         * modules/inet_ntop (Depends-on): Add restrict.
29742
29743 2006-01-09  Simon Josefsson  <jas@extundo.com>
29744
29745         * modules/gc-rijndael-tests (License): Put under LGPL.
29746
29747         * modules/gc-des-tests (License): Likewise.
29748
29749         * modules/gc-arcfour-tests (License): Likewise.
29750
29751         * modules/gc-arctwo-tests (License): Likewise.
29752
29753         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29754
29755         * modules/gc-hmac-sha1-tests (Files): Likewise.
29756
29757         * modules/gc-hmac-md5-tests (License): Likewise.
29758
29759         * modules/gc-sha1-tests (License): Likewise.
29760
29761         * modules/gc-md5-tests (License): Likewise.
29762
29763         * modules/gc-md4-tests (License): Likewise.
29764
29765         * modules/gc-md2-tests (License): Likewise.
29766
29767         * modules/gc-tests (License): Likewise.
29768
29769         * modules/des-tests (License): Likewise.
29770
29771         * modules/md4-tests (License): Likewise.
29772
29773         * modules/md2-tests (License): Likewise.
29774
29775 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29776
29777         Sync from coreutils:
29778
29779         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
29780         * modules/lib-ignore: New file.
29781         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
29782         chdir-safer.m4, lchmod.m4.
29783         * modules/openat: Add mkdirat.c, openat-priv.h.
29784
29785 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29786
29787         Sync from coreutils.
29788         * m4/lib-ignore.m4: New file.
29789         * m4/lchmod.m4: New file.
29790
29791 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29792
29793         Sync from coreutils.
29794         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
29795         for write access: POSIX says that must fail.
29796         * lib/fts.c (diropen): Likewise.
29797         * lib/save-cwd.c (save_cwd): Likewise.
29798         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
29799         well, for minor improvements on hosts that lack O_DIRECTORY.
29800         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
29801         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
29802         Fall back on chown if open failed with EACCES.
29803
29804         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
29805         Report an error at compile-time if only a 1-second nominal clock
29806         resolution is found.
29807
29808         * lib/lchmod.h: New file.
29809         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
29810         (make_dir_parents): Use lchown rather than chown, and
29811         lchmod rather than chmod.
29812
29813         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
29814         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
29815         "proc" reported by n0dalus.
29816
29817         * lib/mountlist.c: Include <limits.h>.
29818         (dev_from_mount_options)
29819         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
29820         New function.  It no longer assumes "dev=" has the System V meaning
29821         on Linux (since it doesn't).  It also parses "dev=" more carefully.
29822         (read_file_system_list)
29823         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
29824         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
29825         dev= in that case.
29826
29827         * lib/posixtm.h (PDS_PRE_2000): New macro.
29828         * lib/posixtm.c (year): Arg is now syntax_bits rather than
29829         allow_century.  All usages changed.  Reject dates outside the range
29830         1969-1999 if PDS_PRE_2000 is used.
29831
29832 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29833
29834         Sync from coreutils.
29835         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
29836         (Time of day items): Mention the possibility of leap seconds.
29837         Problem reported by Dr. David Alan Gilbert.
29838
29839 2006-01-09  Jim Meyering  <jim@meyering.net>
29840
29841         Sync from coreutils.
29842
29843         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
29844
29845         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
29846
29847         * lib/modechange.c (mode_compile): Reject an invalid mode string
29848         that starts with an octal digit.  From Andreas Gruenbacher.
29849
29850         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
29851         and dup to open_safer and dup_safer, respectively.
29852         (openat_permissive): Fix typo in comment.
29853
29854         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
29855         "gettext.h"; either no longer needed or are guaranteed by openat.h.
29856         (_): Remove; no longer needed.
29857         (openat): Renamed from rpl_openat; no need for rpl_openat
29858         since openat.h renames openat for us.
29859         Replace most of the body with a call to openat_permissive,
29860         to avoid duplicate code.
29861         Port to (probably hypothetical) environments were mode_t is
29862         wider than int.
29863         (openat_permissive): Require mode arg, so that we can check
29864         types better.  Put it just after flags.  Change cwd failure
29865         indicator from pointer-to-bool to pointer-to-errno-value.
29866         All callers changed.
29867         Invoke openat_save_fail and/or openat_restore_fail if
29868         cwd_errno is null, so that openat can call us.
29869         (openat_permissive, fdopendir, fstatat, unlinkat):
29870         Simplify errno handling to avoid some duplicate code,
29871         as it's OK to set errno on success.
29872         * lib/openat.h: Revamp code so that function macros depend on
29873         __OPENAT_PREFIX only, not also on AT_FDCWD.
29874         (openat_ro): Remove.  Caller changed to use openat_permissive.
29875         (openat_permissive): Now a macro, if not a function.
29876         (openat_restore_fail, openat_save_fail): Now always functions,
29877         since mkdirat needs them even if __OPENAT_PREFIX is defined.
29878
29879         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
29880         and openat.c.
29881         * lib/mkdirat.c: Include openat-priv.h.
29882         Remove definitions of macros defined therein.
29883         * lib/openat.c: Likewise.
29884
29885         * lib/mkdirat.c (mkdirat): New file and function.
29886         * lib/openat.h (mkdirat): Declare.
29887
29888         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
29889
29890         * lib/openat.h (openat_permissive): Declare.
29891         (openat_ro): Define.
29892
29893         * lib/openat.c (EXPECTED_ERRNO): New macro.
29894         (openat_permissive): New function -- used in remove.c rewrite.
29895         (all functions): Set errno just before returning, only if there
29896         was an actual failure.
29897         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
29898
29899         Emulate openat-family functions using Linux's procfs, if possible.
29900         Idea and some code based on Ulrich Drepper's glibc changes.
29901
29902         * lib/openat.c: (BUILD_PROC_NAME): New macro.
29903         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
29904         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
29905         before falling back on save_cwd and restore_cwd.
29906         (fdopendir, fstatat, unlinkat): Likewise.
29907
29908         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
29909         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
29910
29911         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
29912         as second argument to va_arg.  Otherwise, some versions of gcc
29913         warn that `if this code is reached, the program will abort'.
29914
29915 2006-01-09  Jim Meyering  <jim@meyering.net>
29916
29917         Sync from coreutils.
29918         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
29919         Require openat-priv.h.
29920
29921 2006-01-09  Bruno Haible  <bruno@clisp.org>
29922
29923         * modules/strnlen (Include): Use strnlen.h.
29924
29925 2006-01-09  Bruno Haible  <bruno@clisp.org>
29926
29927         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
29928
29929 2006-01-09  Bruno Haible  <bruno@clisp.org>
29930
29931         * lib/sysexit_.h (EX_OK): New macro.
29932         Suggested by Martin Lambers <marlam@marlam.de>.
29933
29934 2006-01-09  Bruno Haible  <bruno@clisp.org>
29935
29936         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
29937         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
29938
29939 2006-01-09  Bruno Haible  <bruno@clisp.org>
29940
29941         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29942         numbers.
29943
29944 2006-01-09  Bruno Haible  <bruno@clisp.org>
29945
29946         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29947         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29948         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29949         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29950
29951 2006-01-09  Bruno Haible  <bruno@clisp.org>
29952
29953         * build-aux/javacomp.sh.in: New file, moved from lib/.
29954         * modules/javacomp-script (Files): Update.
29955         (configure.ac): Add AC_CONFIG_FILES invocation.
29956         (EXTRA_DIST): Remove variable.
29957
29958         * build-aux/javaexec.sh.in: New file, moved from lib/.
29959         * modules/javaexec (Files): Update.
29960         (configure.ac): Add AC_CONFIG_FILES invocation.
29961         (EXTRA_DIST): Remove javaexec.sh.in.
29962
29963         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29964         * modules/csharpcomp-script (Files): Update.
29965         (configure.ac): Add AC_CONFIG_FILES invocation.
29966         (EXTRA_DIST): Remove variable.
29967
29968         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29969         * modules/csharpexec (Files): Update.
29970         (configure.ac): Add AC_CONFIG_FILES invocation.
29971         (EXTRA_DIST): Remove csharpexec.sh.in.
29972
29973 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29974
29975         Sync from coreutils.
29976
29977         Add POSIX ACL support
29978         * lib/acl.h (copy_acl, set_acl): Add declarations.
29979         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29980         systems other than Linux.
29981         (chmod_or_fchmod): New function: use fchmod when possible,
29982         and chmod otherwise.
29983         (file_has_acl): Add a POSIX ACL implementation, with a
29984         Linux-specific subcase.
29985         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29986         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29987         acls are unsupported.
29988         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29989         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29990         are unsupported.
29991
29992 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29993
29994         Sync from coreutils.
29995         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29996
29997 2006-01-07  Bruno Haible  <bruno@clisp.org>
29998
29999         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
30000         gl_EARLY.
30001
30002 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30003
30004         * lib/strftime.c (tzname): Don't declare if it is already #defined.
30005         Problem reported for Mingw by Mark Junker.
30006
30007 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30008
30009         * README: Gnulib normally doesn't generate a tarball.
30010
30011 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
30012
30013         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
30014         long int, not int, for nanosecond counts, so that people who are
30015         used to POSIX struct timespec won't be surprised.  Reported by Jim
30016         Meyering.
30017
30018 2005-12-28  Bruno Haible  <bruno@clisp.org>
30019
30020         * build-aux/config.rpath: Update from GNU gettext.
30021
30022 2005-12-16  Jim Meyering  <jim@meyering.net>
30023
30024         * modules/fprintftime: New module.
30025         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
30026
30027 2005-12-16  Jim Meyering  <jim@meyering.net>
30028
30029         * m4/fprintftime.m4: New file.
30030
30031 2005-12-16  Jim Meyering  <jim@meyering.net>
30032
30033         * lib/fprintftime.c, lib/fprintftime.h: New files.
30034
30035 2005-12-15  Simon Josefsson  <jas@extundo.com>
30036
30037         * modules/socklen (configure.ac): Fix M4 macro name, to align with
30038         new m4/socklen.m4.
30039
30040 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30041
30042         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
30043         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
30044
30045 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
30046
30047         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
30048         * lib/argp-help.c (fill_in_uparams): Check if the constructed
30049         struct uparams is valid. Fall back to the default values if it is
30050         not.
30051
30052 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30053
30054         * modules/argp (Files): Add argp-pin.c
30055         (Depends-on): dirname
30056         (lib_SOURCES): Add argp-pin.c
30057
30058 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30059
30060         * m4/argp.m4:  Check if program_invocation_name and
30061         program_invocation_short_name are declared and define appropriate
30062         macros if they are not.
30063
30064 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30065
30066         * lib/argp-help.c (__argp_base_name): New function
30067         (__argp_short_program_name): Rewrite using __argp_base_name
30068         * lib/argp-namefrob.h: Define program_invocation_name and
30069         program_invocation_short_name if requested
30070         (__argp_base_name): Add prototype
30071         * lib/argp-parse.c (argp_def): Use gettext wrappers
30072         (argp_default_parser): Use __argp_base_name
30073         * lib/argp-pin.c: New file. Defines program_invocation_name and
30074         program_invocation_short_name on systems that lack them.
30075
30076 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
30079         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30080         porting problem reported by Georg Schwarz in
30081         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30082
30083 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30084
30085         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
30086         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
30087         porting problem reported by Georg Schwarz in
30088         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
30089
30090 2005-12-05  Bruno Haible  <bruno@clisp.org>
30091
30092         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
30093         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
30094         Reported by Mark Junker <mjscod@gmx.de>.
30095
30096 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
30097
30098         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
30099         Use implementation from Albert Chin, with some
30100         comments/corrections by Stepan Kasal and myself.
30101
30102 2005-12-02  Bruno Haible  <bruno@clisp.org>
30103
30104         * gnulib-tool (func_import): Accept GPLed build tool modules when
30105         --lgpl is given.
30106         * modules/csharpcomp-script: New file.
30107         * modules/csharpcomp: Depend on it.
30108         * modules/javacomp-script: New file.
30109         * modules/javacomp: Depend on it.
30110         Suggested by Simon Josefsson.
30111
30112 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
30113
30114         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
30115         statement, to work around an HP-UX 10.20 compiler bug reported by
30116         Peter O'Gorman.
30117
30118 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30119
30120         * modules/savedir (Depends-on): Add openat.
30121
30122 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
30123
30124         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
30125         (uintmax_t) [defined uintmax_t]: Do not declare.
30126         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
30127         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
30128         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
30129         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
30130         sake of portability to weird hosts that C allows (though we don't
30131         know of any practical examples).
30132
30133         * lib/savedir.h (fdsavedir): New decl.
30134         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
30135         contains most of the former guts of savedir.
30136         (savedir): Use savedirstream.
30137         Include "openat.h".
30138
30139 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30140
30141         * modules/obstack (Files): Add m4/ulonglong.m4.
30142         Problem reported by Davide Angelocola.
30143
30144 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
30145
30146         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
30147         coreutils no longer futzes with rounding modes.
30148
30149 2005-11-14  Jim Meyering  <jim@meyering.net>
30150
30151         * lib/mkstemp-safer.c: Include <config.h>, required for possible
30152         replacement of mkstemp.
30153
30154 2005-11-10  Simon Josefsson  <jas@extundo.com>
30155
30156         * lib/readline.c: Remove EOL.
30157
30158 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30159
30160         * modules/gethrxtime (Depends-on): Add gettime.
30161
30162 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30163
30164         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
30165         or gettimeofday; no longer needed.
30166
30167 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
30168
30169         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
30170         time business.
30171         (gethrxtime) [! (HAVE_NANOUPTIME
30172         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
30173         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
30174         our own approximation.
30175
30176 2005-11-08  Eric Blake  <ebb9@byu.net>
30177
30178         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30179
30180 2005-11-08  Eric Blake  <ebb9@byu.net>
30181
30182         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
30183
30184 2005-11-04  Bruno Haible  <bruno@clisp.org>
30185
30186         * gnulib-tool: Implement --update mode.
30187
30188 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30189
30190         Fix porting problem reported by Theodoros V. Kalamatianos.
30191         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
30192         Don't assume that futimes failing means we must fail.
30193
30194 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30195
30196         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
30197         variables to suggest the intended function of the PATH_MAX check.
30198
30199 2005-10-30  Kean Johnston  <jkj@sco.com>
30200
30201         Trivial changes to support SCO systems.
30202         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
30203         as PATH_MAX.
30204         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
30205         where __ptr is null when no I/O is pending.
30206
30207 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
30208
30209         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
30210         leave errno alone.  Problem reported by Dmitry V. Levin.
30211
30212 2005-10-28  Simon Josefsson  <jas@extundo.com>
30213
30214         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
30215         Test more.
30216
30217         * tests/test-gc-md2.c, tests/test-md2.c: New files.
30218
30219         * modules/md2, modules/md2-tests: New files.
30220
30221 2005-10-28  Simon Josefsson  <jas@extundo.com>
30222
30223         * m4/inet_ntop.m4: More tests.
30224
30225         * m4/gc-md2.m4, md2.m4: New file.
30226
30227 2005-10-28  Simon Josefsson  <jas@extundo.com>
30228
30229         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
30230         "restrict" keywords, as per POSIX.  Protect the function
30231         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
30232         Don't use K&R prototypes.  Check the sprintf return values.
30233         Re-define EAFNOSUPPORT if not present.  Indent.
30234
30235         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
30236         suggested by Bruno Haible <bruno@clisp.org>.
30237
30238         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
30239
30240         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
30241
30242         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
30243         libgcrypt).
30244
30245         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
30246
30247         * lib/md2.h, lib/md2.c: New files.
30248
30249 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
30250
30251         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
30252         errno alone.  Problem reported by Frederic Jolliton.
30253
30254 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30255
30256         * modules/verify (License): Change from GPL to LGPL.  This is a
30257         tiny module and there are apparently near-equivalents that are
30258         under the BSD license.
30259
30260 2005-10-24  Simon Josefsson  <jas@extundo.com>
30261
30262         * modules/sha1: Relicense to LGPL.
30263
30264 2005-10-24  Simon Josefsson  <jas@extundo.com>
30265
30266         * lib/md4.h: Shrink buffer size, now that we changed the type.
30267
30268 2005-10-23  Simon Josefsson  <jas@extundo.com>
30269
30270         * gnulib-tool (func_import): Fix --tests-base.
30271
30272 2005-10-22  Simon Josefsson  <jas@extundo.com>
30273
30274         * modules/arcfour (Depends-on): Need stdint.
30275
30276 2005-10-22  Simon Josefsson  <jas@extundo.com>
30277
30278         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
30279         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
30280
30281 2005-10-22  Simon Josefsson  <jas@extundo.com>
30282
30283         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
30284         suggested by Bruno Haible <bruno@clisp.org>.
30285
30286 2005-10-22  Simon Josefsson  <jas@extundo.com>
30287
30288         * lib/crc.h: Include stddef.h, for size_t.
30289
30290 2005-10-22  Simon Josefsson  <jas@extundo.com>
30291
30292         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
30293         arcfour_context struct (simplify test vector testing in GNU
30294         Shishi).
30295
30296 2005-10-21  Simon Josefsson  <jas@extundo.com>
30297
30298         * modules/des, modules/des-tests: New files.
30299
30300         * modules/gc-des, modules/gc-des-tests: New files.
30301
30302         * tests/test-des.c, tests/test-gc-des.c: New file.
30303
30304 2005-10-21  Simon Josefsson  <jas@extundo.com>
30305
30306         * modules/arctwo, modules/arctwo-tests: New files.
30307
30308         * tests/test-arctwo.c: New file.
30309
30310         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
30311
30312         * tests/test-gc-arctwo.c: New file.
30313
30314 2005-10-21  Simon Josefsson  <jas@extundo.com>
30315
30316         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
30317         Bruno Haible <bruno@clisp.org>.
30318
30319         * m4/gc-des.m4: New file.
30320
30321 2005-10-21  Simon Josefsson  <jas@extundo.com>
30322
30323         * m4/arctwo.m4: New file.
30324
30325         * m4/gc-arctwo.m4: New file.
30326
30327 2005-10-21  Simon Josefsson  <jas@extundo.com>
30328
30329         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
30330         block.
30331
30332 2005-10-21  Simon Josefsson  <jas@extundo.com>
30333
30334         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
30335         <bruno@clisp.org>.
30336
30337         * lib/hmac-sha1.c (hmac_sha1): Likewise.
30338
30339         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
30340         Bruno Haible <bruno@clisp.org>.
30341
30342         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
30343         <bruno@clisp.org>.
30344
30345 2005-10-21  Simon Josefsson  <jas@extundo.com>
30346
30347         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
30348
30349 2005-10-21  Simon Josefsson  <jas@extundo.com>
30350
30351         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
30352
30353 2005-10-21  Simon Josefsson  <jas@extundo.com>
30354
30355         * lib/des.h, lib/des.c: New files.
30356
30357         * lib/gc-gnulib.c: Support DES.c
30358
30359 2005-10-21  Simon Josefsson  <jas@extundo.com>
30360
30361         * lib/arctwo.h, lib/arctwo.c: New files.
30362
30363         * lib/gc-gnulib.c: Support ARCTWO.
30364
30365 2005-10-21  Simon Josefsson  <jas@extundo.com>
30366
30367         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
30368         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30369
30370 2005-10-21  Simon Josefsson  <jas@extundo.com>
30371
30372         * gnulib-tool (func_import, func_create_testdir): Define automake
30373         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
30374         Makefile.am snippet),
30375         suggested by Bruno Haible <bruno@clisp.org>.
30376
30377         * modules/gc (Makefile.am): Use it.
30378
30379 2005-10-21  Bruno Haible  <bruno@clisp.org>
30380
30381         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
30382         patch.
30383
30384 2005-10-19  Simon Josefsson  <jas@extundo.com>
30385
30386         * tests/test-gc-rijndael.c: New file.
30387
30388         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
30389
30390 2005-10-19  Simon Josefsson  <jas@extundo.com>
30391
30392         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
30393         interface too.
30394
30395 2005-10-19  Simon Josefsson  <jas@extundo.com>
30396
30397         * tests/test-gc-arcfour.c: New file.
30398
30399         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
30400
30401 2005-10-19  Simon Josefsson  <jas@extundo.com>
30402
30403         * modules/gc-md4, modules/gc-md4-tests: New file.
30404
30405         * tests/test-gc-md4.c: New file.
30406
30407 2005-10-19  Simon Josefsson  <jas@extundo.com>
30408
30409         * m4/gc-md4.m4: New file.
30410
30411 2005-10-19  Simon Josefsson  <jas@extundo.com>
30412
30413         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
30414         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
30415         <kasal@ucw.cz>.
30416
30417 2005-10-19  Simon Josefsson  <jas@extundo.com>
30418
30419         * m4/gc-arcfour.m4: New file.
30420
30421         * m4/gc-rijndael.m4: New file.
30422
30423 2005-10-19  Simon Josefsson  <jas@extundo.com>
30424
30425         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
30426
30427 2005-10-19  Simon Josefsson  <jas@extundo.com>
30428
30429         * lib/gc-gnulib.c: Support ARCFOUR.
30430
30431 2005-10-19  Simon Josefsson  <jas@extundo.com>
30432
30433         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
30434         support.
30435
30436         * lib/gc.h: Add ECB enum type.
30437
30438         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
30439
30440 2005-10-18  Simon Josefsson  <jas@extundo.com>
30441
30442         * tests/test-md5.c: New file.
30443
30444         * modules/md5-tests: New file.
30445
30446 2005-10-18  Simon Josefsson  <jas@extundo.com>
30447
30448         * tests/test-md4.c: New file.
30449
30450         * modules/md4, modules/md4-tests: New files.
30451
30452 2005-10-18  Simon Josefsson  <jas@extundo.com>
30453
30454         * m4/md4.m4: New file.
30455
30456 2005-10-18  Simon Josefsson  <jas@extundo.com>
30457
30458         * lib/md4.h, lib/md4.c: New files, based on md5.?.
30459
30460 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
30461
30462         * gnulib-tool (func_create_testdir): Omit the second check whether
30463         BUILT_SOURCES in nonempty.
30464
30465 2005-10-17  Simon Josefsson  <jas@extundo.com>
30466
30467         * tests/test-rijndael.c: New file.
30468
30469 2005-10-17  Simon Josefsson  <jas@extundo.com>
30470
30471         * modules/sha1: Depend on stdint instead of md5.
30472
30473         * modules/md5: Depend on stdint, remove uint32_t.
30474
30475 2005-10-17  Simon Josefsson  <jas@extundo.com>
30476
30477         * modules/gc-sha1-tests: New file.
30478
30479         * tests/test-gc-sha1.c: New file.
30480
30481 2005-10-17  Simon Josefsson  <jas@extundo.com>
30482
30483         * m4/md5.m4: Remove call to uint32_t.m4.
30484
30485 2005-10-17  Simon Josefsson  <jas@extundo.com>
30486
30487         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
30488
30489         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
30490         md5.h.
30491
30492         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
30493
30494         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
30495
30496 2005-10-17  Simon Josefsson  <jas@extundo.com>
30497
30498         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
30499
30500 2005-10-17  Simon Josefsson  <jas@extundo.com>
30501
30502         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
30503
30504 2005-10-17  Simon Josefsson  <jas@extundo.com>
30505
30506         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
30507
30508         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
30509
30510 2005-10-17  Bruno Haible  <bruno@clisp.org>
30511
30512         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
30513         that it can also be used in a test.
30514
30515 2005-10-16  Bruno Haible  <bruno@clisp.org>
30516
30517         * gnulib-tool (func_emit_tests_Makefile_am): Also define
30518         TESTS_ENVIRONMENT, so that individual tests can augment it.
30519
30520         * gnulib-tool (func_create_testdir): Use an intermediate target for
30521         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
30522         macros, like $(ALLOCA_H), which cannot be passed through the command
30523         line.
30524
30525 2005-10-15  Simon Josefsson  <jas@extundo.com>
30526
30527         * modules/rijndael-tests: New file.
30528
30529         * modules/rijndael: New file.
30530
30531 2005-10-15  Simon Josefsson  <jas@extundo.com>
30532
30533         * m4/rijndael.m4: New file.
30534
30535 2005-10-15  Simon Josefsson  <jas@extundo.com>
30536
30537         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
30538
30539         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
30540
30541 2005-10-14  Simon Josefsson  <jas@extundo.com>
30542
30543         * tests/test-arcfour.c: New file.
30544
30545         * modules/arcfour, modules/arcfour-tests: New files.
30546
30547 2005-10-14  Simon Josefsson  <jas@extundo.com>
30548
30549         * m4/arcfour.m4: New file.
30550
30551 2005-10-14  Simon Josefsson  <jas@extundo.com>
30552
30553         * lib/arcfour.h, lib/arcfour.c: New files.
30554
30555 2005-10-14  Roland McGrath  <roland@redhat.com>
30556
30557         Import from libc.  [BZ #1331]
30558         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
30559         macro argument.
30560         Reported by Matej Vela <vela@debian.org>.
30561
30562 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30563
30564         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
30565         include <wchar.h>; no longer needed.
30566
30567 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30568
30569         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
30570
30571 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
30572         and  Ulrich Drepper  <drepper@redhat.com>
30573
30574         Import from libc.
30575         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
30576         instead of inline stream orientation test and two separate
30577         function calls.  Pay no attention to USE_IN_LIBIO.
30578
30579 2005-10-13  Simon Josefsson  <jas@extundo.com>
30580
30581         * modules/gc-hmac-md5-tests: New file.
30582
30583         * tests/test-gc-hmac-sha1.c: New file.
30584
30585         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
30586
30587         * modules/gc-hmac-md5-tests: New file.
30588
30589         * tests/test-gc-md5.c: New file.
30590
30591         * modules/gc-md5-tests: New file.
30592
30593 2005-10-13  Simon Josefsson  <jas@extundo.com>
30594
30595         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
30596         Move memory allocation outside of loop.
30597
30598 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
30599
30600         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
30601         intermediate directory is in a read-only file system.  Problem
30602         reported by Eric Blake.
30603
30604 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
30605
30606         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
30607
30608 2005-10-12  Simon Josefsson  <jas@extundo.com>
30609
30610         * tests/test-hmac-sha1.c: New file.
30611
30612         * modules/hmac-sha1-tests: New file.
30613
30614         * modules/hmac-sha1: New file.
30615
30616 2005-10-12  Simon Josefsson  <jas@extundo.com>
30617
30618         * modules/gc-sha1: New file.
30619
30620 2005-10-12  Simon Josefsson  <jas@extundo.com>
30621
30622         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
30623
30624         * tests/test-gc-pbkdf2-sha1.c: New file.
30625
30626 2005-10-12  Simon Josefsson  <jas@extundo.com>
30627
30628         * modules/gc-md5, modules/gc-hmac-md5: New files.
30629
30630         * modules/gc (Files): Remove md5, memxor and hmac files.
30631
30632 2005-10-12  Simon Josefsson  <jas@extundo.com>
30633
30634         * m4/gc-pbkdf2-sha1.m4: New file.
30635
30636         * m4/gc-hmac-sha1.m4: New file.
30637
30638         * m4/gc-sha1: New file.
30639
30640         * m4/hmac-sha1.m4: New file.
30641
30642 2005-10-12  Simon Josefsson  <jas@extundo.com>
30643
30644         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
30645
30646         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
30647
30648 2005-10-12  Simon Josefsson  <jas@extundo.com>
30649
30650         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
30651         suggested by Bruno Haible <bruno@clisp.org>.
30652
30653 2005-10-12  Simon Josefsson  <jas@extundo.com>
30654
30655         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
30656
30657 2005-10-12  Simon Josefsson  <jas@extundo.com>
30658
30659         * lib/gc-pbkdf2-sha1.c: New file.
30660
30661         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
30662
30663 2005-10-12  Simon Josefsson  <jas@extundo.com>
30664
30665         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
30666
30667         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
30668
30669 2005-10-12  Simon Josefsson  <jas@extundo.com>
30670
30671         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
30672         GC_USE_HMAC_MD5, respectively.
30673
30674         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
30675         (gc_md5): Fix typo.
30676
30677         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
30678
30679         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
30680
30681         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
30682
30683 2005-10-12  Bruno Haible  <bruno@clisp.org>
30684
30685         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
30686         Reported by Stepan Kasal <kasal@ucw.cz>.
30687
30688 2005-10-11  Simon Josefsson  <jas@extundo.com>
30689
30690         * tests/test-crc.c: New file.
30691
30692         * modules/crc, modules/crc-tests: New files.
30693
30694 2005-10-11  Simon Josefsson  <jas@extundo.com>
30695
30696         * m4/crc.m4: New file.
30697
30698 2005-10-11  Simon Josefsson  <jas@extundo.com>
30699
30700         * lib/gc.h: Add gc_hash and gc_hash_buffer.
30701
30702         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
30703
30704         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
30705
30706 2005-10-11  Simon Josefsson  <jas@extundo.com>
30707
30708         * lib/crc.h, lib/crc.c: New files.
30709
30710         * lib/gc.h (gc_hash_buffer): Add doc.
30711
30712 2005-10-11  Bruno Haible  <bruno@clisp.org>
30713
30714         * modules/c-strcasestr: New file.
30715         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30716
30717 2005-10-11  Bruno Haible  <bruno@clisp.org>
30718
30719         * modules/c-strcase: New file.
30720         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30721
30722 2005-10-11  Bruno Haible  <bruno@clisp.org>
30723
30724         * lib/strcasecmp.c: Include limits.h.
30725         (strcasecmp): Avoid integer overflow on exotic platforms.
30726         * lib/strncasecmp.c: Include limits.h.
30727         (strncasecmp): Avoid integer overflow on exotic platforms.
30728         Reported by Paul Eggert.
30729
30730 2005-10-11  Bruno Haible  <bruno@clisp.org>
30731
30732         * lib/c-strcasestr.h: New file, from GNU gettext.
30733         * lib/c-strcasestr.c: New file, from GNU gettext.
30734
30735 2005-10-11  Bruno Haible  <bruno@clisp.org>
30736
30737         * lib/c-strcase.h: New file, from GNU gettext.
30738         * lib/c-strcasecmp.c: New file, from GNU gettext.
30739         * lib/c-strncasecmp.c: New file, from GNU gettext.
30740
30741 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30742
30743         * modules/mempcpy (License): GPL -> LGPL.
30744         * modules/strchrnul (License): Likewise.
30745         * modules/sysexits (License): Likewise.
30746
30747 2005-10-08  Simon Josefsson  <jas@extundo.com>
30748
30749         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30750
30751 2005-10-07  Simon Josefsson  <jas@extundo.com>
30752
30753         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30754
30755 2005-10-06  Simon Josefsson  <jas@extundo.com>
30756
30757         * tests/test-hmac-md5.c: New file.
30758
30759         * modules/hmac-md5-tests: New file.
30760
30761         * modules/hmac-md5: New file.
30762
30763 2005-10-06  Simon Josefsson  <jas@extundo.com>
30764
30765         * m4/hmac-md5.m4: New file.
30766
30767         * m4/memxor.m4: Require gl_C_RESTRICT.
30768
30769 2005-10-06  Simon Josefsson  <jas@extundo.com>
30770
30771         * lib/memxor.c (memxor): Avoid casts and warnings.
30772
30773 2005-10-06  Simon Josefsson  <jas@extundo.com>
30774
30775         * lib/hmac-md5.c: New file.
30776
30777         * lib/hmac.h: New file.
30778
30779 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30780
30781         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
30782         promotes to int, not unsigned int, to catch the AIX 5.3
30783         compiler bug.
30784
30785 2005-10-05  Simon Josefsson  <jas@extundo.com>
30786
30787         * modules/memxor: New file.
30788
30789         * modules/iconv (Files): Move config.rpath to havelib, it is used
30790         there.
30791
30792         * modules/havelib (Files): Add config.rpath.
30793
30794 2005-10-05  Simon Josefsson  <jas@extundo.com>
30795
30796         * m4/memxor.m4: New file.
30797
30798 2005-10-05  Simon Josefsson  <jas@extundo.com>
30799
30800         * lib/memxor.c (memxor): Fix compiler error.
30801
30802         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
30803         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
30804
30805         * lib/memxor.h, lib/memxor.c: New files.
30806
30807         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
30808         we assume all systems have it, suggested by Jim Meyering
30809         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
30810         any systems lack sys/socket.h; mingw32 is known to lack it, but we
30811         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
30812         same reasons.
30813
30814 2005-10-05  Simon Josefsson  <jas@extundo.com>
30815
30816         * config/srclist.txt: Add glibc bug 1423 for md5.h.
30817
30818 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30819
30820         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
30821         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
30822         needed, since the source code now assumes these .h files.
30823
30824 2005-10-05  Derek Price  <derek@ximbiot.com>
30825
30826         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
30827
30828 2005-10-05  Bruno Haible  <bruno@clisp.org>
30829
30830         * modules/stdint (License): Change to LGPL.
30831
30832 2005-10-04  Simon Josefsson  <jas@extundo.com>
30833
30834         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
30835         D. Baushke" <mdb@gnu.org>.
30836
30837 2005-10-04  Bruno Haible  <bruno@clisp.org>
30838
30839         * lib/verify.h (verify_true): Provide alternative definition for C++.
30840
30841 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
30842
30843         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
30844         (SSIZE_MAX): New macro, if not already defined.
30845         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
30846         than 2 GiB.
30847
30848 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30849
30850         Sync from coreutils.
30851         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
30852         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
30853         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
30854         ULLONG_MAX doesn't work with 2.7.2.1.
30855
30856 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30857
30858         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
30859         From Ben Pfaff.
30860
30861         * modules/exclude (Depends-on): Depend on verify.
30862         * modules/strtoimax (Depends-on): Likewise.
30863         * modules/utimecmp (Depends-on): Likewise.
30864
30865 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30866
30867         * lib/exclude.c: Include verify.h.
30868         (verify): Remove.  All callers changed to use verify.h's version.
30869         * lib/strtoimax.c: Likewise.
30870         * lib/utimecmp.c: Likewis.e
30871
30872         Sync from coreutils.
30873         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
30874         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
30875         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
30876         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
30877         bother returning ENOSYS if settimeofday or stime fails; just let
30878         them return whatever errno they want to return.
30879         * lib/utimens.c: Include unistd.h, for dup2.
30880         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
30881         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
30882
30883 2005-10-02  Jim Meyering  <jim@meyering.net>
30884
30885         Sync from coreutils.
30886         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
30887         from glibc-2.2.5 that fails for read-only files.
30888
30889 2005-10-02  Jim Meyering  <jim@meyering.net>
30890
30891         Sync from coreutils.
30892         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
30893         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
30894         `#if HAVE_CONFIG_H'.
30895         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
30896         Remove AT_FDCWD test.
30897         Do not consume the fd unless successful.
30898         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
30899         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
30900         block, so that we don't even try to compile it if settimeofday is
30901         available.  This works around a compilation failure on OSF1 V5.1,
30902         due to stime requiring a `long int*' while tv_sec is `int'.
30903
30904 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
30905
30906         Sync from coreutils.
30907         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
30908         against `yes', rather than just testing for nonempty.
30909
30910 2005-10-01  Simon Josefsson  <jas@extundo.com>
30911
30912         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
30913         and Darwin.
30914
30915         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
30916         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
30917         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
30918         freeaddrinfo and gai_strerror are declared by the POSIX headers.
30919         Check if struct addrinfo is declared.
30920
30921 2005-10-01  Simon Josefsson  <jas@extundo.com>
30922
30923         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
30924         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
30925         AI_* and EAI_* definitions.  Protect function declarations.
30926
30927 2005-10-01  Jim Meyering  <jim@meyering.net>
30928
30929         Sync from coreutils.
30930
30931         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
30932         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
30933         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
30934         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30935         in the inet and nsl libraries.  Required on Solaris 5.7.
30936
30937 2005-10-01  Jim Meyering  <jim@meyering.net>
30938
30939         Sync from coreutils.
30940         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30941         in the inet and nsl libraries.  Required on Solaris 5.7.
30942
30943 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30944
30945         * lib/getdelim.c (getdelim): Remove unused variables.
30946
30947 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30948
30949         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30950         so that the code works even with ancient cpp.  Portability problem
30951         with GCC 2.7.2.1 reported by Thomas M.Ott.
30952
30953 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30954
30955         * modules/regex (Depends-on): Add strcase.
30956
30957         * modules/gethostname (Licence): Change from GPL to LGPL, since
30958         gethostname.c is a trivial implementation of a standard library
30959         function.
30960         * modules/poll (License): Change from GPL to LGPL, since it's
30961         derived from LGPL code.
30962
30963 2005-09-27  Jim Meyering  <jim@meyering.net>
30964
30965         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30966         HAVE_CONFIG_H.
30967
30968         * lib/intprops.h (signed_type_or_expr__): Define.
30969         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30970         for unsigned types.
30971
30972 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30973
30974         * lib/verify.h (verify_expr): Remove, replacing with:
30975         (verify_true): New macro that returns true instead of void.
30976         (verify_type__): Remove.
30977         (verify): Use verify_true rather than verify_type__.
30978
30979 2005-09-26  Bruno Haible  <bruno@clisp.org>
30980
30981         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30982         is necessary.
30983         (lib_SOURCES): Remove mbchar.c.
30984         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30985         (Files): Add m4/mbrtowc.m4.
30986         * modules/mbiter: Likewise.
30987         * modules/mbuiter: Likewise.
30988
30989 2005-09-26  Bruno Haible  <bruno@clisp.org>
30990
30991         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30992         compile mbchar.c if they are not both present.
30993         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30994         * m4/mbiter.m4 (gl_MBITER): Likewise.
30995         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30996         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30997         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30998
30999 2005-09-25  Jim Meyering  <jim@meyering.net>
31000
31001         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
31002         also uses socklen_t.
31003
31004 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
31005
31006         * lib/utimens.c (ENOSYS): Define if not already defined.
31007         (futimens): Support having a null PATH if the file descriptor
31008         is nonnegative.
31009
31010         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
31011         Remove.
31012         (__attribute): Define to empty unless GCC 3.1 or later.
31013         This works around a core dump on OpenBSD 3.4, which has GCC
31014         2.95.3, which dumps core when given __attribute__(()).  It also
31015         simplifies other tests, since we really don't want to bother with
31016         worrying about which ancient version of GCC supported what.
31017         Original problem reported by Yoann Vandoorselaere, with part of
31018         the fix suggested by Derek Price.
31019
31020 2005-09-24  Jim Meyering  <jim@meyering.net>
31021
31022         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
31023         so we can once again use a positive bitfield width of 1 -- now we
31024         don't have to explain why we were using a bitfield width of 2.
31025
31026 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31027
31028         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
31029         and similarly for the other external symbols.  Problem reported
31030         by James Gallager.
31031
31032         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
31033         bug reported by Jim Meyering.
31034
31035         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
31036         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
31037         not needed, since socklen is a prerequisite module.
31038
31039 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
31040
31041         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
31042         Problem reported by Eric Blake.
31043         (getaddrinfo): Initialize se so that it's not garbage.
31044         Redo internal storage allocation so that it doesn't make unportable
31045         assumptions about alignment.
31046         Fix a memory leak.
31047
31048         * lib/utimens.c (futimens): Use futimesat if available.
31049         Prefer it to futimes since it doesn't have the futimes bug.
31050
31051         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
31052         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
31053         Instead, declare a function that returns a pointer to an array,
31054         and use verify_type__ to declare the size of the array.
31055         Problem and germ of a solution reported by Bruno Haible.
31056         (verify_type__): Use 2, not 1, for bitfield size, to avoid
31057         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
31058
31059 2005-09-23  Jim Meyering  <jim@meyering.net>
31060
31061         Sync from coreutils.
31062         Correct build failure (socklen_t not defined) on at least
31063         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
31064         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
31065
31066 2005-09-23  Jim Meyering  <jim@meyering.net>
31067
31068         * modules/getaddrinfo (Depends-on): Add socklen.
31069
31070 2005-09-23  Bruno Haible  <bruno@clisp.org>
31071
31072         * tests/test-verify.c: New file.
31073
31074 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31075
31076         Sync from coreutils.
31077
31078         * modules/argmatch (Depends-on): Add verify.
31079         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
31080         unistd-safer.
31081         * modules/save-cwd (Depends-on): Likewise.
31082
31083         * modules/openat (Files): Add lib/openat-die.c.
31084         (Depends-on): Remove error, exitfail.
31085         Add dirname.
31086
31087         * modules/verify: New file.
31088         * MODULES.html.sh (Diagnostics <assert.h>): New section,
31089         with "verify" module.
31090
31091 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31092
31093         Sync from coreutils.
31094
31095         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
31096         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
31097         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
31098         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
31099         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
31100         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
31101         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
31102         Don't bother checking for string.h, stdlib.h, unistd.h.
31103         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
31104         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
31105         module's job.
31106         * m4/jm-macros.m4 (gl_MACROS): Likewise.
31107         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
31108
31109         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
31110         (gl_GETDATE): Use it.
31111
31112         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
31113
31114 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31115
31116         Sync from coreutils.
31117
31118         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
31119         stat-time.h.
31120         * lib/argmatch.h: Include verify.h
31121         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
31122         (ARGMATCH_ASSERT): Remove; unused.
31123         * lib/canonicalize.c: Assume STDC_HEADERS.
31124         * lib/exclude.c: Include "strcase.h".
31125         * lib/regex_internal.h [!defined _LIBC]: Likewise.
31126         * lib/getusershell.c: Include stdio--.h rather than stdio.h
31127         and stdio-safer.h.
31128         (getusershell): Call fopen, not fopen_safer.
31129         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
31130         Do not include unistd-safer.h.
31131         (save_cwd): Don't call fd_safer; no longer needed
31132         now that we include fcntl--.h.
31133
31134         * lib/getdate.y (relative_time): New type.
31135         (RELATIVE_TIME_0): New constant.
31136         (parser_control): Use relative_time instead of doing it ourselves.
31137         (%union): Add new relative_time rel member.
31138         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
31139         Now typeless.
31140         (relunit, relunit_snumber): Now of type rel.
31141         (zone, rel, relunit, get_date): Adjust to above changes.
31142
31143         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
31144         Do not include unistd-safer.h.
31145         (getloadavg): Don't call fd_safer; no longer needed
31146         now that we include fcntl--.h.
31147
31148         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
31149         (make_dir_parents): Treat ENOSYS like EEXIST.
31150
31151         Improve quality of diagnostics on restore_cwd failure.
31152         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
31153         (make_dir_parents): Last arg is now int * (for errno), not bool *.
31154         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
31155         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
31156         each time through the loop.  Do not diagnose restore_cwd failure;
31157         that is the caller's job (and perhaps the caller does not care).
31158
31159         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
31160         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
31161         If the file already exists but is not a directory, don't bother
31162         to try to make its parents.
31163         Close potential file descriptor leak if we can't chdir("/") (!).
31164         Don't always return true if chdir($PWD) fails; return true only
31165         if the requested action was done successfully (except for the
31166         chdir($PWD)).
31167         Don't log final directory unless we actually made it.
31168         Refactor to avoid duplicate code to fix up permissions.
31169         Don't attempt to fix up parent permissions if chdir($PWD) fails.
31170
31171         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
31172         to make it a bit faster and (I hope) clearer.
31173         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
31174         Fix bug in formats like %2N.
31175
31176         * lib/verify.h: New file.
31177
31178 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
31179
31180         Sync from coreutils.
31181         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
31182
31183 2005-09-22  Jim Meyering  <jim@meyering.net>
31184
31185         Sync from coreutils.
31186
31187         * m4/lstat.m4 (gl_FUNC_LSTAT):
31188         Use AC_LIBSOURCES to require lstat.c and lstat.h.
31189         Remove obsolete comment.
31190         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
31191         * m4/xstrtod.m4: Likewise.
31192
31193         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
31194
31195 2005-09-22  Jim Meyering  <jim@meyering.net>
31196
31197         Sync from coreutils.
31198
31199         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
31200
31201         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
31202         the .tm_year member, since otherwise gcc-4.0 would now warn about
31203         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
31204
31205         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
31206         order to avoid an unsuppressible warning from gcc on 64-bit systems.
31207
31208         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
31209         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
31210         when run in a time zone for which daylight savings time is in effect
31211         for the starting date.
31212
31213         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
31214         stop us from restricting permissions of just-created absolute-named
31215         directories.
31216         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
31217         to restore initial working directory.
31218         * lib/mkdir-p.c (make_dir_parents): New parameter:
31219         different_working_dir, to tell caller if/when we change the working
31220         directory and are unable to return to the initial one.
31221         * lib/mkdir-p.h (make_dir_parents): Update prototype.
31222         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
31223         `return false'.  This fixes a bug introduced on 2004-07-30.
31224
31225         * lib/openat.c (fdopendir): Be sure to close the supplied
31226         file descriptor before returning.  This makes our replacement
31227         implementation a little closer to Solaris's, where fdopendir
31228         ties the file descriptor to the returned DIR* pointer.
31229         * lib/openat.c (unlinkat): New function.
31230         * lib/openat.h (unlinkat): Add prototype.
31231         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
31232         (openat_restore_fail): Rename from openat_restore_die.
31233         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
31234
31235         Provide an alternative to exiting immediately upon save_cwd or
31236         restore_cwd failure.  Now, an application can arrange e.g.,
31237         to perform a longjump in that case.
31238         * lib/openat.c: Include dirname.h.
31239         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
31240         (rpl_openat, fdopendir, fstatat): Call openat_save_die
31241         and openat_restore_die rather than calling error directly.
31242         Don't include "error.h" or "exitfail.h"; they're no longer needed.
31243
31244         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
31245         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
31246         define.
31247
31248         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
31249         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
31250                             int utc, int nanoseconds);
31251         Background:
31252         date should not have to allocate a megabyte of virtual memory to
31253         handle a format argument like +%1048575T.  When implemented with
31254         strftime, it must allocate such a buffer, use strftime to fill it
31255         in, print it, then free it.
31256         With fprintftime, it simply prints everything and exits.
31257         With no need for memory allocation, that's one fewer way to fail.
31258         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
31259         optional field width, not before, so we accept %9:z, not %:9z.
31260         (my_strftime): Be sure to use L_('x') for literals.
31261
31262         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
31263         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
31264         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
31265         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
31266         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
31267         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
31268         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
31269         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
31270         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
31271         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
31272         * lib/xgethostname.c, lib/xreadlink.c:
31273         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
31274
31275         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
31276         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
31277         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
31278         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
31279         and don't include <sys/file.h>).
31280
31281 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
31282
31283         Sync from coreutils.
31284
31285         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
31286         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
31287         [!LDAV_DONE]: Avoid unused variable warning.
31288
31289 2005-09-21  Bruno Haible  <bruno@clisp.org>
31290
31291         * lib/unicodeio.h (unicode_to_mb): New declaration.
31292
31293 2005-09-20  Derek Price  <derek@ximbiot.com>
31294
31295         * lib/getaddrinfo.c: Don't include <netdb.h> included from
31296         getaddrinfo.h.
31297
31298 2005-09-20  Bruno Haible  <bruno@clisp.org>
31299
31300         * gnulib-tool: Remove trailing slashes from the values specified for
31301         --source-base, --m4-base, --tests-base, --aux-dir.
31302         Suggested by Simon Josefsson <jas@extundo.com>.
31303
31304 2005-09-20  Bruno Haible  <bruno@clisp.org>
31305
31306         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
31307         func_modules_to_filelist, func_import, func_create_testdir): Make all
31308         sorting results locale-independent, so that gnulib-cache.m4 doesn't
31309         change when gnulib-tool is invoked in a different locale.
31310
31311 2005-09-19  Simon Josefsson  <jas@extundo.com>
31312
31313         * m4/socklen.m4: Fix typo.
31314
31315 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31316
31317         Use a consistent style for including <config.h>.
31318         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
31319         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
31320         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
31321         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
31322         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
31323         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
31324         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
31325         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
31326         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
31327         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
31328         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
31329         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
31330         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
31331         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
31332         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
31333         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
31334         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
31335         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
31336         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
31337         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
31338         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
31339         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
31340         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
31341         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
31342         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
31343         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
31344         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
31345         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
31346         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
31347         lib/xstrtoumax.c, lib/yesno.c:
31348         Standardize inclusion of config.h.
31349         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
31350         lib/inttostr.h:  Removed inclusion of config.h from header files.
31351         * lib/inttostr.c:  Adjusted in-tree users.
31352         * lib/timespec.h: Remove superfluous warning to include config.h.
31353         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
31354         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
31355         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
31356         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
31357         config.h with HAVE_CONFIG_H.
31358
31359 2005-09-19  Jim Meyering  <jim@meyering.net>
31360
31361         * modules/pathmax (License): Change to LGPL.
31362
31363 2005-09-19  Derek Price  <derek@ximbiot.com>
31364
31365         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
31366
31367 2005-09-19  Bruno Haible  <bruno@clisp.org>
31368
31369         * gnulib-tool (import): Provide default for --tests-base.
31370
31371 2005-09-19  Bruno Haible  <bruno@clisp.org>
31372
31373         * doc/quote.texi: New file, extracted from gnulib.texi.
31374         * doc/ctime.texi: New file, extracted from gnulib.texi.
31375         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
31376         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
31377         * doc/gnulib.texi: Include them.
31378
31379 2005-09-18  Bruno Haible  <bruno@clisp.org>
31380
31381         Portability fix.
31382         * gnulib-tool (func_readlink): New function.
31383         (func_ln_if_changed): Use it.
31384
31385 2005-09-18  Bruno Haible  <bruno@clisp.org>
31386
31387         * gnulib-tool: Support --with-tests also with --import.
31388         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
31389         (func_import): Use variables $testsbase and $inctests. Emit a
31390         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
31391         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
31392         SUBDIRS += $testsdir.
31393         (func_create_testdir): Update.
31394
31395 2005-09-18  Bruno Haible  <bruno@clisp.org>
31396
31397         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
31398         instead of $dry_run.
31399         (func_cp_if_changed, func_mv_if_changed): Remove functions.
31400         (func_ln_if_changed): Don't handle dry-run here.
31401         (func_import): In dry-run mode, detect more precisely which actions
31402         would be performed, and don't use "...ing" verbs.
31403
31404 2005-09-18  Bruno Haible  <bruno@clisp.org>
31405
31406         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
31407         (func_import): Use join on two temporary files instead of three nested
31408         loops, in order to determine which files are new or old.
31409
31410 2005-09-18  Bruno Haible  <bruno@clisp.org>
31411
31412         * gnulib-tool (func_import): Comment out code that spits out the
31413         new files with --dry-run.
31414
31415 2005-09-18  Bruno Haible  <bruno@clisp.org>
31416
31417         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
31418
31419 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31420
31421         * lib/stat-time.h: New file.
31422         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
31423         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
31424         in a different way.
31425         (timespec_cmp): New function.
31426         * lib/utimecmp.c: Include stat-time.h.
31427         (SYSCALL_RESOLUTION): Depend on whether various struct stat
31428         members exist, not on the obsolescent ST_MTIM_NSEC.
31429         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
31430
31431 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31432
31433         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
31434
31435 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31436
31437         * MODULES.html.sh (File system functions): Add stat-time.
31438         * modules/stat-time: New file.
31439         * modules/timespec (Files): Remove m4/st_mtim.m4; this
31440         is now done in a different way, by the stat-time module.
31441         * modules/utimecmp (Depends-on): Add stat-time.
31442
31443 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
31444
31445         * m4/st_mtim.m4: Remove.  Superseded by...
31446         * m4/stat-time.m4: New file.
31447         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
31448         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
31449
31450 2005-09-15  Derek Price  <derek@ximbiot.com>
31451
31452         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
31453
31454 2005-09-15  Derek Price  <derek@ximbiot.com>
31455
31456         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
31457         * lib/regex_internal.c: Ditto, using this...
31458         (__GNUC_PREREQ): ...new macro.
31459         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
31460         using...
31461         (__GNUC_PREREQ): ...this new macro.
31462
31463         * lib/strstr.h: Include string.h. Define strstr as a macro here.
31464
31465 2005-09-15  Derek Price  <derek@ximbiot.com>
31466             Paul Eggert  <eggert@cs.ucla.edu>
31467
31468         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
31469         changes, consolidating in...
31470         * lib/regex_internal.h: ...this file.
31471
31472 2005-09-13  Jim Meyering  <jim@meyering.net>
31473
31474         * lib/canon-host.c: Filter through gnu indent and reword comments
31475         slightly.
31476         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
31477
31478 2005-09-13  Derek Price  <derek@ximbiot.com>
31479
31480         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
31481         failure.
31482         Reported by Jim Meyering  <jim@meyering.net>.
31483
31484 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31485
31486         * lib/base64.c: Typo.
31487         (base64_encode): Put b64str in initialized data section.
31488
31489 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
31490
31491         Merge glibc and coreutils changes into gnulib, plus a few
31492         extra fixes.
31493         * lib/md5.c: Use #error rather than a string.
31494         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
31495         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
31496         (__attribute__): Define to empty for non recent-GCC.
31497         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
31498         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
31499         Renamed from their non-__ counterparts, with new macros replacing
31500         them if not _LIBC.  Add __THROW attribute.
31501         (rol): Remove.
31502         (struct md5_ctx): Align buffer if using GCC.
31503         * lib/sha1.h (struct sha1_ctx): Likewise.
31504         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
31505         The old name was backwards.
31506         (NOTSWAP): Remove; not used.
31507         (rol): New macro, moved here from md5.h.
31508         (sha1_process_block): Remove a FIXME that doesn't make sense.
31509
31510 2005-09-12  Derek Price  <derek@ximbiot.com>
31511
31512         Return usable errors from canon-host.
31513         * lib/canon-host.h: New file.
31514         * lib/canon-host.c (canon_host): Wrap...
31515         (canon_host_r): ...this new function, which now relies exclusively on
31516         getaddrinfo.
31517         (ch_strerror): New function.
31518         (last_cherror): New global.
31519         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
31520         interface.
31521         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
31522         void *.
31523         (freeaddrinfo): Free ai->ai_canonname when set.
31524
31525 2005-09-12  Derek Price  <derek@ximbiot.com>
31526
31527         Make canon-host require getaddrinfo.
31528         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
31529         AC_LIBSOURCE canon-host.h.  Call...
31530         (gl_PREREQ_CANON_HOST): ...this new function, which requires
31531         gl_GETADDRINFO.
31532         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
31533
31534 2005-09-12  Derek Price  <derek@ximbiot.com>
31535
31536         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
31537         LGPL.
31538         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
31539
31540 2005-09-12  Derek Price  <derek@ximbiot.com>
31541
31542         * lib/gai_strerror.c: Include config.h when available.  Include
31543         getaddrinfo.h before other headers to test interface.
31544         Reported by Larry Jones <lawrence.jones@ugs.com>.
31545
31546 2005-09-12  Derek Price  <derek@ximbiot.com>
31547             Paul Eggert  <eggert@cs.ucla.edu>
31548
31549         * modules/glob (Files): Add glob-libc.h.
31550
31551 2005-09-12  Derek Price  <derek@ximbiot.com>
31552             Paul Eggert  <eggert@cs.ucla.edu>
31553
31554         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
31555         glob_.h, glob-libc.h.
31556         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
31557
31558 2005-09-12  Derek Price  <derek@ximbiot.com>
31559             Paul Eggert  <eggert@cs.ucla.edu>
31560
31561         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
31562         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
31563         protecting things that should be done only in gnulib contexts.
31564         * lib/glob_.h: New file, containing only the glob things needed for
31565         gnulib.
31566         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
31567         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
31568         (glob, globfree, glob_pattern_p): Now defined simply in terms of
31569         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
31570         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
31571         and to respect the namespace rules better.
31572
31573 2005-09-08  Simon Josefsson  <jas@extundo.com>
31574
31575         * modules/socklen: New file.
31576
31577 2005-09-08  Simon Josefsson  <jas@extundo.com>
31578
31579         * m4/socklen.m4: New file.
31580
31581 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31582
31583         * modules/utimens (Files): Add m4/utimbuf.m4, since
31584         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
31585         Reported by Sergey Poznyakoff.
31586
31587 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31588
31589         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
31590         definitions, since that's the preferred style in glibc.
31591         Fix a minor spacing issue, and update copyright notice to match
31592         glibc's.
31593
31594 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
31595
31596         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
31597
31598 2005-09-06  Simon Josefsson  <jas@extundo.com>
31599
31600         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
31601         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
31602
31603 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31604
31605         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
31606         warning.
31607
31608 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31609
31610         * config/srclist.txt: Add glibc bug 1302.
31611
31612 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
31613
31614         Change bitset word type from unsigned int to unsigned long int,
31615         as this has better performance on typical 64-bit hosts.
31616         Port bitset code to hosts with unusual word sizes.
31617         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
31618         (build_collating_symbol):
31619         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
31620         argument is a bitset.  This is merely a style issue, but it makes
31621         it clearer that an entire array is expected.
31622         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
31623         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
31624         Port to the case where bitset_word is not the same as unsigned int.
31625         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31626         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
31627         Likewise.
31628         * lib/regexec.c (check_dst_limits_calc_pos_1,
31629         check_subexp_matching_top):
31630         (build_trtable, group_nodes_into_DFAstates):
31631         Likewise.
31632         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
31633         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
31634         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
31635         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
31636         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
31637         * lib/regcomp.c (optimize_subexps, lower_subexp):
31638         Work even if bitset_word has holes in its bitwise representation.
31639         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
31640         * lib/regexec.c (check_dst_limits_calc_pos_1,
31641         check_subexp_matching_top):
31642         Likewise.
31643         * lib/regex_internal.c (re_string_reconstruct):
31644         Don't assume UCHAR_MAX == 255.
31645         * lib/regex_internal.h (bitset_set_all): Likewise.
31646         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
31647         All uses changed.
31648         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
31649         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
31650         All uses changed.
31651         (BITSET_WORD_MAX): New macro.
31652         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
31653         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
31654         (bitset_empty, bitset_copy):
31655         Prefer sizeof (bitset) to multiplying it out ourselves.
31656         (bitset_not_merge): Remove; unused.
31657         (bitset_contain): Return bool, not unsigned int with one bit on.
31658         All callers changed.
31659         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
31660         alignment than re_node_set; do this by defining a new internal
31661         type struct dests_alloc and using it to allocate memory.
31662
31663 2005-09-05  Bruno Haible  <bruno@clisp.org>
31664
31665         * gnulib-tool (func_import): Fix comparison in handling of symbolic
31666         links.
31667
31668 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
31669
31670         * modules/size_max (Makefile.am): Add size_max.h
31671
31672 2005-09-04  Derek Price  <derek@ximbiot.com>
31673
31674         * gnulib-tool (func_import): Fix reversed $symbolic logic.
31675
31676 2005-09-03  Simon Josefsson  <jas@extundo.com>
31677
31678         * gnulib-tool: Fix typo.
31679
31680 2005-09-03  Simon Josefsson  <jas@extundo.com>
31681
31682         * config/srclist.txt: Add glibc bug 1293.
31683
31684 2005-09-03  Derek Price  <derek@ximbiot.com>
31685
31686         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
31687         From Larry Jones <lawrence.jones@ugs.com>.
31688
31689 2005-09-02  Simon Josefsson  <jas@extundo.com>
31690
31691         * modules/socklen: New file.
31692
31693 2005-09-02  Simon Josefsson  <jas@extundo.com>
31694
31695         * modules/havelib: New module.
31696
31697         * modules/gettext, modules/iconv, modules/lock, modules/readline:
31698         Use havelib.
31699
31700 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31701
31702         Check for arithmetic overflow when calculating sizes, to prevent
31703         some buffer-overflow issues.  These patches are conservative, in the
31704         sense that when I couldn't determine whether an overflow was possible,
31705         I inserted a run-time check.
31706         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31707         macros.
31708         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31709         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31710         (re_xnrealloc, re_x2nrealloc): New inline functions.
31711         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31712         parse_bracket_exp):
31713         (build_equiv_class, build_charclass): Check for arithmetic overflow
31714         in size expression calculations.
31715         * lib/regex_internal.c (re_string_realloc_buffers):
31716         (build_wcs_upper_buffer, re_node_set_add_intersect):
31717         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31718         (re_dfa_add_node, register_state): Likewise.
31719         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31720         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31721         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31722         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31723
31724 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31725
31726         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31727         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31728
31729 2005-09-02  Bruno Haible  <bruno@clisp.org>
31730
31731         Support for lib vs. lib64 distinction on biarch platforms.
31732         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31733         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31734         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31735
31736 2005-09-02  Bruno Haible  <bruno@clisp.org>
31737
31738         * gnulib-tool (import): In the other first-use case, provide defaults
31739         as well.
31740
31741 2005-09-02  Bruno Haible  <bruno@clisp.org>
31742
31743         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31744         patches not yet found in the latest gettext release.
31745
31746 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31747
31748         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31749         to avoid a collision with bits/local_lim.h in glibc.
31750         All uses changed.  Problem reported by Dmitry V. Levin in
31751         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31752
31753         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31754         bugs in int versus size_t comparisons.
31755         (re_string_context_at): Fix bug where the code assumed that
31756         Idx is signed.
31757
31758         Use bool where appropriate.
31759         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
31760         All callers changed.
31761         (calc_eclosure_iter): Likewise, for ROOT arg.
31762         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
31763         (build_charclass_op): Likewise, for NON_MATCH arg.
31764         * lib/regex_internal.c (re_string_allocate, re_string_construct):
31765         (re_string_construct_common): Likewise, for ICASE arg.
31766         * lib/regexec.c (re_search_2_stub, re_search_stub):
31767         Likewise, for RET_LEN arg.
31768         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
31769         (set_regs): Likewise, for FL_BACKTRACK arg.
31770         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
31771         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
31772         (calc_eclosure_iter, parse_bracket_exp):
31773         Use bool for internal variables that are booleans.
31774         * lib/regexec.c (re_search_internal, check_matching,
31775         proceed_next_node):
31776         (set_regs, build_sifted_states, sift_states_bkref):
31777         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
31778         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31779         (find_collation_sequence_value):
31780         Likewise.
31781         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
31782         (re_node_set_compare):
31783         Return bool, not int. All callers changed.
31784         * lib/regexec.c (check_halt_node_context, check_dst_limits):
31785         (build_trtable, check_node_accept): Likewise.
31786         * lib/regex_internal.h: Include stdbool.h.
31787
31788         Fix bugs uncovered when converting to bool.
31789         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
31790         failure instead of charging ahead blindly.
31791         * lib/regex_internal.c (register_state): Likewise.
31792         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
31793         for freeing internal storage.
31794         (group_nodes_into_DFA_states): Use unsigned int, not int, for
31795         bitset pieces used as boolean, to avoid undefined behavior
31796         on hosts that do int overflow checking.
31797
31798 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31799
31800         * config/srclist.txt: Add glibc bugs 1285-1287.
31801
31802 2005-09-01  Jim Meyering  <jim@meyering.net>
31803
31804         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
31805         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
31806         Require gl_STAT_MACROS, too.
31807
31808 2005-09-01  Bruno Haible  <bruno@clisp.org>
31809
31810         * gnulib-tool (import): In the first-use case, provide defaults.
31811
31812 2005-09-01  Bruno Haible  <bruno@clisp.org>
31813
31814         * gnulib-tool (func_import): Remove the .tmp files.
31815
31816 2005-09-01  Bruno Haible  <bruno@clisp.org>
31817
31818         * gnulib-tool (func_import): Fix handling of symbolic links.
31819
31820 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31821
31822         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
31823         old glibc regex code mishandles strings longer than 2**31 bytes.
31824         This patch fixes this when the regex code is used in gnulib
31825         (i.e., outside glibc).
31826
31827         This patch should not affect the use of the regex code inside
31828         glibc.  No doubt this problem also needs to be handled for glibc
31829         as well, but the result will be an incompatible change to the
31830         glibc ABI, and the old ABI will have to be supported too.  That
31831         can be the the subject for another patch.
31832
31833         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
31834         governing whether the rest of this patch is active.  By default,
31835         the macro is disabled and the patch has no effect.
31836         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
31837         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
31838         (struct re_pattern_buffer, re_search, re_search_2, re_match):
31839         (re_match_2, re_set_registers): Use the new types.
31840         * lib/regex_internal.h (Idx, re_hashval_t): New types.
31841         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
31842         New macros.
31843         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
31844         (re_string_context_at, bin_tree_t, re_dfastate_t):
31845         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
31846         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
31847         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
31848         (re_string_char_size_at, re_string_wchar_at):
31849         (re_string_elem_size_at):
31850         Use the new types and macros to port to 64-bit hosts.
31851         Use unsigned types for internal values, so that the code
31852         mostly works even for arrays larger than SSIZE_MAX.
31853         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
31854         (search_duplicated_node, calc_eclosure_iter, fetch_number):
31855         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
31856         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
31857         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
31858         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
31859         (calc_inveclosure, parse_dup_op, build_range_exp):
31860         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
31861         (fetch_number, create_token_tree, mark_opt_subexp):
31862         Likewise.
31863         * lib/regex_internal.c (re_string_construct_common,
31864         create_ci_newstate):
31865         (create_cd_newstate, re_string_allocate, re_string_construct):
31866         (re_string_realloc_buffers, build_wcs_upper_buffer):
31867         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31868         (re_string_reconstruct, re_string_peek_byte_case):
31869         (re_string_fetch_byte_case, re_string_context_at):
31870         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31871         (re_node_set_init_copy, re_node_set_add_intersect):
31872         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31873         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31874         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31875         (re_acquire_state, re_acquire_state_context, register_state):
31876         Likewise.
31877         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
31878         search_cur_bkref_entry):
31879         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
31880         (re_search_internal, re_search_2_stub, re_search_stub)
31881         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
31882         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
31883         (update_cur_sifted_state, check_dst_limits):
31884         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31885         (check_subexp_limits, sift_states_bkref, merge_state_array):
31886         (check_subexp_matching_top, get_subexp, get_subexp_sub):
31887         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
31888         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31889         (expand_bkref_cache, check_node_accept_bytes):
31890         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
31891         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
31892         (acquire_init_state_context, check_halt_node_context):
31893         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
31894         (sift_states_backward, clean_state_log_if_needed):
31895         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
31896         (find_recover_state, transit_state_sb, transit_state_mb):
31897         (transit_state_bkref, build_trtable, match_ctx_clean):
31898         Likewise.
31899         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
31900         to work around an assumption that REG_MISSING is negative.
31901
31902         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
31903         (seek_collating_symbol_entry) [defined _LIBC]:
31904         (lookup_collation_sequence_value) [defined _LIBC]:
31905         (build_range_exp, build_collating_symbol) [defined _LIBC]:
31906         Use prototypes rather than old-style function definitions.
31907         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
31908         (transit_state_sb) [0]:
31909         (find_collation_sequence_value) [defined _LIBC]: Likewise.
31910
31911         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
31912         rm_eo.
31913
31914         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
31915         (optimize_subexps, lower_subexp):
31916         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
31917         since the signed shift might overflow.  Use 1u<<31 instead.
31918         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31919         Likewise.
31920         * lib/regexec.c (check_dst_limits_calc_pos_1,
31921         check_subexp_matching_top): Likewise.
31922
31923         * lib/regcomp.c (optimize_subexps, lower_subexp):
31924         Use CHAR_BIT rather than 8, for clarity.
31925         * lib/regexec.c (check_dst_limits_calc_pos_1):
31926         (check_subexp_matching_top): Likewise.
31927         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
31928         have to worry about portability issues when shifting it left.
31929         Remove no-longer-needed test for table_size > 0.
31930         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
31931         in a word, as the resulting behavior is undefined.
31932         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
31933         in one case, a <= should have been an <, and in another case the
31934         whole test was missing.
31935         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
31936         the standard name CHAR_BIT.
31937         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
31938         this is not true on one's complement and signed-magnitude hosts.
31939
31940         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31941         next_last_offset.
31942         (struct re_dfa_t): Remove unused member states_alloc.
31943         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31944
31945 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31946
31947         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31948         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31949         and large-file glibc and in 32-bit large-file Solaris.
31950
31951 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31952
31953         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31954         lengths fit in regoff_t; this isn't true if regoff_t is the same
31955         width as size_t.
31956         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31957         (= START + RANGE) instead of RANGE.  This avoids overflow
31958         problems when regoff_t is the same width as size_t.
31959         All callers changed.
31960         (re_search_2_stub): Check for overflow when adding the
31961         sizes of the two strings.
31962         (re_search_stub): Check for overflow when adding START
31963         to RANGE; if it occurs, substitute the extreme value.
31964
31965 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31966
31967         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31968
31969 2005-08-31  Jim Meyering  <jim@meyering.net>
31970
31971         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31972         a pointer-to-const.
31973         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31974         (register_state): Likewise.
31975         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31976         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31977         (group_nodes_into_DFAstates): Likewise.
31978
31979 2005-08-31  Jim Meyering  <jim@meyering.net>
31980
31981         * check-module: Add a FIXME comment.
31982
31983 2005-08-31  Eric Blake  <ebb9@byu.net>
31984
31985         * modules/unistd-safer (Files): Add unistd--.h.
31986         * modules/stdio-safer (Files): Add stdio--.h.
31987
31988 2005-08-31  Derek Price  <derek@ximbiot.com>
31989
31990         * lib/getdelim.c (getdelim): Return EOF on EOF.
31991         Reported by Larry Jones <lawrence.jones@ugs.com>.
31992
31993 2005-08-31  Bruno Haible  <bruno@clisp.org>
31994
31995         Avoid unnecessary diffs in the generated lib/Makefile.am.
31996         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31997         the generated files.
31998         (func_import): Don't set cmd.
31999
32000 2005-08-31  Bruno Haible  <bruno@clisp.org>
32001
32002         * lib/strstr.c: Include <stddef.h>, for NULL.
32003         * lib/strcasestr.c: Likewise.
32004         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32005
32006 2005-08-31  Bruno Haible  <bruno@clisp.org>
32007
32008         * gnulib-tool: New option --macro-prefix.
32009         (func_import): Use macro_prefix.
32010         (import): Handle option --macro-prefix.
32011
32012 2005-08-31  Bruno Haible  <bruno@clisp.org>
32013
32014         * gnulib-tool (import): Rename most ac_* variables to cached_*.
32015         Also use new variables cached_lgpl, cached_libtool.
32016
32017 2005-08-31  Bruno Haible  <bruno@clisp.org>
32018
32019         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
32020         always instantiating them.
32021
32022 2005-08-31  Bruno Haible  <bruno@clisp.org>
32023
32024         * gnulib-tool (func_import): Read the previous cached settings
32025         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
32026         earlier added by gnulib but are now dropped. Warn when a gnulib file
32027         overwrites a non-gnulib file.
32028
32029 2005-08-31  Bruno Haible  <bruno@clisp.org>
32030
32031         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
32032         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
32033         projects that don't keep autogenerated files in CVS. Put into
32034         actioncmd only the specified modules, not the transitive closure.
32035
32036 2005-08-31  Bruno Haible  <bruno@clisp.org>
32037
32038         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
32039         Create directories that shall be filled.
32040         (import): Don't look for gl_* macros in configure.ac. Recurse across
32041         all directories containing a gnulib-cache.m4 files, if meaningful.
32042
32043 2005-08-31  Bruno Haible  <bruno@clisp.org>
32044
32045         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
32046         (import): Set seen_libtool when we see gl_LIBTOOL.
32047
32048 2005-08-31  Bruno Haible  <bruno@clisp.org>
32049
32050         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
32051         declaration macro definitions from generated gnulib.m4.
32052
32053 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
32054
32055         * lib/iconvme.h: Add prototype for iconv_alloc.
32056
32057 2005-08-29  Simon Josefsson  <jas@extundo.com>
32058
32059         * lib/iconvme.c: Fix errno.
32060
32061 2005-08-29  Bruno Haible  <bruno@clisp.org>
32062
32063         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
32064         that it works when the directory contains spaces.
32065
32066 2005-08-29  Bruno Haible  <bruno@clisp.org>
32067
32068         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
32069
32070 2005-08-29  Bruno Haible  <bruno@clisp.org>
32071
32072         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
32073         Emit more advice.
32074
32075 2005-08-29  Bruno Haible  <bruno@clisp.org>
32076         and Stepan Kasal  <kasal@ucw.cz>
32077
32078         * check-module: If more parameters are given, check each of them
32079         separately; add more exceptions, as noted by Jim Meyering.
32080         (check_module): New procedure.
32081         (%exempt_header): Now contains all exceptions.
32082
32083 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
32084
32085         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
32086
32087 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
32088
32089         * lib/iconvme.c: Split iconv_string into iconv_alloc.
32090
32091 2005-08-28  Bruno Haible  <bruno@clisp.org>
32092
32093         * m4/gnulib-tool.m4: New file.
32094
32095 2005-08-27  Jim Meyering  <jim@meyering.net>
32096
32097         * modules/unistd-safer (Files): Add pipe-safer.c.
32098         * modules/fcntl-safer (Files): Add creat-safer.c.
32099
32100 2005-08-27  Jim Meyering  <jim@meyering.net>
32101
32102         * m4/stdlib-safer.m4: New file.  From coreutils.
32103         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
32104         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
32105         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
32106         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
32107         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
32108
32109 2005-08-27  Jim Meyering  <jim@meyering.net>
32110
32111         * lib/fopen-safer.c: Merge minor changes from coreutils.
32112         * lib/dup-safer.c: Likewise.
32113         * lib/fd-safer.c: Likewise.
32114
32115         Merge from coreutils.
32116         * lib/stdio--.h: New file.
32117         * lib/stdlib--.h: New file.
32118         * lib/mkstemp-safer.c: New file.
32119
32120         GNU tar needs these.
32121         * lib/pipe-safer.c: New file.
32122         * lib/creat-safer.c: New file.
32123         * lib/fcntl--.h (creat): Define to creat_safer.
32124         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
32125         * lib/unistd--.h (pipe): Define to pipe_safer.
32126         * lib/unistd-safer.h: Declare pipe_safer.
32127
32128 2005-08-26  Simon Josefsson  <jas@extundo.com>
32129
32130         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
32131         Haible <bruno@clisp.org>.
32132
32133 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
32134
32135         * lib/regex_internal.h: Remove all references to
32136         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
32137         or better.
32138         (bitset_not, bitset_merge, bitset_not_merge):
32139         (bitset_mask, re_string_allocate, re_string_construct):
32140         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
32141         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
32142         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
32143         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
32144         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32145         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32146         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
32147         (re_acquire_state_context):
32148         Remove unnecessary forward decls.
32149         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
32150         Put __attribute at function definition,
32151         now that the function decl has been removed.
32152         * lib/regex_internal.c (re_string_peek_byte_case):
32153         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
32154         Likewise.
32155
32156 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
32157
32158         * m4/regex.m4: Add AC_PREREQ(2.50).
32159         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
32160
32161 2005-08-25  Simon Josefsson  <jas@extundo.com>
32162
32163         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
32164         __fsetlocking.
32165
32166 2005-08-25  Simon Josefsson  <jas@extundo.com>
32167
32168         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
32169         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
32170         GLIBC specific code.
32171
32172 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32173
32174         Make regex safe for g++.  This fixes one real bug (an "err"
32175         that should have been "*err").  g++ problem reported by
32176         Sam Steingold.
32177         * lib/regex_internal.h (re_calloc): New macro, consistent with
32178         re_malloc etc.  All callers of calloc changed to use re_calloc.
32179         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
32180         not int.  All callers changed.
32181         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
32182         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
32183         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
32184         (find_recover_state): Change "err" to "*err"; this fixes what
32185         appears to be a real bug.
32186         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
32187         versus int.
32188
32189 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32190
32191         * modules/regex (Depends-on): Add malloc, since the code
32192         assumes that !malloc(0) means failure.
32193
32194 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32195
32196         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
32197
32198         alloca modernization/simplification for regex.
32199         * lib/regex.c: Remove portability cruft for alloca.  This no longer
32200         needs to be at the start of the file, and can be moved into
32201         regex_internal.h and simplified.
32202         * lib/regex_internal.h: Include <alloca.h>.
32203         (__libc_use_alloca) [!defined _LIBC]: New macro.
32204         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
32205         now works outside glibc.
32206
32207 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32208
32209         * config/srclist.txt: Add glibc bugs 1241, 1245.
32210
32211 2005-08-25  Jim Meyering  <jim@meyering.net>
32212
32213         * lib/open-safer.c: Include <config.h>.
32214         Otherwise, we'd lose LARGEFILE support in any file using
32215         e.g. "fcntl--.h"
32216
32217 2005-08-25  Bruno Haible  <bruno@clisp.org>
32218
32219         * m4/minmax.m4: Require autoconf 2.52.
32220         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
32221         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
32222         alternatives of translit over the alphabet.
32223         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
32224
32225 2005-08-24  Simon Josefsson  <jas@extundo.com>
32226
32227         * tests/test-getpass.c: New file.
32228
32229 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32230
32231         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
32232         for GNU regex features.
32233
32234 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32235
32236         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
32237         * lib/regex.h (regerror): Likewise.
32238
32239         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
32240         requires this.  (The code never needed it.)
32241
32242         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
32243         All uses of recently-renamed identifiers changed to use the new,
32244         POSIX-compliant names.  The code will build and run just fine
32245         without these changes, but it's better to eat our own dog food
32246         and use the standard-conforming names.
32247
32248         * lib/regex.h: Fix a multitude of POSIX name space violations.
32249         These changes have an effect only for programs that define
32250         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
32251         do not change anything for programs compiled in the normal way.
32252         Also, there is no effect on the ABI.
32253
32254         (_REGEX_SOURCE): New macro.
32255         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
32256         defined and _GNU_SOURCE is not; this fixes a name space violation.
32257
32258         Rename the following macros to obey POSIX requirements.
32259         The old names are still visible as macros if _REGEX_SOURCE is defined.
32260         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
32261         RE_BACKSLASH_ESCAPE_IN_LISTS.
32262         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
32263         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
32264         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
32265         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
32266         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
32267         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
32268         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
32269         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
32270         (REG_INTERVALS): renamed from RE_INTERVALS.
32271         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
32272         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
32273         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
32274         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
32275         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
32276         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
32277         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
32278         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
32279         RE_UNMATCHED_RIGHT_PAREN_ORD.
32280         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
32281         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
32282         (REG_DEBUG): renamed from RE_DEBUG.
32283         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
32284         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
32285         unusual, since we can't clash with the POSIX REG_ICASE.
32286         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
32287         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
32288         (REG_NO_SUB): renamed from RE_NO_SUB.
32289         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
32290         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
32291         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
32292         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
32293         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
32294         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
32295         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
32296         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
32297         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
32298         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
32299         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
32300         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
32301         RE_SYNTAX_POSIX_MINIMAL_BASIC.
32302         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
32303         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
32304         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
32305         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
32306         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
32307         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
32308         (REG_FIXED): Renamed from REGS_FIXED.
32309         (REG_NREGS): Renamed from RE_NREGS.
32310
32311         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
32312         of other REG_* macros, since POSIX says the user is allowed to
32313         #undef these macros selectively.
32314
32315         (reg_errcode_t): Update comment stating what other tables need
32316         to be consistent.
32317
32318         Rename the following enum values to obey POSIX requirements.
32319         The old names are still visible as macros.
32320         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
32321         is not defined, since GNU is supposed to be a superset of POSIX as
32322         much as possible, and since we want reg_errcode_t to be a signed
32323         type for implementation consistency.
32324         (_REG_NOERROR): Renamed from REG_NOERROR.
32325         (_REG_NOMATCH): Renamed from REG_NOMATCH.
32326         (_REG_BADPAT): Renamed from REG_BADPAT.
32327         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
32328         (_REG_ECTYPE): Renamed from REG_ECTYPE.
32329         (_REG_EESCAPE): Renamed from REG_EESCAPE.
32330         (_REG_ESUBREG): Renamed from REG_ESUBREG.
32331         (_REG_EBRACK): Renamed from REG_EBRACK.
32332         (_REG_EPAREN): Renamed from REG_EPAREN.
32333         (_REG_EBRACE): Renamed from REG_EBRACE.
32334         (_REG_BADBR): Renamed from REG_BADBR.
32335         (_REG_ERANGE): Renamed from REG_ERANGE.
32336         (_REG_ESPACE): Renamed from REG_ESPACE.
32337         (_REG_BADRPT): Renamed from REG_BADRPT.
32338         (_REG_EEND): Renamed from REG_EEND.
32339         (_REG_ESIZE): Renamed from REG_ESIZE.
32340         (_REG_ERPAREN): Renamed from REG_ERPAREN.
32341         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
32342         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
32343         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
32344         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
32345
32346         (_REG_RE_NAME, _REG_RM_NAME): New macros.
32347         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
32348         changed.  But support the old name if the new one is not defined
32349         and if _REGEX_SOURCE.
32350
32351         Change the following member names in struct re_pattern_buffer.
32352         The old names are still supported if !_REGEX_SOURCE.
32353         The new names are always supported, regardless of _REGEX_SOURCE.
32354         (re_buffer): Renamed from buffer.
32355         (re_allocated): Renamed from allocated.
32356         (re_used): Renamed from used.
32357         (re_syntax): Renamed from syntax.
32358         (re_fastmap): Renamed from fastmap.
32359         (re_translate): Renamed from translate.
32360         (re_can_be_null): Renamed from can_be_null.
32361         (re_regs_allocated): Renamed from regs_allocated.
32362         (re_fastmap_accurate): Renamed from fastmap_accurate.
32363         (re_no_sub): Renamed from no_sub.
32364         (re_not_bol): Renamed from not_bol.
32365         (re_not_eol): Renamed from not_eol.
32366         (re_newline_anchor): Renamed from newline_anchor.
32367
32368         Change the following member names in struct re_registers.
32369         The old names are still supported if !_REGEX_SOURCE.
32370         The new names are always supported, regardless of _REGEX_SOURCE.
32371         (rm_num_regs): Renamed from num_regs.
32372         (rm_start): Renamed from start.
32373         (rm_end): Renamed from end.
32374
32375         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
32376         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
32377         Prepend __ to parameter names.
32378
32379         Undo yesterday's changes.
32380
32381 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32382
32383         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
32384         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
32385         lib/regex.c.
32386
32387 2005-08-24  Jim Meyering  <jim@meyering.net>
32388
32389         Sync from coreutils.
32390         * m4/fcntl-safer.m4: New file.
32391
32392         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
32393         and object files for this module.
32394
32395 2005-08-24  Jim Meyering  <jim@meyering.net>
32396
32397         Sync from coreutils.
32398         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
32399
32400 2005-08-24  Jim Meyering  <jim@meyering.net>
32401
32402         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
32403         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
32404
32405 2005-08-24  Jim Meyering  <jim@meyering.net>
32406
32407         * modules/fcntl-safer: New module.
32408         * modules/fts (Depends-on): Add fcntl-safer.
32409         * MODULES.html.sh (File descriptor based Input/Output):
32410         Add fcntl-safer.
32411
32412 2005-08-24  Bruno Haible  <bruno@clisp.org>
32413
32414         Support for unit test modules.
32415         * modules/README: Mention tests modules.
32416         * modules/TEMPLATE-TESTS: New file.
32417         * gnulib-tool: New options --extract-tests-module, --with-tests and
32418         --tests-base (unused for the moment).
32419         (testsbase, inctests): New variables.
32420         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
32421         (func_verify_module): Exclude TEMPLATE-TESTS.
32422         (func_verify_nontests_module, func_verify_tests_module): New functions.
32423         (func_get_dependencies): Add implicit dependency for tests modules.
32424         (func_get_tests_module): New function.
32425         (func_modules_transitive_closure): When --with-tests was specified,
32426         include the unit tests as well, unless explicitly avoided.
32427         (func_emit_lib_Makefile_am): Ignore the tests modules here.
32428         (func_emit_tests_Makefile_am): New function.
32429         (func_create_testdir): When --with-tests was specified, emit a
32430         tests/ directory.
32431         * MODULES.html.sh (Future developments): Update.
32432
32433 2005-08-24  Bruno Haible  <bruno@clisp.org>
32434
32435         * modules/tls-tests: New file.
32436         * tests/test-tls.c: New file, from GNU gettext.
32437
32438 2005-08-24  Bruno Haible  <bruno@clisp.org>
32439
32440         * modules/lock-tests: New file.
32441         * tests/test-lock.c: New file, from GNU gettext.
32442
32443 2005-08-24  Bruno Haible  <bruno@clisp.org>
32444
32445         * lib/lock.h: Add multiple inclusion guard.
32446         * lib/tls.h: Add multiple inclusion guard.
32447
32448 2005-08-24  Bruno Haible  <bruno@clisp.org>
32449
32450         * gnulib-tool: Add support for the --aux-dir option to
32451         --create-testdir, --create-megatestdir, --test, --megatest.
32452         (func_create_testdir, func_create_megatestdir): Optionally emit a
32453         AC_CONFIG_AUX_DIR directive.
32454         (create-testdir, create-megatestdir, test, megatest): Provide a
32455         default value for $auxdir.
32456
32457 2005-08-24  Bruno Haible  <bruno@clisp.org>
32458
32459         * gnulib-tool (import): Use compound statement instead of subshell
32460         where possible.
32461
32462 2005-08-24  Bruno Haible  <bruno@clisp.org>
32463
32464         * gnulib-tool (import): Change --aux-dir default to "build-aux".
32465
32466 2005-08-24  Bruno Haible  <bruno@clisp.org>
32467
32468         * gnulib-tool (func_version): Update.
32469
32470 2005-08-24  Bruno Haible  <bruno@clisp.org>
32471
32472         * gnulib-tool (func_import, func_create_testdir,
32473         func_create_megatestdir): Quote all autoconf macro arguments.
32474
32475 2005-08-24  Bruno Haible  <bruno@clisp.org>
32476
32477         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
32478         option --force, because --force causes the aclocal.m4 of each
32479         subdirectory to be newer than the corresponding config.h.in.
32480
32481 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32482
32483         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
32484         All contents moved to gl_REGEX.
32485         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
32486         assume that it does.
32487
32488 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32489
32490         * lib/regex.h (REG_NOSYS)
32491         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
32492         Define, since POSIX requires it as of 2001.
32493         (_REG_ENOSYS)
32494         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
32495         New private symbol, used to keep the enum signed in all cases.
32496         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
32497         Youngman in
32498         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
32499
32500         * lib/regex_internal.c (re_string_skip_chars, register_state):
32501         (calc_state_hash):
32502         Remove forward decls; no longer needed now that we use prototypes.
32503         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
32504         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
32505         (clean_state_log_if_needed): Likewise.
32506
32507 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32508
32509         * config/srclist.txt: Add glibc bugs 1231-1233.
32510
32511 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32512
32513         Fix problems reported by Sam Steingold in
32514         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
32515         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
32516         assumed that reg_errcode_t is a signed type, which is not
32517         necessarily true if _XOPEN_SOURCE is not defined.
32518         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
32519         since some compilers warn about it otherwise.
32520
32521 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32522
32523         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
32524         (init_word_char, create_initial_state, duplicate_node_closure):
32525         (fetch_token, peek_token_bracket, build_range_exp):
32526         (build_collating_symbol): Remove forward decls; no longer needed
32527         now that we use prototypes.
32528
32529         * lib/regcomp.c:
32530         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
32531         (re_compile_fastmap_iter, regcomp, regerror, regfree):
32532         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
32533         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
32534         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
32535         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
32536         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
32537         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
32538         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
32539         (build_range_exp, build_collating_symbol, parse_bracket_exp):
32540         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
32541         (build_charclass, build_charclass_op, fetch_number, create_tree):
32542         (create_token_tree, mark_opt_subexp, duplicate_tree):
32543         Use prototypes rather than old-style definitions.
32544
32545         * lib/regex_internal.c:
32546         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
32547         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
32548         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
32549         (re_string_reconstruct, re_string_peek_byte_case):
32550         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
32551         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
32552         (re_node_set_init_copy, re_node_set_add_intersect):
32553         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
32554         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
32555         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
32556         (re_acquire_state, re_acquire_state_context, register_state):
32557         (create_ci_newstate, create_cd_newstate, free_state):
32558         Likewise.
32559         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
32560         re_search_2):
32561         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
32562         (re_search_internal, prune_impossible_nodes):
32563         (acquire_init_state_context, check_matching, static):
32564         (check_halt_node_context, check_halt_state_context, proceed_next_node):
32565         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
32566         (update_regs, sift_states_backward, build_sifted_states):
32567         (clean_state_log_if_needed, merge_state_array):
32568         (update_cur_sifted_state, add_epsilon_src_nodes):
32569         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
32570         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
32571         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
32572         (find_recover_state, check_subexp_matching_top, transit_state_mb):
32573         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
32574         (check_arrival, check_arrival_add_next_nodes):
32575         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
32576         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
32577         (check_node_accept_bytes, check_node_accept, extend_buffers):
32578         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
32579         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
32580         (sift_ctx_init):
32581         Likewise.
32582
32583         * lib/regex_internal.h:
32584         (re_string_allocate, re_string_construct, re_string_reconstruct):
32585         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
32586         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
32587         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
32588         (re_string_context_at, re_string_peek_byte_case):
32589         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
32590         is defined, since we now use prototypes always.
32591
32592         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
32593         C89 or better.  All uses removed.
32594
32595 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
32596
32597         * config/srclist.txt: Add glibc bugs 1220-1227.
32598
32599 2005-08-20  Jim Meyering  <jim@meyering.net>
32600
32601         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
32602         of unused local, dfa.
32603
32604 2005-08-20  Bruno Haible  <bruno@clisp.org>
32605
32606         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
32607
32608 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32609
32610         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
32611         (re_node_set_insert_last, re_dfa_add_node):
32612         Rename local variables to avoid GCC shadowing warnings.
32613
32614 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32615
32616         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
32617         [defined lint]: Suppress bogus uninitialized-variable warnings.
32618
32619         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
32620         and let the caller return REG_ESPACE if out of space.  This
32621         removes an uninitialied-variable warning with GCC 4.0.1, and also
32622         avoids taking the address of a local variable.  All callers
32623         changed.
32624
32625 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
32626
32627         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
32628         $LIBCSRC/posix/regexec.c.
32629         Add glibc bug 1217 for regcomp.c.
32630
32631 2005-08-19  Jim Meyering  <jim@meyering.net>
32632
32633         * lib/regexec.c (proceed_next_node): Redo local variables to
32634         avoid GCC shadowing warnings.
32635
32636 2005-08-18  Bruno Haible  <bruno@clisp.org>
32637
32638         * lib/strstr.c (strstr): Fix return value in multibyte case.
32639         * lib/strcasestr.c (strcasestr): Likewise.
32640
32641 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
32642
32643         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
32644
32645 2005-08-17  Jim Meyering  <jim@meyering.net>
32646
32647         Make the %s format (seconds since the epoch) work for a negative
32648         number and when used with a zero-padded field width, e.g. %015s.
32649
32650         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
32651         label so that it precedes the code to set `digits'.  Otherwise,
32652         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
32653         print `00-22'.  Now, it prints `-0022', as it should.
32654
32655 2005-08-17  Bruno Haible  <bruno@clisp.org>
32656
32657         * modules/strstr (Files): Add m4/mbrtowc.m4.
32658         (Depends-on): Add mbuiter.
32659
32660 2005-08-17  Bruno Haible  <bruno@clisp.org>
32661
32662         * modules/strcasestr: New file.
32663         * MODULES.html.sh (String handling, based on ANSI C 89): Add
32664         strcasestr.
32665
32666 2005-08-17  Bruno Haible  <bruno@clisp.org>
32667
32668         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
32669
32670 2005-08-17  Bruno Haible  <bruno@clisp.org>
32671
32672         * modules/mbuiter: New file.
32673         * MODULES.html.sh (Extended multibyte and wide character utilities):
32674         Add mbuiter.
32675
32676 2005-08-17  Bruno Haible  <bruno@clisp.org>
32677
32678         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
32679         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
32680
32681 2005-08-17  Bruno Haible  <bruno@clisp.org>
32682
32683         * m4/strcasestr.m4: New file.
32684
32685 2005-08-17  Bruno Haible  <bruno@clisp.org>
32686
32687         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
32688         * lib/strstr.c: Completely rewritten, with multibyte locale support.
32689
32690 2005-08-17  Bruno Haible  <bruno@clisp.org>
32691
32692         * lib/strcasestr.h: New file.
32693         * lib/strcasestr.c: New file.
32694
32695 2005-08-17  Bruno Haible  <bruno@clisp.org>
32696
32697         * lib/strcasecmp.c: Use mbuiter.h.
32698
32699 2005-08-17  Bruno Haible  <bruno@clisp.org>
32700
32701         * lib/mbuiter.h: New file.
32702
32703 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32704
32705         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32706         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32707         and gl_GETOPT are both invoked via different paths (as happens
32708         with GNU tar CVS because it uses both argp and getopt), the former
32709         wins.
32710
32711 2005-08-16  Bruno Haible  <bruno@clisp.org>
32712
32713         * modules/tls: New file.
32714         * MODULES.html.sh (Multithreading): Add tls.
32715
32716 2005-08-16  Bruno Haible  <bruno@clisp.org>
32717
32718         * modules/strnlen1: New file.
32719         * MODULES.html.sh (String handling): Add strnlen1.
32720
32721 2005-08-16  Bruno Haible  <bruno@clisp.org>
32722
32723         * modules/strcase (Files): Add m4/mbrtowc.m4.
32724         (Depends-on): Add strnlen1, mbchar.
32725
32726 2005-08-16  Bruno Haible  <bruno@clisp.org>
32727
32728         * modules/mbiter: New file.
32729         * MODULES.html.sh (Extended multibyte and wide character utilities):
32730         Add mbiter.
32731
32732 2005-08-16  Bruno Haible  <bruno@clisp.org>
32733
32734         * modules/mbfile: New file.
32735         * MODULES.html.sh (Extended multibyte and wide character utilities):
32736         Add mbfile.
32737
32738 2005-08-16  Bruno Haible  <bruno@clisp.org>
32739
32740         * modules/mbchar: New file.
32741         * MODULES.html.sh (Extended multibyte and wide character utilities):
32742         New section.
32743
32744 2005-08-16  Bruno Haible  <bruno@clisp.org>
32745
32746         * m4/tls.m4: New file, from GNU gettext.
32747
32748 2005-08-16  Bruno Haible  <bruno@clisp.org>
32749
32750         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32751         always.
32752         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32753
32754 2005-08-16  Bruno Haible  <bruno@clisp.org>
32755
32756         * m4/mbiter.m4: New file.
32757
32758 2005-08-16  Bruno Haible  <bruno@clisp.org>
32759
32760         * m4/mbfile.m4: New file.
32761
32762 2005-08-16  Bruno Haible  <bruno@clisp.org>
32763
32764         * m4/mbchar.m4: New file.
32765
32766 2005-08-16  Bruno Haible  <bruno@clisp.org>
32767
32768         * lib/tls.h: New file, from GNU gettext.
32769         * lib/tls.c: New file, from GNU gettext.
32770
32771 2005-08-16  Bruno Haible  <bruno@clisp.org>
32772
32773         * lib/strnlen1.h: New file.
32774         * lib/strnlen1.c: New file.
32775
32776 2005-08-16  Bruno Haible  <bruno@clisp.org>
32777
32778         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
32779         (mbi_init): Update.
32780         (mbi_avail, mbi_advance): Let the iteration end before the terminating
32781         NUL byte, not after it.
32782
32783 2005-08-16  Bruno Haible  <bruno@clisp.org>
32784
32785         * lib/strcase.h (strcasecmp): Add note in comments.
32786         * lib/strncasecmp.c: Use code from strcasecmp.c.
32787         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
32788         (strcasecmp): Work correctly in multibyte locales.
32789
32790 2005-08-16  Bruno Haible  <bruno@clisp.org>
32791
32792         * lib/mbiter.h: New file.
32793
32794 2005-08-16  Bruno Haible  <bruno@clisp.org>
32795
32796         * lib/mbfile.h: New file.
32797
32798 2005-08-16  Bruno Haible  <bruno@clisp.org>
32799
32800         * lib/mbchar.h: New file.
32801         * lib/mbchar.c: New file.
32802
32803 2005-08-16  Bruno Haible  <bruno@clisp.org>
32804
32805         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
32806         the valid ones. Makes the comparison operations transitive:
32807         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
32808         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
32809
32810 2005-08-15  Simon Josefsson  <jas@extundo.com>
32811
32812         * modules/ssize_t (License): Change to 'unlimited'.
32813
32814         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
32815
32816 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32817
32818         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
32819         Add comments for each pending glibc patch.
32820
32821 2005-08-15  Bruno Haible  <bruno@clisp.org>
32822
32823         * lib/regex.h (__restrict_arr): Don't define to __restrict if
32824         __cplusplus is defined.
32825
32826 2005-08-14  Jim Meyering  <jim@meyering.net>
32827
32828         Sync from coreutils.
32829
32830         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
32831         Use the hash-table-based cycle-detection code not just when
32832         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
32833         Reported by James Youngman in
32834         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
32835         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
32836         FTS_TIGHT_CYCLE_CHECK.
32837         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
32838         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
32839         once again.
32840         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
32841         * lib/fts.c (fd_safer): Remove decl.
32842         Include fcntl--.h rather than unistd-safer.h
32843         (fts_safe_changedir): Don't call fd_safer; no longer needed
32844         now that we include fcntl--.h.
32845
32846 2005-08-12  Simon Josefsson  <jas@extundo.com>
32847
32848         * modules/getndelim2: Use ssize_t module.
32849         * modules/getnline: Likewise.
32850         * modules/safe-read: Likewise.
32851         * modules/xreadlink: Likewise.
32852
32853         * modules/ssize_t: New file.
32854
32855 2005-08-12  Simon Josefsson  <jas@extundo.com>
32856
32857         * m4/readline.m4: Look for termcap, curses or ncurses if required.
32858
32859 2005-08-12  Simon Josefsson  <jas@extundo.com>
32860
32861         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32862         ssize_t.
32863
32864 2005-08-12  Simon Josefsson  <jas@extundo.com>
32865
32866         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
32867         readline, getdelim and check_version.
32868         (Support for systems lacking ISO C 99: Sizes of integer types):
32869         Add size_max.
32870
32871 2005-08-12  Bruno Haible  <bruno@clisp.org>
32872
32873         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
32874
32875 2005-08-11  Simon Josefsson  <jas@extundo.com>
32876
32877         * modules/readline: New file.
32878
32879         * modules/strnlen (Files): Add strnlen.h.
32880
32881 2005-08-11  Simon Josefsson  <jas@extundo.com>
32882
32883         * m4/readline.m4: New file.
32884
32885 2005-08-11  Simon Josefsson  <jas@extundo.com>
32886
32887         * lib/readline.h, readline.c: New file.
32888
32889 2005-08-11  Simon Josefsson  <jas@extundo.com>
32890
32891         * doc/gnulib.texi (Initial import, Finishing touches): Mention
32892         gl_AVOID.
32893
32894 2005-08-11  Bruno Haible  <bruno@clisp.org>
32895
32896         * lib/strnlen.h (strnlen): Change parameter name to match comment.
32897
32898 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
32899
32900         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
32901
32902 2005-08-10  Simon Josefsson  <jas@extundo.com>
32903
32904         * tests/test-iconvme.c: New file.
32905
32906 2005-08-10  Simon Josefsson  <jas@extundo.com>
32907
32908         * m4/strnlen.m4: New file.
32909
32910         * m4/strndup.m4: Don't check for strnlen declaration, done in
32911         strnlen.m4.
32912
32913 2005-08-10  Simon Josefsson  <jas@extundo.com>
32914
32915         * lib/strndup.c: Use strnlen.h.
32916
32917         * lib/strnlen.h: New file.
32918
32919 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32920
32921         * README: Typos.
32922
32923 2005-08-02  Simon Josefsson  <jas@extundo.com>
32924
32925         * modules/readline: New file.
32926
32927 2005-08-02  Simon Josefsson  <jas@extundo.com>
32928
32929         * modules/getdelim: New file.
32930
32931         * modules/getline: Rewrite, don't use getndelim2.
32932
32933 2005-08-02  Simon Josefsson  <jas@extundo.com>
32934
32935         * m4/getline.m4: Separate out getdelim stuff into separate module.
32936
32937         * m4/getdelim.m4: New file.
32938
32939 2005-08-02  Simon Josefsson  <jas@extundo.com>
32940
32941         * lib/getline.h, getline.c: Rewrite.
32942
32943         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32944
32945 2005-07-31  Bruno Haible  <bruno@clisp.org>
32946
32947         * lib/lock.h (gl_lock_initializer): New macro.
32948         (gl_lock_define_initialized): Use it.
32949         (gl_rwlock_initializer): New macro.
32950         (gl_rwlock_define_initialized): Use it.
32951         (gl_recursive_lock_initializer): New macro.
32952         (gl_recursive_lock_define_initialized): Use it.
32953
32954 2005-07-30  Karl Berry  <karl@gnu.org>
32955
32956         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32957         Report from Ben Pfaff, regarding getopt.
32958
32959 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32960
32961         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32962         normal way.
32963         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32964         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32965         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32966         (gl_GETOPT): Use the new macros.  Most of the implementation
32967         is moved to the new macros.  This is for programs like Emacs
32968         that don't want all the functionality of gl_GETOPT.
32969
32970 2005-07-26  Bruno Haible  <bruno@clisp.org>
32971
32972         * m4/lock.m4: Update from GNU gettext.
32973
32974 2005-07-26  Bruno Haible  <bruno@clisp.org>
32975
32976         * lib/lock.h: Update from GNU gettext.
32977         * lib/lock.c: Update from GNU gettext.
32978
32979 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32980
32981         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32982         obsolescent AC_TRY_RUN.  Include the default includes files, for
32983         'exit'.
32984
32985 2005-07-24  Bruno Haible  <bruno@clisp.org>
32986
32987         * modules/visibility: New file.
32988         * MODULES.html.sh (Misc): Add visibility.
32989
32990 2005-07-24  Bruno Haible  <bruno@clisp.org>
32991
32992         * m4/visibility.m4: New file.
32993
32994 2005-07-24  Bruno Haible  <bruno@clisp.org>
32995
32996         * doc/visibility.texi: New file.
32997
32998 2005-07-22  Bruno Haible  <bruno@clisp.org>
32999
33000         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
33001         $(ALLOCA_H), redundant through BUILT_SOURCES.
33002         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
33003         redundant through BUILT_SOURCES.
33004         * modules/byteswap (Makefile.am): Remove explicit dependency on
33005         $(BYTESWAP_H), redundant through BUILT_SOURCES.
33006         * modules/fnmatch (Makefile.am): Remove explicit dependency on
33007         $(FNMATCH_H), redundant through BUILT_SOURCES.
33008         * modules/getopt (Makefile.am): Remove explicit dependency on
33009         $(GETOPT_H), redundant through BUILT_SOURCES.
33010         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
33011         redundant through BUILT_SOURCES.
33012         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
33013         redundant through BUILT_SOURCES.
33014         * modules/stdbool (Makefile.am): Remove explicit dependency on
33015         $(STDBOOL_H), redundant through BUILT_SOURCES.
33016         * modules/stdint (Makefile.am): Remove explicit dependency on
33017         $(STDINT_H), redundant through BUILT_SOURCES.
33018         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
33019         Remove explicit dependency on $(SYSEXITS_H).
33020         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
33021
33022 2005-07-18  Simon Josefsson  <jas@extundo.com>
33023
33024         * lib/check-version.c (check_version): Accept identical versions too.
33025
33026 2005-07-18  Bruno Haible  <bruno@clisp.org>
33027
33028         * modules/lock: New file.
33029         * MODULES.html.sh (Multithreading): New section.
33030
33031 2005-07-18  Bruno Haible  <bruno@clisp.org>
33032
33033         * m4/lock.m4: New file, from GNU gettext.
33034
33035 2005-07-18  Bruno Haible  <bruno@clisp.org>
33036
33037         * lib/lock.h: New file, from GNU gettext.
33038         * lib/lock.c: New file, from GNU gettext.
33039
33040 2005-07-18  Bruno Haible  <bruno@clisp.org>
33041
33042         * lib/lock.h (gl_once_t): New type.
33043         (gl_once_define, gl_once): New macros.
33044         * lib/lock.c (fresh_once): New variable.
33045         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
33046         functions.
33047
33048 2005-07-16  Simon Josefsson  <jas@extundo.com>
33049
33050         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
33051         workaround, suggested by Bruno.
33052
33053 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33054
33055         * modules/xalloc (Depends-on): Add xalloc-die.
33056         * modules/xvasprintf (Depends-on): Add xalloc-die.
33057
33058 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
33059
33060         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
33061         with a minor change.
33062
33063 2005-07-15  Bruno Haible  <bruno@clisp.org>
33064
33065         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
33066         When using lib/poll.c, define poll as rpl_poll.
33067
33068 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
33069
33070         * modules/argp (Depends-on): Remove unlocked-io.
33071
33072 2005-07-14  Derek Price  <derek@ximbiot.com>
33073
33074         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
33075         for glob symlink bug.
33076
33077 2005-07-14  Bruno Haible  <bruno@clisp.org>
33078
33079         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
33080         Instead, test for *_unlocked function declarations directly.
33081
33082 2005-07-11  Simon Josefsson  <jas@extundo.com>
33083
33084         * modules/size_max: New file.
33085
33086         * modules/xsize: Depend on size_max module for size_max.m4.
33087
33088 2005-07-11  Simon Josefsson  <jas@extundo.com>
33089
33090         * lib/size_max.h: New file.
33091
33092 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
33093
33094         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
33095         copyright symbol and the year.
33096         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
33097         (version_etc_va): Use parameterized copyright notice.
33098         Reword to conform to the current GNU coding standards.
33099
33100 2005-07-11  Karl Berry  <karl@gnu.org>
33101
33102         * doc/gnulib.texi (Quoting): new node.
33103         (Initial import): more info, from Patrice.
33104
33105 2005-07-11  Bruno Haible  <bruno@clisp.org>
33106
33107         * gnulib-tool (func_usage): Document option --avoid.
33108         (Command line options): Handle --avoid.
33109         (func_acceptable): New function.
33110         (func_modules_transitive_closure): Use it.
33111
33112 2005-07-11  Bruno Haible  <bruno@clisp.org>
33113
33114         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
33115         Reported by Jim Meyering.
33116
33117 2005-07-10  Bruno Haible  <bruno@clisp.org>
33118
33119         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
33120         Needed when size_t is smaller than 'unsigned int'.
33121         Reported by Paul Eggert.
33122
33123 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33124
33125         * modules/argp (Depends-on): Add unlocked-io
33126
33127 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33128
33129         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
33130         block of defines.
33131
33132 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
33133
33134         * config/srclist.txt: Comment out regcomp.c, since we have a porting
33135         fix now.
33136
33137 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
33138         and Paul Eggert  <eggert@cs.ucla.edu>
33139
33140         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
33141         in wint_t, not wchar_t.  Remove now-unnecessary cast.
33142
33143 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33144
33145         * modules/regex (Files): Add lib/regex_internal.c,
33146         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
33147         (Depends-on): Add extensions.
33148         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
33149
33150 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33151
33152         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
33153         pathconf.
33154         * m4/same.m4 (gl_SAME): Likewise.
33155         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
33156
33157         * m4/regex.m4: Adjust to new libc regex implementation.
33158         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
33159         all the .c and .h parts of (the new) regex.
33160         Quote the m4 stuff better.
33161         Check for RE_ICASE bug of old gnulib.
33162         Check for REG_STARTEND of recent libc.
33163         Rename local variables from jm_* to gl_*.
33164         Quote operand of "test -f".
33165         Say "recent enough" version of libc, not "version 2".
33166         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
33167         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
33168         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
33169         Remove check for btowc, isascii.
33170         Require AM_LANGINFO_CODESET.
33171
33172 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33173
33174         * lib/regex.c, regex.h: Sync from libc.
33175         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
33176         * lib/regexec.c:
33177         New files, synced from libc, except that regex_internal.h
33178         currently has a small porting fix.
33179
33180 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
33181
33182         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
33183         regex_internal.c, regexec.c.
33184         Add regex_internal.h too, but as a comment, since the libc version
33185         is currently broken in gnulib mode.
33186
33187 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
33188
33189         Support programs like Emacs that use gnulib but not gettext.
33190         * MODULES.html.sh (Internationalization functions): Add gettext-h.
33191         * modules/gettext-h: New file.
33192         * modules/gettext (Files): Remove lib/gettext.h.
33193         (Depends-on): Add gettext-h.
33194         (Makefile.am): Remove lib_SOURCES.
33195         * modules/argmatch, modules/c-stack, modules/closeout:
33196         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
33197         * modules/execute, modules/file-type, modules/getaddrinfo:
33198         * modules/getopt, modules/human, modules/javacomp:
33199         * modules/javaexec, modules/mkdir-p, modules/obstack:
33200         * modules/openat, modules/pagealign_alloc, modules/pipe:
33201         * modules/quotearg, modules/regex, modules/rpmatch:
33202         * modules/unicodeio, modules/userspec, modules/version-etc:
33203         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
33204         * modules/xsetenv:
33205         Depend on gettext-h, not gettext.
33206
33207 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
33208
33209         * gnulib-tool (func_import): Add support for 'public domain' license.
33210         * modules/alloca, modules/atexit, modules/memmove:
33211         Now public domain, not GPL.
33212         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
33213         * modules/realloc, modules/strerror, modules/strtod:
33214         Now LGPL, not GPL.
33215
33216 2005-07-05  Bruno Haible  <bruno@clisp.org>
33217
33218         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
33219         autoconf CVS. Needed for mingw.
33220
33221 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33222
33223         Remove the dependency of the strftime module on the tzset module.
33224         * modules/strftime (Depends-on): Remove dependency on tzset.
33225
33226 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         Remove the dependency of the strftime module on the tzset module.
33229         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
33230         gl_FUNC_TZSET_CLOBBER.
33231
33232 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
33233
33234         Remove the dependency of the strftime module on the tzset module.
33235         * lib/strftime.c (my_strftime)
33236         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
33237         Copy the input structure, to work around some of the bug with
33238         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
33239         Solaris releases, you should also use the tzset module, but we won't
33240         require it as a dependency any more since we don't want LGPLed code
33241         to depend on GPLed code.
33242
33243 2005-07-02  Jim Meyering  <jim@meyering.net>
33244
33245         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
33246         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
33247         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
33248         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
33249
33250 2005-07-02  Jim Meyering  <jim@meyering.net>
33251
33252         * lib/backupfile.c (backup_args): Change a `0' to NULL.
33253
33254 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
33255
33256         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
33257         declares only 'struct timespec;' (!).
33258
33259 2005-07-01  Jim Meyering  <jim@meyering.net>
33260
33261         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
33262         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
33263         * lib/save-cwd.c, tempname.c:
33264         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
33265         and don't include <sys/file.h>).
33266
33267 2005-06-29  Jim Meyering  <jim@meyering.net>
33268
33269         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
33270         type name.  Use the variable name instead.
33271         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
33272         Likewise.
33273
33274 2005-06-28  Simon Josefsson  <jas@extundo.com>
33275
33276         * modules/check-version (Files): Add check-version.m4.
33277
33278 2005-06-28  Simon Josefsson  <jas@extundo.com>
33279
33280         * m4/check-version.m4: New file, suggested by Jim Meyering
33281         <jim@meyering.net>.
33282
33283 2005-06-28  Simon Josefsson  <jas@extundo.com>
33284
33285         * lib/check-version.h, lib/check-version.c: New files.
33286
33287 2005-06-28  Simon Josefsson  <jas@extundo.com>
33288
33289         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
33290         collision with global variable.  Better indentation.  Don't
33291         increment buffer pointer beyond buffer end.  Based on comments
33292         from Paul Eggert <eggert@cs.ucla.edu>.
33293
33294         * lib/base64.h: Indent.
33295
33296 2005-06-28  Simon Josefsson  <jas@extundo.com>
33297
33298         * doc/gnulib.texi (Library version handling): New section.
33299
33300 2005-06-28  Jim Meyering  <jim@meyering.net>
33301
33302         * check-module (find_included_lib_files): Hard-code another
33303         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
33304         but modules/fts-lgpl (correctly) does not list those files.
33305
33306         * modules/canonicalize (Files): Add lib/pathmax.h.
33307
33308 2005-06-25  Simon Josefsson  <jas@extundo.com>
33309
33310         * modules/check-version: New file.
33311
33312 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
33313
33314         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
33315         initializer of struct addrinfo, as an indication that we don't
33316         care how many members the structure has.
33317
33318 2005-06-24  Derek Price  <derek@ximbiot.com>
33319         and Bruno Haible  <bruno@clisp.org>
33320
33321         Remove stat module & update lstat.
33322         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
33323         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
33324         * m4/stat.m4: Remove this file.
33325
33326 2005-06-24  Derek Price  <derek@ximbiot.com>
33327         and Bruno Haible  <bruno@clisp.org>
33328
33329         Remove stat module & update lstat.
33330         * lib/stat.c: Remove this file...
33331         (slash_aware_lstat): ...moving this content and its support...
33332         * lib/lstat.c (rpl_lstat): ...into here.
33333         * lib/lstat.h: New file.
33334
33335 2005-06-24  Derek Price  <derek@ximbiot.com>
33336         and Bruno Haible  <bruno@clisp.org>
33337
33338         Remove stat module & update lstat.
33339         * config/srclist.txt (libc sources): Remove stat.
33340
33341 2005-06-24  Derek Price  <derek@ximbiot.com>
33342         and Bruno Haible  <bruno@clisp.org>
33343
33344         Remove stat module & update lstat.
33345         * MODULES.html.sh (stat): Remove.
33346         * MODULES.html: Regenerated.
33347         * modules/lstat (Description): Correct function name.
33348         (Files): Add "lstat.h".
33349         (Depends-on): Remove stat, add xalloc, stat-macros.
33350         * modules/stat: Remove this file.
33351         (Include): Add "lstat.h", remove <sys/stat.h>.
33352
33353 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33354
33355         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
33356         (ranged_convert): Don't save conversion in a temporary struct.
33357         This causes a warning with GCC 4.0.0, and anyway in the typical
33358         case it's not worth the extra 100 bytes or so of code.
33359         (ranged_convert, __mktime_internal): When calling a function via a
33360         pointer P, use P () rather than (*P) (), as we now assume C89 or
33361         better.
33362
33363 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33364
33365         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
33366         "who -r" failed to give output.  Problem reported by Tim Waugh.
33367
33368         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
33369         (xcalloc): Use it to avoid needless tests.
33370         Problem reported by Jim Meyering.
33371
33372 2005-06-20  Derek Price  <derek@ximbiot.com>
33373
33374         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
33375         unnecessary for Autoconfs > 2.59c.
33376
33377 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33378
33379         * lib/argp.h (__option_is_short): Check upper limit of
33380         __key. Isprint() requires its argument to have the value
33381         of an unsigned char or EOF.
33382
33383 2005-06-16  Jim Meyering  <jim@meyering.net>
33384
33385         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
33386         when either N or S is zero.
33387
33388 2005-06-16  Derek Price  <derek@ximbiot.com>
33389
33390         * m4/bison.m4: Declare YACC & YFLAGS precious.
33391
33392 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
33393
33394         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
33395         multibyte string or pattern, fall back on unibyte matching.
33396         Problem reported by James Youngman.
33397
33398 2005-06-08  Bruno Haible  <bruno@clisp.org>
33399
33400         * modules/csharpcomp: New file.
33401         * MODULES.html.sh (C#): Add csharpcomp.
33402
33403 2005-06-08  Bruno Haible  <bruno@clisp.org>
33404
33405         * m4/csharpcomp.m4: New file, from GNU gettext.
33406
33407 2005-06-08  Bruno Haible  <bruno@clisp.org>
33408
33409         * lib/csharpcomp.h: New file, from GNU gettext.
33410         * lib/csharpcomp.c: New file, from GNU gettext.
33411         * lib/csharpcomp.sh.in: New file, from GNU gettext.
33412
33413 2005-06-08  Bruno Haible  <bruno@clisp.org>
33414
33415         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
33416         warning on mingw.
33417
33418 2005-06-07  Derek Price  <derek@ximbiot.com>
33419
33420         Sync from CVS.
33421         * lib/glob_.h: Indent nested #ifdef.
33422
33423 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33424
33425         Sync from coreutils.
33426         Use "file name" when talking about file names, instead of "filename"
33427         or "path", as per the GNU coding standards.
33428         * lib/mkdir-p.c: Renamed from makepath.c.
33429         (make_dir_parents): Renamed from make_path.  All callers changed.
33430         * lib/mkdir-p.h: Likewise.  All includers changed.
33431         * lib/filenamecat.c: Renamed from path-concat.c.
33432         (file_name_concat): Renamed from path_concat.  All callers changed.
33433         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
33434         * lib/filenamecat.h: Likewise.  All includers changed.
33435         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
33436         in comments or local variable names.
33437         * lib/basename.c: Likewise.
33438         * lib/canonicalize.c, canonicalize.h: Likewise.
33439         * lib/dirname.c, dirname.h: Likewise.
33440         * lib/euidaccess.c: Likewise.
33441         * lib/exclude.c: Likewise
33442         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
33443         * lib/fsusage.c, fsuage.h: Likewise.
33444         * lib/fts.c, fts_.h: Likewise.
33445         * lib/getcwd.c: Likewise.
33446         * lib/getloadavg.c: Likewise.
33447         * lib/mkstemp.c: Likewise.
33448         * lib/mountlist.c, mountlist.h: Likewise.
33449         * lib/openat.c, openat.h: Likewise.
33450         * lib/readlink-stub.c: Likewise.
33451         * lib/readutmp.c, readutmp.h: Likewise.
33452         * lib/rename.c: Likewise.
33453         * lib/rmdir.c: Likewise.
33454         * lib/same.c: Likewise.
33455         * lib/savedir.c: Likewise.
33456         * lib/stripslash.c: Likewise.
33457         * lib/tempname.c: Likewise.
33458         * lib/xreadlink.c: Likewise.
33459         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
33460         All uses changed.
33461         * lib/exclude.h: Likewise.
33462
33463         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
33464         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33465         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
33466         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33467         * lib/pathmax.h: Include <limits.h> unconditionally, since other
33468         files have been getting away with it for years (MORE/BSD 4.3
33469         is extinct now).
33470         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
33471         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
33472
33473         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
33474         Define to 256, not 255, as per modern POSIX.
33475
33476 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33477
33478         Sync from coreutils.
33479         Use "file name" when talking about file names, instead of "filename"
33480         or "path", as per the GNU coding standards.
33481         * MODULES.html.sh: mkdir-p renamed from makepath.
33482         filenamecat renamed from path-concat.
33483         * modules/filenamecat: Renamed from modules/path-concat.
33484         (Files): filenamecat.h and filenamecat.c renamed from
33485         path-concat.h and path-concat.c.
33486         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
33487         (Include): filenamecat.h, not path-concat.h.
33488         * modules/mkdir-p: Renamed from modules/makepath.
33489         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
33490         makepath.c.
33491         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
33492         (Include): mkdir-p.h, not makepath.h.
33493
33494 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
33495
33496         Sync from coreutils.
33497         * m4/mkdir-p.m4: Renamed from makepath.m4.
33498         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
33499         Rename files from makepath.c to mkdir-p.c, and from
33500         makepath.h to mkdir-p.h.
33501         * m4/filenamecat.m4: Renamed from path-concat.m4.
33502         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
33503         Rename files from path-concat.c to filenamecat.c,
33504         and from path-concat.h to filenamecat.h.
33505         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
33506         "file name" in local variables or comments.
33507         * m4/rename.m4: Likewise.
33508
33509 2005-06-01  Bruno Haible  <bruno@clisp.org>
33510
33511         * modules/csharpexec: New file.
33512         * MODULES.html.sh (C#): New section.
33513
33514 2005-06-01  Bruno Haible  <bruno@clisp.org>
33515
33516         * m4/csharp.m4: New file, from GNU gettext.
33517         * m4/csharpexec.m4: New file, from GNU gettext.
33518
33519 2005-06-01  Bruno Haible  <bruno@clisp.org>
33520
33521         * lib/csharpexec.h: New file, from GNU gettext.
33522         * lib/csharpexec.c: New file, from GNU gettext.
33523         * lib/csharpexec.sh.in: New file, from GNU gettext.
33524
33525 2005-05-31  Derek Price  <derek@ximbiot.com>
33526             Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         Sync from cvs.
33529         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33530
33531 2005-05-31  Derek Price  <derek@ximbiot.com>
33532             Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         Sync from cvs.
33535         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
33536
33537 2005-05-29  Derek Price  <derek@ximbiot.com>
33538
33539         * config/srclist.txt (glob_.h, glob.c): Add these files.
33540
33541 2005-05-29  Derek Price  <derek@ximbiot.com>
33542
33543         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
33544         * modules/glob: New file.
33545         * modules/getlogin_r: Add link to POSIX spec in description.
33546
33547 2005-05-29  Derek Price  <derek@ximbiot.com>
33548             Paul Eggert  <eggert@cs.ucla.edu>
33549
33550         * m4/glob.m4: New file.
33551
33552 2005-05-29  Derek Price  <derek@ximbiot.com>
33553             Paul Eggert  <eggert@cs.ucla.edu>
33554
33555         * lib/glob_.h, lib/glob.c: New files.
33556
33557 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33558
33559         * modules/fts (Files): Remove m4/inttypes-pri.m4.
33560         * modules/fts-lgpl (Depends-on): Remove gettext.
33561
33562 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33563
33564         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
33565         and don't require gt_INTTYPES_PRI.
33566
33567 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
33568
33569         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
33570
33571         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
33572         the configuration hassle isn't worth it.
33573         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
33574         (LONGEST_MODIFIER, PRIuMAX): Remove.
33575
33576 2005-05-27  Bruno Haible  <bruno@clisp.org>
33577
33578         * lib/getlogin_r.h: Remove second include of <stddef.h>.
33579
33580 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
33581
33582         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
33583         _POSIX_PTHREAD_SEMANTICS for Solaris.
33584
33585 2005-05-25  Derek Price  <derek@ximbiot.com>
33586
33587         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
33588
33589 2005-05-25  Derek Price  <derek@ximbiot.com>
33590             Paul Eggert  <eggert@cs.ucla.edu>
33591
33592         * modules/getlogin_r, m4/getlogin_r.m4: New files.
33593         * lib/getlogin_r.c, getlogin_r.h: New files.
33594
33595 2005-05-25  Bruno Haible  <bruno@clisp.org>
33596             Derek Price  <derek@ximbiot.com>
33597
33598         * lib/getlogin_r.h: Simplify API documentation.
33599
33600 2005-05-23  Derek Price  <derek@ximbiot.com>
33601
33602         * modules/minmax (Files): Add m4/minmax.m4.
33603         (configure.ac): Add gl_MINMAX.
33604
33605 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
33606
33607         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
33608         so that unistd-safer.h (GPL'ed code) need not be included.
33609
33610 2005-05-22  Bruno Haible  <bruno@clisp.org>
33611
33612         * m4/minmax.m4: New file.
33613         Based on a patch by Derek Price <derek@ximbiot.com>.
33614
33615 2005-05-22  Bruno Haible  <bruno@clisp.org>
33616
33617         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
33618         (INT64_MIN): Fix definition.
33619         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
33620
33621         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
33622         NEED_SIGNED_INT_TYPES.
33623
33624         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
33625         HAVE_SYSTEM_INTTYPES.
33626
33627 2005-05-22  Bruno Haible  <bruno@clisp.org>
33628
33629         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
33630         Also include <sys/param.h> if it defines MIN, MAX.
33631         Based on a patch by Derek Price <derek@ximbiot.com>.
33632
33633 2005-05-21  Jim Meyering  <jim@meyering.net>
33634
33635         * modules/fts (Files): Add m4/inttypes-pri.m4.
33636         (Depends-on): Add lstat and remove gettext.  Alphabetize.
33637
33638 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33639
33640         New fts module.
33641         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
33642         (setup_dir, free_dir): New functions.
33643         (enter_dir, leave_dir): Define trivial
33644         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
33645         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
33646         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
33647         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
33648         Move to fts-cycle.c.
33649         (fts_open): Use setup_dir.
33650         (fts_close): Use free_dir.
33651         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
33652         This adds a label and some gotos, but the alternatives were messier.
33653         Check for memory allocation failure when entering a dir.
33654         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
33655         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
33656         (FTS): New member fts_cycle, that is a union that contains the
33657         old active_dir_ht and cycle_state.  All uses changed to mention
33658         fts_cycle.ht and fts_cycle.state.
33659         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
33660         fts.c, with the following changes:
33661         (setup_dir, free_dir): New functions.
33662         (enter_dir): Now returns bool.  Return true if successful, false
33663         if memory exhausted.  All callers changed.
33664         Do not bother partly cleaning up on
33665         memory allocation failure; that is free_dir's job.
33666         However, free ad if hash_insert fails, to avoid memory leak.
33667         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
33668         fts->fts_options to see which union member to use.
33669
33670 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33671
33672         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
33673         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
33674
33675 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33676
33677         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
33678
33679 2005-05-20  Jim Meyering  <jim@meyering.net>
33680
33681         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
33682         Now a macro, to pacify GCC.
33683
33684 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33685
33686         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
33687         of -1.
33688
33689 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
33690
33691         * lib/chown.c (rpl_chown): Return -1 on failure.
33692
33693 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33694
33695         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
33696         Don't check for stddef.h.
33697         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
33698         don't use its results.
33699         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
33700         since we include them unconditionally.  Don't require
33701         AM_STDBOOL_H, since stdbool is a prerequisite.
33702         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
33703         since we assume C89 or better.
33704         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
33705         as we don't use their results.
33706         Don't check for fchdir, memmove, memset, strrchr, as we use
33707         them unconditionally.
33708         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33709         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33710
33711 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33712
33713         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33714         Include <stddef.h> unconditionally, since we assume C89 now.
33715         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33716         * lib/fts.c: Include fts_.h first, to check interface.
33717         Do not include intprops.h; no longer needed.
33718         Include cycle-check.h and hash.h, since fts_.h no longer does.
33719         Remove unnecessary casts of closedir to void.
33720         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33721         decide whether to decrement nlinks.
33722         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33723         (FTS): Use struct hash_table * instead of Hash_table, so that
33724         we no longer need to include hash.h here.
33725
33726 2005-05-18  Jim Meyering  <jim@meyering.net>
33727
33728         * modules/dirfd (License): Change to LGPL.  Most of the code
33729         is already in the public domain.
33730
33731 2005-05-18  Jim Meyering  <jim@meyering.net>
33732
33733         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33734         Reported by Yoann Vandoorselaere.
33735
33736 2005-05-17  Jim Meyering  <jim@meyering.net>
33737
33738         * m4/fts.m4: New file, from coreutils.
33739
33740 2005-05-17  Jim Meyering  <jim@meyering.net>
33741
33742         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33743
33744 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33745
33746         Sync from coreutils.
33747         * m4/unlinkdir.m4: New file.
33748
33749 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33750
33751         Sync from coreutils.
33752         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33753         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33754         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33755         White space changes only.
33756         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33757         special.
33758         * lib/yesno.c: Include getline.h, not ctype.h.
33759         (yesno): Don't remove leading white space; POSIX doesn't allow it.
33760         Use getline to remove arbitrary restriction on response length.
33761
33762 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33763
33764         * config/srclist-update: Spell out "Street" in FSF postal
33765         mail address; this is the style the FSF seems to prefer.
33766
33767         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
33768         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
33769         this updates FSF postal mail address.
33770
33771         Sync from coreutils.
33772         * modules/unlinkdir: New file.
33773         * modules/yesno (Depends-on): Add getline.
33774         * MODULES.html.sh (File system functions): Add unlinkdir.
33775
33776 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33777
33778         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
33779         lib/strsep.h:
33780         Change the initial comment to refer to GPL, not LGPL.
33781         gnulib-tool will change it to LGPL as needed.
33782
33783         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
33784         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
33785         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
33786         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
33787         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
33788         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
33789         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
33790         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
33791         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
33792         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
33793         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
33794         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
33795         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
33796         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
33797         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
33798         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
33799         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
33800         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
33801         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
33802         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
33803         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
33804         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
33805         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
33806         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
33807         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
33808         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
33809         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
33810         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
33811         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
33812         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
33813         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
33814         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
33815         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
33816         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
33817         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
33818         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
33819         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
33820         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
33821         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
33822         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
33823         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
33824         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
33825         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
33826         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
33827         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
33828         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
33829         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
33830         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
33831         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
33832         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
33833         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33834         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
33835         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
33836         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
33837         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
33838         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
33839         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
33840         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
33841         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
33842         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
33843         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
33844         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
33845         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
33846         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
33847         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
33848         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
33849         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
33850         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
33851         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
33852         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
33853         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
33854         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
33855         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
33856         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
33857         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
33858         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
33859         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
33860         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
33861         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
33862         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
33863         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
33864         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
33865         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
33866         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
33867         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
33868         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
33869         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
33870         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
33871         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
33872         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
33873         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
33874         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
33875         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
33876         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
33877         lib/yesno.c, lib/yesno.h:
33878         Update FSF postal mail address.
33879
33880 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33881
33882         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
33883         tests/test-memmem.c, tests/test-stpncpy.c:
33884         Update FSF postal mail address.
33885
33886 2005-05-13  Bruno Haible  <bruno@clisp.org>
33887
33888         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
33889         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
33890         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
33891         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
33892         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
33893         Add support for 64-bit integers in the MSVC compiler.
33894
33895 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33896
33897         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
33898
33899 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
33900
33901         * gnulib-tool (func_import): Sort and uniquify recommended includes.
33902
33903 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
33904
33905         * doc/getdate.texi (General date syntax): Don't say that date
33906         date --iso-8601=ns generates acceptable dates; it doesn't yet.
33907         Problem reported by Nic Ferrier.
33908
33909 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33910
33911         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
33912         specified in ai_socktype. Fix invalid ai_protocol
33913         check. ai_protocol is usually set to 0 or depending on
33914         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
33915         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
33916         ai_socktype / ai_protocol in the returned addrinfo structure.
33917
33918 2005-05-10  Simon Josefsson  <jas@extundo.com>
33919
33920         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
33921         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33922
33923 2005-05-10  Karl Berry  <karl@gnu.org>
33924
33925         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
33926         (from http://www.gnu.org/licenses).
33927         * doc/COPYING.LIB: also rename to COPYING.LESSER.
33928         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
33929         fdl.texi suffices.
33930
33931 2005-05-10  Karl Berry  <karl@gnu.org>
33932
33933         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
33934         (COPYING.DOC): remove.
33935
33936         * config/srclist-update: new FSF address.
33937
33938 2005-05-10  Derek Price  <derek@ximbiot.com>
33939
33940         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33941         possible.
33942
33943 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33944             Bruno Haible  <bruno@clisp.org>
33945
33946         * modules/inet_ntop: New file.
33947         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33948         inet_ntop.
33949
33950 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33951             Bruno Haible  <bruno@clisp.org>
33952
33953         * m4/inet_ntop.m4: New file.
33954
33955 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33956             Bruno Haible  <bruno@clisp.org>
33957
33958         * lib/inet_ntop.h: New file.
33959         * lib/inet_ntop.c: New file, from glibc with modifications.
33960
33961 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33962
33963         * modules/time_r (License): Change to LGPL.
33964         * modules/extensions (License): Change to LGPL.  Actually,
33965         the license is more permissive than that, but currently gnulib-tool
33966         doesn't know how to handle more-permissive licenses.
33967
33968         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33969         Problem reported by Dave Love.
33970
33971 2005-05-08  Jim Meyering  <jim@meyering.net>
33972
33973         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33974         blank.
33975
33976 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33977
33978         * modules/argmatch (Depends-on): Add stdbool.
33979         * modules/backupfile (Depends-on): Likewise.
33980         * modules/chdir-long (Depends-on): Likewise.
33981         * modules/closeout (Depends-on): Likewise.
33982         * modules/cycle-check (Depends-on): Likewise.
33983         * modules/dirname (Depends-on): Likewise.
33984         * modules/fnmatch (Depends-on): Likewise.
33985         * modules/fsusage (Depends-on): Likewise.
33986         * modules/fwriteerror (Depends-on): Likewise.
33987         * modules/getcwd (Depends-on): Likewise.
33988         * modules/getloadavg (Depends-on): Likewise.
33989         * modules/hard-locale (Depends-on): Likewise.
33990         * modules/makepath (Depends-on): Likewise.
33991         * modules/mountlist (Depends-on): Likewise.
33992         * modules/nanosleep (Depends-on): Likewise.
33993         * modules/posixtm (Depends-on): Likewise.
33994         * modules/quotearg (Depends-on): Likewise.
33995         * modules/readtokens (Depends-on): Likewise.
33996         * modules/readtokens0 (Depends-on): Likewise.
33997         * modules/readutmp (Depends-on): Likewise.
33998         * modules/save-cwd (Depends-on): Likewise.
33999         * modules/strftime (Depends-on): Likewise.
34000         * modules/userspec (Depends-on): Likewise.
34001         * modules/utimecmp (Depends-on): Likewise.
34002         * modules/xgetcwd (Depends-on): Likewise.
34003         * modules/xnanosleep (Depends-on): Likewise.
34004         * modules/xstrtod (Depends-on): Likewise.
34005         * modules/yesno (Depends-on): Likewise.
34006
34007 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
34008
34009         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
34010         needless checks.
34011
34012 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34013
34014         Merge from coreutils.  Among other things,
34015         add bulletproofing for cases where stdin, stdout, or stderr are closed.
34016         * lib/fd-safer.c: New file.
34017         * lib/fcntl-safer.h, open-safer.c: Remove.
34018         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
34019         * lib/dup-safer.c: Include unistd-safer.h first.
34020         Don't include errno.h.
34021         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
34022         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
34023         * lib/file-type.c: Rely on file-type.h change.
34024         * lib/getloadavg.c: Include unistd-safer.h.
34025         (getloadavg): Use safer open.
34026         * lib/getusershell.c: Include "stdio-safer.h".
34027         (getusershell): Use safer fopen.
34028         * lib/long-options.c (long_options): Use NULL rather than 0.
34029         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
34030         'free'.
34031         * lib/modechange.c: Likewise.
34032         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
34033         (MODE_DONE): New constant.
34034         (struct mode_change): Remove 'next' member.
34035         (make_node_op_equals): New function; like the old one of the
34036         same name, except it allocates an array.
34037         (mode_compile, mode_create_from_ref): Use it.
34038         (mode_compile): Allocate result as an array, not a linked list.
34039         Parse octal string ourself, so that we catch mistakes like "+0".
34040         (mode_adjust): Arg is an array, not a linked list.
34041         * lib/modechange.c: Include stat-macros.h, xalloc.h.
34042         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
34043         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
34044         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
34045         Remove.  This is now stat-macros.h's job.
34046         (talloc): Remove.  All callers replaced by xalloc, so that
34047         our invokers don't have to worry about reporting memory failures.
34048         (make_node_op_equals): Remove.
34049         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34050         New constants.
34051         (struct mode_change): Moved here from modechange.h.
34052         (mode_append_entry): Remove.
34053         (mode_compile): Remove MASKED_OPS arg, since it encouraged
34054         apps to have incorrect behavior.  Use simpler algorithm for head
34055         and tail.  Don't futz with umask; that's now the job of mode_adjust.
34056         Detect more invalid usages rather than having somewhat-random behavior.
34057         Don't insert an "a=" action, as that leads to incorrect behavior.
34058         (mode_compile, mode_create_from_ref): Return NULL on error instead
34059         of an enum, since now there's only one way to have an error.  All
34060         callers changed.
34061         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
34062         at the correct time.  Simplify calculation of "+u" and its ilk.
34063         Don't mishandle "+X".
34064         (mode_free): Remove "register" and localize decls.
34065         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
34066         (struct mode_change): Move to modechange.c; callers don't
34067         need to see this stuff.
34068         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
34069         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
34070         (mode_change, mode_adjust): Reflect the new signatures noted above.
34071         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
34072         that might redefine system include files.
34073         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
34074         (my_usleep): Use NULL rather than (void *) 0.
34075         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
34076         Use siginterrupt to specify that system calls should be interrupted.
34077         (rpl_nanosleep): Move initialization of suspended closer to call of
34078         my_usleep.
34079         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
34080         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
34081         (desirable_utmp_entry): New function.
34082         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
34083         using x2nrealloc, to simplify logic.
34084         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
34085         size calculation.  Do not assume utmp file is a regular file.
34086         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
34087         (READ_UTMP_CHECK_PIDS): New constant.
34088         * lib/save-cwd.c: Include unistd-safer.h.
34089         (save_cwd): Use fd_safer.
34090         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
34091         [!_LIBC] Include "stat-macros.h" instead.
34092         * lib/unistd-safer.h (fd_safer): New decl.
34093
34094 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34095
34096         * modules/getloadavg (Depends-on): Add unistd-safer.
34097         * modules/getusershell (Depends-on): Add stdio-safer.
34098         * modules/lstat (Depends-on): Remove xalloc.
34099         * modules/mkstemp (Depends-on): Add stat-macros.
34100         * modules/modechange (Depends-on): Remove xstrtol.
34101         Add stat-macros, xalloc.
34102         * modules/save-cwd (Depends-on): Add unistd-safer.
34103         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
34104         * modules/unistd-safer (Files): Add lib/fd-safer.c
34105         (Makefile.am): Remove lib_SOURCES.
34106
34107         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
34108         Remove fcntl-safer; unistd-safer supersedes it.
34109
34110 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34111
34112         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
34113         AC_HEADER_STAT.
34114         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
34115         (gl_PREREQ_CHOWN): Remove.
34116         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
34117         it.  Don't require AC_HEADER_STAT.
34118         (gl_PREREQ_LSTAT): Remove.
34119         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
34120         Don't require AC_HEADER_STAT.
34121         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
34122         (gl_PREREQ_RMDIR): Remove.
34123         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
34124         mention stat-macros.h or AC_HEADER_STAT, since we'll make
34125         the stat-macros module a prerequisite.
34126         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
34127         * m4/filemode.m4 (gl_FILEMODE): Likewise.
34128         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
34129         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
34130         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
34131         variable names.
34132         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
34133         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
34134         variable prefixes.
34135         * m4/fcntl-safer.m4: Remove.
34136         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
34137         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
34138         Invoke gl_PREREQ_FD_SAFER.
34139         (gl_PREREQ_FD_SAFER): New macro.
34140         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
34141         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
34142         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
34143         Remove duplicate call to AC_LIBOBJ(readutmp).
34144         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
34145
34146         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
34147         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
34148
34149 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
34150
34151         * MODULES.html.sh (Misc): Add byteswap.
34152
34153 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34154
34155         * modules/getcwd (Depends-on): Add extensions.
34156         * modules/openat (Depends-on): Likewise.
34157
34158 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34159
34160         * modules/byteswap: New file.
34161
34162 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34163
34164         * m4/byteswap.m4: New file.
34165
34166 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
34167
34168         * lib/byteswap_.h: New file.
34169
34170 2005-04-25  Karl Berry  <karl@gnu.org>
34171
34172         * m4/gettext.m4: Update from GNU gettext 0.14.4.
34173
34174 2005-04-25  Albert Chin  <china@thewrittenword.com>
34175
34176         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
34177         Toolkit C bug.
34178
34179 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
34180
34181         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
34182         (func_ln_if_changed) Remove forcibly for no error message
34183         in case file does not exist.
34184
34185 2005-04-19  Simon Josefsson  <jas@extundo.com>
34186
34187         * gnulib-tool (Options): Make --symlink mean --symbolic.
34188
34189 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
34190
34191         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
34192
34193 2005-04-16  Simon Josefsson  <jas@extundo.com>
34194
34195         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
34196
34197 2005-04-15  Simon Josefsson  <jas@extundo.com>
34198
34199         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
34200
34201 2005-04-15  Simon Josefsson  <jas@extundo.com>
34202
34203         * gnulib-tool: Rename --symlink to --symbolic.
34204
34205 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
34206
34207         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
34208         symbolic links to files instead of copying/moving.  Add --aux-dir,
34209         specifying directory relative --dir where auxiliary build tools
34210         are placed.
34211
34212 2005-04-14  Bruno Haible  <bruno@clisp.org>
34213
34214         * modules/allocsa (License): Change to LGPL.
34215         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
34216
34217 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
34218
34219         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
34220         that "UTC +1 second" continues to work.  Problem reported
34221         by Dmitry V. Levin.
34222         (relunit_snumber): New rule.
34223         (relunit): Use it.
34224
34225 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34226
34227         * lib/getdate.y (universal_time_zone_table): New constant.
34228         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
34229         universal_time_zone_table.
34230         (lookup_zone): Prefer universal_time_zone_table to
34231         local_time_zone_table, so that "GMT" time stamps are allowed in
34232         London during the summer.  Problem reported by Ian Abbott.
34233
34234 2005-04-12  Jim Meyering  <jim@meyering.net>
34235
34236         * lib/human.c (humblock): Set *options even when returning due to
34237         xstrtoumax conversion failure.  Thanks to a used-uninitialized
34238         warning from gcc-4.
34239
34240 2005-04-09  Jim Meyering  <jim@meyering.net>
34241
34242         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
34243         -Wuninitialized: initialize tm0.tm_year.
34244
34245 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
34246
34247         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
34248         count, since there's no maximum.  All uses changed.
34249         Add member dsts_seen.
34250         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
34251         not being INT_MAX.
34252         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
34253         Use pc_rels_seen to decide whther a date is absolute.
34254
34255         * lib/getdate.y (number): Don't overwrite year.
34256         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
34257         check.
34258
34259 2005-04-02  Simon Josefsson  <jas@extundo.com>
34260
34261         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
34262         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
34263
34264 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
34265
34266         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
34267         where no absolute path name can be longer than PATH_MAX.
34268
34269 2005-03-27  Jim Meyering  <jim@meyering.net>
34270
34271         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
34272
34273 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
34274
34275         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
34276         "one's complement" -> "ones' complement" in comment, as per Knuth.
34277         "value of type" -> "type or expression" in comment.
34278         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
34279
34280 2005-03-26  Jim Meyering  <jim@meyering.net>
34281
34282         Comment nits.
34283         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
34284         Correct typos: s/or/of/.
34285
34286 2005-03-26  Jim Meyering  <jim@meyering.net>
34287
34288         * modules/check-include-files: Move to ../ and rename to...
34289         * check-module: ...this.
34290
34291 2005-03-25  Jim Meyering  <jim@meyering.net>
34292
34293         * modules/xvasprintf (Files): Add xalloc.h.
34294
34295 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34296
34297         * modules/gettext (Files): config/config.rpath ->
34298         build-aux/config.rpath
34299         * modules/iconv (Files): Likewise.
34300         Problem reported by Oskar Liljeblad.
34301
34302 2005-03-23  Jim Meyering  <jim@meyering.net>
34303
34304         * modules/check-include-files: New script to check for
34305         missing dependencies, multiple includes, etc.
34306
34307         * modules/c-strtold (Depends-on): Add xalloc.
34308         * modules/c-strtod (Depends-on): Add xalloc.
34309         * modules/hash (Depends-on): Add xalloc.
34310         (Files): Remove lib/xalloc.h.
34311
34312         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
34313         * modules/userspec (Files): Add lib/inttostr.h.
34314
34315 2005-03-23  Jim Meyering  <jim@meyering.net>
34316
34317         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
34318
34319 2005-03-22  Jim Meyering  <jim@meyering.net>
34320
34321         * modules/stat-macros: New module.
34322         * modules/canonicalize, modules/euidaccess, modules/file-type,
34323         * modules/filemode, modules/lchown, modules/makepath,
34324         * modules/rmdir, modules/stat: Depend on new stat-macros module
34325         rather than listing lib/stat-macros.h manually.
34326         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
34327
34328 2005-03-22  Jim Meyering  <jim@meyering.net>
34329
34330         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
34331
34332 2005-03-22  Bruno Haible  <bruno@clisp.org>
34333
34334         * config/srclist.txt: Replace target directory 'config' with
34335         'build-aux'.
34336         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
34337         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
34338         ../build-aux/.
34339
34340 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
34341
34342         * modules/chdir-long (Depends-on): Add mempcpy.
34343
34344         * modules/acl, modules/backupfile, modules/c-strtod,
34345         modules/c-strtold, modules/canon-host, modules/canonicalize,
34346         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
34347         modules/exclude, modules/exitfail, modules/file-type,
34348         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
34349         modules/getdate, modules/getline, modules/getpagesize,
34350         modules/getpass, modules/getugroups, modules/group-member,
34351         modules/hard-locale, modules/hash, modules/human, modules/idcache,
34352         modules/inttostr, modules/long-options, modules/makepath,
34353         modules/md5, modules/memcasecmp, modules/memcoll,
34354         modules/modechange, modules/mountlist, modules/path-concat,
34355         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
34356         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
34357         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
34358         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
34359         modules/strftime, modules/strndup, modules/strverscmp,
34360         modules/timespec, modules/unlocked-io, modules/userspec,
34361         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
34362         modules/yesno:
34363         Remove lib_SOURCES line from Makefile.am section, as this is now
34364         done automatically by the corresponding Autoconf macro.
34365
34366 2005-03-21  Jim Meyering  <jim@meyering.net>
34367
34368         Changes imported from coreutils.
34369
34370         * lib/cycle-check.c: Don't include xalloc.h.
34371
34372         * lib/path-concat.c: Don't include assert.h.
34373         (path_concat): Remove assertion that would have triggered
34374         for ABASE starting with more than one slash.
34375         Reported by Andreas Schwab.
34376
34377         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
34378         properly when ABASE is an absolute file name.
34379         Correct the description of this function.
34380         Include <assert.h>.
34381         Add an assertion and a test driver.
34382         This fixes a bug introduced on 2004-07-02.
34383         Andreas Schwab reported the resulting failure of cp --parents:
34384         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
34385
34386 2005-03-21  Jim Meyering  <jim@meyering.net>
34387
34388         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
34389         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
34390
34391 2005-03-21  Jim Meyering  <jim@meyering.net>
34392         and  Paul Eggert  <eggert@cs.ucla.edu>
34393
34394         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
34395         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
34396         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
34397         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
34398         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
34399         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
34400         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
34401         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
34402         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
34403         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
34404         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
34405         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
34406         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
34407         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
34408         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
34409         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
34410         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
34411         for these modules.
34412
34413 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
34414
34415         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
34416         (which shouldn't happen), generate nothing instead of returning 0
34417         immediately, so that nstrftime (NULL, ...) doesn't return 0.
34418
34419 2005-03-16  Bruno Haible  <bruno@clisp.org>
34420
34421         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
34422         HAVE_LONGLONG_64BIT.
34423
34424 2005-03-16  Bruno Haible  <bruno@clisp.org>
34425
34426         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
34427         HAVE_LONGLONG_64BIT.
34428
34429 2005-03-16  Bruno Haible  <bruno@clisp.org>
34430
34431         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
34432         HAVE_LONGLONG_64BIT.
34433
34434 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34435
34436         * lib/strftime.c (my_strftime): Prepend space to format so that we can
34437         reliably distinguish strftime failure from empty output on POSIX
34438         hosts.
34439
34440 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34441
34442         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
34443         (iconv_string): Don't guess a size-zero buffer, as that might cause
34444         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
34445         result would be 'too large', where 'too large' is (heuristically)
34446         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
34447         overflow concerns.  This will prevent some unwanted malloc failures
34448         when the inputs are very large.
34449
34450 2005-03-15  Karl Berry  <karl@gnu.org>
34451
34452         * config/srclist.txt (config.rpath): from gettext.
34453         * config/config.rpath: update.
34454
34455 2005-03-15  Bruno Haible  <bruno@clisp.org>
34456
34457         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
34458         to 'negate'.
34459
34460         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
34461         variable.
34462
34463         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
34464         results.
34465
34466 2005-03-14  Simon Josefsson  <jas@extundo.com>
34467
34468         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
34469         <fx@gnu.org>.
34470
34471 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
34472
34473         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
34474         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
34475         intprops.h.
34476         * lib/strtol.c: Likewise.
34477
34478 2005-03-14  Jim Meyering  <jim@meyering.net>
34479
34480         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
34481         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
34482         to be nonzero so that we (and caller) can detect the difference
34483         between a valid zero-length expansion and an error return, even
34484         when the underlying strftime fails before writing anything into
34485         that location.
34486
34487 2005-03-14  Bruno Haible  <bruno@clisp.org>
34488
34489         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
34490         Update from GNU gettext 0.14.3.
34491
34492 2005-03-10  Jim Meyering  <jim@meyering.net>
34493
34494         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
34495
34496 2005-03-10  Jim Meyering  <jim@meyering.net>
34497
34498         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
34499         so that this module works on systems without fchdir.
34500
34501 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
34502
34503         Factor int-properties macros into a single file, except for
34504         glibc-related files.
34505         * lib/intprops.h: New file.
34506         * lib/getloadavg.c: Include it instead of limits.h.
34507         (INT_STRLEN_BOUND): Remove.
34508         * lib/human.c: Include intprops.h.
34509         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
34510         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
34511         302/1000.
34512         * lib/inttostr.h: Include intprops.h instead of limits.h.
34513         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
34514         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
34515         for consistency with intprops.h.
34516         (time_t_is_integer, twos_complement_arithmetic): Use them.
34517         * lib/sig2str.h: Include <signal.h>, intprops.h.
34518         (INT_STRLEN_BOUND): Remove.
34519         * lib/strftime.c (TYPE_SIGNED): Remove.
34520         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
34521         * lib/strtol.c: Adjust comments to match intprops.h.
34522         * lib/userspec.c: Include intprops.h.
34523         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
34524         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
34525         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
34526         instead of rolling our own expressions.
34527         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
34528
34529         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
34530         instead of int.
34531         (my_strftime): Do not mishandle years close to INT_MAX, by doing
34532         the right thing even if adding 1900 would overflow.  Similarly
34533         for tm_mon + 1 and tm_yday + 1.
34534         Make %Y always equivalent to %C%y, and similarly for %G and %g.
34535         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
34536         (DO_SIGNED_NUMBER): New macro.
34537         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
34538
34539 2005-03-07  Bruno Haible  <bruno@clisp.org>
34540
34541         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
34542
34543 2005-03-07  Bruno Haible  <bruno@clisp.org>
34544
34545         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
34546
34547 2005-03-04  Derek R. Price  <derek@ximbiot.com>
34548
34549         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
34550         (func_import): Only replace files via --import when they have actually
34551         changed.
34552
34553 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34554
34555         * m4/mmap-anon.m4: New file.
34556         * m4/pagealign_alloc.m4: New file.
34557
34558 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34559             Bruno Haible  <bruno@clisp.org>
34560
34561         * modules/pagealign_alloc: New file.
34562         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
34563
34564 2005-03-03  Derek R. Price  <derek@ximbiot.com>
34565             Bruno Haible  <bruno@clisp.org>
34566
34567         * lib/pagealign_alloc.h: New file.
34568         * lib/pagealign_alloc.c: New file.
34569
34570 2005-03-03  Bruno Haible  <bruno@clisp.org>
34571
34572         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
34573         Use an all-permissive copyright notice, recommended by RMS.
34574
34575 2005-03-02  Bruno Haible  <bruno@clisp.org>
34576
34577         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
34578         of AIX, the replacement has to be done only after <string.h> is
34579         included, therefore not in config.h. stpncpy.h does the replacement,
34580         and stpncpy.c uses it.
34581
34582 2005-03-02  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
34585         stpncpy.c uses it.
34586
34587 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34588
34589         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
34590         The workaround isn't strictly needed for POSIX conformance, and
34591         it's too much of a pain to configure and maintain.  We'll ask
34592         people to fix their kernels instead.
34593         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
34594         (NANOSLEEP_BUG_WORKAROUND): Remove.
34595         (xnanosleep): Remove the workaround.
34596
34597 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34598
34599         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
34600         Reported by Derek Price.
34601         (Include): Add "timespec.h".
34602
34603         * modules/xnanosleep (Depends-on): Remove gethrxtime.
34604
34605 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34606
34607         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
34608         to detect nanosleep bug.
34609
34610 2005-03-01  Bruno Haible  <bruno@clisp.org>
34611
34612         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
34613
34614 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
34615
34616         * modules/gethrxtime: New file.
34617         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
34618         (Depends-on): Add gethrxtime.
34619         (configure.ac): Add gl_XNANOSLEEP.
34620         (Makefile.am): Remove lib_SOURCES line.
34621
34622 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
34625         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
34626
34627 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34628
34629         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
34630         * lib/timespec.h (gettime): Return void, since it always
34631         succeeds now.  All uses changed.
34632         * lib/gettime.c (gettime) Likewise.
34633         [HAVE_NANOTIME]: Prefer nanotime.
34634         Assume gettimeofday succeeds, as POSIX requires.
34635         Assime time () succeeds, since other code already does.
34636         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
34637         (timespec_subtract): Remove.
34638         (NANOSLEEP_BUG_WORKAROUND): New constant.
34639         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
34640         things considerably.  Use it only on GNU/Linux hosts, since the
34641         workaround shouldn't be needed elsewhere.
34642
34643 2005-02-24  Bruno Haible  <bruno@clisp.org>
34644
34645         * modules/gettext (Files): Add m4/glibc2.m4.
34646
34647 2005-02-24  Bruno Haible  <bruno@clisp.org>
34648
34649         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
34650         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
34651         * m4/progtest.m4:
34652         Update from GNU gettext 0.14.2.
34653         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
34654
34655 2005-02-24  Bruno Haible  <bruno@clisp.org>
34656
34657         * lib/localcharset.c: Update from GNU gettext 0.14.2.
34658         * lib/config.charset: Update from GNU gettext 0.14.2.
34659
34660 2005-02-24  Bruno Haible  <bruno@clisp.org>
34661
34662         * lib/gettext.h: Update from GNU gettext 0.14.2.
34663
34664 2005-02-23  Simon Josefsson  <jas@extundo.com>
34665
34666         * m4/iconvme.m4: New file.
34667
34668 2005-02-23  Jim Meyering  <jim@meyering.net>
34669
34670         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
34671         change.
34672         Thanks to Bruno Haible for catching it.
34673
34674 2005-02-22  Simon Josefsson  <jas@extundo.com>
34675
34676         * modules/iconvme: New file.
34677
34678         * MODULES.html.sh: Add iconvme.
34679
34680 2005-02-22  Simon Josefsson  <jas@extundo.com>
34681
34682         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
34683
34684 2005-02-22  Simon Josefsson  <jas@extundo.com>
34685
34686         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
34687
34688 2005-02-22  Jim Meyering  <jim@meyering.net>
34689
34690         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
34691         s/ifndef/ifdef/.
34692
34693 2005-02-20  Neil Conway  <neilc@samurai.com>
34694
34695         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
34696         returned by OSX/Darwin if the specified buffer is not large
34697         enough for the hostname.
34698
34699 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34700
34701         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
34702         pass it to _help, otherwise the latter coredumps trying to
34703         dereference state.root_argp.
34704
34705 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34706
34707         * modules/chdir-long (Depends-on): Add memrchr.
34708         * modules/memrchr (Files): Add lib/memrchr.h.
34709         (Include): "memrchr.h".
34710
34711 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34712
34713         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34714
34715 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34716
34717         * lib/memrchr.h: New file.
34718         * lib/chdir-long.c: Include it.
34719         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34720         Don't bother including stddef.h.
34721
34722 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34723
34724         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34725         inclusion.
34726         Include <sys/types.h>, for dev_t.
34727         (ME_DUMMY, ME_REMOTE): Move from here....
34728         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34729         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34730         Dmitry V. Levin.
34731         Include mountlist.h first, to test the interface.
34732
34733 2005-01-29  Bruno Haible  <bruno@clisp.org>
34734
34735         * lib/progname.c (program_name): Initialize.
34736         Needed when linking statically on MacOS X.
34737
34738 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34739
34740         Sync from coreutils.
34741         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34742         (Depends-on): Add c-strtod.
34743         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34744
34745 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34746
34747         Sync from coreutils.
34748         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34749
34750         Remove files that are specific to coreutils.
34751         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34752
34753 2005-01-28  Bruno Haible  <bruno@clisp.org>
34754
34755         * modules/javacomp: New file.
34756         * MODULES.html.sh (Java): Add javacomp.
34757
34758 2005-01-28  Bruno Haible  <bruno@clisp.org>
34759
34760         * m4/javacomp.m4: New file, from GNU gettext.
34761
34762 2005-01-28  Bruno Haible  <bruno@clisp.org>
34763
34764         * lib/javacomp.sh.in: New file, from GNU gettext.
34765         * lib/javacomp.h: New file, from GNU gettext.
34766         * lib/javacomp.c: New file, from GNU gettext.
34767
34768 2005-01-26  Simon Josefsson  <jas@extundo.com>
34769
34770         * lib/gai_strerror.c: Use GPL in header.
34771
34772 2005-01-26  Bruno Haible  <bruno@clisp.org>
34773
34774         * modules/javaexec: New file.
34775         * MODULES.html.sh (Java): Add javaexec.
34776
34777 2005-01-26  Bruno Haible  <bruno@clisp.org>
34778
34779         * m4/javaexec.m4: New file, from GNU gettext.
34780
34781 2005-01-26  Bruno Haible  <bruno@clisp.org>
34782
34783         * lib/javaexec.sh.in: New file, from GNU gettext.
34784         * lib/javaexec.h: New file, from GNU gettext.
34785         * lib/javaexec.c: New file, from GNU gettext.
34786
34787 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34788
34789         * modules/lchown (Depends-on): Remove lchown.h
34790
34791 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34792
34793         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
34794         must be defined if the header file was not found, in order
34795         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
34796
34797 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34798
34799         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
34800         initializers for struct pentry_state.
34801         (__argp_error): Check return value of __asprintf
34802         (__argp_failure): Translate error message
34803
34804         * lib/argp-parse.c: Removed braces around the expansion of N_()
34805
34806 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34807
34808         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
34809         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
34810         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
34811         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
34812         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
34813         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
34814         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
34815         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
34816         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
34817         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
34818         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
34819         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
34820         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
34821         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
34822         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
34823         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
34824         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
34825         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
34826         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
34827         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
34828         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
34829         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
34830         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
34831         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
34832         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
34833         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
34834         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
34835         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
34836         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
34837         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
34838         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
34839         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
34840         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
34841         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
34842         xstrtol.m4, xstrtoumax.m4, yesno.m4:
34843         Use an all-permissive copyright notice, recommended by RMS.
34844
34845 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
34846
34847         * modules/chdir-long (Depends-on): Remove mempcpy.
34848
34849 2005-01-21  Jim Meyering  <jim@meyering.net>
34850
34851         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
34852         same value as for Solaris 9.
34853
34854         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
34855         component length.  This included changing the parameter to be
34856         of type `char *' rather than `char const *'.
34857         * lib/chdir-long.h (chdir_long): Update prototype.
34858
34859         * lib/openat.c (fdopendir, fstatat): New functions.
34860         * lib/openat.h: Include headers required for use of DIR and struct
34861         stat.
34862         [AT_SYMLINK_NOFOLLOW]: Define.
34863         (fdopendir, fstatat): Add prototypes.
34864
34865 2005-01-21  Bruno Haible  <bruno@clisp.org>
34866
34867         * modules/classpath: New file.
34868         * MODULES.html.sh (Java): Add classpath.
34869
34870 2005-01-21  Bruno Haible  <bruno@clisp.org>
34871
34872         * lib/classpath.h: New file, from GNU gettext.
34873         * lib/classpath.c: New file, from GNU gettext.
34874
34875 2005-01-20  Simon Josefsson  <jas@extundo.com>
34876
34877         * modules/version-etc-fsf: New file.
34878
34879 2005-01-20  Simon Josefsson  <jas@extundo.com>
34880
34881         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
34882         * lib/version-etc.c: Remove version_etc_copyright.
34883         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
34884         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
34885
34886 2005-01-20  Simon Josefsson  <jas@extundo.com>
34887
34888         * lib/base64.h (isbase64): Add.
34889
34890         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
34891         using a unsigned prototype, don't inline.
34892         (base64_decode): Use it.
34893
34894 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34895
34896         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
34897         it.
34898
34899 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34900
34901         * lib/save-cwd.c (save_cwd): Remove code to support the case
34902         where fchdir is missing or flaky.
34903
34904 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34905
34906         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
34907
34908 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34909
34910         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
34911         AC_LIBSOURCES now does this.
34912         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
34913         with new ullong_max module.
34914
34915 2005-01-19  Bruno Haible  <bruno@clisp.org>
34916
34917         * modules/sh-quote: New file.
34918         * MODULES.html.sh (Executing programs): Add sh-quote.
34919
34920 2005-01-19  Bruno Haible  <bruno@clisp.org>
34921
34922         * lib/sh-quote.h: New file, from GNU gettext.
34923         * lib/sh-quote.c: New file, from GNU gettext.
34924
34925 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34926
34927         Merge from coreutils.
34928         * m4/ullong_max.m4: New file.
34929         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
34930         (gl_MACROS): Assume localeconv exists.
34931
34932 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34933
34934         Merge changes from coreutils, as described below in several
34935         changelogs dated today.
34936
34937         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
34938         (O_DIRECTORY): Remove; not needed here, since "." must be
34939         a directory.  All uses removed.
34940         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34941         universal on Suns, and we also need to test for IRIX.
34942         Revamp code to use 'if' rather than '#if'.
34943         Avoid unnecessary comparison of cwd->desc to 0.
34944
34945         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34946         for known valid error numbers rather than observed invalid ones.
34947
34948 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34949
34950         * modules/ullong_max: New file.
34951
34952         * modules/chdir-long, modules/openat: New files.
34953         * modules/save-cwd (Depends-on): Depend on chdir-long.
34954         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34955
34956 2005-01-18  Jim Meyering  <jim@meyering.net>
34957
34958         Merge from coreutils.
34959         * m4/chdir-long.m4, m4/openat.m4: New files.
34960         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34961         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34962         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34963         is sane and DOES follow symlinks.  Besides, testing 20 different
34964         systems found no broken chown implementations.
34965         Prompted by a change in rsync's copy of this macro.
34966         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34967
34968         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34969
34970         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34971         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34972         NULL-means-set-to-current-time semantics.
34973         Remove temporary file immediately, rather than waiting
34974         for configure's at-exit trap code to do it.
34975
34976 2005-01-18  Jim Meyering  <jim@meyering.net>
34977
34978         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34979
34980         * lib/utimens.c (futimens): Account for the fact that futimes
34981         can also fail with errno == ENOSYS or errno == ENOENT.
34982         Patch from Dmitry V. Levin.
34983
34984         Change the name of the robust chdir function from chdir to chdir_long.
34985         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34986         (restore_cwd): Use chdir_long, not chdir.
34987         * lib/chdir-long.c: Renamed from chdir.c.
34988         * lib/chdir-long.h: Renamed from chdir.h.
34989         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34990         Hurd.
34991
34992 2005-01-18  Bruno Haible  <bruno@clisp.org>
34993
34994         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34995         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34996         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34997         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34998         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34999         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
35000         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
35001         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
35002         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
35003         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
35004         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
35005         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
35006         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
35007         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
35008         Use an all-permissive copyright notice, recommended by RMS.
35009
35010 2005-01-18  Bob Proulx  <bob@proulx.com>
35011
35012         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
35013         simplify offsetof() macro construct to avoid compile failure with
35014         native HP-UX 11.0 ANSI C compiler.
35015
35016 2005-01-17  Bruno Haible  <bruno@clisp.org>
35017
35018         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
35019         redundant because stpncpy.m4 takes care of it.
35020
35021 2005-01-17  Bruno Haible  <bruno@clisp.org>
35022
35023         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
35024
35025 2005-01-17  Bruno Haible  <bruno@clisp.org>
35026
35027         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
35028         used.
35029
35030 2005-01-17  Bruno Haible  <bruno@clisp.org>
35031
35032         * lib/fwriteerror.h (fwriteerror): Change specification to include
35033         fclose.
35034         * lib/fwriteerror.c: Include <stdbool.h>.
35035         (fwriteerror): At the end, close the file stream. Record whether
35036         stdout was already closed.
35037
35038 2005-01-17  Bruno Haible  <bruno@clisp.org>
35039
35040         * lib/execute.c (environ): Declare if needed.
35041         * lib/pipe.c (environ): Likewise.
35042         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
35043
35044 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35045
35046         * modules/argp: Depend on vsnprintf
35047
35048 2005-01-10  Jim Meyering  <jim@meyering.net>
35049
35050         * modules/closeout (Depends-on): Add atexit.
35051
35052 2005-01-06  Bruno Haible  <bruno@clisp.org>
35053
35054         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
35055
35056 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
35057
35058         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
35059         definitions to be after all include files, to avoid collisions.
35060         Problem reported by Bob Proulx.
35061
35062 2005-01-04  Jim Meyering  <jim@meyering.net>
35063
35064         Changes imported from coreutils.
35065         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
35066         as the mkstemp template, use a temporary directory and an
35067         8.3-friendly template to avoid trouble on systems like DJGPP.
35068         Reported by Juan M. Guerrero via Stepan Kasal.
35069         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
35070         close. Remove the temporary directory right away, rather than waiting
35071         for configure's at-exit trap code to do it.
35072         Suggestion from Stepan Kasal.
35073
35074 2005-01-01  Simon Josefsson  <jas@extundo.com>
35075
35076         * gnulib-tool: Print #include directives when --import'ing.
35077
35078 2004-12-28  Simon Josefsson  <jas@extundo.com>
35079
35080         * tests/test-base64.c: Include required header files.  Remove
35081         unused variables.
35082
35083 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35084
35085         * modules/error (Depends-on): Remove gettext.
35086
35087 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
35088
35089         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
35090         not needed.  This removes a dependency on the gettext module.
35091         [defined _LIBC]: Do not include <libintl.h>; not needed.
35092
35093 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35094
35095         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
35096         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
35097
35098 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
35099
35100         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
35101         HAVE_DECL_STRTOLD.
35102
35103 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35104
35105         * modules/getdate (Depends-on): Remove alloca-opt.
35106
35107 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35108
35109         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
35110
35111 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
35112
35113         * lib/argp-parse.c: Include <stddef.h>.
35114         (alignof, alignto): New macros.
35115         (parser_init): Don't assume that void * is aligned sufficiently
35116         for struct option.
35117
35118         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
35119         need to extend the stack.
35120         (YYINITDEPTH): New macro, so that the initial stack isn't overly
35121         large.
35122
35123 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35124
35125         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
35126
35127 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35128
35129         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
35130         (2004-10-24) change.  Apparently this was a false alarm.
35131
35132         * modules/getdate: Depend on alloca-opt, not alloca.
35133
35134 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
35135
35136         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
35137         Remove now-obsolete comment about AIX.
35138         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
35139         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
35140         (YYMAXDEPTH): New macro.
35141
35142 2004-12-18  Simon Josefsson  <jas@extundo.com>
35143
35144         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
35145
35146 2004-12-18  Bruno Haible  <bruno@clisp.org>
35147
35148         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
35149
35150 2004-12-18  Bruno Haible  <bruno@clisp.org>
35151
35152         * lib/fatal-signal.c (fatal_signals): Make non-const.
35153         (init_fatal_signals): New function.
35154         (uninstall_handlers, install_handlers): Ignore signals that were set to
35155         SIG_IGN.
35156         (at_fatal_signal): Call init_fatal_signals.
35157         (init_fatal_signal_set): Likewise. Ignore signals that were set to
35158         SIG_IGN.
35159         Reported by Paul Eggert.
35160
35161 2004-12-18  Bruno Haible  <bruno@clisp.org>
35162
35163         * doc/alloca.texi: New file.
35164         * doc/alloca-opt.texi: New file.
35165
35166 2004-12-17  Jim Meyering  <jim@meyering.net>
35167
35168         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
35169         Otherwise, install-sh could exit with improper exit status when
35170         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
35171
35172 2004-12-16  Simon Josefsson  <jas@extundo.com>
35173
35174         * tests/test-base64.c: Add license.
35175
35176 2004-12-15  Stepan Kasal  <address@hidden>
35177
35178         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
35179
35180 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
35181
35182         * modules/getcwd (Files): Add m4/d-ino.m4.
35183         Suggested by Mark D. Baushke.
35184
35185 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35186
35187         * lib/getdate.y (textint): New member "negative".
35188         (time_zone_hhmm): New function.
35189         Expect 14 shift-reduce conflicts, not 13.
35190         (o_colon_minutes): New rule.
35191         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
35192         (yylex): Set the "negative" member of signed numbers.
35193
35194 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
35195
35196         * doc/getdate.texi (Time of day items, Time zone items):
35197         Describe new formats +00:00, UTC+00:00.
35198
35199 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
35200
35201         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
35202         spurious "-l"s.  Problem reported by Stepan Kasal.
35203
35204 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
35205
35206         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
35207         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
35208
35209 2004-12-04  Simon Josefsson  <jas@extundo.com>
35210
35211         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
35212         Vandoorselaere <yoann@prelude-ids.org>.
35213
35214 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35215
35216         Changes imported from coreutils.
35217         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
35218         exist.
35219         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
35220
35221 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35222
35223         Changes imported from coreutils.
35224         * lib/hard-locale.c: Assume <locale.h> exists.
35225         Include "strdup.h".
35226         (GLIBC_VERSION): New macro.
35227         (hard_locale): Assume setlocale exists.
35228         Rewrite to avoid #ifdef.
35229         Use strdup rather than malloc + strcpy.
35230         * lib/human.c: Assume <locale.h> exists.
35231         (human_readable): Assume localeconv exists.
35232
35233 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
35234
35235         * modules/hard-locale (Depends-on): Add strdup.
35236
35237 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
35238
35239         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
35240         convert T2, not T.  (Imported from libc.)
35241
35242 2004-11-30  Simon Josefsson  <jas@extundo.com>
35243
35244         * modules/restrict (License): Change to LGPL.
35245
35246 2004-11-30  Simon Josefsson  <jas@extundo.com>
35247
35248         * m4/restrict.m4: Add copyright and copying conditions.
35249
35250 2004-11-30  Simon Josefsson  <jas@extundo.com>
35251
35252         * m4/base64.m4: New file.
35253
35254 2004-11-30  Simon Josefsson  <jas@extundo.com>
35255
35256         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
35257         base64.
35258
35259         * tests/test-base64.c: New file.
35260
35261         * modules/base64: New file.
35262
35263 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35264
35265         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
35266         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
35267
35268         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
35269
35270 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
35271
35272         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
35273         (__getcwd.c): Don't restore errno; glibc doesn't.
35274         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
35275         first, falling back to our code only if its results look suspicious.
35276         Ensure that the resulting buffer is only as large as necessary.
35277
35278         * lib/readutmp.c: Include readutmp.h first.
35279         Include <errno.h>, since readutmp.h no longer does that.
35280         * lib/readutmp.h: Don't include <errno.h>,
35281         <sys/param.h>, <time.h>; not needed to establish interface.
35282         (errno): Remove decl.
35283         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
35284         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
35285         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
35286
35287 2004-11-28  Simon Josefsson  <jas@extundo.com>
35288
35289         * lib/base64.h, base64.c: New file.
35290
35291 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
35292
35293         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
35294
35295 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
35296
35297         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
35298         (Depends-on): Remove pathmax, same.  Add mempcpy.
35299         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
35300         (Makefile.am): Append getcwd.h to lib_SOURCES.
35301         (Include): Add getcwd.h.
35302         (Maintainer): Change from Jim Meyering to "all, glibc",
35303         since getdate now uses intended-for-glibc code.
35304         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
35305         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
35306
35307 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35308
35309         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
35310         HP's ANSI C compiler.
35311         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
35312         Declaring int functions causes warnings on some modern systems and
35313         shouldn't be needed to compile on ancient ones.
35314         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
35315         defined.
35316
35317         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
35318         with the following changes.
35319         (__set_errno): Parenthesize properly.
35320         Include <stdbool.h>.
35321         (MIN, MAX, MATCHING_INO): New macros.
35322         (__getcwd): Define with prototype, not K&R form.
35323         Use heuristics to allocate default buffer on stack if possible.
35324         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
35325         behavior, and to avoid the PATH_MAX limit when computing
35326         ../../../../...
35327         Use MATCHING_INO to compare inode number to file.
35328         Check for arithmetic overflow in size calculations.
35329         Fix bug in reallocation of dot array that caused getcwd to fail
35330         on directories nested deeper than 75.
35331         Be more careful about saving errno on error.
35332         Do not use realloc; use only free+malloc, as this is a bit
35333         more flexible and avoids a needless copy operation.
35334         Do not inspect st_dev and st_ino for symbolic links; POSIX
35335         doesn't specify the latter.
35336         Check for closedir errors.
35337         Avoid needless casts.
35338         Use "#ifdef weak_alias" around weak_alias, to be like other
35339         glibc code.
35340         The following changes to getcwd.c have effect only when used in
35341         gnulib; they have no effect inside glibc proper.
35342         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
35343         as alloca isn't used.
35344         (alloca, __alloca): Likewise.
35345         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
35346         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35347         unconditionally, as gnulib assumes C89 or better.
35348         Do not include <sys/param.h>.
35349         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
35350         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
35351         better.
35352         (NULL) [!defined NULL]: Remove; we assume C89 or better.
35353         Include <dirent.h> in a way that is compatible with modern Autoconf.
35354         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
35355         New macros, if not already defined.
35356         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
35357         Use "_LIBC", not "defined _LIBC", for consistency.
35358         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
35359         a mempcpy module.
35360         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
35361         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
35362         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
35363         credit only to Jim Meyering and adjust the copyright dates.
35364         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
35365         <stdlib.h>, <unistd.h>, "pathmax.h".
35366         Instead, include "xgetcwd.h" (first) and "getcwd.h".
35367         (INITIAL_BUFFER_SIZE): Remove.
35368         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
35369
35370 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
35371
35372         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
35373         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
35374         Use the _ONCE methods, for efficiency.
35375         Check for fcntl.h.  In test program, include <errno.h>
35376         and <fcntl.h> if available.  Remove old K&R cruft from
35377         test program.  Check for common errors in GNU/Linux,
35378         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
35379         don't do AC_LIBOBJ, as that's getcwd.m4's job.
35380         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
35381         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
35382         name accordingly.
35383         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
35384         accommodate new getcwd.c.
35385         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
35386         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
35387         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
35388         that's all we need now.
35389
35390 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35391
35392         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
35393         argp-parse.c depends on getopt internals, that means we should
35394         always use our getopt, to be on the safe side.
35395         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
35396         order not to spoil the result of an eventual previous invocation
35397         of gl_GETOPT_SUBSTITUTE.
35398
35399 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35400
35401         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
35402         redefinition warnings. To avoid them, include the defines
35403         in `#if !defined __need_getopt ... #endif'. The only place
35404         where __getopt_argv_const is used is in definitions
35405         of getopt_long and getopt_long_only below, which are as well
35406         protected by `#ifndef __need_getopt'.
35407         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
35408         __need_getopt after including <stdio.h> and <unistd.h> These
35409         headers might have defined it.
35410
35411 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35412
35413         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
35414
35415 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
35416
35417         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
35418         (futimens): New function, which uses futimes if available.
35419         (futimens, utimens): Support timespec==NULL, with same semantics
35420         as utime and utimens.
35421         * lib/utimens.h (futimens): New decl.
35422
35423 2004-11-23  Jim Meyering  <jim@meyering.net>
35424
35425         * lib/getopt_.h: Remove trailing blanks.
35426
35427 2004-11-23  Jim Meyering  <jim@meyering.net>
35428
35429         * lib/__fpending.c: Add comment.
35430
35431 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
35432
35433         * modules/canonicalize (Depends-on): Add xreadlink.
35434         Problem reported by James Youngman.
35435
35436 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
35437
35438         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
35439         New macros.
35440         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
35441         optopt): Use them instead of invoking ## directly; otherwise, the
35442         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
35443
35444 2004-11-19  Bruno Haible  <bruno@clisp.org>
35445
35446         * lib/strtok_r.c: Move comments from here...
35447         * lib/strtok_r.h: ... to here.
35448
35449 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35450
35451         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
35452         implementations that mishandle size_t overflow.
35453
35454 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
35455
35456         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
35457         might fail.  Problem reported by Yoann Vandoorselaere.
35458         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
35459         implementations that mishandle size_t overflow.
35460
35461 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35462
35463         * modules/canon-host (Depends-on): Add strdup.
35464
35465 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35466
35467         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
35468
35469 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35470
35471         * lib/canon-host.c: Include "strdup.h".
35472         (canon_host): Use getaddrinfo if available, so that IPv6 works.
35473         Use strdup instead of malloc/strcpy to duplicate strings.
35474
35475         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
35476         (human_space_before_unit): New constant.
35477         * lib/human.c (human_readable): Support it.
35478
35479         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
35480         (xgetcwd): Set errno correctly when failing.
35481         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
35482         the failure is actually due to a PATH_MAX problem.
35483
35484         Further getopt changes to make it more likely that glibc will
35485         buy the changes back.
35486         * lib/getopt.c (POSIXLY_CORRECT): New constant.
35487         (getopt): Use it, so to preserve glibc semantic
35488         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
35489         when compiling for libc.
35490         * lib/getopt_.h (__getopt_argv_const): Bring it back.
35491         (getopt_long, getopt_long_only): Use it.
35492
35493         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35494         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
35495         (getopt): Argv is now char * const *, as per standard.
35496         (_getopt_internal_r, _getopt_internal): Argv is now char **,
35497         not char *__getopt_argv_const *.
35498         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35499         _getopt_long_only_r): Likewise.
35500         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
35501         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35502         _getopt_long_r, _getopt_long_only_r): Likewise.
35503         * lib/getopt_.h (__getopt_argv_const): Remove.
35504         (getopt): Argv is now char * const *, as per standard.
35505
35506         * lib/getdate.y (tORDINAL): New token.
35507         (day, relunit): Allow it for relative times.
35508         (relative_time_table): Use tORDINAL for ordinals.
35509
35510 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
35511
35512         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
35513         Document that "second" isn't allowed as an ordinal number.
35514
35515 2004-11-16  Jim Meyering  <jim@meyering.net>
35516
35517         * modules/closeout (Depends-on): Add fpending.
35518
35519 2004-11-15  Jim Meyering  <jim@meyering.net>
35520
35521         * lib/closeout.c: Include "__fpending.h" once again.
35522         Include <stdbool.h>.
35523         (close_stdout): Don't fail just because stdout was closed initially,
35524         since some programs don't write to stdout in the normal course of
35525         operation (other than --version and --help), and we don't want this
35526         function to make e.g. `touch file >&-' fail.
35527         But do fail if it was closed and someone has tried to write to it.
35528         E.g., `printf foo >&-' must fail.
35529
35530 2004-11-13  Jim Meyering  <jim@meyering.net>
35531
35532         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
35533
35534 2004-11-12  Simon Josefsson  <jas@extundo.com>
35535
35536         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
35537         small doc fix is still pending.
35538
35539 2004-11-11  Simon Josefsson  <jas@extundo.com>
35540
35541         * modules/strtok_r: New file.
35542
35543         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35544         strtok_r.
35545
35546 2004-11-11  Simon Josefsson  <jas@extundo.com>
35547
35548         * m4/strtok_r.m4: New file.
35549
35550         * m4/getopt.m4: Replace opterr.
35551
35552 2004-11-11  Simon Josefsson  <jas@extundo.com>
35553
35554         * lib/strtok_r.h, strtok_r.c: New file.
35555
35556 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35557
35558         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
35559         of replacing opterr, getopt, etc.  This should handle the
35560         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
35561
35562 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
35563
35564         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
35565         we can stop lying to compilers about the constness of argv when we
35566         are compiled outside glibc.
35567         (getopt, getopt_long, getopt_long_only): Use it.
35568         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
35569         _getopt_internal, getopt): Likewise.
35570         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
35571         _getopt_long_only_r): Likewise.
35572         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
35573         _getopt_long_r, _getopt_long_only_r): Likewise.
35574
35575         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
35576         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
35577         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
35578         the other external symbols.
35579         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
35580         declaration, since the above renaming now works around collisions.
35581
35582 2004-11-11  Jim Meyering  <jim@meyering.net>
35583
35584         * lib/linebreak.c: Remove trailing blanks.
35585         * lib/alloca_.h: Likewise.
35586         * lib/acosl.c: Likewise.
35587         * lib/euidaccess.c: Likewise.
35588         * lib/allocsa.h: Likewise.
35589
35590 2004-11-10  Simon Josefsson  <jas@extundo.com>
35591
35592         * m4/getaddrinfo.m4: New file.
35593
35594 2004-11-10  Simon Josefsson  <jas@extundo.com>
35595
35596         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
35597
35598 2004-11-10  Simon Josefsson  <jas@extundo.com>
35599
35600         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35601         getaddrinfo.
35602
35603         * modules/getaddrinfo: New file.
35604
35605 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35606
35607         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
35608
35609 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
35610
35611         * lib/mktime.c (SHR): New macro, which is a portable
35612         substitute for >> that should work even on Crays.
35613         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
35614         Problem reported by Mark D. Baushke in
35615         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
35616         * lib/getdate.y (SHR): Likewise.
35617         (tm_diff): Use it.
35618         * lib/strftime.c (SHR): Likewise.
35619         (tm_diff): Use it.
35620         * lib/quotearg.c (struct quoting_options): Use unsigned int for
35621         quote_these_too, so that right shifts are well defined.  All uses
35622         changed.
35623
35624 2004-11-10  Jim Meyering  <jim@meyering.net>
35625
35626         Ensure that no close failure goes unreported.
35627         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
35628         return early when it seems there's nothing to flush.
35629         Don't include __fpending.h.
35630
35631 2004-11-10  Jim Meyering  <jim@meyering.net>
35632
35633         * modules/closeout (Depends-on): Remove fpending.
35634
35635 2004-11-10  Jim Meyering  <jim@meyering.net>
35636
35637         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
35638
35639 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35640
35641         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
35642         gl_FUNC_STRFTIME.
35643         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
35644         and AC_REQUIRE when possible, to avoid duplicate checks.
35645         Check for <wchar.h>.
35646
35647 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
35648
35649         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
35650
35651 2004-11-09  Bruno Haible  <bruno@clisp.org>
35652
35653         * m4/sockpfaf.m4: New file.
35654
35655 2004-11-05  Bruno Haible  <bruno@clisp.org>
35656
35657         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
35658         Reported by Mark D. Baushke <mdb@cvshome.org>.
35659
35660 2004-11-04  Bruno Haible  <bruno@clisp.org>
35661
35662         2004-09-11  Bruno Haible  <bruno@clisp.org>
35663                 * allocsa.valgrind: New file.
35664         2004-02-06  Bruno Haible  <bruno@clisp.org>
35665                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
35666                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
35667                 Reported by Christopher Seip <chris.seip@hp.com>.
35668
35669 2004-11-04  Bruno Haible  <bruno@clisp.org>
35670
35671         * modules/allocsa (Files): Add lib/allocsa.valgrind.
35672         (Makefile.am): Distribute it.
35673
35674 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
35675
35676         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
35677         with errno == ERANGE if the buffer is too small.
35678         Problem reported by Mark D. Baushke.
35679
35680 2004-11-03  Albert Chin  <china@thewrittenword.com>
35681             Paul Eggert  <eggert@cs.ucla.edu>
35682
35683         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
35684         equivalent, substitute $ac_type for equivalent type rather than
35685         blindly using uint32_t *always* which won't work if uint32_t is not
35686         available.  Define _UINT32_T to work around typedef of uint32_t if
35687         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
35688         2.5.1.
35689
35690 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35691
35692         * m4/jm-macros.m4: Sync from coreutils.
35693         (gl_MACROS): Check for mbrlen, for pathchk.
35694         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
35695
35696 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35697
35698         * lib/xreadlink.c (MAXSIZE): New macro.
35699         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
35700         size does not exceed MAXSIZE.  Avoid cast.
35701         As suggested by Mark D. Baushke in
35702         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
35703         if readlink fails with buffer size just under MAXSIZE, try again
35704         with MAXSIZE.
35705
35706 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35707
35708         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35709
35710 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35711         and  Paul Eggert  <eggert@cs.ucla.edu>
35712
35713         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35714         (get_date): Overparenthesize to avoid GCC warning.
35715
35716 2004-11-02  Bruno Haible  <bruno@clisp.org>
35717
35718         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35719         returns void.
35720
35721 2004-11-02  Bruno Haible  <bruno@clisp.org>
35722
35723         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35724         function returns void.
35725
35726 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35727
35728         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35729         fflush_unlocked, flockfile, funlockfile, funlockfile,
35730         fputs_unlocked, putc_unlocked.
35731
35732 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35733
35734         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35735         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35736         already declared.
35737
35738 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35739
35740         * modules/getdate (Files): Add doc/getdate.texi.
35741         (Depends-on): Add setenv, xalloc.
35742
35743 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35744
35745         * lib/getdate.y: Add support for TZ="foo" within a date string.
35746         Fix some bugs near time_t boundaries.  Reject dates with
35747         out-of-range components, e.g., "Sept 31".
35748         Include <stdlib.h>, "setenv.h", "xalloc.h".
35749         (ISDIGIT_LOCALE): Remove; unused.
35750         Note that the TZ and time functions used here are not reentrant.
35751         (mktime_ok, get_tz): New functions.
35752         (TZBUFSIZE): New constant.
35753         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35754         This requires that we sometimes generate our own TZ="XXX..." setting.
35755
35756 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35757
35758         * doc/getdate.texi: New file, from coreutils with modifications for
35759         the new TZ parsing.
35760
35761 2004-10-27  Derek R. Price  <derek@ximbiot.com>
35762
35763         * lib/mktime.c (not_equal_tm): Remove redundant check.
35764
35765 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35766
35767         * modules/regex (lib_SOURCES): Add regex.c.
35768         Reported by James Youngman in
35769         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
35770
35771 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35772
35773         * lib/getdate.y: Use Bison 1.875 features, and some minor
35774         code cleanups.  This change does not affect semantics.
35775         Don't include <stdlib.h>; no longer needed.
35776         Don't include unlocked-io.h; only the "#if TEST" code uses
35777         stdio, and performance isn't crucial there.
35778         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
35779         Bison 1.875 features as described below.
35780         All uses of "PC." replaced by "pc->".
35781         (YYSTYPE): Add a forward declaration.
35782         (yylex, yyerror): Use full prototypes in forward decls.
35783         Use "%pure-parser" rather than obsolescent "%pure_parser".
35784         Use %parse-param and %lex-param instead of obsolescent
35785         YYPARSE_PARAM and YYLEX_PARAM.
35786         (meridian_table, month_and_day_table, time_units_table,
35787         relative_time_table, time_zone_table, military_table,
35788         lookup_zone, lookup_word, get_date):
35789         Use NULL instead of 0 where appropriate.
35790         (to_hour): Avoid abort (), to avoid a dependency on
35791         stdlib.h.
35792         (yyerror, yylex): Now accepts parser_control * arg.
35793         (main) [TEST]: Use '\0' rather than 0 for char.
35794
35795 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35796
35797         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
35798
35799 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35800
35801         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
35802         It's now the caller's responsibility to handle the case where
35803         !HAVE_GETPAGESIZE && !defined getpagesize.
35804
35805         * lib/mktime.c (leapyear): Arg is long int, not int.
35806
35807 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
35808
35809         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
35810
35811 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35812
35813         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
35814         missing.  Problem reported by James Youngman.
35815
35816 2004-10-16  Simon Josefsson  <jas@extundo.com>
35817
35818         * gnulib-tool: Fix comments.  Fix parse problem.
35819         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
35820
35821 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
35822
35823         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
35824         implementation of getopt_long.  Problem reported by Alexander Taler in:
35825         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
35826
35827 2004-10-15  Bruno Haible  <bruno@clisp.org>
35828
35829         * gnulib-tool: Untabify. Initialize supplied_libname.
35830         (func_usage): More homogenous output.
35831         (func_modules_transitive_closure, func_modules_to_filelist,
35832         func_emit_lib_Makefile_am): New functions.
35833         (func_import): New function, extracted from big case statement. Use
35834         func_get_license, func_modules_transitive_closure,
35835         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
35836         opt_lgpl. Don't use test -a, as it's not portable.
35837         (func_create_testdir): Use func_modules_transitive_closure,
35838         func_modules_to_filelist, func_emit_lib_Makefile_am.
35839
35840 2004-10-15  Bruno Haible  <bruno@clisp.org>
35841
35842         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
35843
35844 2004-10-15  Bruno Haible  <bruno@clisp.org>
35845
35846         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
35847         the portions belonging to each module.
35848         Suggested by Derek Robert Price <derek@ximbiot.com>.
35849
35850 2004-10-12  Simon Josefsson  <jas@extundo.com>
35851
35852         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35853         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
35854         to real functions.
35855
35856 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35857
35858         * modules/vsnprintf: New file.
35859
35860 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35861
35862         * m4/vsnprintf.m4: New file.
35863
35864 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35865
35866         * lib/vsnprintf.h: New file.
35867         * lib/vsnprintf.c: New file.
35868
35869 2004-10-11  Bruno Haible  <bruno@clisp.org>
35870
35871         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
35872         vsnprintf.
35873
35874 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35875
35876         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
35877
35878 2004-10-07  Bruno Haible  <bruno@clisp.org>
35879
35880         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
35881         fits into the provided buffer.
35882
35883 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35884
35885         * lib/diacrit.c, diacrit.h: Add GPL notice.
35886
35887         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
35888         notice.
35889         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
35890         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
35891         This avoids a potential constant-folding bug.
35892
35893 2004-10-05  Bruno Haible  <bruno@clisp.org>
35894
35895         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
35896         for the declaration of strsep.
35897
35898 2004-10-05  Bruno Haible  <bruno@clisp.org>
35899
35900         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
35901
35902 2004-10-04  Simon Josefsson  <jas@extundo.com>
35903
35904         * modules/memmem: New file.
35905         * tests/test-memmem.c: New file.
35906         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
35907
35908 2004-10-04  Simon Josefsson  <jas@extundo.com>
35909
35910         * m4/memmem.m4: New file.
35911
35912 2004-10-04  Simon Josefsson  <jas@extundo.com>
35913
35914         * lib/memmem.h: New file.
35915         * lib/memmem.c: New file, taken from glibc.
35916
35917 2004-10-04  Simon Josefsson  <jas@extundo.com>
35918
35919         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
35920         '#ifdef USE_UNLOCKED_IO'.
35921
35922 2004-10-04  Simon Josefsson  <jas@extundo.com>
35923
35924         * config/srclist.txt: Add memmem from glibc.
35925
35926 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35927
35928         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
35929
35930         * modules/argmatch, modules/argp, modules/closeout, modules/error,
35931         modules/exclude, modules/getdate, modules/getline,
35932         modules/getndelim2, modules/getpass, modules/getpass-gnu,
35933         modules/getusershell, modules/linebuffer, modules/md5,
35934         modules/mountlist, modules/posixtm, modules/readtokens,
35935         modules/readutmp, modules/regex, modules/sha1,
35936         modules/version-etc, modules/yesno:
35937         Remove dependency on unlocked-io.
35938
35939 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35940
35941         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35942
35943         * m4/unlocked-io.m4: Add copyright notice.
35944         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35945
35946 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35947
35948         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35949         * lib/xmalloc.c (xmemdup): Likewise.
35950         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35951         XFREE): Remove these long-obsolescent macros.
35952         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35953         * lib/xstrdup.c: Remove.
35954
35955         * lib/regex.c (re_comp): Cast gettext return value to char *,
35956         Problem reported by Martin Neitzel via Mark D. Baushke.
35957
35958 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35959
35960         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35961         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35962         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35963         regex.c, sha1.c, version-etc.c, yesno.c:
35964         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35965         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35966         the includer's responsibility.
35967
35968         Sync from coreutils.
35969
35970         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35971         points to the start of a string, as the C Standard says the
35972         resulting behavior is undefined.
35973
35974         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35975         simple -> simple_backups, numbered_existing ->
35976         numbered_existing_backups, numbered -> numbered_backups
35977         to avoid shadowing problems.  All uses changed.
35978         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35979         * lib/backupfile.c (check_extension, numbered_backup):
35980         Rename locals to avoid shadowing 'basename'.
35981         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35982         once.
35983
35984         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35985         * lib/.cvsignore: Add getopt.h.
35986
35987 2004-10-04  Bruno Haible  <bruno@clisp.org>
35988
35989         * modules/README: New file.
35990         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35991         not a module.
35992
35993 2004-10-02  Jim Meyering  <jim@meyering.net>
35994
35995         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35996
35997 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35998
35999         * modules/strsep: New file.
36000
36001 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36002
36003         * m4/strsep.m4: New file.
36004
36005 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
36006
36007         * lib/strsep.h: New file.
36008         * lib/strsep.c: New file.
36009
36010 2004-10-01  Simon Josefsson  <jas@extundo.com>
36011
36012         * lib/snprintf.c (snprintf): Handle size==0.
36013
36014 2004-10-01  Simon Josefsson  <jas@extundo.com>
36015             Bruno Haible  <bruno@clisp.org>
36016
36017         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
36018         (snprintf): Declare 'args'.
36019
36020 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
36021
36022         * lib/snprintf.c: Remove comments as to why each header is needed.
36023
36024 2004-10-01  Bruno Haible  <bruno@clisp.org>
36025
36026         * MODULES.html.sh: Add strsep.
36027
36028 2004-09-30  Simon Josefsson  <jas@extundo.com>
36029
36030         * modules/snprintf: New file.
36031
36032 2004-09-30  Simon Josefsson  <jas@extundo.com>
36033
36034         * m4/snprintf.m4: New file.
36035
36036 2004-09-30  Simon Josefsson  <jas@extundo.com>
36037
36038         * lib/snprintf.h, lib/snprintf.c: New files.
36039
36040 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36041
36042         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
36043         (hol_entry_help): Never translate an empty string.
36044         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
36045         * lib/argp.h (OPTION_NO_TRANS): New option.
36046
36047 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36048
36049         * modules/argp (Maintainer): Replace Simon Josefsson
36050         by Sergey Poznyakoff.
36051
36052 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36053
36054         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
36055         changes merged back into glibc.
36056
36057 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
36058
36059         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
36060
36061 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
36062
36063         * lib/xvasprintf.c: Include xalloc.h.
36064         (xvasprintf): Use xalloc_die, not xmalloc_die.
36065
36066 2004-09-29  Bruno Haible  <bruno@clisp.org>
36067
36068         * modules/alloca-opt: New file, derived from modules/alloca.
36069         * modules/allocsa: Depend on alloca-opt instead of alloca.
36070         * modules/setenv: Likewise.
36071         * modules/vasnprintf: Likewise.
36072         * MODULES.html.sh: Add alloca-opt.
36073
36074 2004-09-28  Simon Josefsson  <jas@extundo.com>
36075
36076         * gnulib-tool: New parameter --lgpl, to asseert that modules are
36077         LGPL, and to replace license template from GPL to LGPL.
36078
36079 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36080
36081         * modules/dummy: Change license to LGPL.
36082
36083 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
36084
36085         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
36086
36087 2004-09-24  Simon Josefsson  <jas@extundo.com>
36088
36089         * modules/minmax (License): Change from GPL to LGPL.
36090
36091 2004-09-23  Simon Josefsson  <jas@extundo.com>
36092
36093         * gnulib-tool (--import): Typo.
36094
36095 2004-09-23  Simon Josefsson  <jas@extundo.com>
36096
36097         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
36098
36099 2004-09-22  Bruno Haible  <bruno@clisp.org>
36100
36101         * modules/*: Add 'License' field.
36102         * gnulib-tool: Accept --extract-license option.
36103         (func_get_license): New function.
36104
36105 2004-09-21  Bruno Haible  <bruno@clisp.org>
36106
36107         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
36108         Reported by Simon Josefsson.
36109
36110 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36111
36112         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
36113         gl_AC_TYPE_LONG_LONG.
36114
36115 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
36116
36117         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
36118
36119 2004-09-18  Simon Josefsson  <jas@extundo.com>
36120         and  Paul Eggert  <eggert@cs.ucla.edu>
36121
36122         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
36123         calls with autoreconf.  Define GL_LIB.
36124
36125 2004-09-14  Karl Berry  <karl@gnu.org>
36126
36127         * config/srclist.txt: unsync setenv.c, sigh.
36128
36129 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36130
36131         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
36132         Problem reported by Bruno Haible in:
36133         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
36134
36135 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
36136
36137         * config/srclist.txt: Comment out argp-pvh.c.
36138
36139 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
36140
36141         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
36142         in case some system header has #define'd it.  Problem reported by
36143         Soeren D. Schulze in
36144         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
36145
36146 2004-09-09  Karl Berry  <karl@gnu.org>
36147
36148         * regex.[ch]: delete from the root.  These were supposed to be
36149                 synced with emacs cvs, but this has not happened for about
36150                 a year, and anyway nothing else uses emacs regex.[ch].
36151                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
36152                 lib/regex[.ch] is untouched.
36153
36154 2004-09-09  Bruno Haible  <bruno@clisp.org>
36155
36156         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
36157
36158 2004-09-09  Bruno Haible  <bruno@clisp.org>
36159
36160         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
36161         modifications.
36162         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
36163
36164 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36165
36166         * modules/xvasprintf: New file.
36167         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
36168
36169 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
36170
36171         * lib/xvasprintf.h: New file.
36172         * lib/xvasprintf.c: New file.
36173         * lib/xasprintf.c: New file.
36174
36175 2004-09-08  Bruno Haible  <bruno@clisp.org>
36176
36177         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
36178
36179 2004-09-08  Bruno Haible  <bruno@clisp.org>
36180
36181         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
36182         length is > INT_MAX.
36183         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
36184         more.
36185
36186 2004-09-08  Bruno Haible  <bruno@clisp.org>
36187
36188         * lib/stdint_.h: New file, taken from GNU clisp.
36189
36190 2004-09-08  Bruno Haible  <bruno@clisp.org>
36191             Oskar Liljeblad  <oskar@osk.mine.nu>
36192
36193         * modules/stdint: New file.
36194         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
36195
36196 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36197
36198         Import from coreutils.
36199         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
36200         strings on unbounded length.  alloca's performance benefits aren't
36201         that important here.
36202         (V_STRDUP): Remove.
36203         (parse_with_separator): New function, with most of the internals
36204         of the old parse_user_spec.  Allow user to omit both user and group,
36205         for compatibility with FreeBSD.
36206         Clone only the user name, not the entire spec.
36207         Do not set *uid, *gid unless entirely successful.
36208         Avoid memory leak in some failing cases.
36209         Fix regression for USER.GROUP reported by Dmitry V. Levin in
36210         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
36211         (parse_user_spec): Rewrite to use parse_with_separator.
36212
36213 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36214
36215         * modules/userspec: Don't depend on alloca.
36216
36217 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36218
36219         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
36220
36221 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36222
36223         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
36224         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
36225         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
36226
36227 2004-08-16  Simon Josefsson  <jas@extundo.com>
36228
36229         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
36230         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
36231         Add --dry-run for --import.
36232         Let user provided command line parameters override configure.ac
36233         settings.
36234
36235 2004-08-12  Simon Josefsson  <jas@extundo.com>
36236
36237         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
36238         as discussed with Paul Eggert in threads rooted at
36239         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
36240         and
36241         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
36242         Before, the test was empty, and relied on ELIDE_CODE in source
36243         code.)
36244         (gl_PREREQ_GETOPT): New macro.
36245         (gl_GETOPT): Use them.
36246
36247 2004-08-12  Simon Josefsson  <jas@extundo.com>
36248
36249         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
36250         * lib/getopt_.h: Renamed from getopt.h.
36251
36252 2004-08-12  Simon Josefsson  <jas@extundo.com>
36253
36254         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
36255         Change default library name from libfoo to libgnu.
36256         Now, if you have a configure.ac that says:
36257                 gl_SOURCE_BASE(gl)
36258                 gl_M4_BASE(gl/m4)
36259                 gl_MODULES(error getopt etcetera)
36260                 gl_INIT
36261         you can import all you need by running:
36262                 ../gnulib/gnulib-tool --import
36263
36264         * modules/getopt (Files): Rename getopt.h to getopt_.h.
36265         (Makefile.am): Rewrite, use logic from argz.
36266         (Include): Use <getopt.h> instead of "getopt.h".
36267
36268 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36269
36270         * modules/argp (Files): Add m4/unlocked-io.m4.
36271         (Depends-on): Add extensions.
36272
36273 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36274
36275         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
36276         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
36277         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
36278         Check for program_invocation_name, program_invocation_short_name,
36279         flockfile, funlockfile, features.h, _getopt_long_only_r.
36280
36281 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36282
36283         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
36284         its complicated substitute.
36285         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
36286         and program_invocation_name.
36287         (__argp_basename) [!_LIBC]: Remove; the only use was
36288         replaced by its body.
36289         (__argp_short_program_name): Change condition from
36290         !defined __argp_short_program_name to
36291         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
36292         to match argp-namefrob.h.
36293         (__argp_failure): Don't assume strerror_r returns char *.
36294         * lib/argp-parse.c (N_): Define unconditionally.
36295         (argp_default_options): Fill out initializers with 0 to avoid
36296         gcc warnings.
36297
36298 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
36299
36300         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
36301         getopt1.c.
36302
36303 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36304
36305         Merge from coreutils.
36306
36307         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
36308
36309         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
36310         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
36311
36312 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36313
36314         Merge from coreutils.
36315
36316         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
36317         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
36318         for Reliant Unix 5.43.
36319
36320         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
36321         (union fooround): Use uintmax_t, not long int.
36322         The rest is a merge from libc:
36323         [defined _LIBC]: Include <shlib-compat.h>.
36324         (_obstack) [defined _LIBC]: Remove after 2.3.4.
36325
36326         * lib/settime.c (settime): Recode to avoid warning with
36327         Sun Forte C 6U2.
36328
36329         * lib/strverscmp.c: Convert to UTF-8.
36330
36331 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36332
36333         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
36334         m4/uintmax_t.m4.
36335
36336 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36337
36338         * modules/xalloc-die: New file.
36339         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
36340
36341         * modules/md5 (Files): Add m4/uint32_t.m4.
36342         * modules/sha1: Renamed from modules/sha.
36343         (Files):
36344         Rename lib/sha.h to lib/sha1.h.
36345         Rename lib/sha.c to lib/sha1.c.
36346         Rename m4/sha.m4 to m4/sha1.m4.
36347         (lib_SOURCES): Likewise.
36348         (configure.ac): Rename gl_SHA to gl_SHA1.
36349         (Include): sha.h -> sha1.h.
36350
36351 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36352
36353         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
36354         * m4/sha1.m4: Renamed from sha.m4.
36355         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
36356
36357 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
36358
36359         * lib/obstack.h (obstack_empty_p):
36360         Don't assume that chunk->contents is suitably aligned.
36361         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
36362         Likewise. Problem reported by Benno in
36363         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
36364
36365         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
36366         readable.  This could be improved further but it'd take some work.
36367
36368 2004-08-08  Simon Josefsson  <jas@extundo.com>
36369
36370         * modules/xgethostname (Depends-on): Remove exit and error (not
36371         used).
36372
36373         * modules/getpass-gnu: Add getpass.h.
36374         (Depends-on): Add stdbool.
36375         * modules/getpass: Add getpass.h.
36376
36377 2004-08-08  Simon Josefsson  <jas@extundo.com>
36378
36379         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
36380         Check getpass declaration.
36381
36382 2004-08-08  Simon Josefsson  <jas@extundo.com>
36383
36384         * lib/xgethostname.c: Don't include error.h (not used).
36385
36386         * lib/getpass.h: Add.
36387         * lib/getpass.c: Include getpass.h first.
36388
36389 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
36390
36391         * lib/xalloc-die.c: New file.
36392         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
36393         All uses removed.
36394         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
36395         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
36396         xalloc-die.c.
36397         (_, N_, xalloc_die): Move to xalloc-die.c.
36398         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
36399         so that we needn't mess with xalloc_msg_memory_exhausted.
36400
36401         * lib/sha1.h: Renamed from sha.h.
36402         (SHA1_H): Renamed from _SHA_H.
36403         (sha1_ctx): Renamed from sha_ctx.
36404         (sha1_init_ctx): Renamed from sha_init_ctx.
36405         (sha1_process_block): Renamed from sha_process_block.
36406         (sha1_process_bytes): Renamed from sha_process_bytes.
36407         (sha1_finish_ctx): Renamed from sha_finish_ctx.
36408         (sha1_read_ctx): Renamed from sha_read_ctx.
36409         (sha1_stream): Renamed from sha_stream.
36410         (sha1_buffer): Renamed from sha_buffer.
36411         * lib/sha1.c: Likewise; renamed from sha.c.
36412         Do not include <sys/types.h>.
36413         Include <stddef.h> rather than <stdlib.h>.
36414
36415 2004-08-08  Bruno Haible  <bruno@clisp.org>
36416
36417         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
36418         FILESYSTEM_PREFIX_LEN.
36419         * lib/progreloc.c: Likewise.
36420         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
36421
36422 2004-08-06  Simon Josefsson  <jas@extundo.com>
36423
36424         * modules/progname (Depends-on): Don't depend on stdbool.
36425
36426 2004-08-06  Simon Josefsson  <jas@extundo.com>
36427
36428         * modules/getsubopt: New file.
36429         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36430         getsubopt.
36431
36432 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36433
36434         More merge from coreutils.
36435
36436         * m4/utimens.m4, m4/utimecmp.m4: New files.
36437         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
36438         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
36439         prereq.m4, sha.m4: Import changes from coreutils.
36440
36441 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36442
36443         More merge from coreutils.
36444         * modules/raise, modules/readtokens0, modules/utimens:
36445         * modules/utimecmp, module/xnanosleep: New files.
36446         * modules/strftime: Add lib/strftime.h.
36447         Change include from <time.h> to "strftime.h".
36448         * modules/yesno: Add lib/yesno.h.
36449         * modules/backupfile: Remove lib/addext.c.
36450         * modules/euidaccess: Add stat-macros.h.
36451         * modules/canonicalize, modules/euidaccess,
36452         modules/filemode, modules/lchown, modules/makepath,
36453         modules/rmdir, modules/stat: Likewise.
36454
36455 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
36456
36457         Merge from tar.
36458         * lib/argp-help.c (make_hol, hol_append): Don't assume that
36459         SIZE_MAX is a valid preprocessor constant.
36460         (__argp_basename): Change from "#ifndef _LIBC"
36461         to "#ifndef __argp_short_program_name", so that
36462         we don't compile these functions for tar.
36463
36464         More merges from coreutils.
36465         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
36466         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
36467         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
36468         * lib/addext.c: Remove; no longer needed.
36469         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
36470         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
36471         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
36472         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
36473         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
36474         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
36475         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
36476         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
36477         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
36478         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
36479         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
36480         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
36481         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
36482         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
36483         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
36484         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
36485         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
36486         Import changes from coreutils.
36487
36488 2004-08-05  Simon Josefsson  <jas@extundo.com>
36489
36490         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
36491
36492 2004-08-05  Simon Josefsson  <jas@extundo.com>
36493
36494         * m4/getsubopt.m4: New file.
36495
36496 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36497
36498         Merge from coreutils.
36499
36500         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
36501         * m4/getcwd-path-max.m4: New files.
36502
36503         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
36504         FILESYSTEM_PREFIX_LEN ->
36505         FILE_SYSTEM_PREFIX_LEN.
36506         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
36507         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
36508         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
36509         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
36510
36511         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
36512         prerequisite modules now handle the DOS stuff.
36513         Don't check for unistd.h.
36514
36515 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36516
36517         Merge from coreutils.
36518
36519         * lib/.gdb-history: Remove; this doesn't belong here.
36520
36521         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
36522         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
36523         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
36524         * lib/getcwd.c: New files.
36525
36526         * lib/dirname.h: Include <stdbool.h>.
36527         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
36528         for consistency with POSIX terminology.  All uses changed.
36529         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
36530         (strip_trailing_slashes): Use bool for booleans.
36531         * lib/stripslash.c (strip_trailing_slashes): Likewise.
36532
36533         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
36534         sometimes returns a positive errno value even when it succeeds.
36535         (print_errno_message) [!LIBC]: Fall back on strerror if
36536         __strerror_r fails.
36537
36538         * lib/path-concat.c (mempcpy): Don't define if a system header defines
36539         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
36540         (longest_relative_suffix): New function.
36541         (path_concat): Use it.  Assume first argument is not NULL.
36542         Port to DOS.  Omit redundant separators.
36543         Report an error instead of returning NULL.
36544         Use mempcpy instead of memcpy.
36545         (xpath_concat): Remove: not declared or used.
36546
36547         * lib/same.h: Include <stdbool.h>
36548         (same_name): Return bool, not int.
36549         * lib/same.c (same_name): Likewise.
36550         (errno): Don't declare; we assume C89 or better now.
36551
36552         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
36553         if not already defined.
36554
36555         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
36556         * lib/dup-safer.c (errno): Likewise.
36557
36558 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
36559
36560         Merge from coreutils.
36561         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
36562         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
36563         * modules/path-concat: Don't depend on strdup.
36564
36565 2004-08-03  Simon Josefsson  <jas@extundo.com>
36566
36567         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
36568         * lib/progname.h: Don't include stdbool.h.
36569
36570 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36571
36572         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
36573         * MODULES.html.sh (func_all_modules): Remove fatal.
36574
36575 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36576
36577         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
36578
36579 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
36580
36581         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
36582         working.
36583
36584 2004-08-02  Simon Josefsson  <jas@extundo.com>
36585
36586         * lib/getsubopt.h: New file, with comments from Bruno Haible.
36587         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
36588         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
36589
36590 2004-08-01  Simon Josefsson  <jas@extundo.com>
36591
36592         * lib/xgetdomainname.c: Include stdlib.h, for free().
36593
36594 2004-07-19  Bruno Haible  <bruno@clisp.org>
36595
36596         * MODULES.html.sh (func_all_modules): Add dummy.
36597
36598 2004-07-16  Simon Josefsson  <jas@extundo.com>
36599
36600         * modules/dummy: New file.
36601
36602 2004-07-16  Simon Josefsson  <jas@extundo.com>
36603
36604         * lib/dummy.c: New file.
36605
36606 2004-07-16  Bruno Haible  <bruno@clisp.org>
36607
36608         * lib/backupfile.h: Add extern "C" for C++.
36609         * lib/closeout.h: Likewise.
36610         * lib/copy-file.h: Likewise.
36611         * lib/findprog.h: Likewise.
36612         * lib/full-write.h: Likewise.
36613         * lib/pathname.h: Likewise.
36614         * lib/progname.h: Likewise.
36615         * lib/stpcpy.h: Likewise.
36616         * lib/stpncpy.h: Likewise.
36617         * lib/strcase.h: Likewise.
36618         * lib/strstr.h: Likewise.
36619         * lib/xalloc.h: Likewise.
36620
36621         * lib/mbswidth.h: Add extern "C" for C++.
36622         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
36623
36624 2004-07-13  Robert Millan  <robertmh@gnu.org>
36625
36626         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
36627
36628 2004-07-09  Simon Josefsson  <jas@extundo.com>
36629
36630         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
36631         failed without this.)
36632
36633 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36634
36635         * modules/chown (Files): Add lib/fchown-stub.c, since
36636         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
36637
36638 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36639
36640         * lib/fchown-stub.c: New file.
36641
36642 2004-06-24  Jim Meyering  <jim@meyering.net>
36643
36644         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
36645
36646 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36647
36648         * modules/argz: Omit "#include".
36649
36650         * MODULES.html.sh (func_all_modules): Add calloc, to match
36651         2004-06-01 addition of calloc module.
36652
36653 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36654
36655         * m4/argz.m4: New file, which is autoupdated from libtool.
36656
36657 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36658
36659         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
36660         libtool.
36661
36662 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
36663
36664         * config/srclist-update: Don't insist on "USA." before the
36665         close-comment, as libtool omits the period and puts the */ on a
36666         separate line.
36667         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
36668         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
36669
36670 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
36671
36672         * modules/argz: New file.
36673         * MODULES.html.sh (func_all_modules): Add argz.
36674
36675 2004-06-12  Jim Meyering  <jim@meyering.net>
36676         and  Paul Eggert  <eggert@cs.ucla.edu>
36677
36678         * modules/hash (Files): Add lib/xalloc.h.
36679         * modules/pipe (Depends-on): Add wait-process.
36680         * modules/stat (Depends-on): Add xalloc.
36681         * modules/userspec (Files): Add lib/userspec.h.
36682         * modules/xstrto
36683
36684         Upgrade from gettext-0.13.
36685         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
36686         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
36687         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
36688
36689 2004-06-10  Jim Meyering  <jim@meyering.net>
36690
36691         * lib/calloc.c: New file.
36692
36693 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
36694
36695         * lib/getdate.y (yylex): Allow space between sign and number.
36696         Problem reported by Dan Jacobson.
36697
36698 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36699
36700         Merge from coreutils CVS.
36701
36702         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
36703         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
36704         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
36705         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36706         xstrtol.m4: Fix copyright date and/or serial number.
36707
36708         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36709         See if we need an fchown replacement.
36710         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36711         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36712         and use the replacement function if we detect either defect.
36713
36714         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36715         gl_UTIMECMP.
36716
36717 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36718         and  Jim Meyering  <jim@meyering.net>
36719
36720         Merge from coreutils CVS.
36721
36722         * lib/stat-macros.h: New file, with contents from file-type.h
36723         and coreutils' system.h.
36724         * lib/file-type.c: Include "stat-macros.h".
36725         * lib/file-type.h (file_type): Move all macro definitions to new file,
36726         stat-macros.h.
36727
36728         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36729         Wrap old code with this conditional.
36730         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36731         function that does not dereference symlinks.
36732         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36733
36734         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36735         dependency problems.
36736         (xreadlink): Accept new arg SIZE, for efficiency.
36737         All decls and uses changed.
36738         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36739
36740         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36741         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36742
36743         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36744         sysexits.h.
36745
36746 2004-06-01  Jim Meyering  <jim@meyering.net>
36747
36748         * m4/calloc.m4: New file.
36749
36750 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36751
36752         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36753         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36754         Also, fix a typo in a diagnostic.
36755
36756 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36757
36758         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36759         or AC_FUNC_REALLOC.
36760
36761 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36762
36763         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
36764         macros to be defined.
36765         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
36766         the allocator returns NULL because the requested size is zero.
36767
36768 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36769
36770         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
36771         var.  Add comment explaining why libc still defines it.  This
36772         merges the following patch from glibc:
36773         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
36774
36775 2004-05-20  Andreas Schwab  <schwab@suse.de>
36776
36777         * m4/free.m4: Replace free if it not known to work, not the other
36778         way round.
36779
36780 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36781
36782         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
36783         present in glibc since revision 1.1 of this file.
36784         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
36785         obstack_alignment_mask, obstack_alloc, obstack_base,
36786         obstack_blank, obstack_blank_fast, obstack_chunk_size,
36787         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
36788         obstack_grow0, obstack_init, obstack_int_grow,
36789         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
36790         obstack_next_free, obstack_object_size, obstack_ptr_grow,
36791         obstack_ptr_grow_fast, obstack_room): Remove declarations of
36792         nonexistent functions.
36793
36794 2004-05-18  Karl Berry  <karl@gnu.org>
36795
36796         * config/srclist.txt: break link for vasnprintf.c.
36797
36798 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36799
36800         Port obstack to the AS/400, where pointers are 16 bytes wide and
36801         you cannot cast an integer to a valid pointer.  This patch is
36802         currently waiting to be integrated into glibc; see
36803         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
36804
36805         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
36806         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
36807         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
36808         (struct obstack): temp member is now a union of a pointer and
36809         an integer, instead of an integer.  All integer uses changed.
36810         This does not affect the physical layout of struct obstack,
36811         except on hosts (like the AS/400) where the size or alignment of
36812         void * is greater than that of ptrdiff_t.
36813         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
36814         __STDC__)]: Store temporary in pointer member of union, not
36815         integer member.
36816         * lib/obstack.c: Include <stddef.h>, for offsetof.
36817         (struct fooalign): Remove; it doesn't need a name.
36818         (union fooround): Change double to long double, and add void *.
36819         (DEFAULT_ALIGNMENT): Use offsetof to compute.
36820         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
36821         not a macro.  Hence the values are always int; so remove all
36822         casts-to-int in uses.
36823
36824 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36825
36826         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
36827         we can get this patch merged into glibc.
36828
36829 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36830             Paul Eggert  <eggert@cs.ucla.edu>
36831
36832         * m4/argp: Depend on alloca.
36833
36834 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36835             Paul Eggert  <eggert@cs.ucla.edu>
36836
36837         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
36838         freecoding.
36839
36840 2004-05-17  Bruno Haible  <bruno@clisp.org>
36841
36842         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
36843         precision that consists of a '.' followed by an empty digit string.
36844         Patch by Tor Lillqvist <tml@iki.fi>.
36845
36846 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36847
36848         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
36849         for backward compatibility with older code.  We need our own
36850         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
36851         it under some other name, and our alloca.h will define it.
36852
36853 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36854             Derek Price  <derek@ximbiot.com>
36855
36856         * lib/alloca.c: Include <alloca.h>, to get our interface.
36857         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
36858         include <alloca.h> first.  Use C89 prototype for alloca; this
36859         requires including <stddef.h> for size_t.  Use extern "C" if C++.
36860         Use #elif for simplicity, since we can assume C89 now.
36861         Don't try to source the system alloca.h since it will not be found
36862         and to prevent recursively including its replacement.
36863         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
36864         * lib/regex.c: Likewise.
36865
36866 2004-05-16  Derek Price  <derek@ximbiot.com>
36867             Paul Eggert  <eggert@cs.ucla.edu>
36868
36869         getline cleanup.  This changes the getndelim2 API: both order of
36870         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
36871         no delimiter).
36872
36873         * lib/getline.c: Don't include stddef.h or stdio.h, since our
36874         interface does that.
36875         (getline): Always use getdelim, so that we don't have two
36876         copies of this code.
36877         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
36878         if available.
36879         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
36880         (GETNDELIM2_MAXIMUM): New macro.
36881         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
36882         instead of the old practice of delim2==0.  All callers changed.
36883         Return -1 on overflow, instead of returning junk.
36884         Do not set *linesize unless allocation succeeds.
36885         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
36886         that we include sys/types.h.
36887         * lib/getnline.h: Likewise.
36888         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
36889         (getndelim2): Reorder arguments.
36890         * lib/getnline.c (getnline, getndelim):
36891         Don't discard the NMAX argument.
36892         (getnline): Invoke getndelim, to avoid code duplication.
36893         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
36894         of (size_t) -1 by callers of the getnline family.
36895
36896 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36897
36898         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
36899         Check for gettimeofday.
36900         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
36901         Check for settimeofday, stime.
36902
36903 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36904
36905         * lib/nanosleep.c (suspended): Change its type from int to
36906         sig_atomic_t volatile.
36907         (first_call): Make it private to rpl_nanosleep, and have it
36908         be zero initially as that's a bit faster.
36909         (my_usleep): Round up fractional times instead of truncating them,
36910         as this is the usual meaning for 'sleep'.
36911
36912         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
36913         doesn't work.
36914         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
36915         (ENOSYS): Define if not defined.
36916         (settime): Fall back on stime if it exists and settimeofday fails.
36917         But don't bother with fallbacks if a method fails with errno == EPERM.
36918
36919 2004-05-11  Jim Meyering  <jim@meyering.net>
36920
36921         Prior to this change, the save_cwd caller required read access to the
36922         current directory on most systems (ones with the fchdir function).
36923
36924         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
36925         fails, try write-only, and finally, resort to using xgetcwd.
36926
36927 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36928
36929         * lib/obstack.c, obstack.h: Import changes from libc.
36930
36931 2004-04-28  Bruno Haible  <bruno@clisp.org>
36932
36933         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
36934         also implicitly appends .exe to executables.
36935         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
36936         accepts Windows pathnames.
36937         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36938         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36939         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36940         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36941         Reported by Derek Robert Price <derek@ximbiot.com>.
36942
36943 2004-04-21  Karl Berry  <karl@gnu.org>
36944
36945         * config/srclist.txt (localcharset.c): break sync.
36946
36947 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36948
36949         * m4/host-os.m4: Add a copyright notice.
36950
36951 2004-04-20  Jim Meyering  <jim@meyering.net>
36952
36953         Change UTILS_ to gl_ in AC_DEFINE'd names.
36954         Change utils_- and jm_-prefixed variables, too.
36955         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36956         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36957         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36958
36959         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36960         Don't emit trailing blanks.
36961         Also rename jm_-prefixed variables to have gl_ prefix.
36962
36963         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36964         Also rename jm_-prefixed variables to have gl_ prefix.
36965
36966         * m4/jm-macros.m4: Reflect the renamings.
36967         * m4/prereq.m4: Likewise.
36968
36969 2004-04-20  Jim Meyering  <jim@meyering.net>
36970
36971         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36972         memory.
36973
36974 2004-04-20  Jim Meyering  <jim@meyering.net>
36975             Bruno Haible  <bruno@clisp.org>
36976
36977         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36978         memory when realloc fails.
36979
36980 2004-04-19  Jim Meyering  <jim@meyering.net>
36981
36982         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36983         now that readutmp.c may call `free (0)'.
36984
36985 2004-04-19  Bruno Haible  <bruno@clisp.org>
36986
36987         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36988         * m4/inttypes_h.m4: Likewise.
36989         * m4/stdint_h.m4: Likewise.
36990         * m4/intmax_t.m4: Likewise.
36991         * m4/uintmax_t.m4: Likewise.
36992
36993 2004-04-18  Jim Meyering  <jim@meyering.net>
36994
36995         * m4/prereq.m4: Don't forbid jm_ prefix.
36996
36997         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36998         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36999         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
37000         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
37001         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
37002         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
37003         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
37004         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
37005         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
37006         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
37007         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
37008         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
37009         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
37010         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
37011         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
37012         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
37013         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
37014         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
37015         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
37016
37017 2004-04-18  Jim Meyering  <jim@meyering.net>
37018
37019         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
37020         failure, don't leak memory and do call END_UTMP_ENT.
37021
37022 2004-04-16  Jim Meyering  <jim@meyering.net>
37023
37024         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
37025         coreutils' stat program.
37026         (gl_PREREQ): Don't require jm_PREREQ_STAT.
37027
37028 2004-04-11  Paul Eggert  <eggert@twinsun.com>
37029
37030         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
37031         C89.
37032         (CHAR_BIT): Remove, since we assume C89.
37033         Include <stdint.h> if available, as per current Autoconf CVS advice.
37034
37035 2004-03-31  Jim Meyering  <jim@meyering.net>
37036
37037         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
37038         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
37039         * m4/xalloc.m4: Likewise.
37040
37041 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37042
37043         Merge from coreutils.
37044
37045         * m4/inttostr.m4: New file.
37046         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
37047         Require AM_STDBOOL_H and gl_TIMESPEC instead.
37048         Require gl_CLOCK_TIME.
37049         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
37050
37051 2004-03-30  Paul Eggert  <eggert@twinsun.com>
37052
37053         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
37054         not bool, to be more consistent with Unix conventions.
37055         Suggested by Bruno Haible.
37056
37057         Merge from coreutils.
37058
37059         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
37060         * lib/umaxtostr.c: New files.
37061
37062         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
37063         the usual <time.h> dance.
37064         (get_date): Change signature to support fractional time stamps.
37065         All callers changed.
37066         * lib/getdate.y: Include "getdate.h" first, as we can now
37067         assume C89 and don't need to worry about 'const'.
37068         Similarly, include "unlocked-io.h" near start, not in middle.
37069         Include <limits.h>.
37070         (textint.value): Use long int rather than int.
37071         (textint.digits): Use size_t rather than int.
37072         (BILLION, LOG10_BILLION): New constants.
37073         (parser_control): New member rel_ns.  Members day_ordinal,
37074         time_zone, month, day, hour, minutes, rel_year, rel_month,
37075         rel_day, rel_hour, rel_minutes, rel_seconds
37076         are now long int, not int.  Member seconds is now struct timespec,
37077         not int.  New member timespec_seen.  Members dates_seen, days_seen,
37078         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
37079         not int.
37080         (%union.intval): Now long int, not int.
37081         New member timespec.
37082         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
37083         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
37084         (spec): Now is a timespec or an item list.
37085         (timespec, items): New nonterminals.
37086         (time, rel, relunit, number, get_date):
37087         Add support for fractional seconds.
37088         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
37089         (gmtime, localtime, mktime): Remove decls; not needed with C89.
37090         (to_hour): First arg is now long int, not int.
37091         (to_year): Returns long int, not int.
37092         Don't treat year -70 like 70.
37093         (tm_diff): Returns long int, not int.
37094         (lookup_word): Use bool instead of int when appropriate.
37095         (yylex): Use size_t for count, not int.
37096         Detect overflow when parsing large integer constants.
37097         Add support for fractions.
37098         (get_date): Make pointers 'const' if possible.
37099         Use more-portable code to detect integer overflow.
37100         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
37101         Don't use ctime; it's not reliable if the year has >4 digits.
37102
37103         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
37104         This is for compatibility with BSD.
37105
37106         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
37107         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
37108         From coreutils' system.h.
37109
37110         * lib/userspec.c: Don't include "posixver.h".
37111         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
37112         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
37113         compatible extension.  Simplify code by removing a boolean int
37114         that was always nonzero if a string was nonnull.
37115
37116 2004-03-30  Jim Meyering  <jim@meyering.net>
37117
37118         Merge from coreutils.
37119
37120         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
37121         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
37122         on some systems one must include <grp.h> before it.
37123         Reported by Christian Krackowizer.
37124
37125 2004-03-30  Jim Meyering  <jim@meyering.net>
37126
37127         Merge from coreutils.
37128
37129         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
37130
37131         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
37132         an empty input stream.
37133
37134         * lib/readtokens.c: Include <stdbool.h>.
37135         (readtoken): Use `size_t' rather than int/long.
37136         All callers adjusted.
37137         Use `bool' rather than `int' where appropriate.
37138         Use memset rather than an explicit loop.
37139         Use x2nrealloc rather than xrealloc.
37140         Allow the use of `\0' as a delimiter.
37141         (readtokens): Likewise.
37142         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
37143
37144 2004-03-30  Jim Meyering  <jim@meyering.net>
37145
37146         * m4/realloc.m4: Remove file, since now it does no more than
37147         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
37148         the `configure.ac' section of module/realloc.
37149         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
37150
37151 2004-03-30  Bruno Haible  <bruno@clisp.org>
37152
37153         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
37154         nonnull.
37155
37156 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37157
37158         Merge changes to getloadavg.c from coreutils and Emacs.
37159
37160         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
37161         Define to an expression, not to the empty string.
37162         Include cloexec.h and xalloc.h.
37163         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
37164         Use set_cloexec_flag rather than rolling our own.
37165         * lib/cloexec.c, lib/cloexec.h: New files.
37166
37167 2004-03-29  Paul Eggert  <eggert@twinsun.com>
37168
37169         * m4/cloexec.m4: New file.
37170
37171 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37172
37173         * lib/getopt.h: Sync with libc CVS.
37174
37175 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37176             Bruno Haible  <bruno@clisp.org>
37177
37178         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
37179         mbswidth.
37180
37181 2004-03-18  Paul Eggert  <eggert@twinsun.com>
37182             Bruno Haible  <bruno@clisp.org>
37183
37184         * lib/mbswidth.h: Include <wchar.h> only if
37185         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
37186         <wchar.h>.
37187         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
37188
37189 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37190
37191         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
37192         Sync with libc CVS.
37193         * lib/getopt_int.h: New file, also synced from libc.
37194
37195 2004-03-09  Paul Eggert  <eggert@twinsun.com>
37196
37197         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
37198         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
37199         Bring back getopt.c, getopt.h, getopt1.c.
37200
37201 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37202
37203         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
37204         All uses changed.  Check for sa_sigaction member; this fixes
37205         a bug first reported by Jason Andrade in
37206         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37207
37208 2004-03-07  Paul Eggert  <eggert@twinsun.com>
37209
37210         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
37211         '#if' expressions.  Unlike the code it replaces, it does not
37212         depend on (defined _SC_PAGESIZE).  However, it does depend on
37213         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
37214         first reported by Jason Andrade in
37215         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
37216
37217 2004-02-25  Simon Josefsson  <jas@extundo.com>
37218
37219         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
37220
37221 2004-02-25  Simon Josefsson  <jas@extundo.com>
37222
37223         * lib/strdup.h: New file.
37224         * lib/strdup.c: Include it.
37225         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
37226         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
37227
37228 2004-02-23  Karl Berry  <karl@gnu.org>
37229
37230         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
37231         (from fencepost.gnu.org:/gd/gnuorg).
37232
37233 2004-02-23  Karl Berry  <karl@gnu.org>
37234
37235         * config/srclistvars.sh (GNUORG) [karl]: redefine.
37236         * config/srclist.txt: add maintain/standards documents.
37237
37238 2004-02-18  Bruno Haible  <bruno@clisp.org>
37239
37240         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
37241         Reported by Derek Robert Price <derek@ximbiot.com>.
37242
37243 2004-02-16  Karl Berry  <karl@gnu.org>
37244
37245         * config/mkinstalldirs, install-sh: update from automake.
37246
37247 2004-02-06  Karl Berry  <karl@gnu.org>
37248
37249         * m4/po.m4: update from gettext 0.14.1.
37250
37251 2004-02-06  Karl Berry  <karl@gnu.org>
37252
37253         * lib/config.charset: update from gettext 0.14.1.
37254
37255 2004-02-05  Paul Eggert  <eggert@twinsun.com>
37256
37257         Add comments and code, prompted by suggestions from Bruno Haible
37258         for sh-quote.
37259         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
37260         describing the enum quoting_style values.
37261         * lib/quotearg.c (quotearg_alloc): New function.
37262         (quotearg_buffer_restyled): Treat lone { and } as special.
37263         Treat = as special.  Work around bug with older shells
37264         that "see" a '\' that is really the 2nd byte of a multibyte char.
37265         Quote empty string with shell_quoting_style.
37266
37267 2004-02-03  Bruno Haible  <bruno@clisp.org>
37268
37269         * m4/pipe.m4: New file, from GNU gettext.
37270
37271 2004-02-03  Bruno Haible  <bruno@clisp.org>
37272
37273         * lib/pipe.h: New file, from GNU gettext.
37274         * lib/pipe.c: New file, from GNU gettext.
37275
37276 2004-01-27  Bruno Haible  <bruno@clisp.org>
37277
37278         * m4/execute.m4: New file, from GNU gettext.
37279
37280 2004-01-27  Bruno Haible  <bruno@clisp.org>
37281
37282         * lib/execute.h: New file, from GNU gettext.
37283         * lib/execute.c: New file, from GNU gettext.
37284         * lib/w32spawn.h: New file, from GNU gettext.
37285
37286 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37287
37288         Merge from diffutils.
37289
37290         * lib/file-type.c (file_type): Add typed memory objects.
37291         * lib/file-type.h (S_TYPEISTMO): New macro.
37292
37293         * lib/c-stack.h (c_stack_action): Remove argv argument.
37294         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
37295         (die): Don't calculate message unless segv_action returns.
37296         (get_stack_location, min_address_from_argv, max_address_from_argv,
37297         volatile stack_base, volatile_stack_size): Remove.
37298         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
37299         that every segmentation violation is a stack overflow.  (Ouch!)
37300         See Debian bug 136249 (still outstanding) for more info about why
37301         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
37302
37303 2004-01-24  Paul Eggert  <eggert@twinsun.com>
37304
37305         Exit-status fix from coreutils.
37306
37307         Use exit_failure consistently in place of EXIT_FAILURE,
37308         so that program exit statuses are consistent on failure.
37309
37310         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
37311         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
37312         * lib/argmatch.h: Comment fix to match the above.
37313         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
37314         Now a macro referring to exit_failure, instead of a separate
37315         variable.  Include "exitfail.h" to get it.
37316         * lib/xstrtol.h: Include "exitfail.h".
37317         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
37318
37319         * lib/long-options.c (parse_long_options): Use prototype
37320         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
37321         for clarity.
37322
37323 2004-01-21  Jim Meyering  <jim@meyering.net>
37324
37325         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
37326         so as not to conflict with a different-sized __mktime_internal
37327         function in GNU libc.
37328         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
37329         Problem building statically-linked `ls' reported by Michael Brunnbauer.
37330
37331 2004-01-20  Karl Berry  <karl@gnu.org>
37332
37333         * config/config.guess: update from config.
37334
37335         * config/srclistvars.sh: GNUWWWLICENSES for karl.
37336
37337 2004-01-20  Bruno Haible  <bruno@clisp.org>
37338
37339         Safer stack allocation.
37340         * lib/setenv.c: Include allocsa.h.
37341         (alloca): Remove fallback definition.
37342         (freea): Remove macro.
37343         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
37344         instead of freea.
37345
37346 2004-01-20  Bruno Haible  <bruno@clisp.org>
37347
37348         * m4/eealloc.m4: New file, from GNU gettext.
37349
37350 2004-01-20  Bruno Haible  <bruno@clisp.org>
37351
37352         * m4/allocsa.m4: New file, from GNU gettext.
37353
37354 2004-01-20  Bruno Haible  <bruno@clisp.org>
37355
37356         * lib/xallocsa.h: New file, from GNU gettext.
37357         * lib/xallocsa.c: New file, from GNU gettext.
37358
37359 2004-01-20  Bruno Haible  <bruno@clisp.org>
37360
37361         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
37362
37363 2004-01-20  Bruno Haible  <bruno@clisp.org>
37364
37365         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
37366         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
37367         specially.
37368
37369 2004-01-20  Bruno Haible  <bruno@clisp.org>
37370
37371         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
37372         patch.
37373
37374 2004-01-20  Bruno Haible  <bruno@clisp.org>
37375
37376         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
37377
37378 2004-01-20  Bruno Haible  <bruno@clisp.org>
37379
37380         * lib/eealloc.h: New file.
37381
37382 2004-01-20  Bruno Haible  <bruno@clisp.org>
37383
37384         * lib/binary-io.h: Avoid warnings on Cygwin.
37385
37386 2004-01-20  Bruno Haible  <bruno@clisp.org>
37387
37388         * lib/allocsa.h: New file, from GNU gettext.
37389         * lib/allocsa.c: New file, from GNU gettext.
37390
37391 2004-01-18  Karl Berry  <karl@gnu.org>
37392
37393         * doc/gpl.texi, doc/lgpl.texi: new files.
37394
37395 2004-01-18  Karl Berry  <karl@gnu.org>
37396
37397         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
37398         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
37399
37400 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37401
37402         Merge from coreutils.
37403
37404         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
37405         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
37406         (gl_DEFAULT_POSIX2_VERSION): Move
37407         the documentation from 'configure' into 'config.hin',
37408         so that 'configure --help' isn't burdened by it and
37409         we don't have to worry about its formatting there.
37410         Reword the documentation so that it's more succinct
37411         and can be run together into a single paragraph.
37412         * m4/same.m4 (gl_SAME): Check for pathconf.
37413
37414 2004-01-15  Paul Eggert  <eggert@twinsun.com>
37415
37416         Merge from coreutils.
37417
37418         * lib/posixver.c: Include posixver.h.
37419
37420         * lib/same.c: Include <stdbool.h>, <limits.h>.
37421         (_POSIX_NAME_MAX): Define if not defined.
37422         (MIN): New macro.
37423         (same_name): If file names are silently truncated, report
37424         that the file names are the same if they are the same after
37425         the silent truncation.
37426
37427         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
37428         conversion function.
37429         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
37430         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
37431         longer needed.
37432
37433 2004-01-15  Jim Meyering  <jim@meyering.net>
37434
37435         Merge from coreutils.
37436
37437         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
37438         if no library is required.
37439         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
37440         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
37441         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
37442         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
37443         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
37444         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
37445         value, $ac_cv_search_crypt, if it's "none required".
37446         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
37447         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
37448         not gl_FUNC_GETLOADAVG.
37449         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
37450         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
37451
37452 2004-01-15  Jim Meyering  <jim@meyering.net>
37453
37454         Merge from coreutils.
37455
37456         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
37457         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
37458         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
37459
37460         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
37461         optional configure-time default.
37462
37463         * lib/version-etc.c (version_etc_copyright): Update copyright date.
37464
37465         * lib/xreadlink.c (xreadlink): Correct outdated comment.
37466
37467 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
37468
37469         Merge from coreutils.
37470
37471         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
37472         value, $ac_cv_search_nanosleep, if it's "none required".
37473
37474 2004-01-14  Paul Eggert  <eggert@twinsun.com>
37475
37476         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
37477         with like-named macro in fnmatch.c.
37478         (EXT): Use an internal constant instead.
37479
37480         Merge fnmatch patches from glibc.
37481         * lib/fnmatch.c (mbsinit): Remove define.
37482         Add libc_hidden_ver (__fnmatch, fnmatch).
37483         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
37484         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
37485
37486 2004-01-14  Karl Berry  <karl@gnu.org>
37487
37488         * config/install-sh: update from automake.
37489
37490 2004-01-13  Karl Berry  <karl@gnu.org>
37491
37492         * config/install-sh: update from automake.
37493
37494 2004-01-09  Karl Berry  <karl@gnu.org>
37495
37496         * config/install-sh: update from automake.
37497
37498 2004-01-05  Karl Berry  <karl@gnu.org>
37499
37500         * config/config.{sub,guess}: update from config.
37501
37502 2003-12-31  Karl Berry  <karl@gnu.org>
37503
37504         * config/depcomp: update from automake.
37505
37506 2003-12-14  Karl Berry  <karl@gnu.org>
37507
37508         * lib/config.charset: update from gettext-runtime.
37509
37510 2003-12-03  Paul Eggert  <eggert@twinsun.com>
37511
37512         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
37513         Bug reported by Alfred M. Szmidt.
37514
37515 2003-12-03  Bruno Haible  <bruno@clisp.org>
37516
37517         * m4/gettext.m4: Upgrade from gettext-0.13.
37518         * m4/po.m4: Upgrade from gettext-0.13.
37519         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
37520         * m4/intmax.m4: New file, from gettext-0.13.
37521         * m4/printf-posix.m4: New file, from gettext-0.13.
37522
37523 2003-11-29  Karl Berry  <karl@gnu.org>
37524
37525         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
37526
37527 2003-11-25  Paul Eggert  <eggert@twinsun.com>
37528             Bruno Haible  <bruno@clisp.org>
37529
37530         * lib/printf-parse.h: Don't include sys/types.h.
37531         (ARG_NONE): New macro.
37532         (char_directive): Change type of *arg_index fields to size_t.
37533         * lib/printf-parse.c: Don't include sys/types.h.
37534         (SSIZE_MAX): Remove macro.
37535         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
37536         Remove unnecessary overflow check.
37537         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
37538         fields.
37539
37540 2003-11-25  Bruno Haible  <bruno@clisp.org>
37541
37542         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
37543
37544 2003-11-25  Bruno Haible  <bruno@clisp.org>
37545
37546         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
37547         gt_TYPE_SSIZE_T.
37548
37549 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37550
37551         * modules/alloca: Remove dependency on xalloc.
37552
37553 2003-11-24  Paul Eggert  <eggert@twinsun.com>
37554
37555         * lib/alloca.c: Remove dependency on xalloc module.
37556         (xalloc_die): Remove.
37557         (memory_full) [!defined emacs]: New macro.
37558         [!defined emacs]: Don't include xalloc.h.
37559         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
37560         address arithmetic overflows.  Change datatypes a bit to avoid
37561         unnecessary casts.
37562
37563 2003-11-22  Jim Meyering  <jim@meyering.net>
37564
37565         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
37566         s/size/size_t/.
37567
37568 2003-11-21  Karl Berry  <karl@gnu.org>
37569
37570         * config/config.{sub,guess}: update from config.
37571
37572 2003-11-18  Karl Berry  <karl@gnu.org>
37573
37574         * config/config.{sub,guess}: update from config.
37575
37576         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
37577
37578 2003-11-17  Paul Eggert  <eggert@twinsun.com>
37579
37580         * README: Mention that S+T cannot overflow if S is the size of
37581         an existing object and T is sufficiently small.
37582
37583 2003-11-17  Jim Meyering  <jim@meyering.net>
37584
37585         On systems without utime and without a utimes function capable of
37586         dealing with a NULL struct utimbuf* argument, this utime replacement
37587         could -- in unusual circumstances -- leak a file descriptor.
37588         * lib/utime.c: Include <unistd.h> and <errno.h>.
37589         (utime_null): Be sure to close `fd' and to preserve errno.
37590         Reported by Geoff Collyer via Arnold Robbins.
37591
37592 2003-11-17  Bruno Haible  <bruno@clisp.org>
37593
37594         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
37595         (Depends-on): Add xsize.
37596
37597 2003-11-17  Bruno Haible  <bruno@clisp.org>
37598
37599         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
37600
37601 2003-11-17  Bruno Haible  <bruno@clisp.org>
37602
37603         * lib/vasnprintf.c (alloca): Remove fallback definition.
37604         (freea): Remove definition.
37605         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
37606         Reported by Paul Eggert.
37607
37608 2003-11-16  Paul Eggert  <eggert@twinsun.com>
37609             Bruno Haible  <bruno@clisp.org>
37610
37611         Protect against address arithmetic overflow.
37612         * lib/printf-args.h: Include stddef.h.
37613         (arguments): Change type of field 'count' to size_t.
37614         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
37615         'unsigned int' where appropriate.
37616         * lib/printf-parse.h: Include sys/types.h.
37617         (char_directive): Change type of *arg_index fields to ssize_t.
37618         (char_directives): Change type of fields 'count', max_*_length to
37619         size_t.
37620         * lib/printf-parse.c: Include sys/types.h and xsize.h.
37621         (SSIZE_MAX): Define fallback value.
37622         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
37623         instead of 'int' where appropriate. Check a_allocated, d_allocated
37624         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
37625         * lib/vasnprintf.c: Include xsize.h.
37626         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
37627         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
37628         overflow. Avoid wraparound when converting a width or precision from
37629         decimal to binary.
37630
37631 2003-11-16  Bruno Haible  <bruno@clisp.org>
37632
37633         Update from GNU gettext.
37634         * lib/printf-parse.c: Generalize to it can be compiled for wide
37635         strings.
37636         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
37637         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
37638         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
37639         SNPRINTF): New macros.
37640         Don't include <alloca.h> if the file is used inside libintl.
37641         (local_wcslen): New function, for Solaris 2.5.1.
37642         (VASNPRINTF): Use it instead of wcslen.
37643
37644 2003-11-16  Bruno Haible  <bruno@clisp.org>
37645
37646         * lib/xsize.h (xmax): New function.
37647         (xsum, xsum3, xsum4): Declare as "pure" functions.
37648
37649 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37650
37651         * modules/xalloc (Files): Undo latest change, since xalloc.h
37652         no longer needs SIZE_MAX or PTRDIFF_MAX.
37653
37654 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37655
37656         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
37657         gl_PTRDIFF_MAX.
37658
37659 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37660
37661         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
37662         "return", to pacify some unknown compiler.  Problem reported
37663         by Joerg Schilling.
37664
37665 2003-11-12  Paul Eggert  <eggert@twinsun.com>
37666
37667         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
37668         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
37669         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
37670         heuristic is just as accurate as far as we know, and it removes a
37671         dependency on size_max.m4 and ptrdiff_max.m4.
37672
37673 2003-11-11  Bruno Haible  <bruno@clisp.org>
37674
37675         * modules/xsize (Files): Add m4/size_max.m4.
37676         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
37677
37678 2003-11-11  Bruno Haible  <bruno@clisp.org>
37679
37680         * m4/size_max.m4: New file.
37681         * m4/ptrdiff_max.m4: New file.
37682         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
37683         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
37684         (gl_XALLOC): Invoke it.
37685
37686 2003-11-11  Bruno Haible  <bruno@clisp.org>
37687
37688         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
37689         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
37690         defined.
37691
37692 2003-11-10  Paul Eggert  <eggert@twinsun.com>
37693
37694         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
37695         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
37696         rejected some allocations of exactly SIZE_MAX - 2 bytes.
37697         From Bruno Haible.
37698         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
37699         not (size_t) -1, since it's defined here.
37700
37701 2003-11-09  Karl Berry  <karl@gnu.org>
37702
37703         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
37704
37705 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37706
37707         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37708         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37709         Reject sizes of exactly SIZE_MAX bytes.
37710         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37711         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37712
37713 2003-11-05  Bruno Haible  <bruno@clisp.org>
37714
37715         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37716         SIZE_MAX defined in <limits.h> on Solaris.
37717
37718 2003-11-04  Jim Meyering  <jim@meyering.net>
37719
37720         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37721         variable names, rather than @VAR@.
37722         * modules/poll: Likewise.
37723
37724 2003-11-04  Bruno Haible  <bruno@clisp.org>
37725
37726         * modules/xsize: New file.
37727         * modules/linebreak: Depend on xsize.
37728         * MODULES.html.sh (func_all_modules): Add xsize.
37729
37730 2003-11-04  Bruno Haible  <bruno@clisp.org>
37731
37732         * m4/xsize.m4: New file.
37733
37734 2003-11-04  Bruno Haible  <bruno@clisp.org>
37735
37736         * lib/xsize.h: New file.
37737         * lib/linebreak.c: Include xsize.h.
37738         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37739         argument for overflow.
37740         Suggested by Paul Eggert.
37741
37742 2003-11-03  Karl Berry  <karl@gnu.org>
37743
37744         * config/config.{guess,sub}: update from config.
37745
37746 2003-11-03  Jim Meyering  <jim@meyering.net>
37747
37748         * modules/userspec (lib_SOURCES): Add userspec.h.
37749         (Include): Add "userspec.h".
37750         Improve description.
37751
37752 2003-11-03  Jim Meyering  <jim@meyering.net>
37753
37754         * lib/userspec.c: Include "userspec.h".
37755         * lib/userspec.h: New file.
37756
37757 2003-11-03  Bruno Haible  <bruno@clisp.org>
37758
37759         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
37760
37761 2003-11-03  Bruno Haible  <bruno@clisp.org>
37762
37763         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
37764         available, to avoid (extremely rare) race condition.
37765         Suggested by Paul Eggert.
37766
37767 2003-11-02  Karl Berry  <karl@gnu.org>
37768
37769         * config/srclist.txt (vasprintf.c): sync broken, sigh.
37770
37771 2003-10-31  Paul Eggert  <eggert@twinsun.com>
37772
37773         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
37774         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
37775         (read_filesystem_list): Set and use me_type_malloced.
37776         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
37777         whatever the type happens to be), for brevity and consistency.
37778         Check for size calculation overflow on Alphas running OSF/1.
37779
37780 2003-10-31  Jim Meyering  <jim@meyering.net>
37781
37782         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
37783
37784         * lib/linebuffer.c: Include <string.h> for declaration of memset.
37785
37786 2003-10-30  Paul Eggert  <eggert@twinsun.com>
37787             Bruno Haible  <bruno@clisp.org>
37788
37789         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
37790         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
37791
37792 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37793
37794         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
37795         netbsd*-gnu*.  Suggested by Robert Millan.
37796
37797 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37798
37799         * modules/group-member: Depend on stdbool.
37800
37801 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37802
37803         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
37804
37805 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37806
37807         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
37808         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
37809         after the 'gnu' in these cases.  This fixes some bugs in the
37810         previous change, and is based on suggestions by Robert Millan.
37811
37812 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37813
37814         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
37815         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
37816         no longer needed.
37817         * lib/quotearg.c (quotearg_n_options): Use it.
37818         * lib/group-member.c: Include <stdbool.h>.
37819         (free_group_info): Arg is now const *; don't free arg.
37820         (get_group_info): Now returns bool and accepts struct group_info *,
37821         rather than returning a malloc'ed struct group_info *.
37822         All uses changed.  Check for overflow in internal size calculation.
37823
37824         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
37825         rather than xmalloc/xrealloc.
37826         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
37827         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
37828         conformance bug: the old code used a pointer after freeing the
37829         storage that it addressed.
37830         * lib/hash.c (hash_initialize): Simplify the code by using
37831         xalloc_oversized rather than doing it by hand.
37832         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
37833         the buffer preserved.  Use free and xmalloc instead.
37834         * lib/quotearg.c (quotearg_n_options): Likewise.
37835         Use a simpler test for size overflow.  Don't use xalloc_oversized
37836         because unsigned int might be wider than size_t (!); this suggests
37837         that we should switch from unsigned int to size_t for slot numbers.
37838
37839 2003-10-28  Paul Eggert  <eggert@twinsun.com>
37840
37841         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
37842         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
37843         NetBSD kernels.  Requested by Richard Stallman.
37844
37845 2003-10-27  Paul Eggert  <eggert@twinsun.com>
37846
37847         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
37848         to allocate the returned structure.  Do not allocate a subarray,
37849         as x2nrealloc will do that.
37850         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
37851         instead of xnrealloc.
37852         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
37853
37854 2003-10-27  Bruno Haible  <bruno@clisp.org>
37855
37856         * lib/stdbool_.h: Better support for BeOS.
37857
37858 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37859
37860         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
37861         now uses inline.
37862
37863 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37864
37865         * lib/xalloc.h (xalloc_oversized): New static inline function, for
37866         callers that want to do their own size-overflow checking.  Include
37867         <stdbool.h>, since xalloc_oversized returns bool.
37868         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
37869         to use xalloc_oversized.
37870
37871         Add two functions x2realloc, x2nrealloc, for programs that grow
37872         arrays dynamically by doubling their sizes.
37873         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
37874         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
37875         New functions.
37876
37877         Port to C99 semantics for 'inline' of external functions.
37878         Bug reported by Bruno Haible.
37879         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
37880         with the old contents of xnmalloc.
37881         (xnmalloc, xmalloc): Use it.
37882         (xnrealloc_inline): New static inline function,
37883         with the old contents of xnrealloc.
37884         (xnrealloc, xrealloc): Use it.
37885
37886         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
37887         that.
37888
37889 2003-10-26  Karl Berry  <karl@gnu.org>
37890
37891         * config/srclist.txt (COPYING.DOC): no longer available from
37892         /gd/gnuorg; don't know where the ultimate source is.
37893
37894 2003-10-25  Paul Eggert  <eggert@twinsun.com>
37895
37896         Fix several address-calculation bugs in the hash modules,
37897         plus some minor code cleanup.
37898
37899         * lib/hash.h: Include <stdbool.h>, for bool.
37900         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
37901         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
37902         hash_get_n_entries, hash_get_max_bucket_length,
37903         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
37904         hash_rehash): Use size_t rather than unsigned.
37905         * lib/hash.c (struct hash_table, hash_get_n_buckets,
37906         hash_get_n_buckets_used, hash_get_n_entries,
37907         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
37908         hash_get_entries, hash_do_for_each, hash_string, is_prime,
37909         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
37910         Likewise.
37911         (SIZE_MAX): Define if not defined.
37912         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
37913         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
37914         hash_print):
37915         Use const * when possible.
37916         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
37917         (check_tuning): Fix bug: if tuning parameters were very close to
37918         0 or 1, rounding errors could have caused subscript violations.
37919         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
37920         (hash_initialize): Add 'fail:' label
37921         to free table and return NULL, and use it to simplify code.
37922         Use calloc rather than clearing the storage ourself.
37923         (hash_initialize, hash_rehash): Check for arithmetic overflow in
37924         buffer size calculations.
37925         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
37926         Include <stddef.h>, for size_t.
37927         * lib/hash-pjw.c (hash_pjw): Likewise.
37928         Switch to method described by Bruno Haible.
37929         Include <limits.h>, for CHAR_BIT.
37930         (SIZE_BITS): New macro.
37931
37932 2003-10-23  Paul Eggert  <eggert@twinsun.com>
37933
37934         * m4/getline.m4 (AM_FUNC_GETLINE):
37935         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
37936         hosts.  Problem reported by Derek Robert Price in
37937         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
37938         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37939         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37940
37941 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37942
37943         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37944         ceiling the allocation at NMAX bytes rather than silently
37945         discarding input bytes before NMAX is reached.  This makes
37946         a difference only if NMAX exceeds SIZE_MAX / 2.
37947
37948         * lib/obstack.c: Merge from glibc.
37949         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37950         Add libc_hidden_def (_obstack_newchunk).
37951         (_obstack_free) [! defined _LIBC]: Remove.
37952         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37953         a clone of the function body.
37954         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37955         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37956
37957         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37958         glibc.
37959         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37960         arg to memcpy.
37961
37962         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37963         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37964         Don't use lvalue casts, as GCC plans to remove support for them
37965         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37966         was also present in the non-GCC version, indicating that this
37967         code had always been buggy and had never been widely used.
37968         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37969         Use the fast variant of each macro, rather than copying the
37970         definiens of the fast variant; that way, we'll be more likely to
37971         catch future bugs in the fast variants.
37972
37973 2003-10-20  Bruno Haible  <bruno@clisp.org>
37974
37975         * modules/wait-process: New file.
37976         * MODULES.html.sh (func_all_modules): Add wait-process.
37977
37978 2003-10-20  Bruno Haible  <bruno@clisp.org>
37979
37980         * m4/wait-process.m4: New file.
37981
37982 2003-10-20  Bruno Haible  <bruno@clisp.org>
37983
37984         * lib/wait-process.h: New file, from GNU gettext.
37985         * lib/wait-process.c: New file, from GNU gettext.
37986
37987 2003-10-19  Jim Meyering  <jim@meyering.net>
37988
37989         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37990         HPUX 10.20.
37991
37992 2003-10-18  Karl Berry  <karl@gnu.org>
37993
37994         * config/config.guess: update from config.
37995
37996 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37997
37998         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37999         (getgroups): First arg is int, not size_t.
38000         Don't let 'free' mangle errno.
38001
38002 2003-10-16  Paul Eggert  <eggert@twinsun.com>
38003
38004         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
38005
38006 2003-10-16  Karl Berry  <karl@gnu.org>
38007
38008         * config/config.{guess,sub}: update from config.
38009
38010 2003-10-16  Jim Meyering  <jim@meyering.net>
38011
38012         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
38013         memcpy.
38014
38015 2003-10-15  Paul Eggert  <eggert@twinsun.com>
38016
38017         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
38018         (SIZE_MAX): Remove.
38019         (new_exclude, add_exclude_file): Initial size no longer needs to
38020         be a power of 2.
38021         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
38022         our own address arithmetic overflow checking.
38023
38024         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
38025         (fnmatch): Do not alloca more than 2000 wide characters;
38026         instead, use malloc for large buffers.
38027         Check for address arithmetic overflow, and return -1
38028         with errno set to ENOMEM in that case.
38029         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
38030         (NEW_PATTERN): Do not alloca more than 8000 bytes;
38031         instead, return -1.  Check for address arithmetic overflow.
38032
38033 2003-10-14  Paul Eggert  <eggert@twinsun.com>
38034
38035         Handle invalid suffixes and overflow independently, so that
38036         callers can treat them independently as needed.  Fix some bugs in
38037         suffix handling, e.g., "100k@" was not diagnosed as an invalid
38038         suffix for a human-readable blocksize.  The major caller-visible
38039         change is the addition of a new
38040         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
38041         that both overflow and suffix chars were found.
38042
38043         * lib/human.c (humblock): Don't check separately for invalid suffix
38044         char; that is xstrtoumax's job (now that its bug is fixed).
38045         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
38046         INTMAX_MAX]: New macros.
38047         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
38048         TYPE_MAXIMUM): New macros.
38049         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
38050         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
38051         if overflow occurs, as it's what __strtol does and it's more useful
38052         in practice.
38053         (__xstrtol): If __strtol reports some error other than ERANGE,
38054         reflect it to the caller as LONGINT_INVALID.  If it reports
38055         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
38056         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
38057         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
38058         value.
38059         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
38060         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
38061         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
38062         [defined UINTMAX_MAX]: New macros.
38063
38064 2003-10-14  Bruno Haible  <bruno@clisp.org>
38065
38066         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
38067
38068 2003-10-14  Bruno Haible  <bruno@clisp.org>
38069
38070         * m4/sig_atomic_t: New file, from GNU gettext.
38071         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
38072
38073 2003-10-14  Bruno Haible  <bruno@clisp.org>
38074
38075         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
38076         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
38077         Also use volatile where needed.
38078
38079 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38080
38081         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
38082         Change maintainer from Bruno Haible to 'all'.
38083
38084 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38085
38086         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
38087
38088 2003-10-12  Paul Eggert  <eggert@twinsun.com>
38089
38090         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
38091         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
38092         and define in terms of the other primitives.
38093         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
38094         (SIZE_MAX): Define if not already defined.
38095         (array_size_overflow): New function.
38096         (xalloc_die): Abort instead of exiting if 'error' returns.
38097         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
38098         (xmalloc, xrealloc): Use them.
38099         (xcalloc): Check for address arithmetic overflow.
38100         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
38101         a bit faster than strcpy.
38102
38103 2003-10-10  Simon Josefsson  <jas@extundo.com>
38104
38105         * modules/argp (Depends-on): Add restrict and strcase.
38106
38107 2003-10-10  Simon Josefsson  <jas@extundo.com>
38108
38109         * m4/argp.m4: Add AC_C_INLINE.
38110
38111 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38112
38113         Merge getpass from libc, plus a few fixes.
38114
38115         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
38116         Include <stdbool.h>.
38117         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
38118         __fsetlocking to empty.
38119         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
38120         do include <bits/libc-lock.h>.
38121         Do not include <fcntl.h>; not needed.
38122         [_LIBC]: Include <wchar.h>.
38123         (NOTCANCEL_MODE): New macro.
38124         (flockfile, funlockfile) [_LIBC]: New macros.
38125         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
38126         [!_LIBC]: New macros.
38127         (call_fclose): New function.
38128         (getpass): Use it.  Save tty stream separately; this simplifies the
38129         code and makes it more reliable if stdin happens to equal stdout.
38130         Invoke __fsetlocking on tty.
38131         Handle thread cancellation if needed.
38132         Namespace cleanup (use __tcgetattr, __getline).
38133         Use bool for Booleans.
38134         [USE_IN_LIBIO]: Handle wide streams.
38135         [!_LIBC]: Unconditionally do the fseek, since we don't know what
38136         stream might go where.
38137
38138         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
38139         doesn't have to include <stdio.h> before us.
38140         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
38141         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
38142         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
38143         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
38144         if not declared, so that we can use getpass.c code from libc without
38145         rewriting it.
38146         (flockfile, ftrylockfile, funlockfile): New macros.
38147
38148 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38149
38150         * modules/getpass: Depend on stdbool.
38151
38152 2003-10-08  Paul Eggert  <eggert@twinsun.com>
38153
38154         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
38155
38156 2003-10-07  Karl Berry  <karl@gnu.org>
38157
38158         * config/config.{guess,sub}: update from config.
38159
38160 2003-10-06  Jim Meyering  <jim@meyering.net>
38161             Bruno Haible  <bruno@clisp.org>
38162
38163         This lets translators provide better translations for the
38164         "Written by ..." part of --version output.
38165         * lib/version-etc.h: Include stdarg.h.
38166         (version_etc_copyright): Declare as readonly.
38167         (version_etc): Make this function variadic with a NULL-terminated list
38168         of author name strings.
38169         (version_etc_va): New declaration.
38170         * lib/version-etc.c: Include stdarg.h, stdlib.h.
38171         (version_etc_copyright): Declare as readonly.
38172         (version_etc_va): New function. Provide a different translatable string
38173         for each possible number of authors < 10. Abbreviate when there are 10
38174         authors or more.
38175         (version_etc): Make this function variadic. Call version_etc_va.
38176         Suggestion from Gary V. Vaughan.
38177
38178         * lib/long-options.h (parse_long_options): Change prototype: the
38179         authors string is moved to the end and becomes variadic.
38180         * lib/long-options.c: Include stdarg.h.
38181         (parse_long_options): Make this function variadic, too.
38182         Call version_etc_va, not version_etc.
38183
38184 2003-10-06  Bruno Haible  <bruno@clisp.org>
38185
38186         * modules/version-etc-2: Remove file.
38187         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
38188
38189 2003-10-06  Bruno Haible  <bruno@clisp.org>
38190
38191         * modules/fatal-signal: New file.
38192         * MODULES.html.sh (func_all_modules): Add fatal-signal.
38193
38194 2003-10-06  Bruno Haible  <bruno@clisp.org>
38195
38196         * m4/fatal-signal.m4: New file.
38197         * m4/signalblocking.m4: New file, from GNU gettext.
38198
38199 2003-10-06  Bruno Haible  <bruno@clisp.org>
38200
38201         * lib/version-etc-2.h: Remove file.
38202         * lib/version-etc-2.c: Remove file.
38203
38204 2003-10-06  Bruno Haible  <bruno@clisp.org>
38205
38206         * lib/fatal-signal.h: New file, from GNU gettext.
38207         * lib/fatal-signal.c: New file, from GNU gettext.
38208
38209 2003-10-05  Paul Eggert  <eggert@twinsun.com>
38210
38211         * README: Rework advice for preventing empty .o files.
38212         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
38213         not <sys/types.h>.
38214
38215 2003-10-04  Karl Berry  <karl@gnu.org>
38216
38217         * lib/argp*: update from libc.
38218
38219 2003-10-04  Karl Berry  <karl@gnu.org>
38220
38221         * config/config.{guess,sub}: update from config.
38222
38223 2003-10-02  Bruno Haible  <bruno@clisp.org>
38224
38225         * modules/lchown (Include): Add lchown.h.
38226         * modules/time_r (Include): Use "..." syntax.
38227         * modules/xgetdomainname (Include): Add xgetdomainname.h.
38228
38229 2003-10-01  Simon Josefsson  <jas@extundo.com>
38230
38231         * MODULES.html.sh (func_all_modules): Move gethostname from section
38232         'based on' to section 'lacking' POSIX:2001.
38233
38234 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
38235
38236         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
38237         to output mode on the same stream.
38238
38239 2003-09-29  Paul Eggert  <eggert@twinsun.com>
38240
38241         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
38242         Fix arg typo in previous patch.
38243
38244 2003-09-28  Jim Meyering  <jim@meyering.net>
38245
38246         * lib/error.c: Correct cpp indentation.
38247
38248 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38249
38250         * modules/free: New file.
38251
38252 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38253
38254         * m4/free.m4: New file.
38255
38256 2003-09-27  Paul Eggert  <eggert@twinsun.com>
38257
38258         * lib/minmax.h (MIN, MAX)
38259         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
38260         Omit the special code that used __typeof__, since we worry that
38261         it could be more trouble than it's worth.  See:
38262         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
38263         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
38264
38265         * lib/free.c: New file.
38266
38267 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
38268
38269         Trivial fixes to Makefile.am parts of module listings.
38270         * modules/strstr: Append strstr.h to lib_SOURCES.
38271         * modules/strcase: Likewise, for strcase.h.
38272
38273 2003-09-27  Karl Berry  <karl@gnu.org>
38274
38275         * config/mkinstalldirs: update from automake.
38276
38277 2003-09-26  Paul Eggert  <eggert@twinsun.com>
38278
38279         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
38280         (error_tail): Do not loop, reallocating temporary buffer, since
38281         the output cannot contain more wide characters than the input
38282         contains bytes, the size must be big enough already.  This avoids
38283         one potential size overflow calculation.  Check for size overflow
38284         when calculating temporary buffer size.  Free temporary buffer
38285         when done, if it was allocated with malloc; this plugs a memory
38286         leak.  Remove casts from void * to pointers, that are no longer
38287         needed now that we're assuming C89 or better.
38288
38289         Merge error changes from glibc.
38290
38291         * lib/error.c, error.h: Update copyright notice header to match glibc.
38292         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
38293         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
38294         Disable cancellation while printing error.
38295         * lib/error.h: Prepend __ to parameter names.
38296
38297 2003-09-26  Jim Meyering  <jim@meyering.net>
38298
38299         * lib/error.c (error_tail): Move some declarations
38300         into inner scope where the local variables are used.
38301
38302 2003-09-26  Bruno Haible  <bruno@clisp.org>
38303
38304         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
38305         stpncpy().
38306         Don't define stpncpy through config.h; it's now done through stpncpy.h.
38307
38308 2003-09-26  Bruno Haible  <bruno@clisp.org>
38309
38310         * lib/stpncpy.h (gnu_stpncpy): New declaration.
38311         (stpncpy): Define as alias for gnu_stpncpy.
38312         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
38313
38314 2003-09-25  Simon Josefsson  <jas@extundo.com>
38315
38316         * lib/xgetdomainname.h: New file.
38317         * lib/xgetdomainname.c: New file.
38318
38319 2003-09-25  Simon Josefsson  <jas@extundo.com>
38320             Bruno Haible  <bruno@clisp.org>
38321
38322         * modules/getdomainname: New file.
38323         * modules/xgetdomainname: New file.
38324         * MODULES.html.sh (func_all_modules): Add getdomainname,
38325         xgetdomainname.
38326
38327 2003-09-25  Simon Josefsson  <jas@extundo.com>
38328             Bruno Haible  <bruno@clisp.org>
38329
38330         * m4/getdomainname.m4: New file.
38331
38332 2003-09-25  Simon Josefsson  <jas@extundo.com>
38333             Bruno Haible  <bruno@clisp.org>
38334
38335         * lib/getdomainname.h: New file.
38336         * lib/getdomainname.c: New file.
38337
38338 2003-09-25  Karl Berry  <karl@gnu.org>
38339
38340         * lib/argp-fmtstream.c, argp-help.c: update from libc.
38341
38342 2003-09-25  Karl Berry  <karl@gnu.org>
38343
38344         * config/install-sh: update from automake.
38345
38346 2003-09-25  Bruno Haible  <bruno@clisp.org>
38347
38348         * modules/version-etc-2: New file, from modules/version-etc with
38349         modifications.
38350         * MODULES.html.sh (func_all_modules): Add version-etc-2.
38351
38352 2003-09-25  Bruno Haible  <bruno@clisp.org>
38353
38354         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
38355         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
38356
38357 2003-09-24  Simon Josefsson  <jas@extundo.com>
38358
38359         * modules/xgethostname: Add xgethostname.h.
38360
38361 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38362
38363         * lib/linebuffer.c (freebuffer): Don't free the argument, just
38364         the buffer associated with the argument.  Bug reported by
38365         Simon Josefsson.
38366
38367 2003-09-24  Paul Eggert  <eggert@twinsun.com>
38368
38369         * README: Document assumptions that 'int' is at least 32 bits
38370         wide, that integer arithmetic is 2's complement without overflow,
38371         that there are no holes in integer values, that adding sizes of
38372         two nonoverlapping objects can't overflow, and that all-bits-zero
38373         yields scalar zero.  Fix spelling and capitalization typos.
38374
38375 2003-09-19  Karl Berry  <karl@gnu.org>
38376
38377         * lib/argp.h: update from libc.
38378
38379 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38380
38381         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
38382         to avoid spurious warnings like "AC_RUN_IFELSE was called before
38383         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
38384
38385 2003-09-17  Paul Eggert  <eggert@twinsun.com>
38386
38387         * gnulib-tool: Use "test -h", not "test -L", for portability
38388         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
38389         (tags_regexp): Remove, since \| doesn't conform to POSIX.
38390         (sed_extract_prog): Issue s commands one-by-one, rather than
38391         using \| in one s command.
38392
38393 2003-09-16  Paul Eggert  <eggert@twinsun.com>
38394
38395         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
38396         input error, instead of returning NULL the next time we are called
38397         (and therefore losing track of errno).
38398
38399 2003-09-16  Bruno Haible  <bruno@clisp.org>
38400
38401         * gnulib-tool (func_create_testdir): Warn about duplicated
38402         dependencies.
38403
38404 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38405
38406         * modules/argmatch, modules/fatal, modules/obstack,
38407         modules/xalloc, modules/xgethostname: Sort dependencies by
38408         importance, not alphabetically.
38409
38410 2003-09-15  Paul Eggert  <eggert@twinsun.com>
38411
38412         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
38413         fails, so that the caller gets the proper errno.
38414
38415         * lib/readutmp.c (read_utmp): Likewise.
38416         Check for fstat error.  Close stream and free storage
38417         when failing.
38418
38419 2003-09-14  Karl Berry  <karl@gnu.org>
38420
38421         * config/srclist.txt (strdup.c): disable for c89 changes.
38422
38423 2003-09-14  Jim Meyering  <jim@meyering.net>
38424
38425         * lib/getloadavg.c: Correct cpp indentation.
38426         * lib/strdup.c: Likewise.
38427         * lib/vasnprintf.c: Likewise.
38428
38429 2003-09-14  Bruno Haible  <bruno@clisp.org>
38430
38431         * modules/fwriteerror: New file.
38432         * MODULES.html.sh (func_all_modules): Add fwriteerror.
38433
38434 2003-09-14  Bruno Haible  <bruno@clisp.org>
38435
38436         * lib/fwriteerror.h: New file.
38437         * lib/fwriteerror.c: New file.
38438
38439 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38440
38441         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
38442         modules/xgethostname, modules/xalloc: Depend on exit.
38443
38444 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38445
38446         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
38447
38448         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
38449         and AC_MINIX, too, so that their extensions are available.
38450
38451         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
38452         This macro has been superseded by gl_BACKUPFILE.
38453
38454         More patches to assume C89 or better.
38455
38456         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
38457
38458         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
38459         unconditionally.
38460         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
38461         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
38462         Include <string.h>, <stdlib.h> unconditionally.
38463         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
38464         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
38465         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
38466         headers or for string.h.
38467         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
38468         or strtoul.
38469
38470         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
38471         headers.
38472         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
38473         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38474         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
38475         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
38476         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38477         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
38478         memcpy, memset.
38479         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
38480         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
38481         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
38482         strtol.
38483         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
38484         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
38485         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
38486         strtoul.
38487
38488 2003-09-12  Paul Eggert  <eggert@twinsun.com>
38489
38490         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
38491         * lib/obstack.c [!defined _LIBC]: Likewise.
38492         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
38493         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
38494         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
38495
38496         More changes to assume C89 or better.
38497
38498         * lib/error.c (error_tail): Assume vprintf.
38499
38500         * lib/argmatch.c (getenv): Remove decl.
38501         * lib/progreloc.c (get_full_program_name): Define via prototype.
38502         * lib/setenv.c (clearenv): Likewise.
38503         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
38504         needed.
38505         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
38506         (malloc, memcpy): Remove decls.
38507         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
38508         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
38509         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38510         (memcpy): Remove macro.
38511         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
38512         (__P): Remove.  All uses removed.
38513         (PTR): Remove.  All uses changed to void *.
38514         (CHAR_BIT, NULL): Remove.
38515         (spaces, zeros, memset_space, memset_zero)
38516         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
38517         Remove.
38518         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
38519         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
38520         Define with prototype.
38521         Remove now-unnecessary prototype decl.
38522         (extra_args_spec): Assume ANSI C.  All uses changed.
38523         (extra_args_spec_iso): Remove.
38524         (my_strftime, emacs_strftimeu): Define via prototype.
38525         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
38526         unconditionally.
38527         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
38528         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
38529         (strtoul, strtol): Remove decls.
38530         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
38531         LONG_MAX): Remove.
38532         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
38533         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
38534         (LOCALE_PARAM_PROTO): New macro.
38535         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
38536         (INTERNAL (strtol), strtol): Define with a prototype.
38537         (PARAMS): Remove.  All uses removed.
38538         * lib/tempname.c: Include <string.h> unconditionally.
38539         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
38540         * lib/xgethostname.c (main): Define with a prototype.
38541         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
38542         Include <stdlib.h> unconditionally.
38543         (calloc, malloc, realloc, free): Remove decls.
38544         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
38545         Include <stdlib.h> unconditionally.  Sort include file names.
38546         (strtod): Remove.
38547         (xstrtod): Define with a prototype.
38548         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
38549         (strtol, strtoul): Remove decls.
38550
38551 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38552
38553         More patches to assume C89 or better.
38554         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
38555         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
38556         string.h, memchr, STDC_HEADERS.
38557
38558 2003-09-11  Paul Eggert  <eggert@twinsun.com>
38559
38560         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
38561         Include <stdlib.h>, <string.h> unconditionally.
38562         Remove now-unnecessary cast to char *.
38563         * lib/strnlen.c: Include <string.h> unconditionally.
38564         * lib/yesno.c (yesno): Define with a prototype.
38565
38566 2003-09-11  Bruno Haible  <bruno@clisp.org>
38567
38568         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
38569
38570 2003-09-10  Jim Meyering  <jim@meyering.net>
38571
38572         * lib/error.c: Correct indentation of cpp directives.
38573
38574 2003-09-10  Bruno Haible  <bruno@clisp.org>
38575
38576         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
38577         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
38578         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
38579         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
38580         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
38581         <stdlib.h> and <string.h> checks.
38582         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
38583         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
38584
38585 2003-09-10  Bruno Haible  <bruno@clisp.org>
38586
38587         * lib/strcspn.c: Include <string.h> unconditionally.
38588         * lib/strpbrk.c: Include <string.h> unconditionally.
38589         * lib/strstr.c: Include <string.h> unconditionally.
38590         * lib/unicodeio.c: Include <string.h> unconditionally.
38591         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
38592         * lib/unsetenv.c: Likewise.
38593         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
38594         * lib/yesno.c: Include <stdlib.h> unconditionally.
38595         (rpmatch): Add prototype.
38596
38597 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38598
38599         More patches to assume C89 or better.
38600         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
38601         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
38602         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
38603         or for string.h.
38604         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
38605         stdlib.h.
38606         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
38607         C headers.
38608         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
38609         string.h.
38610         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
38611         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
38612         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
38613         or for string.h.
38614         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
38615         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
38616         C headers.
38617         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
38618         memcpy.
38619         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
38620         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
38621         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
38622         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
38623         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
38624         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
38625         string.h, free.
38626         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
38627         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
38628         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
38629         C headers, or for string.h.
38630         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
38631         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
38632         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
38633         headers, memory.h, stdlib.h, string.h, strings.h.
38634         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
38635         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
38636         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
38637         strchr.
38638         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
38639         headers, memory.h, string.h.
38640         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
38641         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
38642         free.
38643         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
38644         headers.
38645         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
38646         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
38647         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
38648         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
38649         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
38650
38651 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38652
38653         More K&R removal.
38654
38655         * lib/acosl.c (main): Use a prototype.
38656         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
38657         tanl.c: Likewise.
38658
38659         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
38660
38661         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
38662         (getopt, etopt_long, getopt_long_only, _getopt_internal)
38663         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38664         with a prototype.
38665         * lib/getopt.c (const): Remove macro.
38666         Include <string.h> unconditionally.
38667         (my_index): Remove; all uses changed to strchr.
38668         (strlen): Remove decl.
38669         (exchange): Remove forward decl; no longer needed.
38670         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
38671         Define with prototype.
38672         * lib/getopt1.c (const): Remove macro.
38673         (getopt_long, getopt_long_only, main): Define with prototype.
38674
38675         * lib/getugroups.c: Include <string.h> unconditionally.
38676
38677         * lib/getusershell.c: Include <stdlib.h> unconditionally.
38678         (getusershell, setusershell, endusershell, readname, main):
38679         Define with prototypes.
38680
38681         * lib/group-member.c: Include group-member.h first.
38682         Include <stdlib.h> unconditionally.
38683
38684         * lib/hard-locale.c: Include hard-locale.h first.
38685         Include <stdlib.h>, <string.h> unconditionally.
38686
38687         * lib/hash.c (free, malloc): Remove decls.
38688         Include <stdlib.h> unconditionally.
38689
38690         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
38691         (getenv): Do not declare.
38692
38693         * lib/idcache.c: Include <string.h> unconditionally.
38694
38695         * lib/long-options.c: Include long-options.h first, to test interface.
38696         Include <stdlib.h> unconditionally.
38697
38698         * lib/makepath.c: Include makepath.h first, to test interface.
38699         Include <stdlib.h> and <string.h> unconditionally.
38700
38701         * lib/linebuffer.c: Include <stdlib.h>.
38702         (free): Remove decl.
38703
38704         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
38705         stddef.h. rpl_malloc returns void *, not char *.
38706         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38707         prototype.
38708
38709         * lib/md5.h: Include <limits.h> unconditionally.
38710         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38711         (__P): Remove; all uses removed.
38712         * lib/md5.c: Include "md5.h" first.
38713         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38714         md5_buffer, md5_process_bytes, md5_process_block):
38715         Define with prototypes.
38716         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38717         * lib/sha.c: Include "sha.h" first.
38718         Include <stdlib.h>, <string.h> unconditionally.
38719
38720         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38721         * lib/memcmp.c (__ptr_t): Likewise.
38722         * lib/memrchr.c (__ptr_t): Likewise.
38723         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38724         Include <string.h> unconditionally.
38725         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38726         * lib/memchr.c: Include <stdlib.h> unconditionally.
38727         * lib/memchr.c (LONG_MAX): Remove.
38728         * lib/memrchr.c (LONG_MAX): Likewise.
38729         * lib/memchr.c (__memchr): Define via a prototype.
38730         * lib/memrchr.c (__memrchr): Likewise.
38731         * lib/memcmp.c (__P): Remove, and remove all uses.
38732         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38733         Remove forward decls; no longer needed.
38734         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38735         Use types required by C89 in prototype.
38736
38737         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38738         * lib/savedir.c: Likewise.
38739         * lib/mkdir.c (free): Remove decl.
38740         * lib/rmdir.c (rmdir): Define with a prototype.
38741         * lib/savedir.c: Include savedir.h first, to test interface.
38742
38743         * lib/mktime.c (STDC_HEADERS): Remove.
38744         Include <stdlib.h>, <string.h> unconditionally.
38745
38746         * lib/modechange.c: Include <stdlib.h> unconditionally.
38747         (malloc): Remove decl.
38748
38749         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38750         (free): Remove decl.
38751
38752         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38753         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38754         (This type really should be intptr_t, but that's a C99ism.)
38755         (_obstack_memcpy): Remove: all uses changed to memcpy.
38756         Include <string.h> unconditionally.
38757         (struct obstack): Assume __STDC__ for types of members
38758         chunkfun, freefun, extra_arg.
38759         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
38760         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
38761         obstack_begin, obstack_specify_allocation,
38762         obstack_specify_allocation_with_arg, obstack_chunkfun,
38763         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
38764         Remove unprototyped decls and the macros that use them.
38765         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
38766         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
38767         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
38768         (defined __STDC__ && __STDC__)]:
38769         Remove nonprototyped code.
38770         Include <stdlib.h> unconditionally.
38771         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
38772         _obstack_allocated_p, _obstack_free, obstack_free,
38773         _obstack_memory_used, print_and_abort):
38774         Define using prototypes.
38775         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
38776         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
38777         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
38778         obstack_next_free, obstack_object_size, obstack_room) [0]:
38779         Remove unused, unprototyped code.
38780
38781         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
38782
38783         * lib/physmem.c (physmem_total, physmem_available, main): Define
38784         with prototypes.
38785
38786         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
38787         (main): Define with a prototype.
38788
38789         * lib/posixver.c (getenv): Remove decl.
38790
38791         * lib/putenv.c (malloc): Returns void *, not char *.
38792         Include <string.h> unconditionally.
38793         (strchr, memcpy, NULL): Do not define.
38794
38795         * lib/readtokens.c: Include readtokens.h first, to test interface.
38796         Include <stdlib.h>, <string.h> unconditionally.
38797         (init_tokenbuffer): Define with a prototype.
38798
38799         * lib/regex.c (PARAMS): Remove.  All uses removed.
38800         All uses of _RE_ARGS removed, too.
38801         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38802         unconditionally.
38803         (bzero): Assume memset exists.
38804         (memcmp, memcpy, NULL): Remove.
38805         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
38806         char, or assignments to local vars of type signed char.
38807         (init_syntax_once, PREFIX(extract_number_and_incr),
38808         PREFIX(print_partial_compiled_pattern),
38809         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
38810         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
38811         PREFIX(regex_grow_registers), PREFIX(regex_compile),
38812         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
38813         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
38814         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
38815         wcs_compile_range, byte_compile_range, truncate_wchar,
38816         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
38817         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
38818         count_mbs_length, wcs_re_match_2_internal,
38819         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
38820         PREFIX(alt_match_null_string_p),
38821         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
38822         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
38823         regfree, PREFIX(extract_number)): Define with prototype.  Remove
38824         now-unnecessary declaration, if any.
38825         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
38826         regcomp, regexec):
38827         Remove now-unnecessary casts among pointer types.
38828         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
38829
38830         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
38831         (free): Remove decl.
38832
38833         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
38834
38835         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
38836         (free): Remove decl.
38837
38838         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
38839         * lib/xgetcwd.c: Likewise.
38840
38841         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
38842         (free): Remove decl.
38843
38844         * lib/strchrnul.c (strchrnul): Define with a prototype.
38845         Fix bug: c_in was not converted to char before searching.
38846
38847         The following changes are not K&R related:
38848
38849         * lib/group-member.h: Include <sys/types.h>, so that this file is
38850         self-contained.
38851         * lib/makepath.h: Likewise.
38852
38853         * lib/getusershell.c (readname, default_index, line_size, readname):
38854         Use size_t, not int, for sizes.
38855         (readname): If the size overflows, report an error instead of
38856         looping forever.
38857
38858 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38859
38860         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
38861         libc.
38862
38863 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38864
38865         * README: New section: portability guidelines.
38866
38867 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38868
38869         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
38870         C89 spec.
38871
38872 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38873
38874         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
38875
38876 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38877
38878         Assume C89 or better; remove K&R cruft.
38879         A few of these changes were first proposed by Derek Robert Price
38880         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
38881
38882         * lib/addext.c: Include <string.h> unconditionally.
38883         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
38884         Don't declare getenv or malloc.
38885
38886         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
38887         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
38888         (NULL): Remove.
38889         (find_stack_direction, alloca): Use prototypes.
38890
38891         * lib/atexit.c (atexit): Define using a prototype.
38892
38893         * lib/basename.c, dirname.c, stripslash.c:
38894         Include <string.h> unconditionally.
38895
38896         * lib/bcopy.c: Include <stddef.h>.
38897         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
38898
38899         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
38900
38901         * lib/error.h (error, error_at_line, error_print_progname)
38902         [! (defined (__STDC__) && __STDC__)]: Remove decls.
38903         * lib/error.c: Include error.h first, to check interface.
38904         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38905         (VA_START): Remove; all uses changeed to va_start.
38906         (exit, strerror): Remove decls.
38907         (error_print_progname): Prototype uncondionally.
38908         Don't include <errno.h>; no longer needed.
38909         (private_strerror): Remove.
38910         (error_tail): Always define.
38911         (error, error_at_line): Assume C89 or better; always use prototypes.
38912         * lib/fatal.c: Include "fatal.h" first, to test interface.
38913         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38914         (VA_START): Remove; all uses changed to va_start.
38915         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
38916         this case.
38917         (exit): Remove decl.
38918         (fatal): Prototype unconditionally.  Assume va_start works.
38919         Abort at end, to pacify gcc.
38920
38921         * lib/euidaccess.c (main): Define with a prototype.
38922
38923         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
38924
38925         * lib/exitfail.c: Include <stdlib.h> unconditionally.
38926
38927         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
38928         prototypes.
38929         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
38930         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
38931         (getenv): Remove decl.
38932         (fnmatch): Define using a prototype.
38933         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
38934         (FCT): Define using a prototype.
38935
38936         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
38937
38938         * lib/gethostname.c: Include <stddef.h>.
38939         (gethostname): Define with prototype.  Length is size_t, not int.
38940
38941 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38942
38943         Assume C89 or better; remove K&R cruft.
38944         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38945         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38946         string.h, getenv, malloc.
38947         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38948         headers.
38949         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38950         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38951         do not check for strerror.
38952         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38953         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38954         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38955         do not check for doprnt or vprintf.
38956         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38957         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38958
38959 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38960
38961         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38962         getversion.c should have been removed then, but was accidentally
38963         preserved.
38964
38965         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38966         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38967
38968 2003-09-08  Karl Berry  <karl@gnu.org>
38969
38970         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38971                 config, forget about prep.
38972
38973         * config/depcomp, missing: update from automake.
38974
38975 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38976
38977         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38978         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38979
38980 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38981
38982         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38983         copy_tm_result.  Bug reported by Simon Josefsson in
38984         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38985
38986 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38987
38988         * m4/time_r.m4: New file.
38989         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38990         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38991         is. Check for timegm declaration.
38992         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38993         Do not check for gmtime_r.
38994         Replace mktime if __mktime_internal does not exist and if mktime
38995         hasn't been replaced already.
38996
38997 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38998
38999         * lib/time_r.c, lib/time_r.h: New files.
39000
39001         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
39002         __localtime_r.
39003         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
39004         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
39005
39006         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
39007         __gmtime_r.
39008         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
39009         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
39010         Include <time_r.h>.
39011
39012         * lib/timegm.c: Switch to glibc implementation, with the following
39013         changes:
39014         [defined HAVE_CONFIG_H]: Include <config.h>.
39015         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
39016         (__mktime_internal) [!defined _LIBC]: New decl.
39017         (__gmtime_r) [!defined _LIBC]: New macro and function.
39018         (timegm): Use a prototype, since gnulib assumes C89.
39019         Do not bother declaring tmp to be const, as it's not really usefu.
39020         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
39021         (timegm): Declare only if HAVE_DECL_TIMEGM.
39022
39023 2003-09-06  Paul Eggert  <eggert@twinsun.com>
39024
39025         * MODULES.html.sh (func_all_modules): Add time_r.
39026         * modules/time_r: New file.
39027         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
39028         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
39029
39030 2003-09-03  Paul Eggert  <eggert@twinsun.com>
39031
39032         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
39033         Bug reported by Lute Kamstra in
39034         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
39035
39036         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
39037         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
39038         course with correspondingly smaller numbers for tomorrow and
39039         yesterday.  From Tadayoshi Funaba.  Originally installed into
39040         sh-utils on 1999-08-07, but the patch got lost (I guess during the
39041         coreutils merge?).
39042
39043 2003-08-31  Simon Josefsson  <jas@extundo.com>
39044
39045         * modules/timegm: New file.
39046         * MODULES.html.sh (func_all_modules): Add timegm.
39047
39048 2003-08-31  Simon Josefsson  <jas@extundo.com>
39049
39050         * m4/timegm.m4: New file.
39051
39052 2003-08-31  Simon Josefsson  <jas@extundo.com>
39053
39054         * lib/timegm.h: New file.
39055         * lib/timegm.c: New file.  Based on
39056         wget-1.8.2/src/http.c:mktime_from_utc.
39057
39058 2003-08-31  Karl Berry  <karl@gnu.org>
39059
39060         * lib/argp.h: update from libc.
39061
39062 2003-08-28  Bruno Haible  <bruno@clisp.org>
39063
39064         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
39065         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
39066         followed by '#define fnmatch fnmatch_posix' gives an error.
39067
39068 2003-08-28  Bruno Haible  <bruno@clisp.org>
39069
39070         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
39071         warning on QNX, which defines O_BINARY to 000000.
39072
39073 2003-08-27  Jim Meyering  <jim@meyering.net>
39074
39075         * m4/mkstemp.m4: Require that the system mkstemp be able to create
39076         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
39077         would fail after 32.  Reported by Danny Levinson.  Details here:
39078         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
39079
39080 2003-08-24  Bruno Haible  <bruno@clisp.org>
39081
39082         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
39083         MSVC7 <stdio.h> is included later.
39084
39085 2003-08-22  Simon Josefsson  <jas@extundo.com>
39086
39087         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
39088
39089 2003-08-20  Karl Berry  <karl@gnu.org>
39090
39091         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
39092
39093 2003-08-20  Bruno Haible  <bruno@clisp.org>
39094
39095         * modules/progname: New file.
39096         * MODULES.html.sh (func_all_modules): Add progname.
39097
39098 2003-08-20  Bruno Haible  <bruno@clisp.org>
39099
39100         * lib/progname.h: New file, from GNU gettext.
39101         * lib/progname.c: New file, from GNU gettext.
39102         * lib/progreloc.c: New file, from GNU gettext.
39103
39104 2003-08-19  Jim Meyering  <jim@meyering.net>
39105
39106         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
39107         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
39108
39109 2003-08-19  Bruno Haible  <bruno@clisp.org>
39110
39111         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
39112         more.
39113
39114 2003-08-19  Bruno Haible  <bruno@clisp.org>
39115
39116         * lib/xstrdup.c: Assume <string.h> exists.
39117
39118 2003-08-18  Paul Eggert  <eggert@twinsun.com>
39119
39120         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
39121         in makefile rules.
39122
39123 2003-08-18  Jim Meyering  <jim@meyering.net>
39124
39125         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
39126         * m4/lib-ld.m4: Likewise.
39127
39128 2003-08-18  Jim Meyering  <jim@meyering.net>
39129
39130         * lib/setenv.h: Indent nested cpp directive.
39131         * lib/vasnprintf.c: Remove trailing blanks.
39132
39133 2003-08-17  Simon Josefsson  <jas@extundo.com>
39134
39135         * modules/xstrndup: New file.
39136         * MODULES.html.sh (func_all_modules): Add xstrndup.
39137
39138 2003-08-17  Simon Josefsson  <jas@extundo.com>
39139
39140         * modules/argp: Fix autoconf macro name. Add more dependencies.
39141
39142 2003-08-17  Simon Josefsson  <jas@extundo.com>
39143
39144         * m4/xstrndup.m4: New file.
39145
39146 2003-08-17  Simon Josefsson  <jas@extundo.com>
39147
39148         * m4/argp.m4: New file.
39149
39150 2003-08-17  Simon Josefsson  <jas@extundo.com>
39151             Bruno Haible  <bruno@clisp.org>
39152
39153         * lib/xstrndup.h: New file.
39154         * lib/xstrndup.c: New file.
39155
39156 2003-08-17  Bruno Haible  <bruno@clisp.org>
39157
39158         * modules/strndup (Files, Include): Add lib/strndup.h.
39159
39160 2003-08-17  Bruno Haible  <bruno@clisp.org>
39161
39162         * modules/euidaccess (Files): Add lib/euidaccess.h.
39163
39164 2003-08-17  Bruno Haible  <bruno@clisp.org>
39165
39166         * lib/strndup.h: New file.
39167
39168 2003-08-17  Bruno Haible  <bruno@clisp.org>
39169
39170         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
39171         like AC_GNU_SOURCE.
39172         * modules/extensions (configure.ac): Comment out the invocation of
39173         gl_USE_SYSTEM_EXTENSIONS.
39174
39175 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39176
39177         Merges from coreutils, etc.
39178         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
39179         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
39180         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
39181         fixing a typo.
39182         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
39183         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
39184
39185 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39186
39187         Document merge from coreutils.
39188         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
39189         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
39190         * modules/utime: Add m4/utimes-null.m4.
39191
39192 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39193
39194         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
39195         space, undoing this 2003-08-12 change:
39196         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39197
39198 2003-08-16  Paul Eggert  <eggert@twinsun.com>
39199
39200         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
39201         strtoul.c from libc, undoing this 2003-08-12 change:
39202         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
39203
39204 2003-08-16  Jim Meyering  <jim@meyering.net>
39205
39206         Merges from coreutils.
39207         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
39208         prefix.  Adjust cache variables similarly.  Create 500 rather than
39209         just 300 files, to exercise bug on Darwin6.5, too.
39210         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
39211         $missing_dir.
39212         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
39213         AM_SYS_POSIX_TERMIOS.
39214         Reported by mkc@mathdogs.com.
39215         Also change use of $am_cv_sys_posix_termios
39216         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
39217         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
39218         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
39219         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
39220         in /proc/mounts until it finds one with matching device number.  This
39221         is unnecessary when the FILE argument *is* a mount point.  No stat call
39222         is necessary in that case.  So, disable the statvfs-testing code on
39223         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
39224         as RedHat bug# 84846.
39225         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39226         to 1MB, so as not to render systems with no stack size limit (e.g.,
39227         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39228         Include <unistd.h>.  On some systems,
39229         it is required for the definition of _SC_PAGESIZE.
39230
39231 2003-08-16  Jim Meyering  <jim@meyering.net>
39232
39233         Merge from coreutils.
39234         * lib/xstrtoimax.c: #else #if -> #elif.
39235         * lib/xstrtoumax.c: Likewise.
39236
39237 2003-08-16  Jim Meyering  <jim@meyering.net>
39238
39239         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
39240         * m4/utimes.m4: Removed.
39241         * m4/utimes-null.m4: Renamed from utimes.m4.
39242
39243         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
39244         to 1MB, so as not to render systems with no stack size limit (e.g.,
39245         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
39246         Include <unistd.h>.  On some systems,
39247         it is required for the definition of _SC_PAGESIZE.
39248
39249 2003-08-16  Jim Meyering  <jim@meyering.net>
39250         and Paul Eggert  <eggert@cs.ucla.edu>
39251
39252         Merges from coreutils, etc.
39253
39254         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
39255         using the latest version from cvs.  This avoids problems with #line
39256         directives using a vendor (Sun) compiler.
39257         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
39258         Don't set GETGROUPS_LIB here; now it's
39259         done via getgroups.m4's wrapper function.
39260         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
39261         rather than just in sh-util/configure.in, so that the
39262         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
39263         same.
39264         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
39265         AC_FUNC_GETLOADAVG where to find getloadavg.c.
39266         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
39267         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
39268         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
39269         Remove code that is now done by the newly-required macros.
39270         Append $(EXEEXT) to DF_PROG.
39271         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
39272         Do not invoke or require the following here,
39273         since prereq.m4 or some gnulib .m4 now does this for us:
39274         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
39275         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
39276         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
39277         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
39278         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
39279         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
39280         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
39281         AC_FUNC_OBSTACK.
39282         Do not replace the following functions, as this is now the job
39283         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
39284         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
39285         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
39286         atexit getpass, strdup, getpagesize.
39287         Replace 'raise'.
39288         Do not check for the following functions, as this is now the job
39289         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
39290         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
39291         setregid.
39292         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
39293         Check for sys/sysctl.h.
39294         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
39295         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
39296         of checking for ssize_t ourselves.
39297
39298         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
39299         Require every macro that gnulib/modules/* suggests for us.
39300         (jm_PREREQ_ADDEXT): New macro.
39301         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
39302         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
39303
39304         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
39305         (gl_PHYSMEM): Use it.
39306         Also check for `table' function.
39307         Check for new headers and functions.
39308         Add check for sys/sysmp.h.
39309         With suggestions from Kaveh Ghazi.
39310         Ignore headers that are present but cannot be compiled.  This
39311         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
39312         C 5.4.
39313
39314 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39315
39316         Document merge from coreutils.
39317         * modules/userspec: Depend on posixver.
39318         * modules/strftime: Depend on tzset.
39319
39320 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39321
39322         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
39323         rather than tab, after '#' in shell-script copyright notices.
39324         Suggested by Bruno Haible.
39325
39326 2003-08-15  Paul Eggert  <eggert@twinsun.com>
39327
39328         * config/srclist-update: Use three spaces, rather than tab, after '#'
39329         in shell-script copyright notices.  Suggested by Bruno Haible.
39330         Remove unnecessary parenthesization in regular expression.
39331
39332 2003-08-15  Jim Meyering  <jim@meyering.net>
39333
39334         Merge from coreutils.
39335         * lib/xgethostname.c: Include <stdlib.h>.
39336         (xghostname): Don't exit for anything other than memory-related
39337         failure; just return NULL.
39338         * lib/userspec.c: Include "posixver.h".
39339         (parse_user_spec): Accept `.' as a separator only
39340         in pre-POSIX-200112 mode.
39341         * lib/strtoimax.c: Use #elif rather than #else #if.
39342         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
39343         Remove function, now that we can rely on a working tzset function.
39344         [!_LIBC]: Ensure that the required autoconf test has been run.
39345         [!defined _NL_CURRENT && HAVE_STRFTIME]:
39346         Use underlying_strftime for %r.
39347         * lib/sha.c: Merge in some clean-up and optimization changes from
39348         glibc.
39349         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
39350         Ensure that it is a multiple of 64.
39351         Rearrange loop exit tests so as to avoid performing an
39352         additional fread after encountering an error or EOF.
39353         * lib/realloc.c: Update copyright date.
39354
39355 2003-08-15  Jim Meyering  <jim@meyering.net>
39356         and Paul Eggert  <eggert@twinsun.com>
39357
39358         Merge from coreutils.
39359         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
39360         member but strut utmpx does not.  Needed for AIX 4.3.3.
39361         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
39362
39363 2003-08-15  Jim Meyering  <jim@meyering.net>
39364         and Paul Eggert  <eggert@cs.ucla.edu>
39365
39366         Merges from coreutils, etc.
39367         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
39368         Require gl_FUNC_TZSET_CLOBBER.
39369         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
39370         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
39371         members.
39372
39373 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39374
39375         Help the merge from coreutils.
39376         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
39377         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
39378         * m4/tzset.m4: Use it too.
39379
39380 2003-08-14  Paul Eggert  <eggert@twinsun.com>
39381
39382         * modules/tzset: New file.
39383
39384 2003-08-14  Jim Meyering  <jim@meyering.net>
39385
39386         Merges from coreutils.
39387         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
39388         variable names, rather than @FNMATCH_H@.
39389         * modules/alloca: Likewise for $(ALLOCA_H).
39390
39391         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
39392         the three copies of the literal target, `fnmatch.h'.
39393         * modules/alloca (alloca.h): Likewise.
39394
39395 2003-08-14  Jim Meyering  <jim@meyering.net>
39396
39397         Merge from coreutils.
39398         * m4/tzset.m4: New file.
39399         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
39400         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
39401         otherwise, AIX 5.1 systems would end up using the latter.
39402         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
39403         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
39404         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
39405         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
39406
39407 2003-08-14  Jim Meyering  <jim@meyering.net>
39408
39409         Merge from coreutils.
39410         * lib/obstack.h: Whitespace changes.
39411         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
39412         and xcalloc return values.
39413         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
39414         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
39415         hang on OSF/1 5.1 for DIR on both local and remote file systems.
39416         Reported by (and fix confirmed by) Nelson H. F. Beebe.
39417         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39418         error from mntctl.
39419         Use mntctl's return value to drive the entry-processing loop, since
39420         we can't rely on the value of the vmt_length member in the last
39421         entry.  On some systems doing so could result in exhausting
39422         virtual memory.  Based in part on a patch from Mike Jetzer.
39423
39424 2003-08-14  Jim Meyering  <jim@meyering.net>
39425         and Paul Eggert  <eggert@twinsun.com>
39426
39427         Merges from coreutils, plus other fixes.
39428         * lib/physmem.c: Merge in portability changes from gcc/libiberty
39429         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
39430         for credits and details.  Thanks to Kaveh Ghazi for helping
39431         to keep these files in sync.
39432         (ARRAY_SIZE): Define it.
39433         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
39434         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
39435         (memcasecmp): Don't assume size_t fits in unsigned int.
39436         Remove casts and duplicate code.
39437         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
39438         (memcpy): Remove definition.
39439         Merge in some clean-up and optimization changes from glibc.
39440         [BLOCKSIZE]: Move definition to top of file.
39441         Ensure that it is a multiple of 64.
39442         Rearrange loop exit tests so as to avoid performing an
39443         additional fread after encountering an error or EOF.
39444         * lib/md5.h (md5_uintptr): Define.
39445         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
39446         return to the initial working directory.  Preserve errno
39447         for caller.
39448         * lib/idcache.c: Include "xalloc.h".
39449         (xmalloc, xrealloc): Remove decls.
39450         (getuser): Remove casts no longer required in C89.
39451         * lib/human.c: Include stdio.h, for sprintf.
39452         * lib/group-member.c: Include "xalloc.h".
39453         (xmalloc, xrealloc): Remove decls.
39454         (get_group_info): Remove casts no longer required in C89.
39455         * lib/getusershell.c (readname): Remove casts no longer required in
39456         C89.
39457         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
39458         * lib/getline.c: Whitespace fix, from coreutils.
39459
39460 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39461
39462         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
39463         Check for isascii.
39464
39465         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39466         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39467         Undo previous (whitespace-only) change.
39468
39469 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39470
39471         * lib/exclude.c: Include <ctype.h>
39472         (IN_CTYPE_DOMAIN): New macro.
39473         (is_space): New fn.
39474         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
39475         and empty lines.
39476
39477         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39478         Undo previous (whitespace-only) change.
39479
39480 2003-08-13  Paul Eggert  <eggert@twinsun.com>
39481
39482         * config/srclist-update: Change update back to the old behavior,
39483         leaving whitespace alone.  Use one 'sed' command rather than a
39484         pipeline.
39485         (fixlicense): Now a variable, not a function.
39486         (remove_trailing_blanks): Remove.
39487         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
39488         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39489         Undo previous (whitespace-only) change.
39490
39491 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39492
39493         Merge from coreutils.
39494         * modules/euidaccess: Add lib_SOURCES, include for new
39495         file euidaccess.h
39496
39497 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39498
39499         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
39500         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
39501         Normalize leading white space and remove trailing white space.
39502
39503         Merge from coreutils
39504         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
39505
39506         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
39507         0.12.1.  These files are now being upgraded automatically by
39508         ../config/srclist-update.
39509
39510 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39511
39512         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
39513         Normalize leading white space and remove trailing white space.
39514         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
39515         notice, as per ../config/srclist-update.
39516
39517         Merge from coreutils.
39518         * lib/euidaccess.h: New file.
39519         * lib/euidaccess.c: Include it.
39520         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
39521         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
39522         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
39523
39524 2003-08-12  Paul Eggert  <eggert@twinsun.com>
39525
39526         * config/srclist-update: Add copyright notice.
39527         (remove_id_lines, remove_trailing_blanks): New constants.
39528         (fixfile): Use them to normalize spacing a bit in copied files.
39529         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
39530         Normalize leading white space and remove trailing white space.
39531
39532         * config/texinfo.tex: Sync with texinfo.
39533
39534         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
39535         strtoul.c from libc, to merge coreutils whitespace changes.
39536
39537         * config/srclist.txt: Get the following m4 files from gettext:
39538         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
39539         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
39540         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
39541         wint_t.m4.
39542
39543 2003-08-12  Karl Berry  <karl@gnu.org>
39544
39545         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
39546         been made.
39547
39548 2003-08-11  Paul Eggert  <eggert@twinsun.com>
39549
39550         * modules/gnu-source, m4/gnu-source.m4:
39551         Remove; we're assuming Autoconf 2.54 or later now.
39552         Suggested by Bruno Haible.
39553         * MODULES.html.sh (func_all_modules): Remove gnu-source.
39554
39555 2003-08-11  Bruno Haible  <bruno@clisp.org>
39556
39557         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
39558
39559 2003-08-11  Bruno Haible  <bruno@clisp.org>
39560
39561         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
39562         (vasnprintf): Use it instead of wcslen.
39563
39564 2003-08-11  Bruno Haible  <bruno@clisp.org>
39565
39566         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
39567         value to ensure that _Bool promotes to int. Use #define for _Bool when
39568         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
39569
39570 2003-08-10  Karl Berry  <karl@gnu.org>
39571
39572         * lib/regex.h: update from libc (whitespace fix).
39573
39574 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39575
39576         Merge some files from coreutils.  These changes were
39577         originally made by Jim Meyering.
39578         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
39579         many older Unixes require this.
39580         * lib/alloca.c (alloca): Remove cast to argument of free;
39581         no longer needed in C89.
39582         * lib/alloca_.h, regex.h: Fix white space to match
39583         what GNU indent does.
39584
39585 2003-08-09  Paul Eggert  <eggert@twinsun.com>
39586
39587         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
39588         apparently Emacs's Unicode mode got confused before my 2003-08-05
39589         checkin.
39590
39591 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39592
39593         * m4/extensions.m4: New file.
39594         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
39595         Require gl_USE_SYSTEM_EXTENSIONS.
39596         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
39597         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
39598
39599 2003-08-08  Paul Eggert  <eggert@twinsun.com>
39600
39601         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
39602         * modules/extensions, modules/gnu-source: New files.
39603         * modules/timespec, modules/unlocked-io: Depend on extensions.
39604
39605 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39606
39607         * modules/restrict: New file.
39608         * MODULES.html.sh (func_all_modules): Add restrict.
39609         * modules/regex: Depend on restrict.
39610
39611 2003-08-07  Paul Eggert  <eggert@twinsun.com>
39612
39613         * m4/restrict.m4: New file.
39614         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
39615
39616 2003-08-07  Bruno Haible  <bruno@clisp.org>
39617
39618         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
39619         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
39620
39621 2003-08-07  Bruno Haible  <bruno@clisp.org>
39622
39623         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
39624         makes the module 'getndelim2' compatible with the module 'getline'.
39625
39626 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39627
39628         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
39629         byte with "\201" to avoid glitches when editing that source file
39630         with multi-gnome-terminal.
39631
39632 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39633
39634         * lib/bumpalloc.h: Remove.
39635
39636 2003-08-05  Paul Eggert  <eggert@twinsun.com>
39637
39638         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
39639         * modules/bumpalloc: Remove.
39640
39641 2003-08-04  Paul Eggert  <eggert@twinsun.com>
39642
39643         * lib/getloadavg.c: Change copyright notice and spacing to conform to
39644         GNU coding style.
39645
39646         Merge from coreutils.
39647         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
39648         1. From glibc.
39649         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
39650         from Karl Berry, implemented by Jim Meyering.
39651         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
39652         from Dmitry V. Levin.
39653         Remove anachronistic cast of xrealloc.
39654         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
39655         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
39656         type. Otherwise, it wouldn't compile with at least /bin/cc on
39657         ymp-cray-unicos9.0.2.X.
39658         Combine two mostly-identical uses of alloca into one.
39659         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
39660
39661 2003-08-04  Dave Love  <d.love@dl.ac.uk>
39662
39663         [From Emacs.]
39664
39665         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
39666         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
39667         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
39668         obsolete NLIST_NAME_UNION.
39669         [__GNU__]: Undef BSD and FSCALE.
39670         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
39671
39672 2003-08-03  Paul Eggert  <eggert@twinsun.com>
39673
39674         * lib/stdbool_.h (_Bool): Make it signed char, instead of
39675         an enum type, so that it's guaranteed to promote to int.  See:
39676         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
39677
39678 2003-08-03  Karl Berry  <karl@gnu.org>
39679
39680         * config/depcomp: update from automake.
39681
39682 2003-07-31  Paul Eggert  <eggert@twinsun.com>
39683
39684         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
39685         (strerror): Don't assume that a printable int fits in 14 bytes.
39686
39687 2003-07-31  Bruno Haible  <bruno@clisp.org>
39688
39689         * modules/getpass-gnu: New file.
39690         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
39691
39692 2003-07-31  Bruno Haible  <bruno@clisp.org>
39693
39694         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
39695
39696 2003-07-24  Karl Berry  <karl@gnu.org>
39697
39698         * config/missing: update from automake.
39699
39700 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
39701             Bruno Haible  <bruno@clisp.org>
39702
39703         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
39704         * lib/getline.c (getline, getdelim): Likewise.
39705         Remove _GNU_SOURCE define; now it's defined in config.h through
39706         m4/getline.m4.
39707
39708 2003-07-23  Karl Berry  <karl@gnu.org>
39709
39710         * config/config.sub: update from prep.
39711
39712 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39713
39714         * modules/xalloc (Depends-on): Add exitfail.
39715         * modules/xmemcoll: Likewise.
39716
39717 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39718
39719         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39720         over-parenthesization in macros.
39721
39722         Sync with coreutils.
39723
39724         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39725         required by C99.
39726
39727         Use `exit_failure' for xalloc and xmemcoll instead of their own
39728         private exit-failure variables.
39729         * lib/xalloc.h (xalloc_exit_failure): Remove.
39730         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39731         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39732         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39733         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39734         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39735
39736 2003-07-20  Jim Meyering  <jim@meyering.net>
39737
39738         * modules/closeout (Depends-on): Add exitfail.
39739         Suggestion from Bruno Haible.
39740
39741 2003-07-19  Karl Berry  <karl@gnu.org>
39742
39743         * config/config.sub: update from prep.
39744
39745 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39746
39747         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39748         Remove.
39749         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39750         to test that it can stand by itself.  Include "exitfail.h".
39751         Clients should set exit_failure instead.
39752         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39753
39754 2003-07-18  Bruno Haible  <bruno@clisp.org>
39755
39756         * modules/getndelim2: New file.
39757         * modules/getline: Share files with module getndelim2.
39758         * modules/getnline: Depend on getndelim2 instead of sharing files with
39759         it. Add getnline.c to lib_SOURCES.
39760         * MODULES.html.sh (func_all_modules): Add getndelim2.
39761
39762 2003-07-18  Bruno Haible  <bruno@clisp.org>
39763
39764         * m4/getndelim2.m4: New file.
39765         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
39766         invoke gl_PREREQ_GETNDELIM2.
39767         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
39768         gl_PREREQ_GETNDELIM2.
39769         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
39770         gl_GETNDELIM2.
39771
39772 2003-07-18  Bruno Haible  <bruno@clisp.org>
39773
39774         * lib/getndelim2.h: New file.
39775         * lib/getndelim2.c: Make into a module of its own. Include config.h,
39776         getndelim2.h.
39777         (getndelim2): Make non-static. Change return type to ssize_t.
39778         * lib/getline.h: Change argument names.
39779         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
39780         * lib/getnline.c: Include getndelim2.h.
39781
39782 2003-07-18  Andreas Schwab  <schwab@suse.de>
39783
39784         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
39785
39786 2003-07-17  Karl Berry  <karl@gnu.org>
39787
39788         * config/config.sub: update from prep.
39789
39790 2003-07-17  Bruno Haible  <bruno@clisp.org>
39791
39792         * modules/getnline: New file.
39793         * modules/getline: Add lib/getndelim2.c to source file list.
39794         * MODULES.html.sh (func_all_modules): Add getnline.
39795
39796 2003-07-17  Bruno Haible  <bruno@clisp.org>
39797
39798         * m4/getnline.m4: New file.
39799
39800 2003-07-17  Bruno Haible  <bruno@clisp.org>
39801
39802         * m4/Makefile.am.in: Remove file.
39803         * m4/Makefile.am: Remove file.
39804         * m4/Makefile.in: Remove file.
39805
39806 2003-07-17  Bruno Haible  <bruno@clisp.org>
39807
39808         * lib/getnline.h: New file.
39809         * lib/getnline.c: New file.
39810         * lib/getndelim2.c: New file, extracted from getline.c.
39811         (getndelim2): Renamed from getdelim2, with added nmax argument.
39812         * lib/getline.c: Include getndelim2.c.
39813         (getdelim2): Moved out to getndelim2.c.
39814         (getline, getdelim): Update.
39815
39816 2003-07-17  Bruno Haible  <bruno@clisp.org>
39817
39818         * lib/Makefile.am: Remove file.
39819         * lib/Makefile.in: Remove file.
39820
39821 2003-07-17  Bruno Haible  <bruno@clisp.org>
39822
39823         * configure.in: Remove file.
39824         * Makefile.in: Remove file.
39825
39826 2003-07-17  Bruno Haible  <bruno@clisp.org>
39827
39828         * MODULES.html.sh: Put the </BODY> right before </HTML>.
39829
39830 2003-07-16  Karl Berry  <karl@gnu.org>
39831
39832         * config/srclist-update: was running fixlicense twice, which caused
39833                 texinfo.tex to be nullified for some reason.  Simplify,
39834                 $gplsrc is no longer needed as far as I can see?
39835
39836 2003-07-16  Jim Meyering  <jim@meyering.net>
39837
39838         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
39839
39840 2003-07-15  Paul Eggert  <eggert@twinsun.com>
39841
39842         * config/srclist.txt: Get the following files from gettext-runtime/intl
39843         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
39844         ref-del.sin.  From Bruno Haible.
39845         * config/srclist-update (fixfile): Change grep pattern again, since the
39846         previous fix didn't work (there was another trailing $).  Use
39847         '[$]' to escape the $s.
39848
39849 2003-07-15  Karl Berry  <karl@gnu.org>
39850
39851         * lib/vasnprintf.c: update from gettext.
39852
39853 2003-07-15  Karl Berry  <karl@gnu.org>
39854
39855         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
39856         gets expanded when surrounded by '$'.
39857
39858 2003-07-15  Jim Meyering  <jim@meyering.net>
39859
39860         * modules/save-cwd: Don't depend on error.  From Derek Price.
39861
39862 2003-07-15  Jim Meyering  <jim@meyering.net>
39863
39864         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
39865
39866 2003-07-14  Simon Josefsson  <jas@extundo.com>
39867
39868         * modules/mempcpy: New file.
39869         * MODULES.html.sh (func_all_modules): Add mempcpy.
39870
39871 2003-07-14  Simon Josefsson  <jas@extundo.com>
39872
39873         * m4/mempcpy.m4: New file.
39874
39875 2003-07-14  Simon Josefsson  <jas@extundo.com>
39876
39877         * lib/mempcpy.h: New file.
39878         * lib/mempcpy.c: New file.
39879
39880 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39881
39882         * modules/getdate, modules/posixtm: Depend on mktime.
39883
39884 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39885
39886         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
39887         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
39888         unicodeio.c, unicodeio.h, unlocked-io.h:
39889         Switch from LGPL to GPL.
39890
39891 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39892
39893         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
39894         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
39895         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
39896         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
39897         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
39898         updated automatically by ../config/srclist-update.  This changes
39899         their license from LPGL to GPL.
39900
39901 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39902
39903         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
39904         assumed to refer to the root of the most recent stable gettext version.
39905         * config/srclistvars.sh: Add defaults for eggert.
39906         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
39907         Match "This program" as well as "The program".  This is needed
39908         for gettext.
39909
39910 2003-07-14  Jim Meyering  <jim@meyering.net>
39911
39912         Don't emit diagnostics.  Let callers do that.
39913         * lib/save-cwd.c: Don't include "error.h".
39914         (save_cwd): Don't call error.  Ensure that errno is valid
39915         when returning nonzero.
39916
39917         * lib/save-cwd.h (restore_cwd): Update prototype.
39918         * lib/save-cwd.c (restore_cwd): Remove two parameters.
39919         Simplify.  Don't call error upon failure.  Let callers do that.
39920         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
39921         when auditing is enabled.  But don't bother updating the #if.
39922
39923 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
39924
39925         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
39926         it breaks C++ compilation.
39927         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
39928
39929 2003-07-10  Simon Josefsson  <jas@extundo.com>
39930
39931         * modules/strchrnul (Makefile.am): Add strchrnul.h.
39932
39933 2003-07-10  Jim Meyering  <jim@meyering.net>
39934
39935         * m4/clock_time.m4: Remove trailing blank.
39936         * m4/intmax_t.m4: Likewise.
39937
39938 2003-07-10  Jim Meyering  <jim@meyering.net>
39939
39940         * lib/vasnprintf.c: Remove trailing blanks.
39941         Make cpp indentation consistent.
39942
39943 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39944
39945         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39946         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39947         Switch from LGPL to GPL.
39948
39949 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39950
39951         * config/srclist.txt: Sort sublists.  Add
39952         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39953         that differ from gnulib for one reason or another; we'd like this list
39954         to be smaller but for now let's document what we have.
39955
39956 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39957
39958         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39959         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39960         and sweeter "eval x=$x".
39961         * config/srclist.txt: Get lib/argp* from glibc.
39962
39963 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39964
39965         * lib/mktime.c: Fix some boundary cases and remove need for floating
39966         point.
39967
39968         Issue a compile-time diagnostic if time_t is floating point, or if
39969         two's complement arithmetic is not in effect, or if arithmetic
39970         right shift does not propagate the sign.  These assumptions were
39971         all in the original code but they weren't checked.
39972
39973         (TIME_T_MIDPOINT, verify): New macros.
39974         (__isleap): Remove; it has integer overflow problems.
39975         (leapyear): New function, without those problems.
39976         (ydhms_tm_diff): Remove; splitting into two parts.
39977         (ydhms_diff): New function, containing the arithmetic part of
39978         the old ydhms_tm_diff function.  Issue a compile-time
39979         diagnostic if we are not using C99 integer division.
39980         Avoid casts when possible.
39981         (guess_time_tm): New function, containing the checking part of
39982         the old ydhms_tm_diff function.  Return the new value, rather than
39983         the difference between it and the old.  Accept a new argument T
39984         so that *T specifies the old value.  Check for overflow in the result.
39985
39986         (__mktime_internal): Use a time_t offset, not a long int offset.
39987         This undoes the 2003-06-04 change, which is no longer needed now
39988         that we have better overflow checking.
39989         (localtime_offset): Likewise.
39990
39991         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39992         and long are 64-bit but int is only 32-bit.
39993         (ydhms_diff): Use long int to store year1 and yday1.
39994         Issue a compile-time diagnostic if long int is not wide enough.
39995
39996         (__mktime_internal): Use long int to store adjusted year and yday.
39997         Use plain C rather than preprocessor commands, if that doesn't
39998         affect efficiency.
39999         Check for overflow (and try to repair) after each probe
40000         rather than checking only at the very end.  This avoids some bugs
40001         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
40002         does not equal GMT offset at maximum time).
40003         Use integer to check for overflow rather than floating point; this
40004         is more portable to non-IEEE hosts, and is a tad faster.
40005         When we detect that we are oscillating between two values,
40006         don't check whether tm_isdst has the requested value, since
40007         we already know the answer.  When tm_isdst has the wrong value,
40008         use a different heuristic to find the right one, based on the
40009         extreme values actually observed in practice in tz2003a,
40010         rather than the (overly optimistic) "previous 3 calendar quarters".
40011
40012         (not_equal_tm, print_tm, check_result): Use "const T" rather than
40013         "T const" to accommodate glibc style.
40014         (check_result): Use less-confusing report format.  "long" -> "long int.
40015         (main): Likewise.
40016         Don't loop if the iteration overflows time_t.
40017         Allow a negative step in the iteration.
40018
40019 2003-07-06  Karl Berry  <karl@gnu.org>
40020
40021         * config/depcomp: update from automake.
40022         * config/config.sub: update from prep.
40023
40024 2003-07-03  Karl Berry  <karl@gnu.org>
40025
40026         * config/config.guess: update from prep.
40027
40028 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40029
40030         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
40031         xreadlink.c now includes it unconditionally.
40032
40033 2003-07-01  Paul Eggert  <eggert@twinsun.com>
40034
40035         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
40036         having it depend on HAVE_SYS_TYPES_H.
40037
40038 2003-07-01  Bruno Haible  <bruno@clisp.org>
40039
40040         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
40041         <sys/types.h> should be sufficient.
40042         Reported by Paul Eggert.
40043
40044 2003-06-26  Karl Berry  <karl@gnu.org>
40045
40046         * config/depcomp: update from automake.
40047
40048 2003-06-26  Bruno Haible  <bruno@clisp.org>
40049
40050         * modules/human: Depend on module stdbool.
40051
40052 2003-06-25  Bruno Haible  <bruno@clisp.org>
40053
40054         * modules/readlink: New file.
40055         * modules/xreadlink: Depend on it.
40056         * MODULES.html.sh (func_all_modules): Add readlink.
40057
40058 2003-06-25  Bruno Haible  <bruno@clisp.org>
40059
40060         * m4/readlink.m4: New file.
40061
40062 2003-06-25  Bruno Haible  <bruno@clisp.org>
40063
40064         * lib/readlink.c: New file.
40065
40066 2003-06-22  Karl Berry  <karl@gnu.org>
40067
40068         * config/srclist.txt: update mkinstalldirs from automake.
40069         * config/mkinstalldirs: update.
40070
40071 2003-06-22  Bruno Haible  <bruno@clisp.org>
40072
40073         Portability to mingw32.
40074         * m4/ssize_t.m4: New file, from GNU gettext.
40075         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
40076         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
40077
40078 2003-06-22  Bruno Haible  <bruno@clisp.org>
40079
40080         * modules/safe-read: Add m4/ssize_t.m4.
40081         * modules/xreadlink: Add m4/ssize_t.m4.
40082
40083 2003-06-20  Bruno Haible  <bruno@clisp.org>
40084
40085         Assume C89, so PARAMS isn't needed.
40086         * lib/unicodeio.h (PARAMS): Remove.
40087         * lib/unicodeio.c: Don't use PARAMS.
40088
40089 2003-06-18  Karl Berry  <karl@gnu.org>
40090
40091         * config/config.{guess,sub}: update from prep.
40092
40093 2003-06-18  Jim Meyering  <jim@meyering.net>
40094
40095         Merge changes from coreutils.
40096         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
40097         Remove explicit declarations of xmalloc and realloc.
40098         Include xalloc.h.
40099         (read_utmp): Remove anachronistic cast of xmalloc.
40100
40101 2003-06-17  Paul Eggert  <eggert@twinsun.com>
40102
40103         Assume C89, so PARAMS isn't needed.
40104         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
40105         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
40106         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
40107         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
40108         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
40109         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
40110         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
40111         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
40112         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
40113         lib/xstrtod.h, lib/xstrtol.h: Likewise.
40114         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
40115         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
40116         no longer needed. Anyway, config.h should always be included before any
40117         other file.
40118
40119 2003-06-11  Simon Josefsson  <jas@extundo.com>
40120
40121         * modules/sysexits: New file.
40122         * MODULES.html.sh (func_all_modules): Add sysexits.
40123
40124 2003-06-11  Simon Josefsson  <jas@extundo.com>
40125
40126         * lib/sysexit_.h: New file.
40127
40128 2003-06-11  Derek Price  <derek@ximbiot.com>
40129
40130         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
40131         necessary.
40132
40133 2003-06-11  Bruno Haible  <bruno@clisp.org>
40134
40135         * m4/sysexits.m4: New file.
40136
40137 2003-06-10  Simon Josefsson  <jas@extundo.com>
40138
40139         * lib/argp.h: New file, from glibc.
40140         * lib/argp-ba.c: New file, from glibc.
40141         * lib/argp-eexst.c: New file, from glibc.
40142         * lib/argp-fmtstream.c: New file, from glibc.
40143         * lib/argp-fmtstream.h: New file, from glibc.
40144         * lib/argp-fs-xinl.c: New file, from glibc.
40145         * lib/argp-help.c: New file, from glibc.
40146         * lib/argp-namefrob.h: New file, from glibc.
40147         * lib/argp-parse.c: New file, from glibc.
40148         * lib/argp-pv.c: New file, from glibc.
40149         * lib/argp-pvh.c: New file, from glibc.
40150         * lib/argp-xinl.c: New file, from glibc.
40151
40152 2003-06-10  Simon Josefsson  <jas@extundo.com>
40153
40154         * modules/strchrnul: New file.
40155
40156 2003-06-10  Simon Josefsson  <jas@extundo.com>
40157
40158         * modules/argp: New file.
40159
40160 2003-06-10  Simon Josefsson  <jas@extundo.com>
40161
40162         * m4/strchrnul.m4: New file.
40163
40164 2003-06-10  Simon Josefsson  <jas@extundo.com>
40165
40166         * lib/strchrnul.h: New file.
40167         * lib/strchrnul.c: New file.
40168
40169 2003-06-10  Bruno Haible  <bruno@clisp.org>
40170
40171         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
40172
40173 2003-06-07  Karl Berry  <karl@gnu.org>
40174
40175         * config/config.{guess,sub}: update from prep.
40176
40177 2003-06-07  Jim Meyering  <jim@meyering.net>
40178
40179         * modules/strtod: Use $(...) notation, not @...@ for
40180         AC_REPLACE'd variables.
40181         * modules/localcharset: Likewise.
40182
40183 2003-06-07  Jim Meyering  <jim@meyering.net>
40184
40185         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
40186         in place of my name in the copyright comment.
40187         Remove definition and uses of __P.
40188
40189         From coreutils.
40190         * lib/stat.c: Don't declare xmalloc explicitly.
40191         Instead, include "xalloc.h".
40192         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
40193         xrealloc, and xcalloc return values.
40194         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
40195         Improve comment.
40196         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
40197
40198 2003-06-07  Bruno Haible  <bruno@clisp.org>
40199
40200         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
40201         avoid AC_CONFIG_LINKS.
40202         * modules/fnmatch (Makefile.am): Use explicit creation rule for
40203         fnmatch.h, to avoid AC_CONFIG_LINKS.
40204         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40205
40206 2003-06-07  Bruno Haible  <bruno@clisp.org>
40207
40208         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
40209         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40210         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40211         directory.
40212         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
40213         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
40214         directory.
40215
40216 2003-06-06  Jim Meyering  <jim@meyering.net>
40217
40218         Merge from coreutils.
40219         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
40220         Consolidate declarations and initializations of *_base* locals.
40221
40222         Merge from coreutils.
40223         This avoids a core dump on systems without GNU putenv,
40224         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
40225         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
40226         (unsetenv): New static function, from GNU libc.
40227         (rpl_putenv): Use it.
40228
40229         * lib/modechange.c: Remove trailing blanks.
40230
40231         Merge from coreutils.
40232         * lib/fsusage.c: Remove declaration of statfs.
40233         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
40234
40235         * lib/posixtm.c: Include <stdbool.h> unconditionally.
40236
40237 2003-06-06  Jim Meyering  <jim@meyering.net>
40238
40239         * lib/stdbool_.h: Renamed from stdbool.h.in.
40240
40241 2003-06-06  Jim Meyering  <jim@meyering.net>
40242             Bruno Haible  <bruno@clisp.org>
40243
40244         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
40245         Adjust Makefile.am snippet not to redirect directly to target.
40246         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
40247
40248 2003-06-05  Paul Eggert  <eggert@twinsun.com>
40249
40250         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
40251         mismatch, look in future quarters as well as past.  This fixes a
40252         bug when processing fall-backwards gaps immediately after a long
40253         period of daylight-saving time.
40254
40255         * lib/mktime.c: Assume freestanding C89 or better.
40256         (HAVE_LIMITS_H): Remove.  Assume it's 1.
40257         (__P): Remove; not used.
40258         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
40259         (mktime, not_equal_tm, print_tm, check_result,
40260         main): Use prototypes.  Use const * where appropriate.
40261         (main): Fix typo in testing code that uncovered by above changes.
40262         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
40263
40264 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40265
40266         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
40267         locale.h, localeconv.  This merges changes from coreutils.
40268
40269         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
40270         It can be removed after the next Autoconf is released.
40271         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
40272         needed.
40273
40274 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40275
40276         * lib/mktime.c: Fix Debian bug 177940
40277         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
40278         (localtime_offset): Now long int, not time_t, because we want it
40279         to be guaranteed to be signed.  All uses changed.
40280         (__mktime_internal): If overflow would occur when adding offset,
40281         don't add it.
40282
40283         Merge 'human' changes from coreutils.  Rewrite to support
40284         locale-specific notations like thousands separators.
40285         * lib/human.c: Simplify authorship notice.
40286         Include human.h immediately after config.h.
40287         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
40288         <limits.h>: Do not include, since human.h does.
40289         (SIZE_MAX, UINTMAX_MAX): New macros.
40290         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
40291         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
40292         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
40293         (power_letter): Renamed from suffixes.
40294         (generate_suffix_backwards): Remove.
40295         (adjust_value): Now takes int style (because of human.h changes)
40296         and long double value (for greater precision on some platforms).
40297         (group_number): New function.
40298         (human_readable): Use it.  Use integer options, not enum.
40299         Put the options before the sizes in the arg list.
40300         Support all the new options.
40301         The old human_readable function has been removed;
40302         use inttostr.h instead.
40303         (human_readable, default_block_size, humblock):
40304         Use uintmax_t, not int, for block sizes.
40305         (human_readable_inexact, block_size_types): Remove.
40306         (block_size_opts): New constant.
40307         (human_options): Renamed from human_block_size, with new signature
40308         that allows block sizes up to UINTMAX_MAX.  All callers changed.
40309         * lib/human.h: Add copyright and authorship notice.
40310         Include <limits.h> and <stdbool.h> unconditionally.
40311         (PARAMS): Remove.  All uses removed.
40312         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
40313         (enum human_inexact_style): Remove tag; now a nameless enum.
40314         (human_floor, human_ceiling, human_round_to_even): Now have
40315         values 2, 0, 1 rather than -1, 1, 0.
40316         (human_group_digits, human_suppress_point_zero, human_autoscale,
40317         human_base_1024, human_SI, human_B): New constants.
40318         (human_readable_inexact, human_block_size): Remove.
40319         (human_readable): Size args are now uintmax_t, not int.
40320         (human_options): New decl.
40321
40322         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
40323         unnecessary now that we assume C89 or better.  This change
40324         imported from coreutils.
40325
40326         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40327         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
40328         in the 2003-05-30 sync from glibc.
40329
40330         .h files should stand alone, but we shouldn't include <sys/types.h>
40331         if we can get away with just <stddef.h>.
40332
40333         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
40334         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
40335         rather than <sys/types.h>, as we merely need size_t.
40336         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
40337         to get size_t.
40338         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
40339         Include <stdio.h>, to get FILE.
40340         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
40341         memcasecmp.h has included <stddef.h> and all we need is size_t.
40342         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
40343         our interface, instead of including <sys/types.h>
40344
40345 2003-06-04  Paul Eggert  <eggert@twinsun.com>
40346
40347         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
40348         now, as glibc mktime is buggy on non-glibc systems.
40349
40350 2003-06-03  Karl Berry  <karl@gnu.org>
40351
40352         * config/config.sub: update from prep.
40353
40354 2003-06-02  Paul Eggert  <eggert@twinsun.com>
40355
40356         [from coreutils]
40357         Fix some minor time-related bugs with POSIX time arguments.
40358         Some valid time stamps were being rejected (notably -1, and
40359         time stamps before 1900 on 64-bit hosts).  And some invalid
40360         time stamps were being accepted, e.g. September 31.
40361
40362         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
40363         that we can return (time_t) -1 successfully.
40364         * lib/posixtm.c: Likewise.
40365         [HAVE_STDBOOL_H]: Include <stdbool.h>.
40366         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
40367         (t): Remove static var.
40368         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
40369         of static var.  All uses changed.
40370         (year): Do not reject years before 1900; they can occur with
40371         64-bit time_t.
40372         (posix_time_parse): Do not check for out-of-range components;
40373         that is now the caller's responsibility, since our checks were
40374         only approximations.
40375         (posixtime): Use mktime to check for out-of-range components,
40376         since it knows them exactly.
40377         If mktime returns (time_t) -1, check whether an error actually occurred
40378         by invoking localtime on -1.
40379         (main) [TEST_POSIXTIME]: Check for input data errors, and report
40380         posixtime failures better.
40381         Improve the test data (in comments only).
40382
40383 2003-06-02  Karl Berry  <karl@gnu.org>
40384
40385         * config/mkinstalldirs (version): new variable.
40386         (--version): new option.
40387         (usage): improve message.
40388
40389 2003-05-30  Karl Berry  <karl@gnu.org>
40390
40391         * lib/mktime.c: update from libc.
40392
40393 2003-05-30  Bruno Haible  <bruno@clisp.org>
40394
40395         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
40396         * config/config.rpath: Upgrade to gettext-0.12.1.
40397
40398 2003-05-30  Bruno Haible  <bruno@clisp.org>
40399
40400         * m4/gettext.m4: Upgrade to gettext-0.12.1.
40401         * m4/nls.m4: New file, from gettext-0.12.1.
40402         * m4/po.m4: New file, from gettext-0.12.1.
40403         * m4/progtest.m4: Upgrade to gettext-0.12.1.
40404
40405 2003-05-30  Bruno Haible  <bruno@clisp.org>
40406
40407         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
40408         * lib/localcharset.h: Likewise.
40409         * lib/localcharset.c: Likewise.
40410
40411 2003-05-29  Karl Berry  <karl@gnu.org>
40412
40413         * config/config.rpath: update from gettext.
40414
40415 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40416
40417         Assume the headers required for C89 freestanding compilers.
40418         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
40419         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
40420         * m4/human.m4 (gl_HUMAN): Likewise.
40421         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
40422         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
40423         * m4/userspec.m4 (gl_USERSPEC): Likewise.
40424         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
40425         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
40426         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
40427
40428 2003-05-28  Paul Eggert  <eggert@twinsun.com>
40429
40430         Assume the headers required for C89 freestanding compilers.
40431         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
40432         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
40433         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
40434         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
40435         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
40436         define, since <limits.h> is guaranteed to do that.
40437         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
40438         * lib/exclude.c: Include <stdbool.h> unconditionally.
40439         * lib/tempname.c: Include <stddef.h> unconditionally.
40440         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
40441         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
40442         <stddef.h> does that.
40443         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
40444         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
40445         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
40446         needed.
40447         * lib/xstrtol.c: Likewise.
40448         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
40449         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
40450
40451         * lib/addext.c (addext): Use assignment rather than cast, to avoid
40452         warnings on some platforms.
40453
40454         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
40455         arbitrarily.
40456
40457 2003-05-26  Jim Meyering  <jim@meyering.net>
40458
40459         Merge in a change from coreutils:
40460         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
40461         that is guaranteed to be `no'.  Use `no_such_member' to indicate
40462         that condition, rather than `-1' which is slightly misleading.
40463         Change the name of the cache variable to have the gl_ prefix.
40464         Prompted by a patch from Richard Dawe for DJGPP.
40465
40466 2003-05-24  Karl Berry  <karl@gnu.org>
40467
40468         * config/config.guess: update from prep.
40469
40470 2003-05-22  Karl Berry  <karl@gnu.org>
40471
40472         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
40473
40474 2003-05-20  Karl Berry  <karl@gnu.org>
40475
40476         * config/config.guess: update from prep.
40477
40478 2003-05-18  Karl Berry  <karl@gnu.org>
40479
40480         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
40481         might actually be set by the user.
40482
40483         * config/depcomp, install-sh, mdate-sh: update from automake.
40484
40485 2003-05-17  Bruno Haible  <bruno@clisp.org>
40486
40487         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
40488         invalid expansion for AC_EGREP_CPP.
40489         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
40490         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
40491         Suggested by Akim Demaille <akim@epita.fr> in
40492         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
40493
40494 2003-05-12  Jim Meyering  <jim@meyering.net>
40495
40496         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
40497         the space-padded-by-default conversion specifiers, %e, %k, %l.
40498
40499 2003-05-12  Bruno Haible  <bruno@clisp.org>
40500
40501         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
40502         the string is longer than 4 KB.
40503
40504 2003-05-11  Karl Berry  <karl@gnu.org>
40505
40506         * config/config.{guess,sub}: update from prep.
40507
40508 2003-05-09  Bruno Haible  <bruno@clisp.org>
40509
40510         * modules/error: Add m4/strerror_r.m4 to file list.
40511
40512 2003-05-03  Bruno Haible  <bruno@clisp.org>
40513
40514         Upgrade to Unicode-4.0.
40515         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
40516         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
40517         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
40518         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
40519         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
40520         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
40521         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
40522         Change width of U+E0100..U+E01EF from 1 to 0.
40523
40524 2003-04-25  Jim Meyering  <jim@meyering.net>
40525
40526         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
40527         of type size_t, not int.
40528
40529 2003-04-25  Bruno Haible  <bruno@clisp.org>
40530
40531         * lib/copy-file.c: Include <stddef.h>, for size_t.
40532
40533 2003-04-21  Paul Eggert  <eggert@twinsun.com>
40534
40535         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
40536         code which expansion is under static control.  Patch imported from
40537         Akim Demaille's patch to Bison; see
40538         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
40539
40540 2003-04-14  Bruno Haible  <bruno@clisp.org>
40541
40542         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
40543
40544 2003-04-11  Jim Meyering  <jim@meyering.net>
40545
40546         Merge changes from Coreutils.
40547
40548         2003-03-22  Jim Meyering  <jim@meyering.net>
40549
40550         * lib/strftime.c (widen): Cast alloca return value to proper type.
40551
40552         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
40553
40554         From GNU libc.
40555         * lib/strftime.c (my_strftime): Handle very large width
40556         specifications for numeric values correctly.  Improve checks for
40557         overflow.
40558
40559         2003-01-19  Jim Meyering  <jim@meyering.net>
40560
40561         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
40562         definitions.
40563         (nl_get_alt_digit) [! defined my_strftime]: Define.
40564         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
40565         _nl_get_alt_digit and _nl_get_walt_digit.
40566
40567         * lib/strftime.c (my_strftime): Merge in locale-related changes from
40568         libc. These changes have no effect outside of _LIBC.
40569
40570 2003-04-10  Bruno Haible  <bruno@clisp.org>
40571
40572         * modules/findprog: New file.
40573         * MODULES.html.sh (func_all_modules): Add it.
40574
40575 2003-04-10  Bruno Haible  <bruno@clisp.org>
40576
40577         * m4/findprog.m4: New file.
40578         * m4/eaccess.m4: New file.
40579
40580 2003-04-10  Bruno Haible  <bruno@clisp.org>
40581
40582         * lib/findprog.h: New file, from GNU gettext.
40583         * lib/findprog.c: New file, from GNU gettext.
40584
40585 2003-04-05  Jim Meyering  <jim@meyering.net>
40586
40587         Merge changes from Coreutils.
40588
40589         * lib/exclude.h (PARAMS): Remove definition and uses.
40590         * lib/exclude.c: Remove uses of `PARAMS'.
40591
40592         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
40593         Add test-cases for DOS filenames. Declare program_name.
40594         (main): Set up program_name.  Patch by Rich Dawe.
40595
40596         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
40597         error from mntctl.
40598         Use mntctl's return value to drive the entry-processing loop, since
40599         we can't rely on the value of the vmt_length member in the last
40600         entry.  On some systems doing so could result in exhausting
40601         virtual memory.  Based in part on a patch from Mike Jetzer.
40602
40603 2003-04-04  Bruno Haible  <bruno@clisp.org>
40604
40605         * modules/linebreak: New file.
40606         * MODULES.html.sh (func_all_modules): Add it.
40607
40608 2003-04-04  Bruno Haible  <bruno@clisp.org>
40609
40610         * m4/linebreak.m4: New file.
40611
40612 2003-04-04  Bruno Haible  <bruno@clisp.org>
40613
40614         * lib/linebreak.h: New file, from GNU gettext.
40615         * lib/linebreak.c: New file, from GNU gettext with slight
40616         modifications.
40617         * lib/lbrkprop.h: New file, from GNU gettext.
40618
40619 2003-04-03  Bruno Haible  <bruno@clisp.org>
40620
40621         * modules/utf8-ucs4: New file.
40622         * modules/utf16-ucs4: New file.
40623         * modules/ucs4-utf8: New file.
40624         * modules/ucs4-utf16: New file.
40625         * MODULES.html.sh (func_all_modules): Add them.
40626
40627 2003-04-03  Bruno Haible  <bruno@clisp.org>
40628
40629         * m4/utf-ucs4.m4: New file.
40630         * m4/ucs4-utf.m4: New file.
40631
40632 2003-04-03  Bruno Haible  <bruno@clisp.org>
40633
40634         * lib/utf8-ucs4.h: New file, from GNU gettext.
40635         * lib/utf16-ucs4.h: New file, from GNU gettext.
40636         * lib/ucs4-utf8.h: New file, from GNU gettext.
40637         * lib/ucs4-utf16.h: New file, from GNU gettext.
40638
40639 2003-04-02  Bruno Haible  <bruno@clisp.org>
40640
40641         * modules/binary-io: New file.
40642         * MODULES.html.sh (func_all_modules): Add it.
40643
40644 2003-04-02  Bruno Haible  <bruno@clisp.org>
40645
40646         * lib/binary-io.h: New file, from GNU gettext.
40647
40648 2003-04-01  Bruno Haible  <bruno@clisp.org>
40649
40650         * modules/pathname: New file.
40651         * MODULES.html.sh (func_all_modules): Add it.
40652
40653 2003-04-01  Bruno Haible  <bruno@clisp.org>
40654
40655         * lib/pathname.h: New file, from GNU gettext.
40656         * lib/concatpath.c: New file, from GNU gettext.
40657
40658 2003-03-30  Bruno Haible  <bruno@clisp.org>
40659
40660         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
40661
40662 2003-03-30  Bruno Haible  <bruno@clisp.org>
40663
40664         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
40665         function chown() doesn't exist.
40666
40667 2003-03-28  Bruno Haible  <bruno@clisp.org>
40668
40669         * modules/copy-file: New file.
40670         * MODULES.html.sh (func_all_modules): Add it.
40671
40672 2003-03-28  Bruno Haible  <bruno@clisp.org>
40673
40674         * m4/copy-file.m4: New file.
40675
40676 2003-03-28  Bruno Haible  <bruno@clisp.org>
40677
40678         * lib/copy-file.h: New file, from GNU gettext.
40679         * lib/copy-file.c: New file, from GNU gettext.
40680
40681 2003-03-18  Jim Meyering  <jim@meyering.net>
40682
40683         * lib/quote.c (quote_n): Fix typo in comment.
40684
40685 2003-03-18  Bruno Haible  <bruno@clisp.org>
40686
40687         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
40688         checking.
40689         * m4/onceonly_2_57.m4: Likewise.
40690
40691 2003-03-17  Bruno Haible  <bruno@clisp.org>
40692
40693         * m4/onceonly.m4: Require autoconf 2.54 or newer.
40694         (m4_quote): Remove macro.
40695         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
40696
40697 2003-03-14  Jim Meyering  <jim@meyering.net>
40698
40699         Merge changes from Coreutils.
40700         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
40701         to be const, in order to avoid warnings.
40702         (obstack_room): Likewise.
40703         (obstack_empty_p): Likewise.
40704
40705 2003-03-14  Bruno Haible  <bruno@clisp.org>
40706
40707         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40708         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40709
40710 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40711
40712         Merge changes from Bison.
40713         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40714         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40715         when compiling Bison 1.875's `bitset bset = obstack_alloc
40716         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40717         * lib/hash.c: Include <stdbool.h> unconditionally.
40718
40719 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40720
40721         * m4/onceonly.m4 (m4_quote): New macro.
40722         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40723         Quote AC_FOREACH variable-expansions properly.
40724
40725 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40726
40727         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40728
40729 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40730
40731         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40732         Reported by Bruce Becker; see:
40733         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40734
40735 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40736             Bruno Haible  <bruno@clisp.org>
40737
40738         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40739         Reported by John Hughes, see
40740         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40741
40742 2003-02-20  Bruno Haible  <bruno@clisp.org>
40743
40744         * MODULES.html.sh (func_all_modules): Add poll.
40745
40746 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40747
40748         * modules/poll: New file.
40749
40750 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40751
40752         * lib/poll_.h: New file.
40753         * lib/poll.c: New file.
40754
40755 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40756
40757         * m4/poll.m4: New file.
40758
40759 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40760
40761         * modules/mathl: New file.
40762
40763 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40764
40765         * lib/mathl.h: New file.
40766         * lib/acosl.c: New file.
40767         * lib/asinl.c: New file.
40768         * lib/atanl.c: New file.
40769         * lib/ceill.c: New file.
40770         * lib/cosl.c: New file.
40771         * lib/expl.c: New file.
40772         * lib/floorl.c: New file.
40773         * lib/frexpl.c: New file.
40774         * lib/ldexpl.c: New file.
40775         * lib/logl.c: New file.
40776         * lib/sincosl.c: New file.
40777         * lib/sinl.c: New file.
40778         * lib/sqrtl.c: New file.
40779         * lib/tanl.c: New file.
40780         * lib/trigl.c: New file.
40781         * lib/trigl.h: New file.
40782
40783 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40784
40785         * m4/mathl.m4: New file.
40786
40787 2003-02-18  Bruno Haible  <bruno@clisp.org>
40788
40789         * MODULES.html.sh (func_all_modules): Add mathl.
40790
40791 2003-02-17  Bruno Haible  <bruno@clisp.org>
40792
40793         * modules/mkdtemp: New module.
40794         * MODULES.html.sh (func_all_modules): Add it.
40795
40796 2003-02-17  Bruno Haible  <bruno@clisp.org>
40797
40798         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
40799
40800 2003-02-17  Bruno Haible  <bruno@clisp.org>
40801
40802         * lib/mkdtemp.h: New file, from GNU gettext.
40803         * lib/mkdtemp.c: New file, from GNU gettext.
40804
40805 2003-02-02  Jim Meyering  <jim@meyering.net>
40806
40807         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
40808         e.g. glibc-2.2.93.
40809
40810 2003-01-31  Bruno Haible  <bruno@clisp.org>
40811
40812         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
40813         'rpl_rename'.
40814         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
40815         'rpl_strnlen'.
40816         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
40817         'rpl_strtod'.
40818         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
40819         'rpl_utime'.
40820
40821 2003-01-31  Bruno Haible  <bruno@clisp.org>
40822
40823         * lib/rename.c: #undef rename before defining rpl_rename.
40824         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
40825
40826 2003-01-30  Bruno Haible  <bruno@clisp.org>
40827
40828         * modules/vasnprintf, modules/vasprintf: New modules.
40829         * MODULES.html.sh (func_all_modules): Add them.
40830
40831 2003-01-30  Bruno Haible  <bruno@clisp.org>
40832
40833         * m4/signed.m4: New file, from GNU gettext.
40834         * m4/longdouble.m4: New file, from GNU gettext.
40835         * m4/wchar_t.m4: New file, from GNU gettext.
40836         * m4/wint_t.m4: New file, from GNU gettext.
40837         * m4/vasnprintf.m4: New file.
40838         * m4/vasprintf.m4: New file.
40839
40840 2003-01-30  Bruno Haible  <bruno@clisp.org>
40841
40842         * lib/printf-args.h: New file, from GNU gettext.
40843         * lib/printf-args.c: New file, from GNU gettext.
40844         * lib/printf-parse.h: New file, from GNU gettext.
40845         * lib/printf-parse.c: New file, from GNU gettext.
40846         * lib/vasnprintf.h: New file, from GNU gettext.
40847         * lib/vasnprintf.c: New file, from GNU gettext.
40848         * lib/asnprintf.c: New file, from GNU gettext.
40849         * lib/vasprintf.h: New file, from GNU gettext with modifications.
40850         * lib/vasprintf.c: New file, from GNU gettext.
40851         * lib/asprintf.c: New file, from GNU gettext.
40852
40853 2003-01-29  Bruno Haible  <bruno@clisp.org>
40854
40855         * modules/stpncpy: New module.
40856         * MODULES.html.sh (func_all_modules): Add it.
40857
40858 2003-01-29  Bruno Haible  <bruno@clisp.org>
40859
40860         * m4/stpncpy.m4: New file.
40861
40862 2003-01-29  Bruno Haible  <bruno@clisp.org>
40863
40864         * lib/stpncpy.h: New file, from GNU gettext with modifications.
40865         * lib/stpncpy.c: New file, from GNU gettext with modifications.
40866
40867 2003-01-28  Bruno Haible  <bruno@clisp.org>
40868
40869         * modules/c-ctype: New module.
40870         * MODULES.html.sh (func_all_modules): Add it.
40871
40872 2003-01-28  Bruno Haible  <bruno@clisp.org>
40873
40874         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
40875         Paul Eggert.
40876         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
40877         Paul Eggert.
40878
40879 2003-01-27  Bruno Haible  <bruno@clisp.org>
40880
40881         * modules/xsetenv: New module.
40882         * MODULES.html.sh (func_all_modules): Add it.
40883
40884 2003-01-27  Bruno Haible  <bruno@clisp.org>
40885
40886         * lib/xsetenv.h: New file, from GNU gettext.
40887         * lib/xsetenv.c: New file, from GNU gettext.
40888
40889 2003-01-23  Jim Meyering  <jim@meyering.net>
40890
40891         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
40892         from working on systems without dirfd (at least Irix and OSF1/Tru64).
40893
40894 2003-01-23  Bruno Haible  <bruno@clisp.org>
40895
40896         * modules/minmax: New module.
40897         * MODULES.html.sh (func_all_modules): Add it.
40898
40899 2003-01-23  Bruno Haible  <bruno@clisp.org>
40900
40901         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
40902         Eggert.
40903
40904 2003-01-22  Bruno Haible  <bruno@clisp.org>
40905
40906         * modules/exit: New module.
40907         * MODULES.html.sh (func_all_modules): Add it.
40908
40909 2003-01-22  Bruno Haible  <bruno@clisp.org>
40910
40911         * lib/exit.h: New file, from GNU gettext.
40912
40913 2003-01-19  Bruno Haible  <bruno@clisp.org>
40914
40915         * gnulib-tool: Recognize option --extract-maintainer.
40916         (func_get_maintainer): New function.
40917         * modules/*: Add Maintainer entry.
40918
40919 2003-01-16  Jim Meyering  <jim@meyering.net>
40920
40921         * m4/regex.m4: The `regex' struct is both input and output.
40922         Initialize it before each use.  Patch by Tim Waugh.
40923
40924 2003-01-16  Bruno Haible  <bruno@clisp.org>
40925
40926         * MODULES.html.sh: Add a table of contents. Add the module name as
40927         leftmost column. Add hyperlinks.
40928
40929 2003-01-15  Bruno Haible  <bruno@clisp.org>
40930
40931         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
40932
40933 2003-01-15  Bruno Haible  <bruno@clisp.org>
40934
40935         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
40936         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
40937         suffix.
40938
40939 2003-01-15  Bruno Haible  <bruno@clisp.org>
40940
40941         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40942
40943 2003-01-15  Bruno Haible  <bruno@clisp.org>
40944
40945         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40946         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40947
40948 2003-01-14  Jim Meyering  <jim@meyering.net>
40949
40950         * lib/same.c (same_name): Tweak a comment.
40951
40952 2003-01-14  Bruno Haible  <bruno@clisp.org>
40953
40954         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40955         when a string comparison is sufficient.
40956
40957 2003-01-14  Bruno Haible  <bruno@clisp.org>
40958
40959         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40960         'unsigned int'.
40961
40962 2003-01-14  Bruno Haible  <bruno@clisp.org>
40963
40964         * lib/hash-pjw.c: Add comment about low quality of this function.
40965
40966 2003-01-13  Bruno Haible  <bruno@clisp.org>
40967
40968         * modules/stpcpy: Distribute lib/stpcpy.h.
40969         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40970
40971 2003-01-13  Bruno Haible  <bruno@clisp.org>
40972
40973         * modules/*: Add a description.
40974         * modules/strpbrk: Fix Makefile.am snippet.
40975         * modules/strtoimax: Fix dependencies.
40976         * modules/strtoumax: Likewise.
40977
40978 2003-01-13  Bruno Haible  <bruno@clisp.org>
40979
40980         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40981         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40982         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40983
40984 2003-01-13  Bruno Haible  <bruno@clisp.org>
40985
40986         * gnulib-tool (func_create_testdir): Store config/* files in the main
40987         directory.
40988         * config.rpath: Move to ...
40989         * config/config.rpath: ... here.
40990         * modules/gettext: Contains config/config.rpath, not config.rpath.
40991         * modules/iconv: Likewise.
40992
40993 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40994
40995         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40996         to avoid collisions with libcurses and libreadline.
40997
40998         * m4/getstr.m4: Remove.
40999         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
41000
41001 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41002
41003         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41004         to avoid collisions with libcurses and libreadline.
41005
41006         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
41007         * lib/getstr.h, getstr.c: Remove.
41008         * lib/getline.c: Include "getline.h", to check interface.
41009         Move body of old getstr.c here: this defines MIN_CHUNK and
41010         declares getdelim2, which is renamed from getstr.
41011         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
41012
41013         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
41014         All uses changed.
41015         * lib/linebuffer.h: Likewise.
41016         (readline): Remove backward-compatibility macro.
41017
41018 2003-01-12  Paul Eggert  <eggert@twinsun.com>
41019
41020         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
41021         to avoid collisions with libcurses and libreadline.
41022         * getstr: Remove.
41023         * MODULES.html.sh: Remove getstr.
41024         * modules/getline: Depend on unlocked-io, not getstr.
41025
41026 2003-01-12  Jim Meyering  <jim@meyering.net>
41027
41028         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
41029
41030 2003-01-10  Bruno Haible  <bruno@clisp.org>
41031
41032         * modules/alloca: Change Makefile.am requirements. Simplify Include
41033         requirements. Add lib/alloca_.h to file list.
41034
41035 2003-01-10  Bruno Haible  <bruno@clisp.org>
41036
41037         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
41038
41039 2003-01-10  Bruno Haible  <bruno@clisp.org>
41040
41041         * lib/alloca_.h: New file.
41042         * lib/getdate.y: Unconditionally include alloca.h.
41043         * lib/makepath.c: Likewise.
41044         * lib/setenv.c: Likewise.
41045         * lib/userspec.c: Likewise.
41046
41047 2003-01-09  Karl Berry  <karl@gnu.org>
41048
41049         * MODULES.html.sh: include `dirname $0` in PATH, to find
41050         gnulib-tool.
41051
41052 2003-01-09  Bruno Haible  <bruno@clisp.org>
41053
41054         * modules/stdbool: Change configure.ac, Makefile.am requirements.
41055         Simplify Include requirements. Add lib/stdbool.h.in to file list.
41056
41057 2003-01-09  Bruno Haible  <bruno@clisp.org>
41058
41059         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
41060
41061 2003-01-09  Bruno Haible  <bruno@clisp.org>
41062
41063         * lib/stdbool.h.in: New file.
41064
41065 2003-01-09  Bruno Haible  <bruno@clisp.org>
41066
41067         * gnulib-tool (func_all_modules): Ignore files ending in ~.
41068         * MODULES.html.sh: Likewise.
41069
41070 2003-01-08  Jim Meyering  <jim@meyering.net>
41071
41072         * lib/full-write.c: Undefine and define-away `const' after inclusion
41073         of errno.h, not before.  Suggestion from Bruno Haible.
41074
41075 2003-01-08  Bruno Haible  <bruno@clisp.org>
41076
41077         * modules/full-read: Depend on full-write.
41078
41079 2003-01-08  Bruno Haible  <bruno@clisp.org>
41080
41081         * lib/safe-read.c: Include specification header first, to ensure its
41082         selfcontainedness.
41083         * lib/full-write.c: Likewise.
41084
41085 2003-01-07  Jim Meyering  <jim@meyering.net>
41086
41087         * lib/full-write.c: Rework so that it may serve to define full_read,
41088         too.
41089         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
41090
41091 2003-01-07  Bruno Haible  <bruno@clisp.org>
41092
41093         * lib/strtoimax.c: Include <stdint.h> as an alternative to
41094         <inttypes.h>.
41095         * lib/xstrtol.h: Likewise.
41096         * lib/xstrtoimax.c: Likewise.
41097         * lib/xstrtoumax.c: Likewise.
41098         * lib/human.h: Likewise.
41099
41100         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
41101         on systems that have <inttypes.h> but not <stdint.h>.
41102
41103 2003-01-07  Bruno Haible  <bruno@clisp.org>
41104
41105         * MODULES.html.sh: Add copyright notice.
41106         (missed_files): Omit CVS directory entries.
41107         (func_module): Make it work with sed-3.02.
41108         * MODULES.txt: Remove file.
41109
41110 2003-01-06  Jim Meyering  <jim@meyering.net>
41111
41112         * lib/version-etc.c: Update year in translatable copyright string.
41113
41114 2003-01-03  Karl Berry  <karl@gnu.org>
41115
41116         * config/config.{guess,sub}: update from prep.
41117
41118 2003-01-02  Karl Berry  <karl@gnu.org>
41119
41120         * doc/COPYING.DOC: belatedly updated to 1.2.
41121
41122 2003-01-01  Karl Berry  <karl@gnu.org>
41123
41124         * gnulib-tool (func_verify_module): report module name $module in
41125         error message, not $1.
41126         * gnulib-tool (create-testdir): don't complain if destdir couldn't
41127         be created, only if it doesn't exist.
41128         * gnulib-tool (last_checkin_date): don't expand the $Date here.
41129
41130 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41131
41132         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
41133
41134 2002-12-31  Paul Eggert  <eggert@twinsun.com>
41135
41136         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
41137         memcmp if strcoll doesn't work.
41138
41139 2002-12-31  Bruno Haible  <bruno@clisp.org>
41140
41141         * lib/utime.c (utime_null): No need to call ftruncate if the file was
41142         nonempty.
41143
41144 2002-12-31  Bruno Haible  <bruno@clisp.org>
41145
41146         * lib/memcoll.c (STRCOLL): New macro.
41147         (memcoll): Use it.
41148
41149 2002-12-31  Bruno Haible  <bruno@clisp.org>
41150
41151         * lib/localcharset.h: New file.
41152         * lib/localcharset.c: Include it.
41153         * lib/unicodeio.c: Likewise.
41154
41155 2002-12-31  Bruno Haible  <bruno@clisp.org>
41156
41157         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
41158         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
41159
41160 2002-12-31  Bruno Haible  <bruno@clisp.org>
41161
41162         * lib/getline.h: Include <stddef.h>, for size_t.
41163
41164         * lib/unicodeio.h: Include <stddef.h>, for size_t.
41165         * lib/unicodeio.c: Don't include <stddef.h>.
41166
41167 2002-12-31  Bruno Haible  <bruno@clisp.org>
41168
41169         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
41170         HAVE_TM_ZONE.
41171
41172 2002-12-24  Karl Berry  <karl@gnu.org>
41173
41174         * config/config.guess: update from prep.
41175
41176 2002-12-24  Bruno Haible  <bruno@clisp.org>
41177
41178         General infrasructure.
41179         * m4/README: Rewritten.
41180         * m4/onceonly.m4: New file.
41181         * m4/onceonly_2_57.m4: New file.
41182
41183         Module atexit.
41184         * m4/atexit.m4: New file.
41185
41186         Module strtod.
41187         * m4/strtod.m4: New file.
41188
41189         Module strtol.
41190         * m4/strtol.m4: New file.
41191
41192         Module strtoul.
41193         * m4/strtoul.m4: New file.
41194
41195         Module memchr.
41196         * m4/memchr.m4: New file.
41197
41198         Module memcmp.
41199         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
41200         (jm_FUNC_MEMCMP): Invoke it.
41201
41202         Module memcpy.
41203         * m4/memcpy.m4: New file.
41204
41205         Module memmove.
41206         * m4/memmove.m4: New file.
41207
41208         Module memset.
41209         * m4/memset.m4: New file.
41210
41211         Module strcspn.
41212         * m4/strcspn.m4: New file.
41213
41214         Module strpbrk.
41215         * m4/strpbrk.m4: New file.
41216
41217         Module strstr.
41218         * m4/strstr.m4: New file.
41219
41220         Module strerror.
41221         * m4/strerror.m4: New file.
41222
41223         Module mktime.
41224         * m4/mktime.m4: Renamed from jm-mktime.m4.
41225         (gl_PREREQ_MKTIME): New macro.
41226         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
41227
41228         Module malloc.
41229         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
41230         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
41231         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
41232
41233         Module realloc.
41234         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
41235         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
41236         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
41237
41238         Module strftime.
41239         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
41240         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
41241         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
41242         gl_TM_GMTOFF.
41243         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
41244
41245         Module xalloc.
41246         * m4/xalloc.m4: New file.
41247
41248         Module alloca.
41249         * m4/alloca.m4: New file.
41250
41251         Module putenv.
41252         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
41253         (jm_FUNC_PUTENV): Invoke it.
41254
41255         Module setenv.
41256         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
41257         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
41258         when invoked twice.
41259         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
41260         gt_FUNC_SETENV.
41261
41262         Module memrchr.
41263         * m4/memrchr.m4: New file.
41264
41265         Module stpcpy.
41266         * m4/stpcpy.m4: New file.
41267
41268         Module strcase.
41269         * m4/strcase.m4: New file.
41270
41271         Module strdup.
41272         * m4/strdup.m4: New file.
41273
41274         Module strnlen.
41275         * m4/strnlen.m4: New file.
41276
41277         Module strndup.
41278         * m4/strndup.m4: New file.
41279
41280         Module xstrtod.
41281         * m4/xstrtod.m4: New file.
41282
41283         Module xstrtol.
41284         * m4/xstrtol.m4: New file.
41285
41286         Module getdate.
41287         * m4/getdate.m4: New file.
41288
41289         Module unlocked-io.
41290         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
41291         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
41292         * m4/jm-glibc-io.m4n: Remove file.
41293
41294         Module long-options.
41295         * m4/long-options.m4: New file.
41296
41297         Module md5.
41298         * m4/md5.m4: New file.
41299
41300         Module sha.
41301         * m4/sha.m4: New file.
41302
41303         Module getstr.
41304         * m4/getstr.m4: New file.
41305
41306         Module getline.
41307         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
41308         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
41309         <sys/types.h>, for size_t. Use the function name gnu_getline, not
41310         simply getline. Infoke gl_PREREQ_GETLINE.
41311
41312         Module obstack.
41313         * m4/obstack.m4: New file.
41314
41315         Module hash.
41316         * m4/hash.m4: New file.
41317
41318         Module readtokens.
41319         * m4/readtokens.m4: New file.
41320
41321         Module strverscmp.
41322         * m4/strverscmp.m4: New file.
41323
41324         Module stdbool.
41325         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
41326         OSF/1.
41327
41328         Module strtoll.
41329         * m4/strtoll.m4: New file.
41330
41331         Module strtoull.
41332         * m4/strtoull.m4: New file.
41333
41334         Module strtoimax.
41335         * m4/strtoimax.m4: New file.
41336
41337         Module strtoumax.
41338         * m4/strtoumax.m4: New file.
41339
41340         Module xstrtoimax.
41341         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
41342         jm_AC_PREREQ_XSTRTOIMAX.
41343         Moved the strtol prerequisites to strtol.m4.
41344         Moved the strtoll prerequisites to strtoll.m4.
41345         Moved the strtoimax prerequisites to strtoimax.m4.
41346
41347         Module xstrtoumax.
41348         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
41349         jm_AC_PREREQ_XSTRTOUMAX.
41350         Moved the strtoul prerequisites to strtoul.m4.
41351         Moved the strtoull prerequisites to strtoull.m4.
41352         Moved the strtoumax prerequisites to strtoumax.m4.
41353
41354         Module chown.
41355         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
41356         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
41357
41358         Module dup2.
41359         * m4/dup2.m4: New file.
41360
41361         Module ftruncate.
41362         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
41363         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
41364
41365         Module getgroups.
41366         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
41367         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
41368
41369         Module gettimeofday.
41370         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
41371         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
41372         gl_PREREQ_GETTIMEOFDAY.
41373
41374         Module mkdir.
41375         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
41376         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
41377
41378         Module mkstemp.
41379         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
41380         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
41381         jm_AC_TYPE_UINTMAX_T.
41382         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
41383
41384         Module stat.
41385         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
41386         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
41387
41388         Module lstat.
41389         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
41390         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
41391
41392         Module timespec.
41393         * m4/timespec.m4 (gl_TIMESPEC): New macro.
41394         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
41395         * m4/st_mtim.m4: Indentation.
41396
41397         Module nanosleep.
41398         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
41399         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
41400         gl_PREREQ_NANOSLEEP.
41401
41402         Module regex.
41403         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
41404         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
41405         (gl_REGEX): New macro.
41406
41407         Module rename.
41408         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
41409         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
41410
41411         Module rmdir.
41412         * m4/rmdir.m4: New file.
41413
41414         Module utime.
41415         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
41416         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
41417         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
41418
41419         Module dirname.
41420         * m4/dirname.m4: New file.
41421
41422         Module getopt.
41423         * m4/getopt.m4: New file.
41424
41425         Module unistd-safer.
41426         * m4/unistd-safer.m4: New file.
41427
41428         Module fnmatch.
41429         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
41430         declaration.
41431         (gl_PREREQ_FNMATCH_EXTRA): New macro.
41432         (gl_FUNC_FNMATCH_POSIX): New macro.
41433         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
41434         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
41435         simply fnmatch.
41436
41437         Module exclude.
41438         * m4/exclude.m4: New file.
41439
41440         Module human.
41441         * m4/human.m4: New file.
41442
41443         Module acl.
41444         * m4/acl.m4: Nop.
41445
41446         Module backupfile.
41447         * m4/backupfile.m4: New file.
41448         * m4/d-ino.m4: Indentation.
41449
41450         Module fsusage.
41451         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
41452         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
41453         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
41454
41455         Module dirfd.
41456         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
41457         requirements.
41458
41459         Module euidaccess.
41460         * m4/euidaccess.m4: New file.
41461
41462         Module file-type.
41463         * m4/file-type.m4: New file.
41464
41465         Module fileblocks.
41466         * m4/fileblocks.m4: New file.
41467
41468         Module filemode.
41469         * m4/filemode.m4: New file.
41470
41471         Module isdir.
41472         * m4/isdir.m4: New file.
41473
41474         Module lchown.
41475         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
41476         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
41477
41478         Module makepath.
41479         * m4/makepath.m4: New file.
41480
41481         Module modechange.
41482         * m4/modechange.m4: New file.
41483
41484         Module mountlist.
41485         * m4/mountlist.m4: New file.
41486         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
41487         Indentation.
41488
41489         Module path-concat.
41490         * m4/path-concat.m4: New file.
41491
41492         Module pathmax.
41493         * m4/pathmax.m4: New file.
41494
41495         Module same.
41496         * m4/same.m4: New file.
41497
41498         Module save-cwd.
41499         * m4/save-cwd.m4: New file.
41500
41501         Module savedir.
41502         * m4/savedir.m4: New file.
41503
41504         Module xgetcwd.
41505         * m4/xgetcwd.m4: New file.
41506         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
41507
41508         Module xreadlink.
41509         * m4/xreadlink.m4: New file.
41510
41511         Module safe-read.
41512         * m4/safe-read.m4: New file.
41513
41514         Module safe-write.
41515         * m4/safe-write.m4: New file.
41516
41517         Module closeout.
41518         * m4/closeout.m4: New file.
41519
41520         Module stdio-safer.
41521         * m4/stdio-safer.m4: New file.
41522
41523         Module getpass.
41524         * m4/getpass.m4: New file.
41525
41526         Module getugroups.
41527         * m4/getugroups.m4: New file.
41528
41529         Module group-member.
41530         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
41531         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
41532
41533         Module idcache.
41534         * m4/idcache.m4: New file.
41535
41536         Module userspec.
41537         * m4/userspec.m4: New file.
41538
41539         Module gettime.
41540         * m4/clock_time.m4: New file.
41541         * m4/gettime.m4: New file.
41542
41543         Module settime.
41544         * m4/settime.m4: New file.
41545
41546         Module posixtm.
41547         * m4/posixtm.m4: New file.
41548
41549         Module gethostname.
41550         * m4/gethostname.m4: New file.
41551
41552         Module canon-host.
41553         * m4/canon-host.m4: New file.
41554
41555         Module gettext.
41556         * m4/codeset.m4: New file, from gettext-0.11.5.
41557         * m4/gettext.m4: New file, from gettext-0.11.5.
41558         * m4/glibc21.m4: New file, from gettext-0.11.5.
41559         * m4/iconv.m4: New file, from gettext-0.11.5.
41560         * m4/intdiv0.m4: New file, from gettext-0.11.5.
41561         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
41562         * m4/inttypes.m4: New file, from gettext-0.11.5.
41563         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
41564         * m4/isc-posix.m4: New file, from gettext-0.11.5.
41565         * m4/lcmessage.m4: New file, from gettext-0.11.5.
41566         * m4/lib-ld.m4: New file, from gettext-0.11.5.
41567         * m4/lib-link.m4: New file, from gettext-0.11.5.
41568         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
41569         * m4/progtest.m4: New file, from gettext-0.11.5.
41570         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
41571         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
41572         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
41573
41574         Module localcharset.
41575         * m4/localcharset.m4: New file.
41576
41577         Module hard-locale.
41578         * m4/hard-locale.m4: New file.
41579
41580         Module mbswidth.
41581         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
41582         onceonly macros.
41583         * m4/mbrtowc.m4: Add comment.
41584
41585         Module memcasecmp.
41586         * m4/memcasecmp.m4: New file.
41587
41588         Module memcoll.
41589         * m4/memcoll.m4: New file.
41590
41591         Module unicodeio.
41592         * m4/unicodeio.m4: New file.
41593
41594         Module rpmatch.
41595         * m4/rpmatch.m4: New file.
41596
41597         Module yesno.
41598         * m4/yesno.m4: New file.
41599
41600         Module exitfail.
41601         * m4/exitfail.m4: New file.
41602
41603         Module c-stack.
41604         * m4/c-stack.m4 (gl_C_STACK): New macro.
41605         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
41606
41607         Module error.
41608         * m4/error.m4 (gl_ERROR): New macro.
41609         (jm_PREREQ_ERROR): Use onceonly macros.
41610
41611         Module fatal.
41612         * m4/fatal.m4: New file.
41613
41614         Module getloadavg.
41615         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
41616         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
41617
41618         Module getpagesize.
41619         * m4/getpagesize.m4: New file.
41620
41621         Module getusershell.
41622         * m4/getusershell.m4: New file.
41623
41624         Module physmem.
41625         * m4/physmem.m4: New file.
41626
41627         Module posixver.
41628         * m4/posixver.m4: New file.
41629
41630         Module quotearg.
41631         * m4/quotearg.m4: New file.
41632
41633         Module quote.
41634         * m4/quote.m4: New file.
41635
41636         Module readutmp.
41637         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
41638
41639         Module sig2str.
41640         * m4/sig2str.m4: New file.
41641
41642         Other.
41643         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
41644         ulonglong.m4.
41645         * m4/intmax_t.m4: New file.
41646         * m4/d-type.m4: Indentation.
41647         * m4/jm-macros.m4: Update.
41648         * m4/prereq.m4 (jm_PREREQ): Update.
41649         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
41650         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
41651         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
41652         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
41653         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
41654         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
41655         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
41656         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
41657         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
41658         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
41659         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
41660         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
41661         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
41662         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
41663         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
41664         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
41665         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
41666         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
41667         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
41668
41669 2002-12-24  Bruno Haible  <bruno@clisp.org>
41670
41671         * MODULES.txt: Update according to m4/ changes.
41672
41673         Module gettext.
41674         * config.rpath: New file, from gettext-0.11.5.
41675
41676         * modules/*: New module descriptions.
41677         * gnulib-tool: New file.
41678         * MODULES.html.sh: New file.
41679
41680 2002-12-21  Karl Berry  <karl@gnu.org>
41681
41682         * doc/fdl.texi: update to version 1.2.
41683
41684 2002-12-19  Karl Berry  <karl@gnu.org>
41685
41686         * config/config.guess: update from prep.
41687
41688 2002-12-18  Bruno Haible  <bruno@clisp.org>
41689
41690         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
41691         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
41692
41693 2002-12-17  Bruno Haible  <bruno@clisp.org>
41694
41695         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
41696         stdlib.h, string.h.
41697
41698 2002-12-17  Bruno Haible  <bruno@clisp.org>
41699
41700         * lib/canon-host.c (strdup): Remove unused declaration.
41701
41702         * lib/fsusage.c: Include full_read.h.
41703         (get_fs_usage): Use full_read instead of safe_read.
41704
41705         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41706
41707 2002-12-12  Karl Berry  <karl@gnu.org>
41708
41709         * config/config.guess: update from prep.
41710
41711 2002-12-11  Bruno Haible  <bruno@clisp.org>
41712
41713         * m4/setenv.m4: New file, from gettext-0.11.5.
41714
41715 2002-12-11  Bruno Haible  <bruno@clisp.org>
41716
41717         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41718         not unsetenv().
41719         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41720         modifications:
41721
41722         2002-12-11  Bruno Haible  <bruno@clisp.org>
41723
41724                 * setenv.c (alloca): Fall back to malloc.
41725                 (freea): New macro.
41726                 (setenv): Use freea() to free memory allocated with alloca().
41727
41728         2002-11-13  Bruno Haible  <bruno@clisp.org>
41729
41730                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41731                 function declarations.
41732                 * unsetenv.c (unsetenv): Likewise.
41733
41734         2002-03-04  Bruno Haible  <bruno@clisp.org>
41735
41736                 Portability to AIX 4.3.3.
41737                 * unsetenv.c: New file, extracted from setenv.c.
41738                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41739
41740         2001-12-20  Bruno Haible  <bruno@clisp.org>
41741
41742                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41743                 use malloc instead. For SunOS 4.
41744
41745         2001-12-11  Bruno Haible  <bruno@clisp.org>
41746
41747                 * setenv.c: Declare alloca.
41748                 (compar_fn_t): New typedef.
41749                 (KNOWN_VALUE, STORE_VALUE): Use it.
41750
41751         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41752         setenv.h.
41753
41754 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41755
41756         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41757         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41758         Choose values that are less likely to collide with system fnmatch
41759         options.
41760         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
41761         defined (e.g., a pure POSIX system).
41762         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
41763         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
41764
41765 2002-12-06  Paul Eggert  <eggert@twinsun.com>
41766
41767         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
41768         a pain in practice to deal with generated m4 files.  This change
41769         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
41770
41771         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
41772         and jm-glibc-io.m4, as they are no longer a special case.
41773         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
41774         kludge and the auto-generation stuff.  Check only whether the
41775         functions are declared, not whether they exist, since older hosts
41776         that don't declare the functions can't use the optimization anyway.
41777
41778 2002-12-06  Jim Meyering  <jim@meyering.net>
41779
41780         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
41781
41782         Merge in changes from libc's misc/error.c, in preparation
41783         for the merge of gnulib's changes back into libc.
41784
41785         * lib/error.c (_): Define only if not already defined.
41786         Move definition to follow all #include directives.
41787         Include unlocked-io.h only if !_LIBC.
41788         [_LIBC]: Include <libio/libioP.h>.
41789         [USE_IN_LIBIO]: Include <libio/iolibio.h>
41790         (fflush): Tweak definition to use INTUSE.
41791         (putc): Define.
41792
41793 2002-12-05  Paul Eggert  <eggert@twinsun.com>
41794
41795         * lib/alloca.c [defined emacs]: Include "lisp.h".
41796         (xalloc_die) [defined emacs]: New macro.
41797         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
41798         [! defined emacs]: Include <xalloc.h>.
41799         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
41800         (pointer): Typedef to POINTER_TYPE *.
41801         (malloc): Remove decl; we now always use xmalloc.
41802         (alloca): Use old-style definition, since Emacs needs this.
41803         Check for arithmetic overflow when computing combined size.
41804
41805 2002-12-04  Paul Eggert  <eggert@twinsun.com>
41806
41807         Do not generate unlocked-io.h automatically, since it's easier to
41808         maintain it by hand.
41809
41810         * lib/unlocked-io.h: New file, from GNU diffutils,
41811         but with proper copyright notice and attribution.
41812         * lib/gen-uio: Remove.
41813         * lib/Makefile.am: Add copyright notice.
41814         (libfetish_a_SOURCES): Add unlocked-io.h.
41815         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
41816         (DISTCLEANFILES, io_functions): Remove macros.
41817         (EXTRA_DIST): Remove gen_uio.
41818         (unlocked-io.h): Remove rule.
41819
41820 2002-12-04  Jim Meyering  <jim@meyering.net>
41821
41822         Reflect the fact that stat.c and lstat.c are no longer generated.
41823         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
41824         (DISTCLEANFILES): Likewise.
41825         (EXTRA_DIST): Likewise.
41826         (all_local): Don't depend on stat.c or lstat.c.
41827         (stat.c, lstat.c): Remove rules.
41828         (EXTRA_DIST): Remove xstat.in.
41829
41830         * lib/xstat.in: Remove file.  Contents moved into stat.c.
41831         * lib/stat.c: New file.  Contents mostly from xstat.in.
41832         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
41833         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
41834
41835         * lib/safe-read.c: Rework so that it may serve to define safe_write,
41836         too.
41837         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
41838
41839 2002-12-03  Jim Meyering  <jim@meyering.net>
41840
41841         * lib/safe-read.c, safe-write.c: Change variable names and comments,
41842         but not semantics, to minimize the differences between these two files.
41843         (safe_read): Change comment to mention SAFE_READ_ERROR.
41844
41845         * lib/safe-read.c (IS_EINTR): Define.
41846         (safe_read): Use IS_EINTR in place of in-function cpp directives.
41847
41848 2002-12-02  Jim Meyering  <jim@meyering.net>
41849
41850         * lib/safe-read.c (EINTR): Define.
41851         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41852         (INT_MAX): Provide fallback.
41853         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
41854
41855         * lib/safe-read.h (SAFE_READ_ERROR): Define.
41856
41857 2002-12-02  Bruno Haible  <bruno@clisp.org>
41858
41859         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
41860         Define, taken from safe-read.c.
41861         (INT_MAX): Provide fallback.
41862         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
41863         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
41864
41865         * lib/safe-read.c (EINTR): Remove definition.
41866         (safe_read): Don't use EINTR if it is absent.
41867
41868 2002-12-01  Jim Meyering  <jim@meyering.net>
41869
41870         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
41871         zero.
41872         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
41873
41874 2002-11-27  Paul Eggert  <eggert@twinsun.com>
41875
41876         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
41877         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
41878         with `if (! (value < limit)) abort ();', for readability.
41879
41880 2002-11-26  Karl Berry  <karl@gnu.org>
41881
41882         * lib/strdup.c: copy from libc again, with jim's ok.
41883         * lib/.cppi-disable: re-add strdup.c
41884
41885 2002-11-25  Karl Berry  <karl@gnu.org>
41886
41887         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
41888         instead of "strtol.c".
41889
41890 2002-11-25  Karl Berry  <karl@gnu.org>
41891
41892         * config/install-sh: update from automake for variable quoting, $0 in
41893         error msgs, etc.
41894
41895         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
41896         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
41897         entry.
41898
41899 2002-11-25  Jim Meyering  <jim@meyering.net>
41900
41901         * lib/mktime.c: Sync from libc, now that it has the latest fix.
41902
41903 2002-11-24  Karl Berry  <karl@gnu.org>
41904
41905         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
41906         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
41907
41908 2002-11-24  Jim Meyering  <jim@meyering.net>
41909
41910         Update from coreutils:
41911
41912         * lib/mktime.c: Merge in changes from libc.
41913
41914         Avoid a link-time failure on some Linux systems.
41915         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
41916         (otherwise).
41917         (__mon_yday): Declare with the STATIC attribute.
41918         (__mktime_internal): Likewise.
41919         Based on a report from Greg Schafer.
41920
41921 2002-11-23  Jim Meyering  <jim@meyering.net>
41922
41923         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
41924         Use `unsigned', not `int', as type of index.
41925
41926         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
41927
41928         * lib/fsusage.c: Remove unneeded parentheses around operands of
41929         `defined'.
41930
41931 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41932
41933         * lib/quotearg.h: Allow multiple inclusion by surrounding with
41934         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
41935         so that we can be included first.
41936         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
41937         * lib/quotearg.c: Include quotearg.h immediately after config.h.
41938         No need to include stddef.h or sys/types.h any more.
41939         Surround local include files with "", not "<>".
41940         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41941         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41942         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41943         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41944         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41945         (ISPRINT): Remove; no longer needed now that we assume C89.
41946
41947         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41948         Preserve errno.
41949
41950         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41951         quotearg_char): Use SIZE_MAX rather than
41952         (size_t) -1 when we are talking about "infinity".
41953
41954         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41955
41956 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41957
41958         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41959         hint that one should use `if (! x) abort ();' rather than `assert
41960         (x);', and anyway it's one less thing to worry about configuring.
41961         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41962         hash_rehash, hash_insert): Use abort rather than assert.
41963
41964 2002-11-22  Bruno Haible  <bruno@clisp.org>
41965
41966         * lib/safe-read.h: Assume C89. Add comments.
41967         (safe_read): Change return type to size_t.
41968         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41969         byte counts > SSIZE_MAX correctly.
41970         * lib/safe-write.h: New file.
41971         * lib/safe-write.c: New file.
41972         * lib/full-read.h: New file.
41973         * lib/full-read.c: New file.
41974         * lib/full-write.h: Assume C89. Add comments.
41975         * lib/full-write.c: Include safe-write.h.
41976         (full_write): Rewritten to use safe_write.
41977         Suggested by Jim Meyering and Paul Eggert.
41978
41979 2002-11-21  Jim Meyering  <jim@meyering.net>
41980
41981         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41982
41983         Merge in changes from the coreutils.
41984
41985         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41986         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41987         <stdint.h>.
41988         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41989         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41990         int.  Work more efficiently if X is the same width as uintmax_t.
41991         Do not compare X to -1, to avoid bogus compiler warning.
41992         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41993         Don't assume that f_frsize and f_bsize are the same type.
41994
41995         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41996         warning on FreeBSD.
41997
41998         * lib/makepath.c (make_path): Restore umask *before* creating the final
41999         component.
42000         (make_path): Minor reformatting.
42001
42002         * lib/xmalloc.c: Adjust to work with new autoconf macros,
42003         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
42004         HAVE_MALLOC/HAVE_REALLOC.
42005
42006         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
42007         dummy ones.  At least on GNU/Linux systems, `auto' means something
42008         else.
42009         From Michael Stone.
42010
42011 2002-11-21  Bruno Haible  <bruno@clisp.org>
42012
42013         Remove case insensitive option matching.
42014         * lib/argmatch.h (argcasematch): Remove declaration.
42015         (ARGCASEMATCH): Remove macro.
42016         (__xargmatch_internal): Remove case_sensitive argument.
42017         (XARGMATCH): Update.
42018         (XARGCASEMATCH): Remove macro.
42019         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
42020         case_sensitive argument.
42021         (argcasematch): Remove function.
42022         (__xargmatch_internal): Remove case_sensitive argument.
42023         (main): Use XARGMATCH instead of XARGCASEMATCH.
42024
42025         * lib/xmalloc.c: Change compile-time error message. Add comment about
42026         required autoconf version.
42027
42028 2002-11-20  Paul Eggert  <eggert@twinsun.com>
42029
42030         Merge argmatch cleanups from Bison.  Assume C89.
42031
42032         * lib/argmatch.c: Include config.h here, not in argmatch.h.
42033         Include stdlib.h, for EXIT_FAILURE.
42034         Always include <string.h>, since we assume C89.
42035         (EXIT_FAILURE): Remove pre-C89 bug workaround.
42036         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
42037         Include <stddef.h> instead, since it's all we need for size_t.
42038         (PARAMS): Remove.  All uses removed.
42039         (ARRAY_CARDINALITY): Do not bother to #undef.
42040         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
42041         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42042         Remove unnecessary parentheses.
42043         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
42044         Insert necessary parentheses.
42045         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
42046         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
42047
42048 2002-11-19  Bruno Haible  <bruno@clisp.org>
42049
42050         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
42051         * lib/mbswidth.h: Include <stddef.h>, for size_t.
42052
42053         * lib/mbswidth.h (PARAMS): Remove macro.
42054         (mbswidth, mbsnwidth): Use ANSI C function declarations.
42055         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
42056
42057         * lib/gcd.h (PARAMS): Remove macro.
42058         (gcd): Use ANSI C function declarations.
42059         * lib/gcd.c (gcd): Likewise.
42060
42061 2002-11-15  Bruno Haible  <bruno@clisp.org>
42062
42063         * lib/strcspn.c: Include <stddef.h>.
42064         (strcspn): Use ANSI C function declaration. Change return type to
42065         size_t. Use NULL.
42066         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
42067         (strpbrk): Use NULL.
42068         * lib/strpbrk.h (PARAMS): Remove macro.
42069         (strpbrk): Use ANSI C function declaration.
42070         * lib/strstr.c: Don't include <sys/types.h>.
42071         * lib/strstr.h (PARAMS): Remove macro.
42072         (strstr): Use ANSI C function declarations.
42073
42074 2002-11-14  Karl Berry  <karl@gnu.org>
42075
42076         * config/mkinstalldirs: `do' on separate line, instead of
42077         `for var; do'.
42078
42079 2002-11-06  Bruno Haible  <bruno@clisp.org>
42080
42081         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
42082         * lib/gcd.c (gcd): Likewise.
42083
42084 2002-11-05  Bruno Haible  <bruno@clisp.org>
42085
42086         * lib/gcd.h: New file, from gettext-0.11.5.
42087         * lib/gcd.c: New file, from gettext-0.11.5.
42088
42089 2002-11-05  Bruno Haible  <bruno@clisp.org>
42090
42091         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42092         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42093         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42094         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
42095
42096         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
42097         <libintl.h>.
42098         * lib/makepath.c: Include gettext.h instead of <locale.h> and
42099         <libintl.h>.
42100
42101         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
42102         * lib/human.c: Include gettext.h instead of <libintl.h>.
42103         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
42104         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
42105         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
42106         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
42107         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
42108         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
42109         (textdomain): Remove definition.
42110         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
42111
42112         * lib/long-options.c: Remove include of <libintl.h> and definition of
42113         _.
42114         * lib/same.c: Remove include of <libintl.h> and definition of _.
42115
42116 2002-11-04  Owen Taylor  <otaylor@redhat.com>
42117
42118         * lib/config.charset: A few additions for Solaris.
42119
42120 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42121
42122         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
42123         * lib/localcharset.c (locale_charset): Declare as extern "C".
42124
42125 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
42126
42127         * lib/config.charset: msdos in uk_UA uses CP1125.
42128
42129 2002-11-04  Bruno Haible  <bruno@clisp.org>
42130
42131         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
42132         * lib/strcase.h: New file, from GNU gettext-0.11.5.
42133         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
42134         * lib/strstr.h: New file, from GNU gettext-0.11.5.
42135         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
42136
42137 2002-11-04  Bruno Haible  <bruno@clisp.org>
42138
42139         * lib/localcharset.c (locale_charset): Don't return an empty string.
42140
42141 2002-11-04  Bruno Haible  <bruno@clisp.org>
42142
42143         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
42144         aliases.
42145
42146 2002-11-04  Bruno Haible  <bruno@clisp.org>
42147
42148         * lib/config.charset: Update for newest glibc. Add canonical names
42149         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
42150
42151 2002-11-04  Bruno Haible  <bruno@clisp.org>
42152
42153         * lib/config.charset: Add support for NetBSD.
42154
42155 2002-11-04  Bruno Haible  <bruno@clisp.org>
42156
42157         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
42158
42159 2002-11-01  Bruno Haible  <bruno@clisp.org>
42160
42161         * configure.in: Add AC_CONFIG_AUX_DIR call.
42162         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
42163         test/Makefile.
42164         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
42165
42166 2002-09-28  Karl Berry  <karl@gnu.org>
42167
42168         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
42169         installed automake until the next release, since changes have been
42170         made.
42171
42172 2002-09-25  Karl Berry  <karl@gnu.org>
42173
42174         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
42175         * lib/getopt*: copy from libc/posix.
42176         * lib/gettext.h: copy from gettext.
42177         * lib/.cppi-disable: add strdup.c, gettext.h.
42178
42179 2002-09-25  Karl Berry  <karl@gnu.org>
42180
42181         * config/srclist.txt: enable gettext.h check.
42182         * config/config.{guess,sub}: update from prep.
42183         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
42184                 from automake 1.6.3.
42185         See srclist*.
42186
42187 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
42188
42189         * regex.c (PATFETCH): Remove the translating fetch.
42190         (PATFETCH_RAW): Rename to PATFETCH.
42191         (set_image_of_range): New fun.
42192         (SET_RANGE_TABLE_WORK_AREA): Use it.
42193         (regex_compile): Don't translate the pattern chars so eagerly.
42194         Only do it when inserting an `exactn' bytecode or when handling
42195         a char-range.
42196         (mutually_exclusive_p): Avoid empty statement.
42197
42198 2002-07-06  Jim Meyering  <meyering@lucent.com>
42199
42200         * m4/README: Don't mention Makefile.am.in.
42201         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
42202
42203 2002-07-01  Jim Meyering  <meyering@lucent.com>
42204
42205         * lib/c-stack.c: Include sys/time.h.
42206         From Volker Borchert.
42207
42208 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42209
42210         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
42211
42212 2002-06-26  Paul Eggert  <eggert@twinsun.com>
42213
42214         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
42215         New macro.  Use it uniformly instead of
42216         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
42217         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
42218         reported by Vin Shelton.
42219
42220 2002-06-22  Paul Eggert  <eggert@twinsun.com>
42221
42222         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
42223         Do not assume SA_SIGINFO behavior.
42224         Bug reported by Jim Meyering on NetBSD 1.5.2.
42225
42226 2002-06-22  Jim Meyering  <meyering@lucent.com>
42227
42228         * m4/c-stack.m4: New file, from diffutils-2.8.2.
42229         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
42230
42231         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
42232         now that configure.ac uses AC_GNU_SOURCE.
42233         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
42234         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
42235
42236         Update to latest tools.  Suggestions from Paul Eggert.
42237         * m4/stdbool.m4: New file, from diffutils-2.8.2.
42238         * m4/gnu-source.m4: Update from diffutils-2.8.2.
42239         * m4/fnmatch.m4: Likewise.
42240         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
42241         to AC_HEADER_STDBOOL
42242
42243 2002-06-22  Jim Meyering  <meyering@lucent.com>
42244
42245         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
42246         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
42247
42248 2002-06-22  Jim Meyering  <meyering@lucent.com>
42249
42250         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
42251
42252         * lib/exitfail.c, exitfail.h: Likewise.
42253         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
42254
42255         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
42256         of fnmatch.h.
42257         (EXTRA_DIST): Add fnmatch_loop.c.
42258         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
42259
42260         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
42261         * lib/fnmatch.c: Update from diffutils-2.8.2.
42262         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
42263         * lib/fnmatch.h: Remove file.
42264
42265 2002-06-21  Jim Meyering  <meyering@lucent.com>
42266
42267         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
42268         * m4/mbrtowc.m4: Likewise.
42269
42270         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
42271         * m4/mbswidth.m4: Reflect name change:
42272         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
42273         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42274
42275         * m4/lib-link.m4: Update from gettext-0.11.2.
42276         * m4/gettext.m4: Likewise.
42277
42278         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
42279         From Alfred M. Szmidt.
42280
42281 2002-06-18  Paul Eggert  <eggert@twinsun.com>
42282
42283         * lib/file-type.h: Report an error if neither S_ISREG nor
42284         S_IFREG is defined, instead of using a test specific to glibc
42285         2.2.  This should be safe, since POSIX requires S_ISREG and
42286         Unix Version 7 had S_IFREG.  We don't need to check for
42287         <sys/types.h> since we don't use any symbols that it defines.
42288
42289 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
42290
42291         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
42292         $@-t, so that each temporary file name is unique and valid in the first
42293         8 characters, for operation under DOS.
42294
42295 2002-06-15  Paul Eggert  <eggert@twinsun.com>
42296
42297         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
42298
42299 2002-06-15  Jim Meyering  <meyering@lucent.com>
42300
42301         Work even with DJGPP 2.03, which lacks support for symlinks.
42302         From Richard Dawe.
42303         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
42304         is defined.
42305         * lib/lchown.c (S_ISLNK): Likewise.
42306
42307 2002-06-15  Jim Meyering  <meyering@lucent.com>
42308
42309         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
42310         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
42311         have been included before this file.
42312
42313 2002-06-14  Jim Meyering  <meyering@lucent.com>
42314
42315         * lib/file-type.h: Use the version from diffutils-2.8.2.
42316         * lib/file-type.c: Likewise.
42317
42318 2002-06-07  Jim Meyering  <meyering@lucent.com>
42319
42320         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
42321         They're needed at least for NetBSD 1.5.2.
42322         ($statxfs_includes): Include those same headers.
42323         ($statxfs_includes): Include sys/vfs.h if available.
42324         ($statxfs_includes): Likewise for sys/statvfs.h.
42325         Check for the following members in both structs statfs and statvfs:
42326         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
42327
42328 2002-06-01  Jim Meyering  <meyering@lucent.com>
42329
42330         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
42331         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
42332
42333 2002-05-28  Jim Meyering  <meyering@lucent.com>
42334
42335         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
42336         Reported by Volker Borchert.
42337
42338 2002-05-27  Jim Meyering  <meyering@lucent.com>
42339
42340         Fix a problem seen only on nonconforming systems whereby ls.c's
42341         use of localtime, and then of gettimeofday would cause trouble:
42342         the localtime call used to initialize rpl_gettimeofday's save
42343         mechanism would clobber ls's current local time information so
42344         that in any long listing the first file would always be listed
42345         with date 1970-01-01.  Analysis by Volker Borchert.
42346
42347         * lib/gettimeofday.c (localtime): Undefine.
42348         (rpl_localtime): New function.
42349
42350 2002-05-27  Jim Meyering  <meyering@lucent.com>
42351
42352         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
42353         localtime.
42354
42355         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
42356         use the replacement function; it wouldn't resolve at link time.
42357         Reported by Volker Borchert.
42358
42359 2002-05-22  Jim Meyering  <meyering@lucent.com>
42360
42361         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
42362         file-type.h.
42363         * lib/file-type.h: New file.
42364         * lib/file-type.c (file_type): New file/function.  Extracted from
42365         diffutils.
42366
42367 2002-04-30  Jim Meyering  <meyering@lucent.com>
42368
42369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
42370
42371 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42372
42373         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
42374
42375 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42376
42377         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
42378         Do not check for alloca.h (no longer used) or stdbool.h (was never
42379         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
42380
42381 2002-04-29  Paul Eggert  <eggert@twinsun.com>
42382
42383         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
42384
42385 2002-04-29  Jim Meyering  <meyering@lucent.com>
42386
42387         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
42388         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
42389         Use AC_FUNC_STRNLEN here instead.
42390
42391         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
42392         With autoconf-2.53a, it's part of AC_PROG_CC.
42393
42394 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42395
42396         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
42397         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
42398
42399 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42400
42401         * lib/sig2str.h, lib/sig2str.c: New files.
42402         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
42403
42404 2002-04-28  Paul Eggert  <eggert@twinsun.com>
42405
42406         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
42407         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
42408         of 127, since 64 is the largest conceivable number for ancient
42409         nonstandard hosts.
42410         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
42411
42412 2002-04-28  Jim Meyering  <meyering@lucent.com>
42413
42414         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
42415
42416 2002-04-24  Jim Meyering  <meyering@lucent.com>
42417
42418         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
42419         (jm_PREREQ): Use it.
42420
42421         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
42422         mach/mach.h fcntl.h.
42423         Check for this function: setlocale.
42424
42425 2002-04-24  Jim Meyering  <meyering@lucent.com>
42426
42427         * lib/gettext.h: New file, from Gettext.
42428         * lib/Makefile.am (INCLUDES): Remove -I../intl.
42429         (libfetish_a_SOURCES): Add gettext.h.
42430
42431 2002-04-16  Jim Meyering  <meyering@lucent.com>
42432
42433         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
42434         ut_pid, ut_id, ut_exit.
42435
42436 2002-04-16  Jim Meyering  <meyering@lucent.com>
42437
42438         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
42439         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
42440         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
42441
42442 2002-04-12  Jim Meyering  <meyering@lucent.com>
42443
42444         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
42445         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
42446         existence of the getmntinfo function.  Needed for Darwin 5.3.
42447
42448         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
42449         This is necessary at least on Darwin 5.3.
42450
42451         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
42452         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
42453         strnlen.o in the library, and that makes some versions of ranlib
42454         object.
42455
42456 2002-04-12  Jim Meyering  <meyering@lucent.com>
42457
42458         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
42459
42460 2002-04-09  Jim Meyering  <meyering@lucent.com>
42461
42462         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
42463         to be more precise.  Rather than saying we're checking whether the
42464         function `works', say what we're testing.
42465         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
42466         Reported by Bruno Haible.
42467
42468 2002-03-10  Jim Meyering  <meyering@lucent.com>
42469
42470         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
42471         Suggestion from Santiago Vila.
42472
42473 2002-03-08  Jim Meyering  <meyering@lucent.com>
42474
42475         * lib/rename.c: Mention that this wrapper is needed also on
42476         mips-dec-ultrix4.4 systems.
42477
42478 2002-03-02  Jim Meyering  <meyering@lucent.com>
42479
42480         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
42481         not HAVE_CLOCK_SETTIME.
42482
42483 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42484
42485         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
42486         Check for clock_settime.
42487
42488 2002-02-27  Paul Eggert  <eggert@twinsun.com>
42489
42490         * lib/nanosleep.h: Rename to....
42491         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
42492
42493         * lib/gettime.c: New file.
42494         * lib/settime.c: New file.
42495         * lib/stime.c: Remove.
42496
42497         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
42498         timespec.h.  Remove nanosleep.h.
42499
42500 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42501
42502         * m4/acl.m4: New file.
42503         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
42504         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
42505
42506 2002-02-25  Paul Eggert  <eggert@twinsun.com>
42507
42508         * lib/acl.c, lib/acl.h: New files.
42509         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
42510
42511 2002-02-24  Jim Meyering  <meyering@lucent.com>
42512
42513         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
42514         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
42515         cause trouble.  Reported by Nelson Beebe.
42516
42517 2002-02-23  Paul Eggert  <eggert@twinsun.com>
42518
42519         * lib/path-concat.c (xpath_concat): Reorder code to pacify
42520         compilers that don't know that xalloc_die never returns.
42521
42522 2002-02-20  Jim Meyering  <meyering@lucent.com>
42523
42524         * lib/getdate.c: Regenerate using bison-1.33.
42525
42526 2002-02-17  Jim Meyering  <meyering@lucent.com>
42527
42528         * config/config.guess (main): Don't use `head -1'; it's no longer
42529         portable. Use `sed 1q' instead.
42530
42531 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
42532
42533         * m4/codeset.m4: Upgrade to gettext-0.11.
42534         * m4/gettext.m4: Upgrade to gettext-0.11.
42535         * m4/glibc21.m4: Upgrade to gettext-0.11.
42536         * m4/iconv.m4: Upgrade to gettext-0.11.
42537         * m4/isc-posix.m4: Upgrade to gettext-0.11.
42538         * m4/lcmessage.m4: Upgrade to gettext-0.11.
42539         * m4/lib-ld.m4: New file, from gettext-0.11.
42540         * m4/lib-link.m4: New file, from gettext-0.11.
42541         * m4/lib-prefix.m4: New file, from gettext-0.11.
42542         * m4/progtest.m4: Upgrade to gettext-0.11.
42543
42544 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42545
42546         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42547         (jm_PREREQ): Use it.
42548
42549 2002-02-15  Paul Eggert  <eggert@twinsun.com>
42550
42551         * lib/posixver.c, lib/posixver.h: New files.
42552         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42553
42554 2002-02-02  Paul Eggert  <eggert@twinsun.com>
42555             Bruno Haible  <bruno@clisp.org>
42556
42557         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
42558         (fwrite_success_callback): New declaration.
42559         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
42560         print_unicode_char. Call failure callback instead of error.
42561         (fwrite_success_callback): New function.
42562         (exit_failure_callback): New function.
42563         (fallback_failure_callback): New function.
42564         (print_unicode_char): Call unicode_to_mb.
42565
42566 2002-01-26  Jim Meyering  <meyering@lucent.com>
42567
42568         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
42569         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
42570
42571 2002-01-26  Jim Meyering  <meyering@lucent.com>
42572
42573         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
42574
42575 2002-01-22  Paul Eggert  <eggert@twinsun.com>
42576
42577         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
42578
42579 2002-01-22  Jim Meyering  <meyering@lucent.com>
42580
42581         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
42582         Otherwise, some versions of automake would omit the rule that makes
42583         Makefile from Makefile.in.
42584
42585 2002-01-21  Paul Eggert  <eggert@twinsun.com>
42586
42587         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
42588         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
42589         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
42590         (memcoll): Set errno to zero if there is no error.
42591
42592         * lib/quotearg.c (quotearg_buffer_restyled):
42593         Fix bug with quoting buffers containing NUL when backslashing escapes.
42594         This bug was exposed by the other changes in this patch.
42595         (quotearg_n_options): New arg ARGSIZE.
42596         All callers changed.
42597         (quoting_options_from_style): New function.
42598         (quotearg_n_style): Use it.
42599         (quotearg_n_style_mem): New function.
42600
42601         * lib/quotearg.h (quotearg_n_style_mem): New function.
42602
42603 2002-01-19  Jim Meyering  <meyering@lucent.com>
42604
42605         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
42606         Remove useless quotes: DF_PROG="df".
42607         * m4/strnlen.m4: New file.
42608
42609 2002-01-16  Paul Eggert  <eggert@twinsun.com>
42610
42611         * lib/backupfile.c (ISDIGIT): Comment fix.
42612         * lib/getdate.y (ISDIGIT): Likewise.
42613         * lib/posixtm.c (ISDIGIT, year): Likewise.
42614         * lib/strverscmp.c (ISDIGIT): Likewise.
42615         * lib/userspec.c (ISDIGIT): Likewise.
42616
42617 2002-01-16  Jim Meyering  <meyering@lucent.com>
42618
42619         * lib/getdate.y: Add three semicolons, each just before a closing
42620         brace. Bison (as of version 1.31) no longer papers over that mistake.
42621
42622 2002-01-05  Jim Meyering  <meyering@lucent.com>
42623
42624         * lib/version-etc.c (version_etc_copyright): Update copyright year.
42625
42626 2001-12-19  Paul Eggert  <eggert@twinsun.com>
42627
42628         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
42629         not silently exit merely because the output buffer happens to
42630         have nothing pending.
42631
42632 2001-12-18  Paul Eggert  <eggert@twinsun.com>
42633
42634         See the big note in ../ChangeLog.
42635         * lib/human.c (suffixes): Prefer K to k for 1024.
42636         (generate_suffix_backwards): New function.
42637         (human_readable_inexact): Use it.
42638         * lib/xstrtol.c (__xstrtol): If there is no number but there
42639         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
42640         Accept 'K' as well as 'k'.
42641
42642 2001-12-15  Jim Meyering  <meyering@lucent.com>
42643
42644         * lib/regex.h (__restrict_arr): Update from libc.
42645
42646         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
42647         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
42648         (STREQ): Define.
42649
42650 2001-12-14  Jim Meyering  <meyering@lucent.com>
42651
42652         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
42653         Suggestion from Bruno Haible.
42654
42655 2001-12-10  Jim Meyering  <meyering@lucent.com>
42656
42657         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
42658         xrealloc, Instead, include "xalloc.h".
42659         (initbuffer): Don't cast xmalloc return value to char*.
42660         (readline): Reword comment.
42661         Don't cast xrealloc return value to char*
42662         Return NULL, not 0.
42663
42664 2001-12-09  Jim Meyering  <meyering@lucent.com>
42665
42666         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
42667         about `signed and unsigned type in conditional expression'.
42668         * lib/posixtm.c (posix_time_parse): Likewise.
42669
42670         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
42671
42672         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
42673         to avoid a pedantic warning.
42674
42675         * lib/getstr.c: Don't include assert.h.
42676         (getstr): Remove warning-evoking assertions.
42677         Return -1 if offset parameter is out of bounds.
42678         Change the type of a local from int to size_t.
42679
42680         * lib/strftime.c (my_strftime_localtime_r): Include this function
42681         definition in the `#if ! HAVE_TM_GMTOFF' block.
42682
42683         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
42684         Include xalloc.h instead.
42685
42686 2001-12-02  Jim Meyering  <meyering@lucent.com>
42687
42688         * lib/tempname.c: Don't declare getenv, thus reverting the change of
42689         2001-11-18.  It's no longer necessary, now that stdlib.h is always
42690         included.
42691
42692         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
42693         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
42694
42695 2001-11-30  Akim Demaille  <akim@epita.fr>
42696
42697         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
42698         before being defined.
42699
42700 2001-11-27  Paul Eggert  <eggert@twinsun.com>
42701
42702         * lib/quotearg.h (quotearg_n, quotearg_n_style):
42703         First arg is int, not unsigned.
42704         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
42705         (SIZE_MAX, UINT_MAX): New macros.
42706         (quotearg_n_options): Abort if N is negative.
42707         Avoid overflow check on hosts where size_t is 64 bits and int
42708         is 32 bits, as overflow is impossible there.
42709         Fix off-by-one typo that caused unnecessary reallocation.
42710
42711 2001-11-27  Jim Meyering  <meyering@lucent.com>
42712
42713         * lib/tempname.c: Merge with version from libc.
42714         * lib/regex.c: Likewise.
42715
42716         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42717         systems for which STDC_HEADERS is 0, it was not included, resulting in
42718         a warning about an integer-to-pointer conversion problem with getenv.
42719         Reported by Volker Borchert.
42720
42721 2001-11-26  Jim Meyering  <meyering@lucent.com>
42722
42723         * lib/gtod.h: Remove file.
42724         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42725         * lib/gettimeofday.c: Don't include gtod.h.
42726         (GTOD_init): Remove function.
42727         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42728         Suggestion from Volker Borchert.
42729
42730 2001-11-23  Jim Meyering  <meyering@lucent.com>
42731
42732         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42733         it.
42734         * lib/hash.c (struct hash_table): Define it here instead.
42735
42736 2001-11-22  Jim Meyering  <meyering@lucent.com>
42737
42738         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42739
42740 2001-11-20  Jim Meyering  <meyering@lucent.com>
42741
42742         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42743         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42744
42745 2001-11-19  Jim Meyering  <meyering@lucent.com>
42746
42747         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42748         directory.  Use "conftestXXXXXX" as the template.
42749         Suggestion from Paul Eggert.
42750
42751         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42752         immediately, so the test doesn't mistakenly hit the max-open-files
42753         limit.
42754
42755 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42756
42757         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42758         (TEMPORARIES): New macro.
42759         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
42760         removes an artificial limitation (e.g. HP-UX 10.20, where
42761         TMP_MAX is 17576).
42762
42763 2001-11-18  Jim Meyering  <meyering@lucent.com>
42764
42765         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
42766
42767 2001-11-18  Jim Meyering  <meyering@lucent.com>
42768
42769         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
42770         on SunOS 4.
42771
42772         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
42773         files will be created before anything else.
42774
42775 2001-11-17  Paul Eggert  <eggert@twinsun.com>
42776
42777         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
42778         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
42779
42780 2001-11-17  Jim Meyering  <meyering@lucent.com>
42781
42782         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
42783         Prompted by a report from Bob Proulx.
42784
42785         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
42786         Instead, require UTILS_FUNC_MKSTEMP.
42787
42788 2001-11-17  Jim Meyering  <meyering@lucent.com>
42789
42790         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
42791         Now, that's done as part of AC_FUNC_STRTOD.
42792
42793 2001-11-17  Jim Meyering  <meyering@lucent.com>
42794
42795         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
42796         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
42797         rather than group writable.  Patch by Juan F. Codagnone.
42798
42799         * lib/readtokens.c: Remove explicit declarations of xmalloc and
42800         xrealloc, Instead, include "xalloc.h".
42801
42802         * lib/mountlist.c: Include unlocked-io.h after all system headers.
42803         Remove explicit declarations of xmalloc, xrealloc,
42804         and xstrdup.  Instead, include "xalloc.h".
42805
42806         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
42807         unlocked-io.h.
42808         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
42809         Likewise.
42810         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
42811
42812         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
42813         Reported by Padraig Brady.
42814
42815         * lib/mkstemp.c: #undef mkstemp.
42816         Include config.h.
42817         (rpl_mkstemp): Rename from mkstemp.
42818         Protoize.
42819
42820 2001-11-16  Jim Meyering  <meyering@lucent.com>
42821
42822         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
42823         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
42824         determine the amount of total physical memory, use pstat_getstatic.
42825         HPUX-11 doesn't define _SC_PHYS_PAGES.
42826         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
42827         If sysconf couldn't be used to determine the amount of available
42828         physical memory, use both pstat_getstatic and pstat_getdynamic.
42829         Based on a patch from Bob Proulx.
42830
42831 2001-11-10  Jim Meyering  <meyering@lucent.com>
42832
42833         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
42834         (jm_PREREQ): Use it.
42835
42836 2001-11-09  Jim Meyering  <meyering@lucent.com>
42837
42838         * m4/jm-macros.m4: Require autoconf-2.52f.
42839         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
42840         Use these AC_-prefixed names, not the AM_-prefixed ones.
42841
42842         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
42843
42844 2001-11-05  Jim Meyering  <meyering@lucent.com>
42845
42846         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
42847
42848 2001-11-04  Jim Meyering  <meyering@lucent.com>
42849
42850         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
42851         $DEFS.
42852
42853 2001-11-03  Jim Meyering  <meyering@lucent.com>
42854
42855         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
42856         of AC_DEFUN.
42857
42858         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
42859         know the name of the variable in the macro definition.
42860
42861 2001-11-03  Jim Meyering  <meyering@lucent.com>
42862
42863         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
42864         in argmatch_to_argument call.
42865
42866         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
42867         argument.
42868
42869         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
42870         e.g., a fault due to an attempt to free a NULL pointer.
42871
42872 2001-11-01  Jim Meyering  <meyering@lucent.com>
42873
42874         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
42875         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
42876
42877 2001-11-01  Jim Meyering  <meyering@lucent.com>
42878
42879         * lib/dirfd.c, lib/dirfd.h: New files.
42880         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
42881
42882         * lib/hash.c (hash_print) [TESTING]: Clean up.
42883
42884 2001-10-22  Paul Eggert  <eggert@twinsun.com>
42885
42886         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
42887         to avoid a warning if -Wall.
42888
42889 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
42890
42891         * README: New file
42892         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
42893         (per RMS's instructions, this is now the canonical source)
42894         * lgpl/, gpl/: New directories.
42895
42896 2001-10-21  Paul Eggert  <eggert@twinsun.com>
42897
42898         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
42899
42900 2001-10-21  Jim Meyering  <meyering@lucent.com>
42901
42902         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
42903         this code would end up calling gettext even in packages built
42904         with --disable-nls.
42905         * lib/getopt.c (_): Likewise.
42906         * lib/regex.c (_): Likewise.
42907
42908 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42909
42910         * m4/error.m4 (jm_PREREQ_ERROR):
42911         Do not invoke AC_CHECK_FUNCS with strerror_r, as
42912         AC_FUNC_STRERROR_R does that.
42913         Check for strerror declaration.
42914
42915         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
42916         are supposed to have them these days.
42917         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
42918         Merge changes from latest Autoconf CVS.
42919         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
42920         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
42921         POSIX decided to standardize on the int flavor of strerror_r.
42922
42923 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42924
42925         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
42926         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
42927         Use strerror_r that is only a macro, even if it is not a function.
42928         (strerror): Check for HAVE_DECL_STRERROR before declaring.
42929         (private_strerror): Use prototypes, not old-style function definition.
42930         (print_errno_message): New function.
42931         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
42932         char*-flavored one.
42933         (error_tail, error, error_at_line): Use it.
42934
42935 2001-10-11  Jim Meyering  <meyering@lucent.com>
42936
42937         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
42938         and quote_n (1, ... to avoid clobbering a buffer.
42939
42940 2001-10-05  Jim Meyering  <meyering@lucent.com>
42941
42942         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42943         hash-pjw.h.
42944         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42945         * lib/hash-pjw.h: New file.
42946
42947 2001-09-30  Jim Meyering  <meyering@lucent.com>
42948
42949         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42950         `struct fsstat' has the `f_fstypename' member.
42951         Use that to define FS_TYPE, which is now used to make
42952         the getfsstat link test tighter.
42953
42954 2001-09-30  Jim Meyering  <meyering@lucent.com>
42955
42956         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42957         Include <sys/ucred.h>, for Apple Darwin.
42958         Include sys/mount.h and sys/fs_types.h only if available.
42959         (FS_TYPE): Define.
42960         (read_filesystem_list): Use FS_TYPE.
42961
42962 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42963
42964         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42965         a boolean context.
42966
42967 2001-09-29  Jim Meyering  <meyering@lucent.com>
42968
42969         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42970         [one-argument getmntent function]): Include stdio.h before mntent.h.
42971         SunOS 4.1.x needs it for the declaration of `FILE'.
42972         Patch by Volker Borchert.
42973
42974         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42975         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42976         sys/fs_types.h, and make the link-test for getfsstat guard #include
42977         directives with appropriate #if HAVE_*_H tests so that we can
42978         detect getfsstat on Apple Darwin1.3.7 systems.
42979         Reported by Nelson Beebe.
42980         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42981
42982 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42983
42984         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42985         #defines strtoimax.  Also treat the other strto* functions
42986         like strtoimax.
42987
42988         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42989         Check for strtoul and strtoumax,
42990         as those declarations are made even in the signed case.
42991         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42992         Likewise, for strtol and strtoimax.
42993
42994 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42995
42996         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42997         #defines strtoimax.  Also treat the other strto* functions
42998         like strtoimax.
42999
43000         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
43001         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
43002         (strtoimax, strtoumax): Do not declare if already defined as a macro.
43003
43004 2001-09-26  Jim Meyering  <meyering@lucent.com>
43005
43006         Most macros in unlocked-io.h had the wrong number of arguments.
43007         * lib/gen-uio: New script.
43008         (USE_UNLOCKED_IO): Define to 1 if not already defined.
43009         * lib/unlocked-io.hin: Remove file.
43010         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
43011         rather than trying to embed it here.
43012         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
43013         Reported by Padraig Brady.
43014
43015 2001-09-25  Volker Borchert  <bt@teknon.de>
43016
43017         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
43018         `result'.
43019
43020 2001-09-24  Jim Meyering  <meyering@lucent.com>
43021
43022         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
43023
43024 2001-09-23  Jim Meyering  <meyering@lucent.com>
43025
43026         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
43027         instead of the mere test for existence of mntent.h.  The latter
43028         would get a false-positive on AIX 3.4 systems.
43029         In the outer getmntent if-block, don't die if neither of the getmntent
43030         tests succeeds.  Instead, just fall through and continue with the
43031         remaining tests.
43032
43033 2001-09-23  Jim Meyering  <meyering@lucent.com>
43034
43035         * lib/mountlist.c: Remove useless parentheses in #if directives.
43036         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
43037         the deprecated MOUNTED symbol is no longer defined in mntent.h.
43038
43039 2001-09-22  Jim Meyering  <meyering@lucent.com>
43040
43041         * m4/gettext.m4: New file.  From gettext.
43042         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
43043         * m4/progtest.m4: Likewise
43044         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
43045         * m4/glibc21.m4: Likewise.
43046
43047         * m4/libintl.m4: Remove.  No longer used.
43048
43049 2001-09-22  Jim Meyering  <meyering@lucent.com>
43050
43051         * lib/localcharset.c: Update from latest gettext.
43052         * lib/config.charset: Likewise.
43053
43054 2001-09-20  Jim Meyering  <meyering@lucent.com>
43055
43056         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
43057         strtoimax.
43058         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
43059         strtoumax.
43060
43061 2001-09-20  Jim Meyering  <meyering@lucent.com>
43062
43063         * lib/xstrtol.c (strtoimax): Guard declaration with
43064         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
43065         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
43066         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
43067         (strtoumax): Likewise, for completeness (it wasn't necessary).
43068
43069 2001-09-17  Paul Eggert  <eggert@twinsun.com>
43070
43071         * lib/strtoimax.c (HAVE_LONG_LONG):
43072         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
43073         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
43074         to work around bug in IBM C compiler.
43075
43076 2001-09-17  Jim Meyering  <meyering@lucent.com>
43077
43078         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
43079         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
43080         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
43081         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
43082         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
43083         whenever the right hand side need not be expanded by the shell.
43084
43085 2001-09-16  Paul Eggert  <eggert@twinsun.com>
43086
43087         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
43088         library.  It's not correct, as some older glibcs are buggy.
43089         fnmatch wasn't fixed until glibc 2.2.
43090
43091         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
43092         special shell magic here.
43093
43094 2001-09-16  Jim Meyering  <meyering@lucent.com>
43095
43096         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
43097         * m4/jm-macros.m4: Require it.
43098
43099 2001-09-16  Jim Meyering  <meyering@lucent.com>
43100
43101         * lib/mkdir.c: New file.
43102
43103 2001-09-15  Jim Meyering  <meyering@lucent.com>
43104
43105         * m4/jm-macros.m4: Check for help2man.
43106
43107 2001-09-11  Jim Meyering  <meyering@lucent.com>
43108
43109         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
43110         The body, by Paul Eggert, was moved here from configure.in.
43111         * m4/jm-macros.m4: Require UTILS_HOST_OS.
43112
43113 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43114
43115         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
43116         (jm_PREREQ): Use it.
43117
43118 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43119
43120         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
43121         Use ssize_t, not int, to store result of readlink.
43122         Check for ssize_t overflow as well as size_t overflow,
43123         as POSIX says the result of readlink is implementation-defined
43124         when ssize_t overflows.
43125         Remove unnecessary cast to char*.
43126         Use free+malloc instead of realloc, as the storage doesn't need
43127         to be preserved and it's clearer and can be more efficient that way.
43128         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
43129         * lib/xreadlink.h (xreadlink): Update prototype.
43130
43131 2001-09-04  Paul Eggert  <eggert@twinsun.com>
43132
43133         * lib/xgetcwd.c: Revert some of the previous change; intead,
43134         fix the HAVE_GETCWD_NULL code to behave more like the
43135         !HAVE_GETCWD_NULL code used to.
43136
43137         Include "xalloc.h".
43138         (xgetcwd): Do not return NULL when memory is exhausted; instead,
43139         invoke xalloc_die.
43140
43141 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43142
43143         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
43144         sys/param.h, as pathmax.h includes them.
43145
43146 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43147
43148         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
43149         (jm_PREREQ_XGETCWD): New macro.
43150
43151         * m4/getcwd.m4: New file.
43152
43153 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43154
43155         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
43156         like the HAVE_GETCWD_NULL code.
43157         Include pathmax.h if not HAVE_GETCWD.
43158         Do not include xalloc.h.
43159         (INITIAL_BUFFER_SIZE): New symbol.
43160         Do not use xmalloc / xrealloc, since the caller is responsible for
43161         handling errors.  Preserve errno around `free' during failure.
43162         Do not overrun buffer when using getwd.
43163
43164 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43165
43166         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
43167         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
43168         getcwd (NULL, 0).
43169
43170 2001-09-03  Paul Eggert  <eggert@twinsun.com>
43171
43172         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
43173         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
43174         spotted by Jim Meyering.
43175
43176 2001-09-03  Jim Meyering  <meyering@lucent.com>
43177
43178         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
43179         failure.
43180
43181 2001-09-02  Jim Meyering  <meyering@lucent.com>
43182
43183         * lib/error.c: Update from GNU libc.
43184
43185 2001-09-01  Jim Meyering  <meyering@lucent.com>
43186
43187         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
43188         Used by df.
43189
43190 2001-09-01  Jim Meyering  <meyering@lucent.com>
43191
43192         * lib/xreadlink.c: New file.
43193         * lib/xreadlink.h: New file.
43194         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
43195         xreadlink.h.
43196
43197         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
43198         doesn't conflict with sparc Solaris 7's definition in
43199         /usr/include/sys/int_types.h.
43200
43201         * lib/exclude.c: Use `""', not `<>' to #include non-system header
43202         files.
43203         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
43204         and strncasecmp as r-values.  Unixware didn't have declarations.
43205
43206 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43207
43208         * lib/xstrtol.h: Add copyright notice.
43209         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
43210         LONGINT_INVALID_SUFFIX_CHAR.
43211
43212 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43213
43214         * lib/xstrtol.c (strtoimax): New decl.
43215
43216 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43217
43218         * lib/xgetcwd.c: Don't include pathmax.h.
43219         Include stdlib.h and unistd.h if available.
43220         Include xalloc.h.
43221         (xmalloc, xstrdup, free): Remove decls.
43222         (xgetcwd): Don't assume sizes fit in unsigned.
43223         Check for overflow when computing sizes.
43224         Simplify reallocation code.
43225
43226 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43227
43228         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
43229         a directory's st_size can have an arbitrary value, so the old
43230         usage could waste an arbitrary amount of memory.  All uses
43231         changed.
43232         * lib/savedir.h: Update prototype.
43233
43234 2001-08-31  Paul Eggert  <eggert@twinsun.com>
43235
43236         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
43237
43238         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
43239         old strtoimax.c.
43240
43241         Also, make the following further changes to make this file's
43242         configuration more similar to that of strtol.c:
43243         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
43244         (strtoumax, uintmax_t, strtoull, strtol): Remove.
43245         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
43246         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
43247         changed to signed values.
43248
43249         And make the following changes as well:
43250         Fix copyright notice, as 1999 was missing.
43251         (verify): New macro.
43252         (strtoimax): Check sizes at compile-time, not run-time.
43253         Prefer strtol to strtoll if both work.
43254         (main): Remove; it was not that useful and was a pain to maintain.
43255
43256         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
43257
43258 2001-08-31  Jim Meyering  <meyering@lucent.com>
43259
43260         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
43261         Use an initial, malloc'd, buffer of length 128 rather than
43262         a statically allocated one of length 1024.
43263
43264 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43265
43266         Simplify code, partly by assuming autoconf 2.52 semantics.
43267
43268         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
43269
43270         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
43271         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
43272         All uses removed.
43273         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
43274         Move AC_REQUIRE to next-to-top level, to avoid confusion.
43275         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
43276         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
43277         jm_AC_HEADER_INTTYPES_H.
43278         * m4/jm-macros.m4 (jm_MACROS): Likewise.
43279
43280         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
43281
43282         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
43283         Quote first arg of AC_DEFUN.
43284         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
43285         since they are needed to parse the include file even if we need
43286         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
43287         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
43288         but with opposite signedness.
43289
43290 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43291
43292         Merge 'exclude' changes from tar 1.13.22.
43293         This fixes one or two unlikely storage allocation overflow bugs,
43294         but doesn't change user-visible behavior otherwise.
43295
43296 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43297
43298         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
43299         (jm_PREREQ_EXCLUDE): New macro.
43300
43301 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43302
43303         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
43304         tm to be declared.
43305
43306 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43307
43308         * lib/hash.c: Remove '2001' from copyright notice.
43309
43310 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43311
43312         * lib/full-write.h: New file.
43313         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
43314         * lib/full-write.c: Correct credits, as cccp.c no longer
43315         exists and anyway it was so heavily changed from the old cccp
43316         code as to be unrecognizable.  Include full-write.h.
43317         (full_write) Return size_t, with short writes meaning failure.
43318         All callers changed.  This fixes a bug with large buffers
43319         on 64-bit hosts.
43320         * lib/utime.c: Include full-write.h.
43321
43322 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43323
43324         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
43325         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
43326         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
43327         Include if available.
43328         (<xalloc.h>): Include
43329         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
43330         (verify): New macro.  Use it to verify that EXCLUDE macros do not
43331         collide with FNM macros.
43332         (struct patopts): New struct.
43333         (struct exclude): Use it, as exclude patterns now come with options.
43334         (new_exclude): Support above changes.
43335         (new_exclude, add_exclude_file):
43336         Initial size must now be a power of two to simplify overflow checking.
43337         (free_exclude, fnmatch_no_wildcards): New function.
43338         (excluded_filename): No longer requires options arg, as the options
43339         are determined by add_exclude.  Now returns bool, not int.
43340         (excluded_filename, add_exclude):
43341         Add support for the fancy new exclusion options.
43342         (add_exclude, add_exclude_file): Now takes int options arg.
43343         Check for arithmetic overflow when computing sizes.
43344         (add_exclude_file): xrealloc might modify errno, so don't
43345         realloc until after errno might be used.
43346
43347         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
43348         New macros.
43349         (free_exclude): New decl.
43350         (add_exclude, add_exclude_file): Now takes int options arg.
43351         (excluded_filename): No longer requires options arg, as the options
43352         are determined by add_exclude.  Now returns bool, not int.
43353
43354 2001-08-30  Paul Eggert  <eggert@twinsun.com>
43355
43356         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
43357
43358 2001-08-27  Jim Meyering  <meyering@lucent.com>
43359
43360         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
43361
43362         * lib/version-etc.c (N_): Remove definition.
43363         Revert most of last change.
43364         Instead, simply don't mark the `Copyright...' string for translation.
43365         Based on advice from Paul Eggert.
43366
43367         * lib/strtoxmax.c: Tweak comment.
43368
43369 2001-08-26  Jim Meyering  <meyering@lucent.com>
43370
43371         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
43372
43373         * m4/xstrtoimax.m4: New file.
43374         * m4/xstrtoumax.m4: Add comments explaining why we
43375         AC_REPLACE_FUNCS(strtol).
43376
43377 2001-08-26  Jim Meyering  <meyering@lucent.com>
43378
43379         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
43380         of copyright with `%s' so translators don't get an untranslated
43381         message in 2002.
43382         (COPYRIGHT_YEAR): Define.
43383         (version_etc): Use fprintf rather than fputs.
43384         Suggestion from Ulrich Drepper.
43385
43386         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
43387
43388         * lib/strtoll.c: New file, from GNU libc.
43389         * lib/xstrtoimax.c: New file.
43390
43391         * lib/xstrtol.h: Add xstrtoimax.
43392         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
43393         * lib/strtoimax.c: New file.  Likewise, but first define
43394         STRTOUXMAX_SIGNED.
43395
43396         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
43397         ...
43398         * lib/strtoxmax.c: ... then renamed to this.
43399
43400 2001-08-18  Paul Eggert  <eggert@twinsun.com>
43401
43402         * m4/inttypes.m4: Add AC_PREREQ(2.13).
43403         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
43404         (jm_AC_TYPE_INTMAX_T): New macro.
43405         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
43406
43407         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
43408
43409         * m4/longlong.m4: Renamed from ulonglong.m4.
43410         * m4/inttypes.m4: Renamed from inttypes_h.m4.
43411         * m4/uintmax_t.m4: Removed.
43412
43413 2001-08-13  Paul Eggert  <eggert@twinsun.com>
43414
43415         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
43416         Port to Solaris 8, where 'sed' requires a space after the 'r'
43417         command, and where sh dislikes "$/".  Clean up the spacing a bit.
43418         Redirect output to $tmp just once.
43419
43420 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
43421
43422         * lib/addext.c (<errno.h>): Include.
43423         (errno): Declare if not defined.
43424         (addext): Work correctly when pathconf returns -1 and leaves
43425         errno alone because there is no limit.  Also, work even if
43426         pathconf returns a value greater than SIZE_MAX.
43427
43428 2001-08-12  Jim Meyering  <meyering@lucent.com>
43429
43430         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
43431         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
43432         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
43433         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
43434         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
43435         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
43436         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
43437         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
43438         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
43439         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
43440         utime.m4, utimes.m4, xstrtoumax.m4:
43441         Quote the first argument in each use of AC_DEFUN.
43442
43443 2001-08-12  Jim Meyering  <meyering@lucent.com>
43444
43445         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
43446         Simply `return getcwd (NULL, 0);'.
43447         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
43448         Use 1300 as initial value for length, not PATH_MAX.
43449
43450         * lib/pathmax.h: Clean up cpp syntax.
43451
43452 2001-08-12  Jim Meyering  <meyering@lucent.com>
43453
43454         * lib/gettimeofday.c: New file.
43455         * lib/gtod.h: New file.
43456         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
43457
43458 2001-08-05  Jim Meyering  <meyering@lucent.com>
43459
43460         * m4/jm-macros.m4: Require autoconf-2.52.
43461
43462 2001-08-04  Jim Meyering  <meyering@lucent.com>
43463
43464         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
43465         stmt, to get in sync with glibc.
43466
43467 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43468
43469         The following changes are from gettext 0.10.39 as maintained by
43470         Bruno Haible.
43471
43472         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
43473         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
43474         with inverted sense.  All uses changed.
43475
43476         * lib/mbswidth.c: Don't include <limits.h>.
43477         Include <stdlib.h> and <string.h> unconditionally.
43478         (iswcntrl, mbsinit, ISCNTRL): New macros.
43479         (mbsnwidth): Use K&R style function declarations.
43480         Don't bother checking for MB_LEN_MAX == 1, since the compiler
43481         can optimize it when MB_CUR_MAX == 1.
43482         The width of control characters is zero, not 1.
43483
43484 2001-08-03  Paul Eggert  <eggert@twinsun.com>
43485
43486         The following changes are from gettext 0.10.39 as maintained by
43487         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
43488
43489         * m4/codeset.m4: Upgrade to serial AM1.
43490         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
43491         all uses changed.  Quote first arg of AC_DEFUN.
43492         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
43493
43494         * m4/iconv.m4: Upgrade to serial AM2.
43495         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
43496         Add --with-libconv-prefix.
43497         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
43498         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
43499         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
43500         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
43501         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
43502
43503         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
43504         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
43505         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
43506         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
43507         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
43508         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
43509         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
43510         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
43511         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
43512
43513         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
43514         string.h any more.
43515
43516         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
43517         not the default value.
43518
43519         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
43520         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
43521         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
43522         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
43523         Also check for iswcntrl, used for wcwidth fallback.
43524         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
43525         to Autoconf 2.13.
43526
43527 2001-08-03  Jim Meyering  <meyering@lucent.com>
43528
43529         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
43530         as it was in the original.  Reported by Paul Eggert.
43531
43532 2001-07-16  Jim Meyering  <meyering@lucent.com>
43533
43534         * m4/gettimeofday.m4: New file.
43535         Prompted by a report from Bernhard Baehr.
43536
43537 2001-07-15  Jim Meyering  <meyering@lucent.com>
43538
43539         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
43540         stuff. Now it's in ../Makefile.cfg.
43541
43542 2001-07-15  Jim Meyering  <meyering@lucent.com>
43543
43544         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
43545         (BUILT_SOURCES): Add unlocked-io.h.
43546         (io_functions): Define.
43547         (unlocked-io.h): New rule.
43548         (DISTCLEANFILES): Add unlocked-io.h.
43549         (all-local): Depend on unlocked-io.h, to ensure it is created.
43550
43551         * lib/unlocked-io.hin: New file
43552
43553         * lib/regex.c: Update from glibc.
43554
43555 2001-07-05  Jim Meyering  <meyering@lucent.com>
43556
43557         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
43558         recommendation.
43559         (libfetish_a_SOURCES): Put all .h files here instead.
43560         Remove a thus-exposed (better checks in automake) duplicate and
43561         two unnecessary .h files.
43562
43563 2001-07-04  Jim Meyering  <meyering@lucent.com>
43564
43565         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
43566         that generates jm-glibc-io.m4 so that it doesn't trigger any make
43567         distcheck failure.
43568
43569 2001-07-02  Jim Meyering  <meyering@lucent.com>
43570
43571         The following changes were prompted by suggestions from Bruno Haible.
43572
43573         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
43574         is now generated.
43575         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
43576         definition of EXTRA_DIST.
43577         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
43578         ensure that the generated file is created/updated whenever the list
43579         of $(unlocked_functions) is changed.
43580         (jm-glibc-io.m4): New rule.
43581         (unlocked-io.h): New rule -- currently unused.
43582
43583 2001-06-24  Jim Meyering  <meyering@lucent.com>
43584
43585         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
43586         unmatched right bracket, rather than kludging it with an extra,
43587         falsely-matching quote in a comment.  Patch by Akim Demaille.
43588
43589 2001-06-11  Jim Meyering  <meyering@lucent.com>
43590
43591         * lib/regex.c: Update from GNU libc.
43592
43593 2001-05-27  Jim Meyering  <meyering@lucent.com>
43594
43595         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
43596         Check for ut_type in struct utmp.
43597
43598 2001-05-27  Jim Meyering  <meyering@lucent.com>
43599
43600         * lib/readutmp.h (UT_TYPE): Define.
43601
43602 2001-05-24  Jim Meyering  <meyering@lucent.com>
43603
43604         * lib/argmatch.c: Include "quote.h".
43605         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
43606         quote function.  Reported by Göran Uddeborg.
43607
43608 2001-05-22  Jim Meyering  <meyering@lucent.com>
43609
43610         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
43611         now that we use the package-supplied version unconditionally.
43612         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
43613
43614 2001-05-21  Jim Meyering  <meyering@lucent.com>
43615
43616         * m4/regex.m4: Change a couple backticks to single quotes to avoid
43617         shell syntax errors.
43618
43619 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43620
43621         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
43622
43623 2001-05-20  Paul Eggert  <eggert@twinsun.com>
43624
43625         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
43626         Don't bother to check library strftime, since
43627         we'll be using our own my_strftime function anyway.
43628         Define my_strftime instead of strftime.
43629
43630 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
43631
43632         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
43633         which is not yet declared.
43634
43635 2001-05-15  Jim Meyering  <meyering@lucent.com>
43636
43637         * m4/regex.m4: Use proper quoting so brackets appear in the test
43638         program.
43639         Reported by, and with help from, Bruno Haible.
43640
43641 2001-05-13  Jim Meyering  <meyering@lucent.com>
43642
43643         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
43644         undefined.
43645
43646 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43647
43648         dirname code cleanup.  base_name now behaves more compatibly
43649         with POSIX basename when given file names that have trailing
43650         slashes, and similarly for dir_name.  Add new primitives
43651         base_len and dir_len.  Put the directory-name-related decls
43652         into dirname.h.
43653
43654         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
43655         * lib/backupfile.c (base_name): Likewise.
43656         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
43657         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
43658         * lib/makepath.c (strip_trailing_slashes): Likewise.
43659         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
43660         ISSLASH): Likewise.
43661         * lib/rename.c (strip_trailing_slashes): Likewise.
43662         * lib/same.c (base_name): Likewise.
43663         * lib/stripslash.c (ISSLASH): Likewise.
43664
43665         * lib/addext.c: Include <dirname.h> after size_t is defined.
43666         * lib/backupfile.c: Likewise.
43667
43668         * lib/addext.c (addext): Use base_len to trim redundant
43669         trailing slashes instead of doing it ourselves.
43670         But do not trim the last slash if it is not redundant.
43671
43672         * lib/backupfile.c (find_backup_file_name,
43673         max_backup_version): Use base_len instead of rolling it ourselves.
43674         Handle the case of "" and (on DOS) "C:" correctly.
43675
43676         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
43677         needed. Include <string.h>, <dirname.h>.
43678         (base_name): Allow file names ending in slashes, other than names
43679         that are all slashes.  In this case, return the basename followed
43680         by the slashes.  This is more general, and can be used in places
43681         where the original base_name purposely had an assertion failure.
43682         (base_len): New function.
43683
43684         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
43685         Do not include <assert.h>; no longer needed.
43686         Include xalloc.h.
43687         (memrchr): Remove decl.
43688         (dir_name_r): Remove.
43689         (dir_len): Renamed from dirlen.  All callers changed.
43690         Rewrite in terms of base_name, for simplicity and consistency.
43691         (dir_name): Never return NULL.  All callers changed.
43692         Do not include <stdlib.h> in test program; no longer needed.
43693         return 0; is fine for test program.
43694
43695         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
43696         New macros.
43697         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
43698
43699         * lib/path-concat.c (path_concat): Use base_len to compute
43700         base length, not strlen; this means we cannot rely on memcpy
43701         to null-terminate.
43702
43703         * lib/same.c (STREQ): Remove.
43704         (same_name): Handle the case where the basename ends in trailing '/'.
43705
43706         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43707         a slash was stripped.  Do not strip the last slash after a
43708         file system prefix.
43709
43710 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43711
43712         * lib/Makefile.am (libfetish_a_SOURCES):
43713         Add strftime.c, since we now compile it on all hosts.
43714
43715         * lib/strftime.c (my_strftime):
43716         Define to nstrftime if emacs, but only if my_strftime is not defined.
43717         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43718         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43719         Add one more extra argument: a nanoseconds value.
43720         All uses changed.
43721         (ns): New macro.
43722         (my_strftime function): Add %N format.
43723         (emacs_strftimeu): Renamed from emacs_strftime,
43724         with extra ut argument.
43725
43726 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43727
43728         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43729
43730 2001-04-21  Jim Meyering  <meyering@lucent.com>
43731
43732         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43733         doesn't interfere.
43734
43735 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43736
43737         * m4/ftruncate.m4: Check for chsize.
43738         Link with ftruncate.o unconditionally if ftruncate is missing.
43739         This was required when cross-compiling to i586-mingw32msvc.
43740
43741 2001-04-08  Jim Meyering  <meyering@lucent.com>
43742
43743         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43744         recomputed; that's necessary when the offset spans a DST transition.
43745         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43746
43747 2001-04-02  Jim Meyering  <meyering@lucent.com>
43748
43749         * lib/regex.h, regex.c: Update from GNU libc.
43750
43751 2001-03-24  Jim Meyering  <meyering@lucent.com>
43752
43753         * m4/jm-macros.m4: Require autoconf-2.49d.
43754
43755 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43756
43757         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43758
43759 2001-03-19  Paul Eggert  <eggert@twinsun.com>
43760
43761         * lib/version-etc.c (version_etc_copyright): Update to 2001.
43762
43763 2001-03-17  Jim Meyering  <meyering@lucent.com>
43764
43765         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
43766         now that the version in autoconf is equivalent.
43767         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
43768
43769         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
43770         Suggestion from Akim Demaille.
43771
43772         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
43773         (jm_PREREQ_TEMPNAME): New function.
43774
43775 2001-03-16  Paul Eggert  <eggert@twinsun.com>
43776
43777         * lib/tempname.c (uint64_t): Define to uintmax_t if
43778         not defined, and if UINT64_MAX is not defined.
43779         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
43780         Reported by John David Anglin.
43781
43782 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
43783
43784         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
43785         resolve alias if codeset is empty.
43786         * lib/config.charset (BeOS): Use wildcard syntax.
43787
43788 2001-03-13  Jim Meyering  <meyering@lucent.com>
43789
43790         * lib/path-concat.c (path_concat)
43791         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
43792         concatenating e.g., `C:' and `foo'.
43793         From Bruno Haible.
43794
43795 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43796
43797         * lib/localcharset.c (locale_charset): Don't use
43798         setlocale(LC_CTYPE,NULL). Don't return NULL.
43799         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
43800
43801 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43802
43803         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
43804         support for DOS/DJGPP.
43805
43806 2001-03-01  Paul Eggert  <eggert@twinsun.com>
43807
43808         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
43809         lacks mkstemp.  Compile our own tempname.c if we compile our own
43810         mkstemp.c, as mkstemp relies on tempname.
43811
43812 2001-03-01  Jim Meyering  <meyering@lucent.com>
43813
43814         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
43815         AH_VERBATIM really does output its argument verbatim.
43816
43817 2001-02-28  Paul Eggert  <eggert@twinsun.com>
43818
43819         * lib/Makefile.am (libfetish_a_SOURCES):
43820         Add dup-safer.c, fopen-safer.c.
43821         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
43822
43823         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
43824         * lib/unistd-safer.h: New files.
43825
43826 2001-02-25  Paul Eggert  <eggert@twinsun.com>
43827
43828         The mkstemp replacement is taken from glibc 2.2.2, with some
43829         portability fixes for use outside glibc, as follows:
43830
43831         * lib/tempname.c (struct_stat64): New macro.
43832         (direxists, __gen_tempname): Use it.
43833         This avoids a portability problem with Solaris 8.
43834
43835         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
43836         (<stddef.h>, <stdint.h>, <string.h>):
43837         Include only if STDC_HEADERS || _LIBC.
43838         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
43839         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
43840         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
43841         (__set_errno): Define this macro if <errno.h> doesn't.
43842         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
43843         Define these macros if <stdio.h> doesn't.
43844         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
43845         Define these macros if <sys/stat.h>
43846         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
43847         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
43848         __xstat64): Define if not _LIBC.
43849         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
43850         (__gen_tempname): Invoke gettimeofday only if
43851         HAVE_GETTIMEOFDAY || _LIBC;
43852         otherwise, fall back on plain "time".
43853         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
43854
43855         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
43856
43857         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
43858
43859 2001-02-18  Paul Eggert  <eggert@twinsun.com>
43860
43861         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
43862
43863 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43864
43865         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
43866         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
43867         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
43868         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43869
43870 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43871
43872         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
43873         Remove workaround macros for hosts that have mbrtowc but not
43874         mbstate_t, as we now insist on proper declarations for both
43875         before using mbrtowc.
43876
43877 2001-02-17  Jim Meyering  <meyering@lucent.com>
43878
43879         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
43880         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
43881         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
43882         UnixWare 7.1.1.
43883
43884         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
43885         rather than AC_CACHE_VAL.
43886
43887 2001-02-17  Jim Meyering  <meyering@lucent.com>
43888
43889         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
43890         around included file name.
43891
43892         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
43893
43894         * lib/strftime.c: Update from GNU libc (the only changes were to
43895         comments).
43896
43897 2001-02-17  Jim Meyering  <meyering@lucent.com>
43898
43899         * lib/regex.c: Update from libc.
43900
43901 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
43902
43903         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
43904         clash.
43905
43906 2001-02-16  Paul Eggert  <eggert@twinsun.com>
43907
43908         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
43909         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
43910         Reported by Mark Hounschell via Paul Eggert.
43911
43912 2001-02-07  Jim Meyering  <meyering@lucent.com>
43913
43914         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
43915
43916 2001-02-05  Jim Meyering  <meyering@lucent.com>
43917
43918         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
43919         it includes the patch required for `large file' support with at least
43920         HP-UX's 10.20 /bin/cc.
43921
43922 2001-02-03  Jim Meyering  <meyering@lucent.com>
43923
43924         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
43925         AS_IF, now that it works once again (mysteriously).
43926         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43927
43928 2001-01-30  Jim Meyering  <meyering@lucent.com>
43929
43930         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
43931         * m4/chown.m4: Rename conftestchown to conftest.chown.
43932         * m4/rename.m4: s/conftestdir/conftest.d1/ and
43933         s/conftestdir2/conftest.d2/.
43934         * m4/utimes.m4: s/conftestdata/conftest.data/
43935         Inspired by Pavel Roskin's change in autoconf.
43936
43937 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
43938
43939         * lib/config.charset: Update for FreeBSD 4.2.
43940
43941 2001-01-27  Jim Meyering  <meyering@lucent.com>
43942
43943         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43944         a use of AS_IF.
43945         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43946
43947 2001-01-26  Jim Meyering  <meyering@lucent.com>
43948
43949         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43950         quotearg.c includes it.
43951
43952 2001-01-26  Jim Meyering  <meyering@lucent.com>
43953
43954         * lib/quotearg.c: Include stddef.h.
43955         * lib/quote.c: Include stddef.h.
43956         Reported by Axel Kittenberger.
43957
43958         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43959         line in double quotes so that it evokes a better diagnostic.
43960         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43961         Reported by Axel Kittenberger.
43962
43963 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43964
43965         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43966         as if it was a `charset'.
43967
43968 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43969
43970         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43971         has const.
43972
43973 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43974
43975         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43976         to avoid a warning.  Add back 'const' to inptr.
43977
43978 2001-01-20  Jim Meyering  <meyering@lucent.com>
43979
43980         Be sure that headers are checked before used in code compiled
43981         for the type checks.
43982         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43983         In place of that, invoke jm_CHECK_ALL_TYPES.
43984         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43985         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43986         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43987         The check for ssize_t was mistakenly run before the test for unistd.h.
43988
43989         The configure-time check for stdbool.h was missing.
43990         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43991         (jm_PREREQ_HASH): New function.
43992
43993 2001-01-17  Jim Meyering  <meyering@lucent.com>
43994
43995         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43996         for autoconf-2.49c.
43997         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43998
43999 2001-01-16  Jim Meyering  <meyering@lucent.com>
44000
44001         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
44002         From Bruno Haible.
44003
44004 2001-01-14  Jim Meyering  <meyering@lucent.com>
44005
44006         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
44007         foo and bar.  Create conftestdir/ in the script, not in the C code.
44008         Remove directories in the script, not in the C code.
44009         Remove conftestdir{,2} before trying to create the directory.
44010         Make the entire configure script fail if the mkdir fails.
44011
44012 2001-01-14  Jim Meyering  <meyering@lucent.com>
44013
44014         * lib/rename.c: New file.  From Volker Borchert.
44015         Include stdlib.h, string.h or strings.h, and xalloc.h.
44016         Use strip_trailing_slashes rather than open-coding it.
44017
44018 2001-01-03  Paul Eggert  <eggert@twinsun.com>
44019
44020         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
44021
44022 2001-01-03  Jim Meyering  <meyering@lucent.com>
44023
44024         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
44025         of local `inptr' to avoid warning with some system declarations of
44026         iconv.
44027
44028 2001-01-02  Volker Borchert  <bt@teknon.de>
44029
44030         * m4/rename.m4: New file.
44031         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
44032
44033 2001-01-01  Jim Meyering  <meyering@lucent.com>
44034
44035         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
44036         even on systems with utmpx.h.  It's necessary for the declaration of
44037         utmp's ut_user member.  Reported by Andreas Jaeger.
44038
44039         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
44040         available. They are required for the declarations of getgrgid and
44041         getpwuid resp.
44042         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
44043         Reported by Andreas Jaeger.
44044
44045 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
44046
44047         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
44048         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
44049         so `make install' also works in VPATH builds.
44050
44051 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
44052
44053         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
44054         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
44055         can be used in subdirectories.
44056
44057 2000-12-29  Paul Eggert  <eggert@twinsun.com>
44058
44059         * lib/modechange.c: Do not assume that mode_t uses the
44060         traditional octal encoding.  E.g. "chmod 1 FOO" should set
44061         the other-execute bit of FOO even if S_IXOTH != 1.
44062
44063         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
44064         WOTH, XOTH, ALLM): New macros.
44065         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
44066          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
44067         Use them.
44068         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
44069         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
44070         (mode_compile):
44071         No need to use uintmax_t; unsigned long is long enough.
44072         Don't bother to get suffix since we don't use it.
44073
44074 2000-12-26  Jim Meyering  <meyering@lucent.com>
44075
44076         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
44077         better with autoheader.
44078
44079 2000-12-24  Jim Meyering  <meyering@lucent.com>
44080
44081         * lib/hash.c (is_prime): Return explicit boolean values.
44082         (hash_get_first): Return NULL to appease Irix5.6's 89.
44083         Reported by Nelson Beebe.
44084
44085 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
44086
44087         * lib/localcharset.c (locale_charset): Add support for Win32.
44088
44089 2000-12-18  Paul Eggert  <eggert@twinsun.com>
44090
44091         * lib/physmem.h, lib/physmem.c: New files.
44092
44093         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
44094         (noinst_HEADERS): Add physmem.h.
44095
44096         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
44097         't' for compatibility with Solaris 8 sort.
44098
44099 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
44100
44101         * lib/config.charset: Add support for BeOS.
44102
44103 2000-12-17  Jim Meyering  <meyering@lucent.com>
44104
44105         * m4/dos.m4 (jm_AC_DOS): New file and macro.
44106         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
44107
44108 2000-12-16  Jim Meyering  <meyering@lucent.com>
44109
44110         This bug had a serious impact on chown: `chown N:M FILE' (for integer
44111         N and M) would have treated it like `chown N:N FILE'.
44112
44113         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
44114
44115 2000-12-16  Jim Meyering  <meyering@lucent.com>
44116
44117         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
44118         SHELLS_FILE to a file name that's useful on djgpp systems.
44119         Include stdlib.h.
44120         (ADDITIONAL_DEFAULT_SHELLS): Define.
44121         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
44122         Based mostly on a patch from Prashant TR.
44123
44124 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
44125
44126         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
44127         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
44128         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
44129
44130 2000-12-08  Andreas Schwab  <schwab@suse.de>
44131
44132         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
44133         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
44134
44135 2000-12-07  Jim Meyering  <meyering@lucent.com>
44136
44137         * lib/stripslash.c (ISSLASH): Define.
44138         (strip_trailing_slashes): Use ISSLASH rather than comparing against
44139         `/'.
44140         From Prashant TR.
44141
44142         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
44143         (dir_name_r): Declare this function as static.
44144         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
44145         manifest itself on a name containing a mix of slashes and
44146         backslashes.
44147         Make this function work with names starting with a DOS-style
44148         drive letter and colon prefix.
44149         (dir_name): Append `.' if necessary.
44150         Based mostly on patches from Prashant TR and Eli Zaretskii.
44151
44152         * lib/dirname.h (dir_name_r): Remove prototype.
44153
44154 2000-12-06  Paul Eggert  <eggert@twinsun.com>
44155
44156         * m4/off_t-format.m4: Remove this file.
44157         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
44158
44159 2000-12-06  Jim Meyering  <meyering@lucent.com>
44160
44161         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
44162         replacement strtoull, we may well need the replacement strtoul, too.
44163         Check for declarations of strtoul and strtoull.
44164         Check for strtol.  Mainly as a cue to cause automake to include
44165         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
44166         Check for limits.h -- strtol.c needs it.
44167
44168 2000-12-05  Jim Meyering  <meyering@lucent.com>
44169
44170         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
44171
44172 2000-12-04  Jim Meyering  <meyering@lucent.com>
44173
44174         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
44175         Also include memory.h, stdlib.h, unistd.h if appropriate.
44176         Reported by Andreas Jaeger (conflicting declaration of malloc).
44177
44178 2000-12-02  Jim Meyering  <meyering@lucent.com>
44179
44180         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
44181         * m4/jm-macros.m4 (jm_MACROS): require it.
44182
44183 2000-12-02  Jim Meyering  <meyering@lucent.com>
44184
44185         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
44186
44187 2000-12-01  Paul Eggert  <eggert@twinsun.com>
44188
44189         * lib/memrchr.c: Include <config.h> before any system include file.
44190
44191 2000-11-30  Jim Meyering  <meyering@lucent.com>
44192
44193         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
44194
44195 2000-11-30  Jim Meyering  <meyering@lucent.com>
44196
44197         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
44198
44199 2000-11-29  Paul Eggert  <eggert@twinsun.com>
44200
44201         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
44202
44203 2000-11-26  Jim Meyering  <meyering@lucent.com>
44204
44205         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
44206
44207 2000-11-22  Paul Eggert  <eggert@twinsun.com>
44208
44209         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
44210         size of (size_t) -1; it's not portable.
44211
44212 2000-11-17  Jim Meyering  <meyering@lucent.com>
44213
44214         * lib/strstr.c: Update from GNU libc.
44215
44216 2000-11-17  Akim Demaille  <akim@epita.fr>
44217
44218         * lib/obstack.h: Formatting changes.
44219         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
44220         prevent type checking.
44221         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
44222         cast the value to (void *): assigning a `foo *' to a `void *'
44223         variable is valid.
44224         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
44225
44226 2000-11-16  Jim Meyering  <meyering@lucent.com>
44227
44228         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
44229
44230 2000-11-11  Jim Meyering  <meyering@lucent.com>
44231
44232         * lib/error.c: Add a couple #includes, merging from GNU libc version.
44233
44234 2000-11-10  Jim Meyering  <meyering@lucent.com>
44235
44236         * lib/obstack.h: Update from GNU libc.
44237         * lib/obstack.c: Likewise.
44238
44239 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
44240
44241         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
44242
44243 2000-11-06  Paul Eggert  <eggert@twinsun.com>
44244
44245         * lib/getusershell.c (setusershell): Use rewind rather than
44246         fseek/fseeko, to avoid configuration hassles with fseeko.
44247         Don't bother opening SHELLS_FILE if shellstream is NULL;
44248         it's not necessary.
44249
44250 2000-11-05  Jim Meyering  <meyering@lucent.com>
44251
44252         * lib/makepath.h (make_dir): Declare.
44253         * lib/makepath.c (make_dir): Remove `static' attribute.
44254         Tweak a comment.
44255
44256 2000-11-04  Jim Meyering  <meyering@lucent.com>
44257
44258         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
44259
44260 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
44261
44262         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
44263         last one in a bucket, advance to the next bucket.
44264
44265 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
44266
44267         * lib/fnmatch.c: Do not comment out all the code if we are using
44268         the GNU C library, because in some cases we are replacing buggy
44269         code in the GNU C library itself.
44270
44271 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
44272
44273         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
44274         (regex_compile): Catch bogus \(\1\).
44275
44276 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44277
44278         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
44279         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
44280         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
44281
44282 2000-10-30  Paul Eggert  <eggert@twinsun.com>
44283
44284         * lib/error.h, getline.h, modechange.h:
44285         Remove "2000" from Copyright line, as the file hasn't been
44286         changed this year other than in the copyright notice.
44287
44288         * lib/xalloc.h: Add "2000" to Copyright line, as this file
44289         was changed this year.
44290
44291 2000-10-29  Jim Meyering  <meyering@lucent.com>
44292
44293         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
44294         renaming.
44295         * m4/ls-mntd-fs.m4: Likewise
44296
44297 2000-10-29  Jim Meyering  <meyering@lucent.com>
44298
44299         * lib/xstat.in: Fix grammar in comment.
44300
44301 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
44302
44303         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
44304         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
44305         doesn't define __restrict_arr.
44306
44307 2000-10-28  Jim Meyering  <meyering@lucent.com>
44308
44309         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
44310         (jm_PREREQ_MEMCHR): New function.
44311
44312 2000-10-28  Jim Meyering  <meyering@lucent.com>
44313
44314         * lib/memchr.c: Update from libc.
44315         Adjust for portability:
44316         [HAVE_STDLIB_H]: Include stdlib.h.
44317         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
44318         Undef __memchr, too.
44319         [!weak_alias]: Define __memchr to memchr.
44320
44321         * lib/regex.c: Update from libc.
44322         * lib/regex.h: Likewise.
44323         * lib/getopt1.c: Likewise.
44324         * lib/memcmp.c: Likewise.
44325
44326         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
44327         Avoid using fseek, when possible -- it's broken by design.
44328         Patch by Ulrich Drepper.
44329
44330 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
44331
44332         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
44333         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
44334         Giving in to popular pressure to shut up the compiler with casts.
44335
44336 2000-10-26  Jim Meyering  <meyering@lucent.com>
44337
44338         * lib/strftime.c: Update from libc.
44339
44340 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
44341
44342         * regex.c: More `unsigned char' -> `re_char' changes.
44343         Also change several `int' into `re_wchar_t'.
44344         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
44345         (PUSH_FAILURE_POINTER): Don't cast any more.
44346         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
44347         We want GCC to complain, since this piece of code makes
44348         re_match non-reentrant, which *should* be fixed.
44349         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
44350         (EXTEND_BUFFER): Use RETALLOC.
44351         (SET_LIST_BIT): Don't cast.
44352         (re_wchar_t): New type.
44353         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
44354         that those two functions will always properly return.
44355         (IMMEDIATE_QUIT_CHECK): Cast to void.
44356         (analyse_first): Use recursion rather than an explicit stack.
44357         (re_compile_fastmap): Can't fail anymore.
44358         (re_search_2): Don't check re_compile_fastmap for failure.
44359         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
44360         Now also sets the new value (passed in a new argument).
44361         (re_match_2_internal): Use it.
44362         Also, use a new var `reg' of type size_t when looping through regs
44363         rather than reuse the inappropriate `mcnt'.
44364
44365 2000-10-25  Jim Meyering  <meyering@lucent.com>
44366
44367         * lib/obstack.c: Update from libc.
44368
44369 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
44370
44371         * regex.c (regex_compile): Change the way of handling a range from
44372         a char less than 256 to a char not less than 256.
44373
44374 2000-10-24  Andrew Innes  <andrewi@gnu.org>
44375
44376         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
44377         NT-Emacs only.
44378         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
44379         so that re_search functions only quit when callers expect them to.
44380
44381 2000-10-23  Jim Meyering  <meyering@lucent.com>
44382
44383         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
44384         wrong.  That set_locale call must not have any side effects.
44385         From Paul Eggert.
44386
44387 2000-10-22  Jim Meyering  <meyering@lucent.com>
44388
44389         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
44390         [CYCLIC]: Remove now-unused definition.
44391
44392         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
44393         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
44394         Suggestion from Ulrich Drepper.
44395
44396 2000-10-21  Jim Meyering  <meyering@lucent.com>
44397
44398         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
44399         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
44400         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
44401
44402 2000-10-21  Jim Meyering  <meyering@lucent.com>
44403
44404         * lib/dirname.c (memrchr): Declare if necessary.
44405         (dir_name): Remove the restriction that there be no
44406         trailing slashes.  Now, this code skips past them, effectively
44407         ignoring them.
44408         [TEST_DIRNAME] (main): New unit tests.
44409
44410         * lib/memrchr.c: New file from GNU libc.
44411         Undef __memrchr, too.
44412         [!weak_alias]: Define __memrchr to memrchr.
44413         Guard weak_alias use with `#ifdef weak_alias'.
44414
44415 2000-10-21  Jim Meyering  <meyering@lucent.com>
44416
44417         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
44418         (dir_name): Use dir_name_r.
44419         * lib/dirname.h (dir_name_r): Declare it.
44420
44421 2000-10-17  Jim Meyering  <meyering@lucent.com>
44422
44423         * lib/quote.h (PARAMS): Define and use.
44424         Reported by Akim Demaille.
44425
44426         * lib/getopt.c: Update from libc.
44427
44428 2000-10-16  Jim Meyering  <meyering@lucent.com>
44429
44430         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
44431         setlocale.
44432         From Jan Fedak.
44433
44434 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
44435
44436         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
44437
44438 2000-09-25  Jim Meyering  <meyering@lucent.com>
44439
44440         * lib/md5.h (rol): Define (from GnuPG).
44441
44442         * lib/sha.c: Give credit (GnuPG) where due.
44443         (M): Use rol rather than open-coding it.
44444         Add a FIXME comment.
44445
44446 2000-09-21  Jim Meyering  <meyering@lucent.com>
44447
44448         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
44449         Reported by Michael Stone.
44450
44451 2000-09-20  Jim Meyering  <meyering@lucent.com>
44452
44453         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
44454         (noinst_HEADERS): Add sha.h.
44455         Based on code from Scott G. Miller and from GnuPG.
44456
44457 2000-09-18  Jim Meyering  <meyering@lucent.com>
44458
44459         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
44460         LIBS. Otherwise, everyone ends up linking with -lelf for some
44461         configurations.
44462         Reported by Mike Stone.
44463
44464 2000-09-15  Jim Meyering  <meyering@lucent.com>
44465
44466         * lib/regex.c: Update from libc.
44467
44468 2000-09-10  Jim Meyering  <meyering@lucent.com>
44469
44470         * lib/getopt.c (_getopt_internal): Update from glibc.
44471
44472 2000-09-09  Jim Meyering  <meyering@lucent.com>
44473
44474         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
44475         think it should be used as a general replacement for isascii.
44476         * lib/fnmatch.c: Likewise.
44477         * lib/mbswidth.c: Likewise
44478         * lib/regex.c: Likewise.
44479
44480         Don't use atoi.
44481         * lib/userspec.c: Include sys/param.h and limits.h.
44482         Include xstrtol.h.
44483         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
44484         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
44485         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
44486         UID, GID.  Check range.
44487
44488 2000-09-06  Jim Meyering  <meyering@lucent.com>
44489
44490         * lib/getopt.c (_getopt_internal): Update from glibc.
44491
44492 2000-08-30  Jim Meyering  <meyering@lucent.com>
44493
44494         * lib/strftime.c: Merge in changes from GNU libc.
44495
44496 2000-08-26  Jim Meyering  <meyering@lucent.com>
44497
44498         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
44499         * m4/fpending.m4: New file.
44500
44501 2000-08-26  Jim Meyering  <meyering@lucent.com>
44502
44503         * lib/closeout.c: Include "__fpending.h".
44504         (close_stdout_status): Return right away if there's nothing to flush.
44505
44506         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
44507         * lib/__fpending.c: New file.
44508         * lib/__fpending.h: New file.
44509
44510 2000-08-20  Jim Meyering  <meyering@lucent.com>
44511
44512         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
44513         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
44514         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
44515
44516 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
44517
44518         Improve fileutils installation on systems where running
44519         programs (like install) can't be unlinked.
44520         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
44521         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
44522
44523 2000-08-07  Paul Eggert  <eggert@twinsun.com>
44524
44525         Standardize on "memory exhausted" instead of "Memory exhausted"
44526         or "virtual memory exhausted".
44527         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
44528         "virtual memory exhausted".
44529         * lib/same.c (same_name): Invoke xalloc_die instead of printing
44530         our own message.
44531         * lib/userspec.c (parse_user_spec): Likewise.
44532         * lib/bumpalloc.h: comment fix
44533         * lib/same.c, userspec.c: Include xalloc.h.
44534
44535         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
44536         not char *const and pointing to a constant array.
44537         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
44538         (xrealloc): Comment fix.
44539
44540         * lib/userspec.c (parse_user_spec):
44541         Don't translate a message until just before returning,
44542         to avoid unnecessary translation.
44543
44544 2000-08-07  Jim Meyering  <meyering@lucent.com>
44545
44546         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
44547         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
44548         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
44549         getgroups.c, gethostname.c, getopt.h, group-member.c,
44550         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
44551         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
44552         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
44553         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
44554         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
44555         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
44556         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
44557         yesno.c: Back out Copyright date changes for each file with no change
44558         this year.  This eases coordination with other programs using the same
44559         source code modules.  From Paul Eggert.
44560
44561 2000-08-06  Paul Eggert  <eggert@twinsun.com>
44562
44563         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
44564         not char, for compatibility with glibc 2.1.3 strftime.c.
44565
44566 2000-08-03  Greg McGary  <greg@mcgary.org>
44567
44568         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
44569         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
44570         (EXTEND_BUFFER): Use them.
44571
44572 2000-08-01  Jim Meyering  <meyering@lucent.com>
44573
44574         * lib/dirname.c (ISSLASH): Define.
44575         (BACKSLASH_IS_PATH_SEPARATOR): Define.
44576         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
44577         both `\' and `/' may be use as path separators.
44578         Based on a patch from Prashant TR.
44579
44580 2000-07-31  Paul Eggert  <eggert@twinsun.com>
44581
44582         * lib/quotearg.c (quotearg_n_options): Don't make the initial
44583         slot vector a constant, since it might get modified.
44584
44585 2000-07-31  Jim Meyering  <meyering@lucent.com>
44586
44587         * lib/xmalloc.c: Use `virtual memory exhausted', not
44588         `Memory exhausted'.
44589         * lib/obstack.c (print_and_abort): Likewise.
44590
44591 2000-07-30  Paul Eggert  <eggert@twinsun.com>
44592
44593         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
44594         buffer, so that the caller can always quote one small
44595         component of a "memory exhausted" message in slot 0.
44596         From a suggestion by Jim Meyering.
44597
44598 2000-07-30  Jim Meyering  <meyering@lucent.com>
44599
44600         * lib/makepath.c (make_path): Quote the other instance, too.
44601
44602         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
44603         (STATIC_BUF_SIZE): Define.
44604         (quotearg_n_options): Use only statically allocated storage when
44605         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
44606         than STATIC_BUF_SIZE.
44607
44608 2000-07-29  Jim Meyering  <meyering@lucent.com>
44609
44610         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
44611         * lib/dirname.c (dir_name): Likewise.
44612
44613         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
44614         `/'.
44615
44616         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
44617         (dir_name): Assert that there are no trailing slashes.
44618
44619 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
44620
44621         * lib/mbswidth.h (mbswidth): Add a flags argument.
44622         (mbswidth): New declaration.
44623         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
44624         * lib/mbswidth.c (mbswidth): Add a flags argument.
44625         (mbsnwidth): New function.
44626
44627 2000-07-24  Jim Meyering  <meyering@lucent.com>
44628
44629         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
44630
44631 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44632
44633         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
44634
44635 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44636
44637         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
44638         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
44639         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
44640         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
44641         invoke multibyte primitives.
44642
44643 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44644
44645         * lib/quotearg.c:
44646         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
44647         so that mbstate_t is always defined.
44648
44649         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
44650         be 1 in at least one GCC installation, and this configuration
44651         error is likely to be common.  Ignoring MB_LEN_MAX hurts
44652         performance on hosts that have mbrtowc but have only unibyte
44653         locales, but I assume these hosts are rare.
44654
44655 2000-07-23  Paul Eggert  <eggert@twinsun.com>
44656
44657         * lib/mbswidth.c (_XOPEN_SOURCE):
44658         Don't define; this causes problems on Solaris 7.
44659         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
44660
44661 2000-07-23  Jim Meyering  <meyering@lucent.com>
44662
44663         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
44664         too: getgrgid, getpwuid, getuid.
44665
44666 2000-07-23  Jim Meyering  <meyering@lucent.com>
44667
44668         * lib/basename.c (base_name): Add an assertion.
44669
44670 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
44671
44672         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
44673         shadow its mbsinit function.
44674
44675 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44676
44677         * lib/mbswidth.h: New file.
44678         * lib/mbswidth.c: New file.
44679         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
44680         (noinst_HEADERS): Add mbswidth.h.
44681
44682 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
44683
44684         * lib/config.charset: Add support for FreeBSD. Improve support for
44685         HP-UX and IRIX 6.
44686
44687 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
44688
44689         * m4/mbswidth.m4: New file.
44690         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
44691
44692 2000-07-15  Jim Meyering  <meyering@lucent.com>
44693
44694         * lib/makepath.c: Include quote.h.
44695         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
44696         corresponding argument in a `quote (...)' call.
44697         Give better diagnostics.
44698
44699         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
44700         (noinst_HEADERS): Add quote.h.
44701
44702         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
44703         from tar's src/misc.c.
44704         * lib/quote.h: New file.  Prototypes for same.
44705
44706 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44707
44708         From a suggestion by Bruno Haible.
44709         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44710         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44711         to decide whether to define the BeOS workaround macro;
44712         this adjusts to the change to AC_MBSTATE_T.
44713
44714 2000-07-14  Jim Meyering  <meyering@lucent.com>
44715
44716         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44717         jm_AC_TYPE_UINTMAX_T.
44718
44719 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44720
44721         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44722
44723         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44724         quotearg_buffer_restyled): Add support for
44725         clocale_quoting_style.  Undo previous change to
44726         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44727         and "{RIGHT QUOTATION MARK}" msgids.
44728
44729 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44730
44731         From a suggestion by Bruno Haible.
44732         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44733         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44734         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44735         and mbstate_t, to a single-part test that simply defines mbstate_t.
44736         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44737         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44738
44739 2000-07-10  Jim Meyering  <meyering@lucent.com>
44740
44741         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44742
44743         * m4/gnu-source.m4: Output to confdefs.h directly.
44744         Suggestion from Akim Demaille.
44745
44746 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44747
44748         The old behavior of quoting `like this' doesn't look good with
44749         newer, ISO-style fonts.  See:
44750         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44751
44752         Instead, quote "like this" by default.  Let the translator
44753         tailor the locale-specific quoting behavior by providing
44754         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44755
44756         * lib/quotearg.c (N_): New macro.
44757         (gettext_default): New function.
44758         (quotearg_buffer_restyled): Use
44759         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
44760         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
44761
44762 2000-07-09  Jim Meyering  <meyering@lucent.com>
44763
44764         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
44765         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
44766
44767         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
44768         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
44769
44770 2000-07-09  Jim Meyering  <meyering@lucent.com>
44771
44772         * lib/Most files: Update copyright dates to include 2000.
44773
44774 2000-07-08  Jim Meyering  <meyering@lucent.com>
44775
44776         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
44777         if not defined.
44778         (xgethostname): Remove now-unnecessary #ifdef.
44779         Move declaration of `err' into loop where it's used.
44780
44781 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44782         and Bruno Haible  <haible@clisp.cons.org>
44783
44784         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
44785         only if the test for an object-type mbstate_t fails.  This
44786         prevents us from mistakenly reporting that mbstate_t is a
44787         system object type after we "#define mbstate_t int" to work
44788         around its lack.
44789
44790 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44791         and Bruno Haible  <haible@clisp.cons.org>
44792
44793         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
44794
44795 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44796
44797         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
44798         to strerror_r.
44799         Include <ctype.h> for use of isalpha.
44800
44801 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44802
44803         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
44804         by allocating a larger buffer. Test the gethostname return value for
44805         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
44806         returns an error and ENAMETOOLONG isn't defined.
44807
44808 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44809
44810         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
44811         dimension.
44812
44813 2000-07-04  Jim Meyering  <meyering@lucent.com>
44814
44815         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
44816         of the deprecated AC_CHECKING.
44817
44818 2000-07-04  Jim Meyering  <meyering@lucent.com>
44819
44820         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
44821         Reported by Bruno Haible.
44822
44823 2000-07-04  Jim Meyering  <meyering@lucent.com>
44824
44825         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
44826         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
44827         lacks mbrtowc.
44828
44829 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44830
44831         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
44832         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
44833
44834 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44835         and Bruno Haible  <haible@clisp.cons.org>
44836
44837         * lib/quotearg.c (mbrtowc):
44838         Assign to *pwc, and return 1 only if result is nonzero.
44839         (iswprint): Use ISPRINT when substituting our own mbrtowc.
44840
44841 2000-07-03  Jim Meyering  <meyering@lucent.com>
44842
44843         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
44844
44845 2000-07-03  Jim Meyering  <meyering@lucent.com>
44846
44847         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
44848         This is necessary to get a definition of e.g., UTMP_FILE on
44849         HP-UX 10.20.
44850         From Bob Proulx.
44851
44852 2000-07-02  Jim Meyering  <meyering@lucent.com>
44853
44854         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
44855
44856         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
44857         AC_LIBOBJ(function_name).
44858         * m4/chown.m4: Likewise.
44859         * m4/fnmatch.m4: Likewise.
44860         * m4/ftruncate.m4: Likewise.
44861         * m4/getgroups.m4: Likewise.
44862         * m4/getline.m4: Likewise.
44863         * m4/group-member.m4: Likewise.
44864         * m4/jm-macros.m4: Likewise.
44865         * m4/lstat.m4: Likewise.
44866         * m4/malloc.m4: Likewise.
44867         * m4/memcmp.m4: Likewise.
44868         * m4/nanosleep.m4: Likewise.
44869         * m4/putenv.m4: Likewise.
44870         * m4/realloc.m4: Likewise.
44871         * m4/regex.m4: Likewise.
44872         * m4/stat.m4: Likewise.
44873         * m4/strftime.m4: Likewise.
44874
44875 2000-07-02  Jim Meyering  <meyering@lucent.com>
44876
44877         * lib/quotearg.c (mbstate_t): Don't define here.
44878
44879 2000-07-02  Jim Meyering  <meyering@lucent.com>
44880
44881         * lib/nanosleep.c (SIGCONT): Define if not already defined.
44882
44883 2000-07-01  Jim Meyering  <meyering@lucent.com>
44884
44885         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
44886
44887 2000-07-01  Jim Meyering  <meyering@lucent.com>
44888
44889         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
44890         problem.
44891
44892 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44893
44894         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
44895         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
44896
44897 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44898
44899         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
44900         per change in ../m4/ls-mntd-fs.m4.
44901         (read_filesystem_list): Ignore symbolic links.
44902
44903 2000-06-29  Jim Meyering  <meyering@lucent.com>
44904
44905         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
44906         for declaration of strcmp.
44907
44908         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
44909
44910         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
44911         Avoid warning by casting result to `char *' to remove `const'.
44912
44913 2000-06-28  Jim Meyering  <meyering@lucent.com>
44914
44915         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
44916         included by quotearg.c, for which we perform this test.  From
44917         Bruno Haible.
44918
44919 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44920
44921         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
44922         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
44923         <utmpx.h> exists, put readutmp.o into LIBOBJS.
44924
44925 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44926
44927         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
44928
44929 2000-06-26  Paul Eggert  <eggert@twinsun.com>
44930
44931         savedir now sets errno on failure and invokes xmalloc to get memory.
44932         Fix a couple of other minor bugs while we're at it.
44933
44934         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
44935         (NAMLEN): Remove macro.
44936         (malloc, realloc): Remove decls.
44937         (stpcpy): Likewise.
44938         ("xalloc.h"): Include.
44939         (NAME_SIZE_DEFAULT): New macro.
44940         (savedir): Use xmalloc / xrealloc to allocate memory.
44941         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44942         Skip "" directory entries.
44943         Use strlen to calculate directory entry length, since the old method
44944         is rarely used these days and isn't worth supporting.
44945         Don't use a pointer after freeing it.
44946         Check for integer overflow when calculating allocation size.
44947         Use memcpy to copy entries, instead of stpcpy.
44948         Set errno properly when returning NULL.
44949         Check for readdir error.
44950
44951 2000-06-26  Jim Meyering  <meyering@lucent.com>
44952
44953         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44954
44955 2000-06-25  Jim Meyering  <meyering@lucent.com>
44956
44957         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44958         Linux header bug when _XOPEN_SOURCE is defined to 500.
44959
44960 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44961
44962         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44963         deficiency.
44964
44965 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44966
44967         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44968         Include xalloc.h.
44969         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44970
44971 2000-06-24  Jim Meyering  <meyering@lucent.com>
44972
44973         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44974         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44975         for which strerror does return char*, but which lacks a conveniently
44976         accessible declaration of the function.  If the compile-test says
44977         strerror_r doesn't work, then resort to a `run'-test that works on
44978         BeOS and segfaults on DEC Unix.
44979
44980 2000-06-24  Jim Meyering  <meyering@lucent.com>
44981
44982         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44983
44984 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44985
44986         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44987         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44988
44989 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44990
44991         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44992         (mbrtowc, mbstate_t): Define substitutes if
44993         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44994         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44995         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44996
44997 2000-06-23  Jim Meyering  <meyering@lucent.com>
44998
44999         * m4/afs.m4: Add missing AC_MSG_RESULT.
45000         Reported by Bruno Haible.
45001
45002         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
45003         Suggestion from Bruno Haible.
45004
45005 2000-06-23  Jim Meyering  <meyering@lucent.com>
45006
45007         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
45008
45009 2000-06-21  Jim Meyering  <meyering@lucent.com>
45010
45011         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
45012
45013 2000-06-21  Jim Meyering  <meyering@lucent.com>
45014
45015         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
45016         (noinst_HEADERS): Add getstr.h.
45017
45018         * lib/getline.c (getstr): Move into a separate file.
45019         * lib/getstr.c (getstr): New file, extracted from getline.c, with
45020         the following changes: new parameter, delim2; both delim[12]
45021         parameters have type `int', not `char'.  The latter would lose
45022         with 8-bit delimiters.
45023         * lib/getstr.h: New file.
45024
45025 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45026
45027         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
45028         than 1024, return a memory chunk of least possible size, instead
45029         of size PATH_MAX + 2. In the loop, increment the size proportionally.
45030         Use free/xmalloc instead of xrealloc to avoid copying for very long
45031         paths.
45032
45033 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45034
45035         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
45036         the empty string.
45037
45038 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
45039
45040         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
45041         address, not strdup.  Include <stdlib.h> and don't declare free().
45042
45043 2000-06-19  Jim Meyering  <meyering@lucent.com>
45044
45045         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
45046
45047 2000-06-18  Jim Meyering  <meyering@lucent.com>
45048
45049         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
45050
45051         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
45052         `checking whether...' message to be consistent with that of the
45053         lstat test.
45054
45055 2000-06-18  Jim Meyering  <meyering@lucent.com>
45056
45057         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
45058         Besides, these days every porting target provides a mkdir function.
45059
45060         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
45061         needed. (this snippet comes from src/system.h).
45062
45063 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
45064
45065         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
45066
45067 2000-06-15  Paul Eggert  <eggert@twinsun.com>
45068
45069         * lib/human.c (adjust_value): New function.
45070         (human_readable_inexact): Apply rounding style even when
45071         printing approximate values.
45072
45073 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45074
45075         * lib/human.c (human_readable_inexact): Allow an input block
45076         size that is not a multiple of the output block size, and vice versa.
45077         Reported by Piergiorgio Sartor.
45078
45079 2000-06-14  Paul Eggert  <eggert@twinsun.com>
45080
45081         * lib/getdate.y (get_date): Apply relative times after time
45082         zone indicator, not before.  Reported by Todd A. Jacobs.
45083
45084 2000-06-13  Jim Meyering  <meyering@lucent.com>
45085
45086         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
45087
45088         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
45089
45090 2000-06-12  Paul Eggert  <eggert@twinsun.com>
45091
45092         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
45093
45094 2000-06-12  Jim Meyering  <meyering@lucent.com>
45095
45096         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
45097         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
45098         optional argument.
45099         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
45100         the optional argument, `lib'.
45101
45102 2000-06-08  Jim Meyering  <meyering@lucent.com>
45103
45104         * m4/largefile.m4: Remove file (now that it's part of autoconf).
45105
45106 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45107
45108         Rewrite largefile configuration so that we don't need to run
45109         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
45110         AC_CANONICAL_HOST in configure.in -- jmm]
45111
45112         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
45113         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
45114         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
45115         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
45116         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
45117         All uses changed.
45118         Instead of inspecting the output of getconf, try to compile the
45119         test program without and with the macro definition.
45120         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
45121         for getconf.  Instead, check for the needed flags by compiling
45122         test programs.
45123
45124 2000-06-04  Paul Eggert  <eggert@twinsun.com>
45125
45126         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
45127
45128 2000-06-04  Jim Meyering  <meyering@lucent.com>
45129
45130         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
45131         SunOS 4.1.4 for which gid_t is an unsigned type.
45132
45133 2000-06-03  Jim Meyering  <meyering@lucent.com>
45134
45135         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
45136         now that autoconf requires that.
45137
45138         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
45139         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
45140         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
45141
45142 2000-06-03  Jim Meyering  <meyering@lucent.com>
45143
45144         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
45145
45146 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45147
45148         * m4/glibc21.m4: New file.
45149         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
45150
45151 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
45152
45153         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
45154         newer, don't install charset.alias.
45155         * lib/config.charset: Change the Linux/glibc rules so they become empty
45156         on glibc-2.1 or newer.
45157
45158 2000-06-02  Jim Meyering  <meyering@lucent.com>
45159
45160         * lib/mountlist.c: Back out last change.  Instead, do this...
45161         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
45162         me_dummy member using the same `ignore'-testing code.
45163         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
45164         fs_type strings.
45165         From Mark D. Roth.
45166
45167 2000-05-29  Jim Meyering  <meyering@lucent.com>
45168
45169         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
45170         mounts with the `ignore' attribute.  Based on a patch from
45171         Mark D. Roth.
45172
45173 2000-05-28  Jim Meyering  <meyering@lucent.com>
45174
45175         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
45176         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45177         * m4/stat.m4: Likewise.
45178         * m4/lstat.m4: Likewise.
45179         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
45180
45181         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
45182         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
45183
45184 2000-05-26  Jim Meyering  <meyering@lucent.com>
45185
45186         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
45187
45188 2000-05-24  Jim Meyering  <meyering@lucent.com>
45189
45190         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
45191         autoconf requires that.
45192         * m4/lib-check.m4: Likewise.
45193         * m4/jm-macros.m4: Likewise.
45194         * m4/strftime.m4: Likewise.
45195
45196         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
45197         AC_CHECK_DECLS, now that autoconf requires that.
45198
45199 2000-05-22  Jim Meyering  <meyering@lucent.com>
45200
45201         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45202         * m4/lstat.m4: Likewise.
45203
45204 2000-05-22  Jim Meyering  <meyering@lucent.com>
45205
45206         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
45207
45208 2000-05-20  Jim Meyering  <meyering@lucent.com>
45209
45210         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
45211         (jm_PREREQ): Use it.
45212
45213 2000-05-18  Jim Meyering  <meyering@lucent.com>
45214
45215         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
45216         back, too, since it may have been modified by allocate_entry.
45217         (hash_delete): Rewrite to use neither the assignment operator
45218         nor the comma operator in an if-expression.
45219
45220 2000-05-15  Paul Eggert  <eggert@twinsun.com>
45221
45222         * lib/closeout.c:
45223         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
45224         Remove; no longer needed.
45225         "quotearg.h": Add include.
45226         (file_name): Do not bother to explicitly initialize to NULL; it's less
45227         efficient on some hosts.
45228         (close_stdout_status): Remove test as to whether stdout was already
45229         closed; it breaks for the case "echo x | sort >&-".
45230         Quote file name colons.
45231         Do not assume that _("write error") lacks format strings.
45232
45233 2000-05-15  Jim Meyering  <meyering@lucent.com>
45234
45235         * lib/version-etc.c (version_etc_copyright): Update the copyright
45236         string used in all --version output.
45237
45238 2000-05-14  Jim Meyering  <meyering@lucent.com>
45239
45240         * lib/closeout.c (close_stdout_set_file_name): New function.
45241         (close_stdout_status): Use new file-scoped global.
45242         Return right away if fstat says the stdout file descriptor is invalid.
45243         * lib/closeout.h (close_stdout_set_file_name): Declare.
45244
45245 2000-05-10  Jim Meyering  <meyering@lucent.com>
45246
45247         * lib/closeout.c [default_exit_status]: New file-scoped variable.
45248         (close_stdout_set_status): New function.
45249         * lib/closeout.h (close_stdout_set_status): Declare.
45250
45251 2000-05-09  Jim Meyering  <meyering@lucent.com>
45252
45253         * m4/gettext.m4: Rename this...
45254         * m4/libintl.m4: ...to this.
45255
45256 2000-05-08  Jim Meyering  <meyering@lucent.com>
45257
45258         * lib/long-options.c: Don't include closeout.h.
45259         (parse_long_options): Don't call close_stdout for --version.
45260
45261 2000-05-06  Paul Eggert  <eggert@twinsun.com>
45262
45263         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
45264         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
45265         2.1.3 bug.  This avoids a clash when files like regex.c define
45266         _GNU_SOURCE.
45267
45268 2000-05-06  Jim Meyering  <meyering@lucent.com>
45269
45270         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
45271         (AC_REPLACE_FUNCS): Add strnlen.
45272
45273         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
45274         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
45275
45276         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
45277         AC_SEARCH_LIBS call for nanosleep.
45278         (LIB_NANOSLEEP): Set and AC_SUBST.
45279
45280 2000-05-06  Jim Meyering  <meyering@lucent.com>
45281
45282         * lib/strnlen.c: Undefine __strnlen and strnlen.
45283         [!weak_alias]: Define __strnlen to strnlen.
45284
45285         * lib/atexit.c: New file, from libiberty.
45286
45287 2000-05-06  Jim Meyering  <meyering@lucent.com>
45288
45289         * lib/closeout.c (close_stdout_status): Also check for errors on the
45290         stderr stream.
45291
45292 2000-05-05  Jim Meyering  <meyering@lucent.com>
45293
45294         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
45295         AC_SEARCH_LIBS call for clock_gettime.
45296         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
45297
45298         * m4/search-libs.m4: Update from autoconf.
45299
45300         su doesn't work on Solaris 2.6.
45301         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
45302         <shadow.h>.  Reported by Dragos Harabor.
45303
45304 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
45305
45306         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
45307         memcpy instead of xmalloc, xrealloc, path_concat.
45308         (locale_charset): Treat empty environment variables as absent.
45309         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
45310
45311 2000-05-04  Jim Meyering  <meyering@lucent.com>
45312
45313         * lib/getopt.c: Update from glibc.
45314         * lib/obstack.c: Likewise.
45315         * lib/obstack.h: Likewise.
45316         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
45317         file
45318
45319         * lib/regex.h: Likewise.
45320         * lib/strndup.c: Likewise.
45321         * lib/strnlen.c: New file, from glibc.
45322
45323 2000-05-03  Jim Meyering  <meyering@lucent.com>
45324
45325         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
45326
45327 2000-05-02  Paul Eggert  <eggert@twinsun.com>
45328
45329         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
45330         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
45331         compile-time test, rather than inspecting host and OS, to
45332         decide whether to define _LARGEFILE_SOURCE.
45333
45334 2000-05-01  Jim Meyering  <meyering@lucent.com>
45335
45336         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
45337
45338         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
45339         Based on a patch from Bruno Haible.
45340
45341 2000-05-01  Jim Meyering  <meyering@lucent.com>
45342
45343         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
45344
45345 2000-04-29  Jim Meyering  <meyering@lucent.com>
45346
45347         * lib/path-concat.c: Declare strdup only if it's not defined.
45348         * lib/canon-host.c: Likewise.
45349
45350 2000-04-28  Jim Meyering  <meyering@lucent.com>
45351
45352         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
45353         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
45354         is included first, then limits.h is included by locale.h by libintl.h.
45355         From John David Anglin.
45356
45357 2000-04-25  Jim Meyering  <meyering@lucent.com>
45358
45359         * lib/makepath.c (S_IRWXUGO): Define.
45360         (make_path): Always perform explicit chmod if MODE specifies any
45361         of the `special' permission bits.  Prompted by a bug report against
45362         install from Mate Wierdl and Joost van Baal.
45363
45364 2000-04-18  Jim Meyering  <meyering@lucent.com>
45365
45366         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
45367         (jm_PREREQ): Use it.
45368
45369 2000-04-18  Jim Meyering  <meyering@lucent.com>
45370
45371         * lib/README: New file.
45372
45373         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
45374         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
45375
45376 2000-04-17  Jim Meyering  <meyering@lucent.com>
45377
45378         Get it right :-)
45379         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
45380         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
45381         Suggestion from Akim Demaille.
45382
45383 2000-04-17  Jim Meyering  <meyering@lucent.com>
45384
45385         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
45386         the definition of it to rpl_strftime also defined-away the system's
45387         declaration.
45388
45389 2000-04-15  Jim Meyering  <meyering@lucent.com>
45390
45391         Use `C' to denote so-called `contiguous' files, the same way
45392         that tar does.
45393         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
45394         (ftypelet): Use S_ISCTG.
45395         From Michael Deutschmann.
45396
45397 2000-04-14  Jim Meyering  <meyering@lucent.com>
45398
45399         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
45400         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
45401         clobbered.
45402
45403 2000-04-14  Jim Meyering  <meyering@lucent.com>
45404
45405         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
45406
45407 2000-04-13  Jim Meyering  <meyering@lucent.com>
45408
45409         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
45410         AH_VERBATIM to insert required #ifndef into config.h.in.
45411         Suggestion from Akim Demaille.
45412
45413 2000-04-12  Jim Meyering  <meyering@lucent.com>
45414
45415         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
45416         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
45417         Christian Krackowizer.
45418
45419         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
45420         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
45421         (AC_SYS_LARGEFILE): Require.
45422         (AM_C_PROTOTYPES): Require.
45423
45424 2000-04-08  Jim Meyering  <meyering@lucent.com>
45425
45426         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
45427         names don't conflict.  Reported by Eli Zaretskii.
45428
45429 2000-04-07  Jim Meyering  <meyering@lucent.com>
45430
45431         * lib/putenv.c: Move inclusion of errno.h so it follows that of
45432         sys/types.h, to work around system header problems on AIX 3.2.5.
45433         From Bruno Haible.
45434
45435 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
45436
45437         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
45438         bug.  Deal with the different error behavior of Irix iconv.
45439
45440 2000-04-05  Paul Eggert  <eggert@twinsun.com>
45441
45442         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
45443         IRIX if the installer said otherwise.
45444
45445 2000-04-05  Jim Meyering  <meyering@lucent.com>
45446
45447         Portability tweaks required for ultrix4.3.
45448         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
45449         (jm_CHECK_DECLS): Add getutent to the list of functions.
45450         (_jm_DECL_HEADERS): Add utmpx.h.
45451         From John David Anglin.
45452
45453         * m4/strftime.m4: Back out the 2000-04-02 change.
45454         Instead of that change, simply undefine putenv in the test program.
45455
45456 2000-04-05  Jim Meyering  <meyering@lucent.com>
45457
45458         Portability tweaks required for ultrix4.3.
45459         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
45460         getutent.
45461         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
45462         * lib/canon-host.c: Declare strdup.
45463         * lib/path-concat.c: Likewise.
45464         From John David Anglin.
45465
45466 2000-04-04  Jim Meyering  <meyering@lucent.com>
45467
45468         Be more DOS 8.3-friendly.
45469         * lib/ref-add.sin: Renamed from ref-add.sed.in.
45470         * lib/ref-del.sin: Renamed from ref-del.sed.in.
45471         * lib/Makefile.am: Reflect renaming.
45472         Reported by Eli Zaretskii.
45473
45474         Use a temporary file name that won't clash with `charset.alias'
45475         in the DOS 8.3 name space.
45476         * lib/Makefile.am (charset_tmp): Define.
45477         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
45478         (uninstall-local): Likewise.
45479         Reported by Eli Zaretskii.
45480
45481 2000-04-03  Jim Meyering  <meyering@lucent.com>
45482
45483         * m4/gettext.m4: Fix typo in comment.
45484
45485         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
45486         textutils/configure.in).  Suggestion from Paul Eggert.
45487         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
45488
45489 2000-04-02  Paul Eggert  <eggert@twinsun.com>
45490
45491         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
45492         variable in the shell rather than using putenv, which isn't
45493         portable.  This avoids the configure-time inter-test dependency
45494         on the potentially-renamed putenv function.
45495
45496 2000-03-30  Paul Eggert  <eggert@twinsun.com>
45497
45498         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
45499         before checking struct stat.st_blksize, so that
45500         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
45501
45502 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45503
45504         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
45505         since strftime.c uses HAVE_STRFTIME to decide whether to use
45506         the underlying strftime.
45507
45508 2000-03-29  Paul Eggert  <eggert@twinsun.com>
45509
45510         * lib/time/strftime.c (my_strftime): Make sure we call the system
45511         strftime, not ourselves, when invoking the underlying strftime.
45512
45513 2000-03-24  Jim Meyering  <meyering@lucent.com>
45514
45515         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
45516         (charset_alias): Define.
45517         (install-exec-local): Factor out common code.
45518         (uninstall-local): Split lines longer than 80.
45519         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
45520         (SUFFIXES): Define.
45521         (.sed.in.sed): New rule.  Don't redirect directly to $@.
45522         (CLEANFILES): Add ref-add.sed and ref-del.sed.
45523
45524 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
45525
45526         * lib/config.charset: Output a line containing "Packages using this
45527         file".
45528         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
45529         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
45530         ref-del.sed): New rules.
45531
45532 2000-03-17  Jim Meyering  <meyering@lucent.com>
45533
45534         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
45535         Otherwise, include <strings.h>
45536
45537 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
45538
45539         * lib/unicodeio.c (utf8_wctomb): New function.
45540         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
45541         format instead of in UCS-4 with platform dependent endianness.
45542
45543 2000-03-10  Jim Meyering  <meyering@lucent.com>
45544
45545         * m4/lib-check.m4: Look for getspnam in -lgen, too.
45546         From Marco Franzen.
45547
45548 2000-03-07  Paul Eggert  <eggert@twinsun.com>
45549
45550         * lib/savedir.c (savedir): Work even if directory size is
45551         negative; this can happen with some screwy NFS configurations.
45552
45553 2000-03-06  Jim Meyering  <meyering@lucent.com>
45554
45555         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
45556         if it's NULL (because we ran out of memory).  From Bruno Haible.
45557
45558 2000-03-05  Jim Meyering  <meyering@lucent.com>
45559
45560         * lib/localcharset.c ("path-concat.h"): Include.
45561         (get_charset_aliases): Use path_concat instead of ANSI string
45562         concatenation.
45563
45564         * lib/unicodeio.h (PARAMS): Define.
45565         Use it to guard prototype.
45566
45567 2000-03-04  Jim Meyering  <meyering@lucent.com>
45568
45569         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
45570         for lib/localcharset.c.
45571
45572 2000-03-04  Jim Meyering  <meyering@lucent.com>
45573
45574         * lib/Makefile.am (install-exec-local): Create $(libdir) before
45575         installing into it.
45576         (uninstall-local): Uncomment this rule so `make distcheck' works
45577         once again.
45578
45579         * lib/unicodeio.c (<errno.h>): Include it.
45580         (errno): Declare if not defined.
45581
45582         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
45583
45584         * lib/config.charset: New version, incorporating remarks from a linux
45585         i18n mailing list.  From Bruno Haible.
45586
45587 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
45588
45589         * m4/codeset.m4: New file.
45590         * m4/iconv.m4: New file.
45591         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
45592
45593 2000-03-03  Jim Meyering  <meyering@lucent.com>
45594
45595         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
45596
45597 2000-03-02  Jim Meyering  <meyering@lucent.com>
45598
45599         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
45600         the messages come out on separate lines.
45601
45602         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
45603         rather than jm_CHECK_DECLARATIONS.
45604         * m4/decl.m4: Remove now-unused file.
45605
45606         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
45607         geteuid.
45608
45609 2000-03-02  Jim Meyering  <meyering@lucent.com>
45610
45611         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
45612
45613 2000-03-01  Jim Meyering  <meyering@lucent.com>
45614
45615         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
45616         * lib/unicodeio.c: Likewise.
45617
45618 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
45619
45620         * lib/config.charset: New file.
45621         * lib/localcharset.c: New file.
45622         * lib/unicodeio.h, lib/unicodeio.c: New files.
45623         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
45624         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
45625         (noinst_HEADERS): Add unicodeio.h.
45626         (all-local, install-exec-local, charset.alias): New targets.
45627
45628 2000-02-28  Paul Eggert  <eggert@twinsun.com>
45629
45630         * lib/quotearg.c (ALERT_CHAR): New macro.
45631         (quotearg_buffer_restyled): Use it.
45632
45633 2000-02-27  Jim Meyering  <meyering@lucent.com>
45634
45635         * m4/check-decl.m4: Add getenv to the list.
45636
45637 2000-02-27  Jim Meyering  <meyering@lucent.com>
45638
45639         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
45640         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
45641
45642         * lib/backupfile.c: Guard inclusion of stdlib.h with
45643         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
45644         Declare malloc if needed.
45645
45646         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
45647         `#ifndef HAVE_DECL..'
45648         now that autoconf always defines the HAVE_DECL_ symbols.
45649         * lib/human.c: Likewise.
45650         * lib/same.c: Likewise.
45651         * lib/strtoumax.c: Likewise.
45652
45653         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
45654         declaration check was not run.
45655         * lib/hash.c: Likewise.
45656         * lib/human.c: Likewise.
45657         * lib/same.c: Likewise.
45658         * lib/strtoumax.c: Likewise.
45659
45660         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
45661         `.', then first look up the entire `.'-containing string as a login
45662         name.
45663
45664 2000-02-23  Jim Meyering  <meyering@lucent.com>
45665
45666         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
45667         in place of my hack.
45668
45669 2000-02-18  Paul Eggert  <eggert@twinsun.com>
45670
45671         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
45672         (textint): New typedef.
45673         (parser_control): Member year changed from int to textint.
45674         All uses changed.
45675         (YYSTYPE): Removed; replaced by %union with int and textint members.
45676         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
45677         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
45678         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
45679         (tSNUMBER, tUNUMBER): Now of type <textintval>.
45680         (date, number, to_year): Use width of number in digits, not its value,
45681         to determine whether it's a 2-digit year, or a 2-digit time.
45682         (yylex): Store number of digits of numeric tokens.
45683         Reported by John Kendall.
45684
45685         (parser_control): Changed from struct parser_control to typedef (for
45686         consistency).  All uses changed.
45687
45688         (tID): Removed; not used.
45689         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
45690
45691 2000-02-14  Paul Eggert  <eggert@twinsun.com>
45692
45693         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
45694         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
45695
45696 2000-02-12  Jim Meyering  <meyering@lucent.com>
45697
45698         * lib/userspec.c (ISDIGIT): Define it.
45699         (isdigit): Remove definition.
45700         (is_number): Use ISDIGIT, not isdigit.
45701         <libintl.h>: Include.
45702         (_ and N_): Define.
45703         (parse_user_spec): Mark translatable strings.
45704
45705 2000-02-10  Jim Meyering  <meyering@lucent.com>
45706
45707         With these changes, nanosleep.[ch] are finally enough like the other
45708         lib/* replacement files to compile on a few more losing systems.
45709
45710         * lib/nanosleep.h: Don't include config.h.
45711         Remove prototype from declaration of nanosleep.
45712         (PARAMS): Remove now-unneeded definition.
45713         * lib/nanosleep.c: #undef nanosleep.
45714         (rpl_nanosleep): Rename from nanosleep.
45715
45716 2000-02-10  Jim Meyering  <meyering@lucent.com>
45717
45718         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45719         gnu_nanosleep to rpl_nanosleep.
45720
45721 2000-02-09  Jim Meyering  <meyering@lucent.com>
45722
45723         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45724         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45725
45726 2000-02-08  Akim Demaille  <akim@epita.fr>
45727
45728         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45729         `[' and `]' and remove uses of `changequote'.
45730         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45731         (AC_SYS_LARGEFILE): Likewise.
45732         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45733         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45734         of changequote.
45735         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45736         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45737         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45738         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45739
45740 2000-02-05  Jim Meyering  <meyering@lucent.com>
45741
45742         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45743         Remove explicit use of AC_HEADER_TIME.  It is required by
45744         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45745         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45746         in autoconf whereby the expansion of the latter ended up preceding
45747         the expansion of its prerequisite, AC_HEADER_TIME.
45748         Reported by Volker Borchert.
45749
45750 2000-02-03  Jim Meyering  <meyering@lucent.com>
45751
45752         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45753
45754 2000-02-03  Jim Meyering  <meyering@lucent.com>
45755
45756         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45757         rather than with `#if HAVE_UTMPNAME'.
45758
45759 2000-02-02  Jim Meyering  <meyering@lucent.com>
45760
45761         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
45762         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
45763         Reported by Eli Zaretskii.
45764
45765 2000-02-01  Jim Meyering  <meyering@lucent.com>
45766
45767         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
45768
45769 2000-01-31  Jim Meyering  <meyering@lucent.com>
45770
45771         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
45772         functions.  Add the time.h and sys/time.h headers along with the
45773         AC_REQUIRE'ment of AC_HEADER_TIME.
45774
45775 2000-01-31  Jim Meyering  <meyering@lucent.com>
45776
45777         * lib/nanosleep.h (nanosleep): Guard declaration with
45778         `#if ! HAVE_DECL_NANOSLEEP'.
45779         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
45780         the declaration in that vendor's sys/timers.h.
45781         Reported by Christian Krackowizer.
45782
45783         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
45784         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
45785         (ISPRINT): Likewise.
45786         Reported by Tom Tromey.
45787
45788 2000-01-30  Jim Meyering  <meyering@lucent.com>
45789
45790         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
45791
45792         * m4/prereq.m4 (utmp_includes): Define.
45793         Check for ut_user and ut_name members in both struct utmpx
45794         and struct utmp.
45795
45796 2000-01-30  Jim Meyering  <meyering@lucent.com>
45797
45798         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
45799         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
45800         header files where only utmpx.ut_user is declared.
45801
45802         * lib/readutmp.h (UT_USER): Define.
45803
45804 2000-01-29  Jim Meyering  <meyering@lucent.com>
45805
45806         * m4/lib-check.m4: New file containing library-related checks from
45807         fileutils and sh-utils (textutils had none).
45808
45809 2000-01-28  Jim Meyering  <meyering@lucent.com>
45810
45811         * m4/perl.m4: Change format of warning message to look more like that
45812         from the missing script.  Suggestion from François Pinard.
45813
45814 2000-01-25  Jim Meyering  <meyering@lucent.com>
45815
45816         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
45817         well as time.h in the compile check.
45818         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
45819         Fix typo in cross-compiling case: s/yes/no/.
45820
45821 2000-01-23  Jim Meyering  <meyering@lucent.com>
45822
45823         * m4/jm-macros.m4: Move df-related tests here from
45824         fileutils/configure.in
45825
45826         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
45827         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
45828
45829         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
45830         s/space/ac_fsusage_space/.
45831         (jm_FILE_SYSTEM_USAGE): Take two parameters.
45832
45833         * m4/ftruncate.m4: New file (derived from part of
45834         fileutils/configure.in).
45835         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
45836         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
45837
45838         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
45839         AC_SUBST these here, rather than just in sh-util/configure.in, so
45840         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
45841         all the same.
45842         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
45843         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
45844         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
45845         (AC_SUBST(POW_LIBM)): Likewise.
45846         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
45847
45848 2000-01-23  Jim Meyering  <meyering@lucent.com>
45849
45850         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
45851         obstack.c.
45852
45853 2000-01-22  Jim Meyering  <meyering@lucent.com>
45854
45855         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
45856
45857         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
45858
45859         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
45860         configure.in
45861         (AC_CHECK_HEADERS): Likewise for sh-utils.
45862         (AC_CHECK_HEADERS): Likewise for textutils.
45863         Merge the three lists of headers.
45864
45865         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
45866         from fileutils' configure.in.
45867
45868         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
45869         code. Moved tests into their own function (_jm_DECL_HEADERS) in
45870         check-decl.m4.
45871
45872         * m4/check-decl.m4: Use #if rather than #ifdef.
45873         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
45874         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
45875         (_jm_DECL_HEADERS): Define new function.
45876         (jm_CHECK_DECLARATIONS): Require it.
45877
45878 2000-01-22  Jim Meyering  <meyering@lucent.com>
45879
45880         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
45881         [! HAVE_DECL_STRTOULL]: Declare strtoull.
45882         Required for some AIX systems.  Reported by Christian Krackowizer.
45883         [TESTING] (main): New function.
45884
45885         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
45886         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
45887         letters.
45888
45889         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
45890         iswprint.
45891
45892         * lib/strverscmp.c (ISDIGIT): Define.
45893         (strverscmp): Use ISDIGIT, not isdigit.
45894
45895 2000-01-19  Jim Meyering  <meyering@lucent.com>
45896
45897         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
45898         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
45899         defines `struct timespec' in <sys/time.h>
45900
45901         * m4/c-bs-a.m4: Remove uses of changequote altogether.
45902         Thanks to Akim for explaining.
45903
45904 2000-01-17  Paul Eggert  <eggert@twinsun.com>
45905
45906         * lib/nanosleep.c (nanosleep):
45907         Don't use SA_INTERRUPT to decide whether to call sigaction, as
45908         POSIX.1 doesn't require SA_INTERRUPT and some systems
45909         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
45910         it's been part of POSIX.1 since day 1 (in 1988).
45911
45912 2000-01-17  Jim Meyering  <meyering@lucent.com>
45913
45914         * lib/interlock: Remove unused file.  Reported by François Pinard.
45915
45916 2000-01-16  Paul Eggert  <eggert@twinsun.com>
45917
45918         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
45919         alert, backslash, formfeed, and vertical tab unnecessarily in
45920         shell quoting style.
45921
45922 2000-01-16  Jim Meyering  <meyering@lucent.com>
45923
45924         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
45925         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
45926         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
45927         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
45928
45929 2000-01-16  Jim Meyering  <meyering@lucent.com>
45930
45931         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
45932         because the latter didn't work.
45933
45934 2000-01-15  Jim Meyering  <meyering@lucent.com>
45935
45936         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
45937         (AC_REPLACE_FUNCS): Add memcpy and memset.
45938         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45939         Add strpbrk.
45940         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45941
45942 2000-01-12  Jim Meyering  <meyering@lucent.com>
45943
45944         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45945         (jm_PREREQ): Use it.
45946         (jm_PREREQ_READUTMP): New macro.
45947         (jm_PREREQ): Use it.
45948
45949 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45950
45951         Quote multibyte characters correctly.
45952         * m4/c-bs-a.m4: New file.
45953         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45954         (jm_PREREQ): Use it.
45955
45956 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45957
45958         * m4/uintmax_t.m4: Port to autoconf 2.13.
45959
45960 2000-01-08  Jim Meyering  <meyering@ascend.com>
45961
45962         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45963         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45964
45965 2000-01-04  Jim Meyering  <meyering@ascend.com>
45966
45967         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45968         jm_STRUCT_DIRENT_D_TYPE.
45969         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45970         jm_STRUCT_DIRENT_D_INO.
45971         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45972         jm_STRUCT_UTIMBUF.
45973         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45974         renamings.
45975         * m4/utime.m4: Likewise.
45976
45977         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45978         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45979
45980 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45981
45982         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45983         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45984
45985 2000-01-02  Jim Meyering  <meyering@ascend.com>
45986
45987         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45988         remember if this is necessary.
45989
45990 1999-12-26  Jim Meyering  <meyering@ascend.com>
45991
45992         * m4/jm-macros.m4: Use it here.
45993         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45994
45995 1999-12-23  Jim Meyering  <meyering@ascend.com>
45996
45997         * m4/jm-macros.m4: Check for clock_gettime (moved from
45998         fileutils/configure.in)
45999         Check for gettimeofday.
46000
46001 1999-12-20  Jim Meyering  <meyering@ascend.com>
46002
46003         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
46004         autoconf-2.14a-1999-12-20.
46005
46006 1999-12-19  Jim Meyering  <meyering@ascend.com>
46007
46008         * m4/lstat-slash.m4: New file.
46009         * m4/jm-macros.m4: Use the new macro:
46010         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
46011
46012 1999-12-07  Jim Meyering  <meyering@ascend.com>
46013
46014         * m4/perl.m4: Require that File::Compare be available, too.
46015         Too many systems seem to lack it.
46016
46017         * m4/strftime.m4: Add checks for most of the cpp macros tested in
46018         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
46019
46020 1999-11-18  Paul Eggert  <eggert@twinsun.com>
46021
46022         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
46023         problem with the QNX 4.25 shell, which doesn't propagate exit
46024         status of failed commands inside shell assignments.
46025
46026 1999-11-17  Jim Meyering  <meyering@ascend.com>
46027
46028         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
46029
46030 1999-11-07  Jim Meyering  <meyering@ascend.com>
46031
46032         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
46033
46034 1999-11-06  Jim Meyering  <meyering@ascend.com>
46035
46036         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
46037         * m4/jm-macros.m4 (jm_MACROS): Use it here.
46038
46039 1999-11-05  Jim Meyering  <meyering@ascend.com>
46040
46041         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
46042         configure.in of textutils, fileutils, and sh-utils into this one
46043         (shared between those packages) file.
46044         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
46045         AC_STRUCT_ST_BLKSIZE.
46046
46047 1999-11-03  Jim Meyering  <meyering@ascend.com>
46048
46049         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
46050         of AC_CHECK_TYPE checks includes unistd.h.
46051         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
46052         Suggestion from Akim Demaille.
46053
46054 1999-10-30  Jim Meyering  <meyering@ascend.com>
46055
46056         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
46057         m4-quoted string.
46058         * m4/ls-mntd-fs.m4: Likewise.
46059         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
46060         * m4/jm-winsz1.m4: Likewise.
46061
46062         * m4/const.m4: Remove file, since the fix made it into the experimental
46063         version of autoconf.
46064         * m4/mktime.m4: Likewise.
46065
46066         * m4/check-type.m4: Remove file, now that the latest version of
46067         AC_CHECK_TYPE takes a third arg to specify additional #includes.
46068
46069         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
46070         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
46071         AC_CHECK_TYPE.
46072
46073 1999-10-04  Jim Meyering  <meyering@ascend.com>
46074
46075         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
46076
46077 1999-09-22  Paul Eggert  <eggert@twinsun.com>
46078
46079         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
46080         2.95.1 bug with HP-UX 10.20.
46081
46082 1999-09-17  Jim Meyering  <meyering@ascend.com>
46083
46084         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
46085         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
46086         due to missing strdup (against sh-utils-2.0).
46087
46088 1999-08-29  Jim Meyering  <meyering@ascend.com>
46089
46090         * m4/jm-macros.m4: Require jm_BISON.
46091         * m4/bison.m4: New file.
46092
46093 1999-08-17  Paul Eggert  <eggert@twinsun.com>
46094
46095         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
46096         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
46097
46098 1999-08-05  Jim Meyering  <meyering@ascend.com>
46099
46100         * m4/getline.m4: Rename test file from conftestdata to conftest.data
46101         to avoid conflicts with `conftest' on 8+3 filesystems.
46102         Suggestion from Eli Zaretskii.
46103
46104 1999-08-04  Jim Meyering  <meyering@ascend.com>
46105
46106         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
46107         fileutils and sh-utils (textutils's getline test was inadequate).
46108         (AM_FUNC_GETLINE): Run this test.
46109         (AC_CHECK_FUNCS): Check for getdelim.
46110         Reported by Bob Proulx.
46111
46112 1999-08-02  Jim Meyering  <meyering@ascend.com>
46113
46114         * m4/jm-macros.m4: Add a comment.
46115
46116 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46117
46118         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
46119         <inttypes.h> defines strtoumax as a macro (and not as a
46120         function).
46121
46122 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46123
46124         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
46125         that we can shift, multiply and divide unsigned long long
46126         values; Ultrix cc can't do it.
46127
46128 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46129
46130         * m4/mktime.m4: New file, which is a preview of what should appear
46131         in the next public autoconf release.
46132
46133 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46134
46135         * m4/lfs.m4: Remove this file.
46136         * m4/largefile.m4: New file.  It contains the old contents of
46137         lfs.m4, except that all names with prefix AC_LFS have been
46138         changed to use the prefix AC_SYS_LARGEFILE instead, to be
46139         compatible with future autoconf versions.  Also, some minor m4
46140         quoting problems have been fixed.
46141
46142 1999-08-01  Paul Eggert  <eggert@twinsun.com>
46143
46144         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
46145         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
46146         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
46147         and simplify the shell code.
46148
46149 1999-08-01  Jim Meyering  <meyering@ascend.com>
46150
46151         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
46152         m4.
46153
46154 1999-07-20  Jim Meyering  <meyering@ascend.com>
46155
46156         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
46157
46158 1999-07-15  Jim Meyering  <meyering@ascend.com>
46159
46160         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
46161
46162 1999-05-22  Jim Meyering  <meyering@ascend.com>
46163
46164         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
46165
46166 1999-05-20  Jim Meyering  <meyering@ascend.com>
46167
46168         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
46169         Add a colon after each `then' in case $4 is empty.
46170
46171 1999-05-16  Jim Meyering  <meyering@ascend.com>
46172
46173         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
46174
46175 1999-05-10  Jim Meyering  <meyering@ascend.com>
46176
46177         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
46178
46179         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
46180         AC_FUNC_MKTIME.
46181
46182 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
46183
46184         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
46185
46186 1999-05-04  Paul Eggert  <eggert@twinsun.com>
46187
46188         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
46189         not CPPFLAGS, so that linking works correctly in IRIX.
46190
46191 1999-04-30  Paul Eggert  <eggert@twinsun.com>
46192
46193         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
46194
46195 1999-04-20  Paul Eggert  <eggert@twinsun.com>
46196
46197         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
46198         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
46199         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
46200         jm_AC_TYPE_UNSIGNED_LONG_LONG.
46201         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
46202
46203         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
46204
46205 1999-04-20  Jim Meyering  <meyering@ascend.com>
46206
46207         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
46208         AC_REPLACE xstroull if necessary.  From Paul Eggert.
46209         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
46210
46211 1999-04-18  Jim Meyering  <meyering@ascend.com>
46212
46213         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
46214         * m4/jm-macros.m4: Use it.
46215
46216 1999-04-06  Jim Meyering  <meyering@ascend.com>
46217
46218         * m4/strftime.m4: Remove test for %f.
46219
46220 1999-03-29  Jim Meyering  <meyering@ascend.com>
46221
46222         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
46223         superset of the AC_TYPE_* checks in the textutils, fileutils,
46224         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
46225         AC_TYPE_PID_T.
46226
46227 1999-03-28  Jim Meyering  <meyering@ascend.com>
46228
46229         * m4/jm-macros.m4: Define GNU_PACKAGE here.
46230         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
46231         replaced e.g., in the *.sh files of the sh-utils.
46232
46233 1999-03-20  Jim Meyering  <meyering@ascend.com>
46234
46235         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
46236         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
46237         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
46238
46239 1999-03-19  Jim Meyering  <meyering@ascend.com>
46240
46241         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
46242
46243 1999-03-12  Jim Meyering  <meyering@ascend.com>
46244
46245         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
46246
46247 1999-03-07  Jim Meyering  <meyering@ascend.com>
46248
46249         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
46250         declared.
46251
46252 1999-02-17  Jim Meyering  <meyering@ascend.com>
46253
46254         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
46255         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
46256
46257 1999-02-07  Jim Meyering  <meyering@ascend.com>
46258
46259         * m4/group-member.m4: New file -- extracted from sh-utils'
46260         configure.in.
46261
46262         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
46263         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
46264
46265 1999-02-06  Jim Meyering  <meyering@ascend.com>
46266
46267         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
46268         * m4/fnmatch.m4: Likewise.
46269         * m4/getgroups.m4: Likewise.
46270         * m4/lstat.m4: Likewise.
46271         * m4/malloc.m4: Likewise.
46272         * m4/putenv.m4: Likewise.
46273         * m4/realloc.m4: Likewise.
46274         * m4/regex.m4: Likewise.
46275         * m4/stat.m4: Likewise.
46276         * m4/strftime.m4: Likewise.
46277         Suggestion from Alain Magloire.
46278
46279         * m4/chown.m4: Use `.$ac_objext', not `.o'.
46280         * m4/fnmatch.m4: Likewise.
46281         * m4/getgroups.m4: Likewise.
46282         * m4/getline.m4: Likewise.
46283         * m4/lstat.m4: Likewise.
46284         * m4/malloc.m4: Likewise.
46285         * m4/memcmp.m4: Likewise.
46286         * m4/putenv.m4: Likewise.
46287         * m4/realloc.m4: Likewise.
46288         * m4/regex.m4: Likewise.
46289         * m4/stat.m4: Likewise.
46290         * m4/strftime.m4: Likewise.
46291         Suggestion from Alain Magloire.
46292
46293         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
46294         an argument.
46295
46296         * m4/regex.m4: Add a run-time Test for proper operation of
46297         re_compile_pattern.
46298
46299 1999-01-31  Jim Meyering  <meyering@ascend.com>
46300
46301         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
46302
46303 1999-01-30  Jim Meyering  <meyering@ascend.com>
46304
46305         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
46306
46307         * m4/jm-mktime.m4: Make this a wrapper around the official
46308         AM_FUNC_MKTIME rather than my private copy, now that the official one
46309         is up to date.
46310         * m4/mktime.m4: Remove file.
46311
46312         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
46313         * m4/uptime.m4: Likewise.
46314         * m4/uintmax_t.m4: Likewise.
46315
46316 1999-01-28  Jim Meyering  <meyering@ascend.com>
46317
46318         * m4/jm-macros.m4: Use jm_AFS.
46319         * m4/afs.m4: New file (from fileutils' configure.in).
46320
46321         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
46322         * m4/chown.m4: Likewise.
46323         * m4/d-ino.m4: Likewise.
46324         * m4/d-type.m4: Likewise.
46325         * m4/fnmatch.m4: Likewise.
46326         * m4/getgroups.m4: Likewise.
46327         * m4/gettext.m4: Likewise.
46328         * m4/jm-mktime.m4: Likewise.
46329         * m4/jm-winsz2.m4: Likewise.
46330         * m4/lcmessage.m4: Likewise.
46331         * m4/ls-mntd-fs.m4: Likewise.
46332         * m4/malloc.m4: Likewise.
46333         * m4/memcmp.m4: Likewise.
46334         * m4/putenv.m4: Likewise.
46335         * m4/realloc.m4: Likewise.
46336         * m4/st_mtim.m4: Likewise.
46337         * m4/strftime.m4: Likewise.
46338
46339 1999-01-16  Jim Meyering  <meyering@ascend.com>
46340
46341         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
46342         (ARGMATCH_DIE_DECL): Define.
46343
46344 1999-01-12  Jim Meyering  <meyering@ascend.com>
46345
46346         * m4/Makefile.am.in: Rewrite to avoid using fmt.
46347         Reported by Lars Hecking.
46348
46349 1999-01-10  Jim Meyering  <meyering@ascend.com>
46350
46351         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
46352         gross kludge.
46353         * m4/inttypes_h.m4: Likewise.
46354         * m4/lstat.m4: Likewise.
46355         * m4/malloc.m4: Likewise.
46356         * m4/readdir.m4: Likewise.
46357         * m4/realloc.m4: Likewise.
46358         * m4/st_dm_mode.m4: Likewise.
46359         * m4/stat.m4: Likewise.
46360         * m4/utimbuf.m4: Likewise.
46361         * m4/utimes.m4: Likewise.
46362
46363         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
46364         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
46365         comments in config.h.in are meaningful.
46366
46367         * m4/jm-macros.m4: Require autoconf-2.13 here.
46368
46369         * m4/regex.m4: By default, don't use the included regex.c on systems
46370         with glibc 2.  Suggestion from Uli Drepper.
46371
46372 1999-01-02  Jim Meyering  <meyering@ascend.com>
46373
46374         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
46375
46376 1998-12-18  Jim Meyering  <meyering@ascend.com>
46377
46378         * m4/Makefile.am.in (Makefile.am): Simplify rule.
46379         Based on a suggestion from Lars Hecking.
46380
46381 1998-11-16  Paul Eggert  <eggert@twinsun.com>
46382
46383         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
46384
46385 1998-11-16  Jim Meyering  <meyering@ascend.com>
46386
46387         * m4/lfs.m4: Double-quote the `uname...` expression.
46388
46389 1998-11-14  Jim Meyering  <meyering@ascend.com>
46390
46391         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
46392         * m4/stat.m4: Likewise.
46393
46394 1998-11-03  Jim Meyering  <meyering@ascend.com>
46395
46396         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
46397         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
46398
46399 1998-10-18  Jim Meyering  <meyering@ascend.com>
46400
46401         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
46402
46403 1998-10-17  Jim Meyering  <meyering@ascend.com>
46404
46405         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
46406         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
46407         calls for those previously hard-coded headers.  Instead, take a new
46408         parameter.
46409         (jm_CHECK_DECLARATIONS): Reflect interface change.
46410         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
46411         (jm_CHECK_DECL_LOCALTIME_R): New macro.
46412
46413         * m4/mktime.m4: Test for spring-forward gap before long-running test.
46414
46415 1998-10-14  Jim Meyering  <meyering@ascend.com>
46416
46417         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
46418         instead of "TZ=America/Vancouver".  From Paul Eggert.
46419
46420 1998-10-11  Jim Meyering  <meyering@ascend.com>
46421
46422         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
46423         This adds a test for a recently added compatibility fix for mktime.c.
46424         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
46425
46426 1998-09-27  Jim Meyering  <meyering@ascend.com>
46427
46428         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
46429
46430         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
46431         ../configure.in, including a change from Gordon Matzigkeit to allow
46432         cross-compiling for the Hurd.
46433
46434         * m4/glibc.m4: New file/macro to test for the GNU C Library
46435         versions 1 and 2.  From Gordon Matzigkeit.
46436         Indent.
46437
46438 1998-09-21  Jim Meyering  <meyering@ascend.com>
46439
46440         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
46441
46442 1998-08-18  Paul Eggert  <eggert@twinsun.com>
46443
46444         Port nanosecond-resolution times to UnixWare 2.1.2 and
46445         pedantic Solaris 2.6.
46446
46447         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
46448         AC_STRUCT_ST_MTIM.
46449         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
46450         Generate name of ns member, instead of just 1 or undef.
46451         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
46452
46453 1998-08-15  Jim Meyering  <meyering@ascend.com>
46454
46455         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
46456         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
46457         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
46458         instead of jm_TYPE_SSIZE_T.
46459
46460 1998-08-12  Jim Meyering  <meyering@ascend.com>
46461
46462         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
46463
46464 1998-08-02  Jim Meyering  <meyering@ascend.com>
46465
46466         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
46467         in acconfig.h manually.
46468
46469 1998-07-31  Paul Eggert  <eggert@twinsun.com>
46470
46471         * m4/st_mtim.m4: New file.
46472
46473 1998-07-28  Jim Meyering  <meyering@ascend.com>
46474
46475         * m4/utimes.m4: Undef stat.
46476
46477 1998-07-25  Jim Meyering  <meyering@ascend.com>
46478
46479         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
46480         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
46481
46482 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
46483
46484         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
46485         uid and gid actually remain unchanged.
46486
46487 1998-07-07  Jim Meyering  <meyering@ascend.com>
46488
46489         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
46490
46491 1998-07-04  Jim Meyering  <meyering@ascend.com>
46492
46493         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
46494         to prove that this macro can be used in packages without regex.c.
46495
46496 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
46497
46498         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
46499         is to be used.
46500
46501 1998-07-03  Jim Meyering  <meyering@ascend.com>
46502
46503         * m4/gettext.m4: Add -lintl if it's found to be necessary.
46504
46505         * m4/gettext.m4: New file -- from gettext-0.10.35.
46506         * m4/lcmessage.m4: Likewise.
46507         * m4/progtest.m4: Likewise.
46508
46509         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
46510         * m4/jm-macros.m4: Require the new macro.
46511
46512 1998-06-29  Jim Meyering  <meyering@ascend.com>
46513
46514         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
46515         for the definition of NGROUPS (used in a system header included
46516         by sys/mount.h).
46517
46518 1998-06-28  Jim Meyering  <meyering@ascend.com>
46519
46520         * m4/ls-mntd-fs.m4: New file.
46521         * m4/fstypename.m4: New file.
46522
46523         * m4/jm-macros.m4: Require the new macro.
46524         * m4/jm-glibc-io.m4: New file.
46525
46526 1998-05-19  Jim Meyering  <meyering@ascend.com>
46527
46528         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
46529         * m4/lchown.m4: New file.
46530
46531         * m4/Makefile.am.in: New file.
46532         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
46533
46534 1998-05-14  Jim Meyering  <meyering@ascend.com>
46535
46536         * m4/Makefile.am (EXTRA_DIST): Add them.
46537         * m4/jm-macros.m4: New file.
46538         * m4/utimbuf.m4: New file.
46539
46540 1998-05-12  Jim Meyering  <meyering@ascend.com>
46541
46542         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
46543
46544 1998-05-11  Jim Meyering  <meyering@ascend.com>
46545
46546         * m4/isc-posix.m4: New file.
46547
46548 1998-05-10  Jim Meyering  <meyering@ascend.com>
46549
46550         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
46551
46552 1998-05-09  Jim Meyering  <meyering@ascend.com>
46553
46554         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
46555         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
46556         with automake.
46557
46558         * m4/ssize_t.m4: New file.
46559         * m4/mktime.m4: Remove file -- the new automake has this now.
46560
46561 1998-04-26  Jim Meyering  <meyering@ascend.com>
46562
46563         * m4/assert.m4: New file.
46564         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
46565
46566 1998-04-05  Jim Meyering  <meyering@ascend.com>
46567
46568         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
46569         (jm_PREREQ): Use it here.
46570
46571 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
46572
46573         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
46574         in acconfig.h.
46575
46576 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
46577
46578         * m4/prereq.m4: New file.
46579         * m4/error.m4: New file.
46580         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
46581
46582 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
46583
46584         * m4/getline.m4: Don't set am_cv_func_working_getline before the
46585         cache-check for the same variable -- that defeated the purpose of
46586         the test; the test program was never run.  This was a problem only
46587         on systems with losing getline functions -- HP-UX 10.20 is one.
46588         Reported by Bjorn Helgaas.
46589
46590 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
46591
46592         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
46593
46594 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
46595
46596         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
46597
46598         * m4/const.m4: New file.  Use an initializer in this declaration
46599         typedef int charset[2]; const charset x;
46600         Reported by Bob Glickstein.
46601
46602 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
46603
46604         * m4/chown.m4: Fix reversed types on -1 args to chown.
46605         From Kaveh Ghazi.
46606
46607 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
46608
46609         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
46610         Add lseek and memchr.
46611
46612         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
46613         T.E.Dickey <dickey@clark.net> said that some older preprocessors
46614         have a 20-character limit on names.
46615
46616 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
46617
46618         * m4/inttypes_h.m4: New file.
46619         * m4/uintmax_t.m4: New file.
46620         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
46621
46622
46623         -----
46624
46625         Local Variables:
46626         coding: utf-8
46627         End:
46628
46629         Copyright (C) 1997-2008 Free Software Foundation, Inc.
46630
46631         Copying and distribution of this file, with or without
46632         modification, are permitted provided the copyright notice
46633         and this notice are preserved.